aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/rpkid.py
AgeCommit message (Expand)Author
2014-04-05Source tree reorg, phase 1. Almost everything moved, no file contents changed.Rob Austein
2014-04-03Helps to fix the code as well as the comments.Rob Austein
2014-04-02Need AIA check for signed object certificates too.Rob Austein
2014-04-02Get AIA comparison right.Rob Austein
2014-04-02Track changes in URI at which parent publishes our CA certificate, andRob Austein
2014-04-02Pull from trunk.Rob Austein
2014-02-27Log ee_cert objects properly.Rob Austein
2014-02-25Router certificates working again after changes to get subject name out of th...Rob Austein
2014-02-21Add EKU when generating router certificates.Rob Austein
2014-02-20Whack RSA-specific code to a more general API using PrivateKey andRob Austein
2014-02-20All this router certificate stuff requires enough SQL changes thatRob Austein
2014-02-20Missed case where we have to reissue EE certificate because we justRob Austein
2014-02-20Clean up ee_cert_obj class.Rob Austein
2014-02-20Checkpoint. Now generating something that looks a bit like a routerRob Austein
2014-02-19Add ee_cert_obj and its maintenance task to rpkid. Not tested yet.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
2013-10-01Remove unnecessary and incorrect assertion.Rob Austein
2013-07-16Send exceptions in irdb_query() to the errback handler rather thanRob Austein
2013-06-26Don't allow exceptions (eg, MySQL connection errors) to prevent usRob Austein
2013-04-20Consider updating ROAs and Ghostbusters when CA certificate changes.Rob Austein
2013-04-20Force new manifest EE certificate, manifest, and CRL when parentRob Austein
2013-04-19Throw exception when asked to issue a certificate with notAfter <=Rob Austein
2013-04-01Clean up various old messes in how we configure listener server andRob Austein
2013-03-21Clean up if construct_sia_uri() throws an exception while we'reRob Austein
2013-03-21Record context in CMS replay exceptions. Closes #458.Rob Austein
2013-02-05Reissue CA's own manifest certificate when doing forced reissue ofRob Austein
2013-01-25Clean up and extend rpki.log.init() to support things like letting theRob Austein
2012-11-19Retry failed publication, general case. Closes #306.Rob Austein
2012-11-09Add "merge_publication_directories" option to let Iain do some testingRob Austein
2012-11-08Doh, logging for new recovery code works better when committed to repository.Rob Austein
2012-11-07Retry apparently failed publication of manifest and CRL whenRob Austein
2012-10-18pylintRob Austein
2012-10-17Make sure we save an updated certificate for an existing ca_detail.Rob Austein
2012-10-12Deobfuscate.Rob Austein
2012-10-12Rust In Pieces, POW.pkix.Rob Austein
2012-10-09Whack SIA and AIA code to use POW instead of POW.pkix. WhackRob Austein
2012-10-01Convert CRL creation to use POW rather than POW.pkix.Rob Austein
2012-08-29Add a lot of __repr__() methods in an attempt to make the logs moreRob Austein
2012-08-20Rewrite voluntary scheduler yield code to be in terms of elapsed timeRob Austein
2012-08-20Gigabytes of logs recording the state of the task queue when hostingRob Austein
2012-08-19CleanupRob Austein
2012-08-19Refactor rpkid high-level task system to use classes rather thanRob Austein
2012-08-17As of [4632], rpki.sql.session._wrap_execute() handles SQL pingsRob Austein
2012-08-17Automate SQL pings. Suppress case where ROA regeneration gratuitouslyRob Austein
2012-08-09Switch rpki.sql.session.cache to use weak references, so that Python'sRob Austein
2012-08-08Checkpoint of work to date, see #274 and #275.Rob Austein
2012-07-31First cut at allowing I/O loop to run during processing of massiveRob Austein
2012-07-26Add profiling support to yamltest; fix profiling support in daemons.Rob Austein