Age | Commit message (Expand) | Author |
2018-08-26 | [max-length] Fix ROA parsing issue | Tom Harrison |
2017-05-17 | rpkic delete_identity was triggering an obscure Django exception in rpkid. | Rob Austein |
2016-05-07 | Oops, TeX-style "--" numeric ranges in copyright comments are bad fit | Rob Austein |
2016-05-07 | More copyright notices, what fun. | Rob Austein |
2016-05-07 | Copyright notice update, first round: files that are entirely new | Rob Austein |
2016-05-05 | rootd migration finally working right. I think. Could stand more testing. | Rob Austein |
2016-04-23 | .up_down_query_root() must pick out the right CADetail by g(SKI). | Rob Austein |
2016-04-23 | "KeyError: u'manager'" turns out to be Django's way of saying: | Rob Austein |
2016-04-23 | Internal root working with vastly-simplified implementation. | Rob Austein |
2016-04-23 | Internal root sort of working, but only sort of. It's skipping the | Rob Austein |
2016-04-23 | Parent property methods to handle XML attributes which are really for | Rob Austein |
2016-04-23 | Start fleshing out Parent actions that require poking at companion Root object. | Rob Austein |
2016-04-23 | Generalize the formerly-BSC-specific handling of "readonly" | Rob Austein |
2016-04-23 | Add Root model to rpki.rpkidb and root-related attributes to | Rob Austein |
2016-04-23 | Upon further analysis: Roots and Turtles don't need handles, only | Rob Austein |
2016-04-23 | Swing CA model to link to Turtle instead of Parent. | Rob Austein |
2016-04-23 | Step one of adding internal support for RPKI roots to rpkid: split | Rob Austein |
2016-02-26 | Tweak UpdateROAsTask to create new ROAs before worrying about updating old ones. | Rob Austein |
2016-02-25 | Major simplifcation of rpkid's internal tasking system. | Rob Austein |
2016-02-25 | Clean up allocation of CRL/manifest numbers. We might want to put | Rob Austein |
2016-02-25 | Have to supply inception time explicitly when creating manifest EE | Rob Austein |
2016-02-20 | Apparently we have to set the timeout in the HTTPRequest object. | Rob Austein |
2016-01-23 | Add multiple-URI TAL support to rcynicng. | Rob Austein |
2015-11-29 | rcynicng caught a bug in rpkid! Router certificates are forbidden | Rob Austein |
2015-11-13 | Clean up more gratuitous unused magic CRL autoregeneration. | Rob Austein |
2015-11-12 | Clean up silly automatic-CRL-and-MFT-regeneration-except-when-its-not | Rob Austein |
2015-11-12 | Add .__repr__() methods to rpkidb models. Rewrite | Rob Austein |
2015-11-12 | More useful log messages on PDU handling exceptions. | Rob Austein |
2015-11-11 | Clean up yet another screwball constructor. Other minor cleanup. | Rob Austein |
2015-11-11 | Oops, forgot to commit migration for latest schema change. | Rob Austein |
2015-11-11 | Further simplify CRL and manifest code. | Rob Austein |
2015-11-11 | Refactor a few of the ridiculously long rpkidb model methods into | Rob Austein |
2015-11-11 | Configure pylint to use the pylint-django plugin, which (mostly) | Rob Austein |
2015-11-10 | Use a lock to serialize rpkid tasks. Add temporary trace call | Rob Austein |
2015-10-28 | Now working with PostgreSQL. | Rob Austein |
2015-10-26 | "Any programmer who fails to comply with the standard naming, formatting, | Rob Austein |
2015-10-25 | All SKI operations on issued certificates are really g(SKI) | Rob Austein |
2015-10-25 | Tweak binary field types to get SQLite3 working as a Django ORM | Rob Austein |
2015-10-24 | Switched from BlobField to BinaryField, but doesn't seem to have | Rob Austein |
2015-10-23 | Serialize HTTP requests to the same URL NetLoc, to comply with the | Rob Austein |
2015-10-23 | Task system now working with Tornado. Two new problems: some kind of | Rob Austein |
2015-10-22 | Fix a couple of places where we were calling coroutines as if they | Rob Austein |
2015-10-22 | First cut at replacing rpkid's HTTP and I/O system with Tornado. Not | Rob Austein |
2015-10-20 | Change <self/> (etc) to <tenant/> (etc). "self" always was a really | Rob Austein |
2015-10-19 | Whoops, missed creating a migration for field name change. | Rob Austein |
2015-10-19 | Amputate old SQL code out of rpkid with a fire axe, replacing it with | Rob Austein |
2015-10-16 | PyLint. As usual, a lot of noise and a handful of real, albeit minor, bugs. | Rob Austein |
2015-10-16 | .delete() -> .destroy() to avoid built-in ORM .delete() methods. | Rob Austein |
2015-10-16 | Replace RRDP wired-in-URL kludge with proper support in OOB and | Rob Austein |
2015-10-15 | Convert zookeeper to use new (IETF standards track I-D) out-of-band | Rob Austein |