aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki
AgeCommit message (Expand)Author
2014-01-15Typo in format string was throwing exception-within-exception inRob Austein
2014-01-15Add subject names to show_bpki output.Rob Austein
2014-01-15Add show_bpki command to list BPKI dates and SKIs.Rob Austein
2014-01-13str.split() -> shlex.split(), cleanup.Rob Austein
2014-01-12Use argparse for all command parsing, both argv and internal commandRob Austein
2014-01-10Even more getopt -> argparse.Rob Austein
2014-01-10`pidfile` is a field in `args`, not a global. Fixes #666.Rob Austein
2014-01-09Update more copyrights, clean up module doc blocks.Rob Austein
2014-01-09getopt -> argparse, update copyright.Rob Austein
2014-01-09Comment typo.Rob Austein
2014-01-07Switch `rpkic show_published_objects` to use `.tracking_data()`Rob Austein
2014-01-07Clean up non-verifying CMS extraction methods.Rob Austein
2014-01-07Add show_received_resources and show_published_objects. See #663.Rob Austein
2014-01-07Add show_roa_request and show_ghostbuster_request commands. See #663.Rob Austein
2014-01-07Set notBefore value directly when issuing certificates to avoid raceRob Austein
2014-01-07Remove ancient kludge that worked around a Django 1.2 bug.Rob Austein
2013-11-01Allow iteration over all the resource_ranges in a resource_bag.Rob Austein
2013-10-09we must import rpki.gui.cacheview.models because it is illegal to try to impo...Michael Elkins
2013-10-09[5462] change to Auto_update error handling was incomplete.Rob Austein
2013-10-08Switch RSA key generation to use a new .generateRSA() class methodRob Austein
2013-10-01Map a few more exceptions to proper up-down protocol error codes,Rob Austein
2013-10-01Remove unnecessary and incorrect assertion.Rob Austein
2013-09-26Bump CRL interval up by an hour to avoid race condition, since CRLRob Austein
2013-09-26better error handling and logging when we can't parse the origin AS from a ro...Michael Elkins
2013-09-23Use netifaces library to construct a list of IP addresses to stuffRob Austein
2013-09-23rework save_statuses() to save a single status instead, and peform garbage co...Michael Elkins
2013-09-23catch OSError when calling os.stat() and treat the object as if it were missi...Michael Elkins
2013-09-23use stat.ST_MTIME as array offset to retrieve mtime value from os.stat() retu...Michael Elkins
2013-09-23revert [5498]Michael Elkins
2013-09-20use resource_range_ip.min.bits instead of resource_range_ip.datum_type.bits t...Michael Elkins
2013-09-19delete existing objects that were previously accepted if they were not accept...Michael Elkins
2013-09-19garbage collect ROAPrefixV* objects when there are no associated ROAsMichael Elkins
2013-09-19import cacheview.models directly instead of cacheviewMichael Elkins
2013-09-19resource_range_ip has a .min element, not .prefix_minMichael Elkins
2013-09-19update cacheview interface to match the style of the main appMichael Elkins
2013-09-18remove default=None from the migration removing null=True from the ResourceCe...Michael Elkins
2013-09-13add favicon for RPKI web portalMichael Elkins
2013-09-11Zookeeper.synchronize_bpki() was only synchronizing a subset of theRob Austein
2013-09-11Fix outdated error message.Rob Austein
2013-09-03use Python None as default value for ForeignKey field, rather than 0.Michael Elkins
2013-09-01Add resource_bag.__nonzero__() method.Rob Austein
2013-08-23Rip out PEM_converter class, as we no longer need to supportRob Austein
2013-07-24Pickling support.Rob Austein
2013-07-19Push updated BPKI CRL into pubd at the same time as we're pushingRob Austein
2013-07-18Log stale BPKI CMS CRLs. See #294.Rob Austein
2013-07-17Drop rootd's manifest and CRL interval down to same interval used forRob Austein
2013-07-17Bump default lifetime of RPKI certificate rootd issues to rpkid up toRob Austein
2013-07-17Add ability for auto_update DER objects to coast through transientRob Austein
2013-07-16Send exceptions in irdb_query() to the errback handler rather thanRob Austein
2013-07-16Wrap ridiculously long lines.Rob Austein