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