aboutsummaryrefslogtreecommitdiff
path: root/rpki
AgeCommit message (Expand)Author
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
2015-10-22Fix a couple of places where we were calling coroutines as if theyRob Austein
2015-10-22Lint cleanup.Rob Austein
2015-10-22First cut at replacing rpkid's HTTP and I/O system with Tornado. NotRob Austein
2015-10-20Regen.Rob Austein
2015-10-20Fat fingers broke schema in previous revision.Rob Austein
2015-10-20Regen.Rob Austein
2015-10-20Change <self/> (etc) to <tenant/> (etc). "self" always was a reallyRob Austein
2015-10-19Whoops, missed creating a migration for field name change.Rob Austein
2015-10-19Amputate old SQL code out of rpkid with a fire axe, replacing it withRob Austein
2015-10-16RegenRob Austein
2015-10-16PyLint. 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