aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-24remove the admin link from the topbar. closes #202Michael Elkins
2012-02-24HttpResponse is not an exceptionMichael Elkins
2012-02-23move the 'select identity' link to the app_base template, inside the is_super...Michael Elkins
2012-02-22remove gui interface to update_bpki since this should be run either by the cl...Michael Elkins
2012-02-22Preserve old BPKI CA subject names when we can, since changing themRob Austein
2012-02-22rpki.rpkic.main.do_update_bpki() wasn't writing updated BPKI object toRob Austein
2012-02-22Make base_port configurable in [yamltest] section of rpki.conf. See #200.Rob Austein
2012-02-22invoke .save() after calling .avow() or .generate_crl() to ensure the newly g...Michael Elkins
2012-02-17also refresh the rescert cacheMichael Elkins
2012-02-17use .all() to select all objects. closes #199Michael Elkins
2012-02-17delete objects through the irdb.models rather than the proxy models, to avoid...Michael Elkins
2012-02-17end range should be 33 since it is not inclusiveMichael Elkins
2012-02-17new script for reseting the labuser* accounts on rpki.netMichael Elkins
2012-02-16Changed BPKI certification model for rootd with new IRDB means thatRob Austein
2012-02-16fix bug where ipv4 addresses were displayed instead of ipv6 in the dashboardMichael Elkins
2012-02-16Teach irbe_cli to pull certs and keys directly from irdb.Rob Austein
2012-02-16Fix delete_self operation. Closes #196.Rob Austein
2012-02-16Client objects live under server_ca, not resource_ca. Closes #194.Rob Austein
2012-02-15__metaclass__ lossage: None makes a bad datetime object. Closes #193.Rob Austein
2012-02-15poke rpkid to run its cron job after creating/deleting roas or gbrsMichael Elkins
2012-02-15merge with /trunkMichael Elkins
2012-02-14remove some unnecessary debug outputMichael Elkins
2012-02-14for object_accepted, the filename should be relative to the "authenticated" d...Michael Elkins
2012-02-14rework cacheview models to separate validation status from accepted objectsMichael Elkins
2012-02-13set proper sort order for RouteOrigin{,V6} to sort by prefixMichael Elkins
2012-02-12only show accepted roas in route_roa_listMichael Elkins
2012-02-12add link to display roas covering a bgp prefix in the routes viewMichael Elkins
2012-02-12fix bug in routeviews parserMichael Elkins
2012-02-12fix bug with duplicate route,origin pairs due to fact that routeviews dump is...Michael Elkins
2012-02-12reorder sys.path to place newly added site-packages directory at the head of ...Michael Elkins
2012-02-10optimize the bgp import scriptMichael Elkins
2012-02-09merge with /trunkMichael Elkins
2012-02-09pep8 fixesMichael Elkins
2012-02-09use std logging module for log messsagesMichael Elkins
2012-02-08fix broken $Id$ tagMichael Elkins
2012-02-08sort roa list lexicographically by prefixMichael Elkins
2012-02-08specifier issuer when looking up parent. closes #183Michael Elkins
2012-02-08make import routes more silentMichael Elkins
2012-02-08use install -d instead of -D, which is not supported under freebsd's installMichael Elkins
2012-02-07make configure detect when running inside of virtualenv so that the rpki.wsgi...Michael Elkins
2012-02-07combine install targets into single targetMichael Elkins
2012-02-07remove deprecated web portal scriptsMichael Elkins
2012-02-07check that the prefix is allocated to the user when validating the roa creati...Michael Elkins
2012-02-07use two-column format for dashboardMichael Elkins
2012-02-07add support for editing user accounts to change email and passwordMichael Elkins
2012-02-07make selection of parent in the user creation form optional, with the default...Michael Elkins
2012-02-07rename child creation wizard to user_createMichael Elkins
2012-02-07add basic user management supportMichael Elkins
2012-02-07don't need to call Zookeeper.synchronize() when add/deleting roa requestsMichael Elkins
2012-02-07force irdb sync with rpkid when something changesMichael Elkins