aboutsummaryrefslogtreecommitdiff
path: root/rpki
AgeCommit message (Expand)Author
2016-01-29Whack rcynicng to produce an XML file which rcynic-html can parse:Rob Austein
2016-01-26Use new rcynicdb iterator for rpki-rtr generation. May need to reviseRob Austein
2016-01-26Add (mostly) backwards-compatible iterator which handles findingRob Austein
2016-01-23Remove last vestiges of "__metaclass__ = models.SubfieldBase"Rob Austein
2016-01-23Add multiple-URI TAL support to rcynicng.Rob Austein
2016-01-15RRDP seems to work now, at least with RIPE's implementation.Rob Austein
2016-01-13Checkpoint of first cut at RRDP client code. RRDP client code not yetRob Austein
2016-01-11Add (preliminary) database cleanup code.Rob Austein
2016-01-11Add rcynic-dump as a blunt instrument to let existing file-basedRob Austein
2016-01-10First apparently-working version of rcynicng using database instead ofRob Austein
2016-01-08Start converting rcynicng to use a database.Rob Austein
2015-12-07Move validation callback to Python.Rob Austein
2015-12-06Clean up RPKI conformance checking of X.509v3 extensions and elliptic curve k...Rob Austein
2015-12-06Fix rcynicng directory rotation code. Checkpoint along the way toRob Austein
2015-11-29rcynicng caught a bug in rpkid! Router certificates are forbiddenRob Austein
2015-11-28Rework StatusCodeDB.normalize(). Apparently order of set operationsRob Austein
2015-11-23first pass on XML output. Incomplete, but enough to get a usefulRob Austein
2015-11-23Sort out swamp of multiple generations of manifests and picking best CRL.Rob Austein
2015-11-22Convert certificate tree walking code to use new tasking model.Rob Austein
2015-11-20Simple function to add back symbolic names and error strings forRob Austein
2015-11-18Move StatusCode out of POW.c. New API still needs work, but thisRob Austein
2015-11-16X509Store class removed. X.509 verification moved fromRob Austein
2015-11-16Checkpoint. Basic merge of rcynic.c detailed RPKI checks merged intoRob Austein
2015-11-14Comment nit.Rob Austein
2015-11-13Clean up more gratuitous unused magic CRL autoregeneration.Rob Austein
2015-11-12Clean up silly automatic-CRL-and-MFT-regeneration-except-when-its-notRob Austein
2015-11-12Add .__repr__() methods to rpkidb models. RewriteRob Austein
2015-11-12More useful log messages on PDU handling exceptions.Rob Austein
2015-11-11Clean up yet another screwball constructor. Other minor cleanup.Rob Austein
2015-11-11Oops, forgot to commit migration for latest schema change.Rob Austein
2015-11-11Further simplify CRL and manifest code.Rob Austein
2015-11-11Refactor a few of the ridiculously long rpkidb model methods intoRob Austein
2015-11-11regenRob Austein
2015-11-11Configure pylint to use the pylint-django plugin, which (mostly)Rob Austein
2015-11-10Use a lock to serialize rpkid tasks. Add temporary trace callRob Austein
2015-11-04Checkpoint some preliminary work along the way to doing full low-levelRob Austein
2015-10-28Now working with PostgreSQL.Rob Austein
2015-10-27Reenable vile MySQL "latin1" workaround for now.Rob Austein
2015-10-27Reimplement rpki.gui.models.IPAddressField as a subclass of CharFieldRob Austein
2015-10-26Whack a few things stale imports and Django 1.6-isms to get GUIRob Austein
2015-10-26"Any programmer who fails to comply with the standard naming, formatting,Rob Austein
2015-10-26Unbound variable in postgresql configuration.Rob Austein
2015-10-25All SKI operations on issued certificates are really g(SKI)Rob Austein
2015-10-25Tweak binary field types to get SQLite3 working as a Django ORMRob Austein
2015-10-25Use a weakref dictionary to hold the HTTP client serializationRob Austein
2015-10-25Make SQL engine configurable. Works for MySQL, not yet tested for anything e...Rob Austein
2015-10-25Force MySQL characterset to Latin1 to suppress constant whining aboutRob Austein
2015-10-24Switched from BlobField to BinaryField, but doesn't seem to haveRob Austein
2015-10-23Serialize HTTP requests to the same URL NetLoc, to comply with theRob Austein
2015-10-23Task system now working with Tornado. Two new problems: some kind ofRob Austein