Age | Commit message (Expand) | Author |
2015-11-23 | first pass on XML output. Incomplete, but enough to get a useful | Rob Austein |
2015-11-23 | Sort out swamp of multiple generations of manifests and picking best CRL. | Rob Austein |
2015-11-22 | Convert certificate tree walking code to use new tasking model. | Rob Austein |
2015-11-20 | Simple function to add back symbolic names and error strings for | Rob Austein |
2015-11-18 | Move StatusCode out of POW.c. New API still needs work, but this | Rob Austein |
2015-11-16 | X509Store class removed. X.509 verification moved from | Rob Austein |
2015-11-16 | Checkpoint. Basic merge of rcynic.c detailed RPKI checks merged into | Rob Austein |
2015-11-14 | Comment nit. | 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 | regen | 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-11-04 | Checkpoint some preliminary work along the way to doing full low-level | Rob Austein |
2015-10-28 | Now working with PostgreSQL. | Rob Austein |
2015-10-27 | Reenable vile MySQL "latin1" workaround for now. | Rob Austein |
2015-10-27 | Reimplement rpki.gui.models.IPAddressField as a subclass of CharField | Rob Austein |
2015-10-26 | Whack a few things stale imports and Django 1.6-isms to get GUI | Rob Austein |
2015-10-26 | "Any programmer who fails to comply with the standard naming, formatting, | Rob Austein |
2015-10-26 | Unbound variable in postgresql configuration. | 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-25 | Use a weakref dictionary to hold the HTTP client serialization | Rob Austein |
2015-10-25 | Make SQL engine configurable. Works for MySQL, not yet tested for anything e... | Rob Austein |
2015-10-25 | Force MySQL characterset to Latin1 to suppress constant whining about | 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 | Lint cleanup. | Rob Austein |
2015-10-22 | First cut at replacing rpkid's HTTP and I/O system with Tornado. Not | Rob Austein |
2015-10-20 | Regen. | Rob Austein |
2015-10-20 | Fat fingers broke schema in previous revision. | Rob Austein |
2015-10-20 | Regen. | 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 | Regen | 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 | Doh, forgot to include rrdp_notification_uri in old-style SQL template. | 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 |
2015-10-15 | Update Zookeeper OOB setup XML code to something approximating current coding... | Rob Austein |