aboutsummaryrefslogtreecommitdiff
path: root/rpki/rpkid.py
AgeCommit message (Expand)Author
2015-11-12Add .__repr__() methods to rpkidb models. RewriteRob Austein
2015-11-12More useful log messages on PDU handling exceptions.Rob 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-26"Any programmer who fails to comply with the standard naming, formatting,Rob Austein
2015-10-25Use a weakref dictionary to hold the HTTP client serializationRob 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-22Lint cleanup.Rob 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-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-14Checkpoint.Rob Austein
2015-10-13Checkpoint.Rob Austein
2015-10-12Checkpoint while porting old create/set actions to ORM models.Rob Austein
2015-10-11Checkpoint updated XML code.Rob Austein
2015-10-10Merge what's left of rpki.xml_utils into what's left ofRob Austein
2015-10-10Clean still more old XML-related classes. Rob Austein
2015-10-09Unwind more of the left_right XML processing from the oldRob Austein
2015-10-09Baby steps towards using new rpkidb models. Now that SAX is gone,Rob Austein
2015-10-08Add an initial set of rpkidb models and confirm that Django is willingRob Austein
2015-10-07Apparently I broke router certificate generation on this branch a while ago a...Rob Austein
2015-07-21Last batch of catch-up merges. Still need to test, but this is aRob Austein
2014-11-12Initial (awful kludge) version of adding RRDP URIs to SIA extension.Rob Austein
2014-11-09rpkic force_publication working on tk705 again.Rob Austein
2014-10-02Whittle one small chunk off the left-right protocol SAX mess.Rob Austein
2014-09-25Convert remaining rpkid up-down code from SAX to etree.Rob Austein
2014-09-24Start converting rpkid's up-down implementation to use lxml.etree instead of ...Rob Austein
2014-09-17Clean out last vestiges of SAX-based publication protocol code.Rob Austein
2014-09-16At this point I'm pretty sure that removing the --config options fromRob Austein
2014-09-16Merge changes from branches/tk713 into branches/tk705. See #705, #713.Rob Austein
2014-09-14Remove --config arguments from all daemons, as part of simplifyingRob Austein
2014-09-13Groundwork for Django ORM world conquest: sort out settings.py mess.Rob Austein
2014-08-28New stricter publication algorithm requires us to salvage hash valuesRob Austein
2014-07-17Publication code mostly just deals with DER and Base64, so defer ASN.1Rob Austein
2014-07-17Start unwinding the twisty maze of method calls in the old publication code.Rob Austein
2014-07-09Add withdrawal hashes to publication and rrdp.Rob Austein
2014-07-07Checkpoint of SQL-based publish and withdraw processing. Doesn'tRob Austein
2014-07-03Convert to current IETF I-D version of publication protocol. See #705.Rob Austein
2014-06-25Don't regenerate EE certificates for validity expiration when theRob Austein
2014-05-29PyLintRob Austein
2014-05-29Python style police: instantiate exceptions before raising themRob Austein
2014-05-29Provide our own logging Formatter class rather than straining toRob Austein
2014-05-28Update all uses of rpki.log.traceback() for use with logging module.Rob Austein
2014-05-28Whack all logging calls to use per-module logger objects.Rob Austein
2014-05-28Rework logging initialization code.Rob Austein
2014-05-20Clean up ancient singleton arguments to .execute(); MySQLdb used toRob Austein