aboutsummaryrefslogtreecommitdiff
path: root/rpki/rpkidb
AgeCommit message (Expand)Author
2018-08-26[max-length] Fix ROA parsing issueTom Harrison
2017-05-17rpkic delete_identity was triggering an obscure Django exception in rpkid.Rob Austein
2016-05-07Oops, TeX-style "--" numeric ranges in copyright comments are bad fitRob Austein
2016-05-07More copyright notices, what fun.Rob Austein
2016-05-07Copyright notice update, first round: files that are entirely newRob Austein
2016-05-05rootd 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-23Internal root working with vastly-simplified implementation.Rob Austein
2016-04-23Internal root sort of working, but only sort of. It's skipping theRob Austein
2016-04-23Parent property methods to handle XML attributes which are really forRob Austein
2016-04-23Start fleshing out Parent actions that require poking at companion Root object.Rob Austein
2016-04-23Generalize the formerly-BSC-specific handling of "readonly"Rob Austein
2016-04-23Add Root model to rpki.rpkidb and root-related attributes toRob Austein
2016-04-23Upon further analysis: Roots and Turtles don't need handles, onlyRob Austein
2016-04-23Swing CA model to link to Turtle instead of Parent.Rob Austein
2016-04-23Step one of adding internal support for RPKI roots to rpkid: splitRob Austein
2016-02-26Tweak UpdateROAsTask to create new ROAs before worrying about updating old ones.Rob Austein
2016-02-25Major simplifcation of rpkid's internal tasking system.Rob Austein
2016-02-25Clean up allocation of CRL/manifest numbers. We might want to putRob Austein
2016-02-25Have to supply inception time explicitly when creating manifest EERob Austein
2016-02-20Apparently we have to set the timeout in the HTTPRequest object.Rob Austein
2016-01-23Add multiple-URI TAL support to rcynicng.Rob Austein
2015-11-29rcynicng caught a bug in rpkid! Router certificates are forbiddenRob 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-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-10-28Now working with PostgreSQL.Rob Austein
2015-10-26"Any programmer who fails to comply with the standard naming, formatting,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-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-22First cut at replacing rpkid's HTTP and I/O system with Tornado. NotRob 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-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
2015-10-16Replace RRDP wired-in-URL kludge with proper support in OOB andRob Austein
2015-10-15Convert zookeeper to use new (IETF standards track I-D) out-of-bandRob Austein