Age | Commit message (Expand) | Author |
2013-04-20 | Force new manifest EE certificate, manifest, and CRL when parent | Rob Austein |
2012-10-18 | pylint | Rob Austein |
2012-10-12 | Deobfuscate. | Rob Austein |
2012-10-09 | Use POW for PKCS #10 generation. | Rob Austein |
2012-08-29 | Bad things happen when __str__() methods forget to return the string. | Rob Austein |
2012-07-06 | Implement CMS-timestamp-based replay protection. Closes #35. | Rob Austein |
2012-05-05 | Debugging code to say why we're failing to issue. See #247. | Rob Austein |
2012-02-03 | Clean up exceptions in rpki.x509.CMS_object.verify(). | Rob Austein |
2011-03-27 | Handle past-expiration IRDB entries properly | Rob Austein |
2011-03-21 | First cut at Ghostbusters support. | Rob Austein |
2011-03-18 | Merge rpki.rpki_engine into rpki.rpkid. | Rob Austein |
2011-03-18 | Add @property decorators to a bunch of methods that are just syntactic | Rob Austein |
2010-11-14 | Implement "reissue" left-right operation. Reformat some doc strings. | Rob Austein |
2010-10-07 | Merge rpkid.without_tls/ branch to rpkid/ trunk. | Rob Austein |
2010-08-29 | Break XML packet dumps into multiple lines when logging schema | Rob Austein |
2010-04-06 | Log handle of parent we're querying. | Rob Austein |
2010-03-28 | Log a bit more on up-down queries. | Rob Austein |
2010-03-16 | Update copyright notices | Rob Austein |
2010-01-07 | Cleanup of substring checks. | Rob Austein |
2009-11-04 | Use batch-mode publication in rpkid. Fix FOREIGN KEY constraints. | Rob Austein |
2009-09-29 | Add left-right "revoke_forgotten" command to clean up certs that the | Rob Austein |
2009-09-14 | Rework call_pubd() error handling | Rob Austein |
2009-09-11 | Cleanup | Rob Austein |
2009-09-09 | Back out accidental commit of local hack | Rob Austein |
2009-09-09 | Log SKI of generated subject certificate | Rob Austein |
2009-09-03 | Log up-down queries | Rob Austein |
2009-07-17 | Handle BSC objects that are still under construction a bit more gracefully. | Rob Austein |
2009-07-17 | Cleanup | Rob Austein |
2009-07-04 | Clean up and consolidate traceback. Add methods to hide (some of the) | Rob Austein |
2009-06-07 | Checkpoint | Rob Austein |
2009-06-04 | Rototill left-right and publication protocol to replace SQL-assigned | Rob Austein |
2009-06-01 | New TLS code mostly working. Only lightly tested so far, but "make | Rob Austein |
2009-05-27 | Update copyright notices in files edited this year | Rob Austein |
2009-05-19 | Lint | Rob Austein |
2009-05-11 | Cosmetic doc changes. | Rob Austein |
2009-05-11 | Pass ExitNow exceptions through, as signal handlers can raise them at any time. | Rob Austein |
2009-05-10 | Lint | Rob Austein |
2009-05-10 | Checkpoint. Conversion to errback() mechanism started, not yet | Rob Austein |
2009-04-29 | More lint | Rob Austein |
2009-04-29 | First pass with pylint | Rob Austein |
2009-04-25 | Fix exception handling in error_response PDU generation | Rob Austein |
2009-04-24 | Checkpoint | Rob Austein |
2008-10-16 | Minor logging cleanups. Don't show backtrace in testpoke unless | Rob Austein |
2008-10-13 | Fix a few string formatting goofs in logging and error messages. | Rob Austein |
2008-07-16 | I should try goofing up the IRDB expiration date more often, all sorts | Rob Austein |
2008-06-12 | Apparently Doxygen -does- read module documentation, but only if | Rob Austein |
2008-06-06 | Refactor SQL code to form rpki.sq.session class, and add code to warn | Rob Austein |
2008-05-30 | Checkpoint. Refactor to avoid circular module dependency. | Rob Austein |
2008-05-17 | "as" will be a reserved word in Python 2.6, stop using it as an | Rob Austein |
2008-05-15 | Minimal req_* attribute implementation, just throw an internal error | Rob Austein |