Age | Commit message (Expand) | Author |
2016-01-29 | Whack rcynicng to produce an XML file which rcynic-html can parse: | Rob Austein |
2016-01-26 | Use new rcynicdb iterator for rpki-rtr generation. May need to revise | Rob Austein |
2016-01-26 | Add (mostly) backwards-compatible iterator which handles finding | Rob Austein |
2016-01-23 | Remove last vestiges of "__metaclass__ = models.SubfieldBase" | Rob Austein |
2016-01-23 | Add multiple-URI TAL support to rcynicng. | Rob Austein |
2016-01-15 | RRDP seems to work now, at least with RIPE's implementation. | Rob Austein |
2016-01-13 | Checkpoint of first cut at RRDP client code. RRDP client code not yet | Rob Austein |
2016-01-11 | Add (preliminary) database cleanup code. | Rob Austein |
2016-01-11 | Add rcynic-dump as a blunt instrument to let existing file-based | Rob Austein |
2016-01-10 | First apparently-working version of rcynicng using database instead of | Rob Austein |
2016-01-08 | Start converting rcynicng to use a database. | Rob Austein |
2015-12-07 | Move validation callback to Python. | Rob Austein |
2015-12-06 | Clean up RPKI conformance checking of X.509v3 extensions and elliptic curve k... | Rob Austein |
2015-12-06 | Fix rcynicng directory rotation code. Checkpoint along the way to | Rob Austein |
2015-11-29 | rcynicng caught a bug in rpkid! Router certificates are forbidden | Rob Austein |
2015-11-28 | Rework StatusCodeDB.normalize(). Apparently order of set operations | Rob Austein |
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 |