aboutsummaryrefslogtreecommitdiff
path: root/rpkid
AgeCommit message (Expand)Author
2012-04-16Clean up README files. Mostly this means changing them to pointers toRob Austein
2012-04-16Rework ./configure options so that user tells us what RPKI tools theyRob Austein
2012-04-15Put BPKI server files in /usr/local/share/rpki (akaRob Austein
2012-04-15setup_publication() had the "DROP TABLE IF EXISTS" exception problemRob Austein
2012-04-15Don't abort unit tests when dnspython is not installed.Rob Austein
2012-04-15Forgot to take myrpki out of Makefile, oops, fixed. smoketest wasRob Austein
2012-04-15Retire myrpki.py before it confuses somebody.Rob Austein
2012-04-06Disable Django debugging and add warning comment.Rob Austein
2012-04-06RegenRob Austein
2012-03-19Sync from trunk.Rob Austein
2012-03-11Debug rekey/revoke code, mostly SQL interface issues.Rob Austein
2012-02-29Whack rootd's silly handling of CRL numbers and subject certificateRob Austein
2012-02-24add more information to the Parent detail view. closes #205Michael Elkins
2012-02-24remove .title() from the template tags to retrieve the verbose_name of object...Michael Elkins
2012-02-24display current resource handle in a larger font. closes #206Michael Elkins
2012-02-24reword text to avoid indicating where the route origin validation table is re...Michael Elkins
2012-02-24move copyright notice to comment block. pep8 formatting.Michael Elkins
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-21Another test configuration.Rob Austein
2012-02-20Include self_handle in up-down resource mismatch reports. Closes #14.Rob Austein
2012-02-17Revoke certificates and clean up published objects when processing aRob Austein
2012-02-17also refresh the rescert cacheMichael Elkins
2012-02-17First cut at cleaning up litter left behind in repository if the UIRob Austein
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-17RegenRob Austein
2012-02-17Allow AS 0 in <roa_request/> objects. Closes #195.Rob Austein
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-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