aboutsummaryrefslogtreecommitdiff
path: root/rpki
AgeCommit message (Expand)Author
2014-09-21Add CMS goo to simple CMS client, remove need for async HTTP in Zookeeper.Rob Austein
2014-09-21Move synchronous HTTP client code to library.Rob Austein
2014-09-21Convert rest of rootd away from SAX and async I/O.Rob Austein
2014-09-20Remove gratuitous use of async HTTP where rootd is calling pubd.Rob Austein
2014-09-19Convert irdbd from SAX to lxml.etree.Rob Austein
2014-09-19Convert pubd to use Django ORM and lxml.etree.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-16Add support for running GUI under yamltest.Rob Austein
2014-09-14Remove --config arguments from all daemons, as part of simplifyingRob Austein
2014-09-14Simplify configuration file search in rpki.config.parser.Rob Austein
2014-09-14Start backing out all the old settings.configure() calls, which wereRob Austein
2014-09-13Initial schema migration for irdb. I expected this to break yamltest,Rob Austein
2014-09-13Groundwork for Django ORM world conquest: sort out settings.py mess.Rob Austein
2014-08-28Expire old RRDP deltas from SQL, delete unneded files from RRDP publication t...Rob Austein
2014-08-28Rewrite pubd error handling code.Rob Austein
2014-08-28YAGNIRob Austein
2014-08-28New stricter publication algorithm requires us to salvage hash valuesRob Austein
2014-08-28Turn CMS debugging back off.Rob Austein
2014-08-28Don't return HTML error messages on POST failures.Rob Austein
2014-08-28Log connection info in simplified HTTP server.Rob Austein
2014-08-26More SAX cleanup.Rob Austein
2014-08-21Generate rsync updates from RRDP delta we just committed to SQL.Rob Austein
2014-08-19First cut at proper transactions for new pubd SQL code.Rob Austein
2014-08-18Sweep SQL cache on task exit. See #707.Rob Austein
2014-08-18Start unwinding unnecessary uses of asynch I/O.Rob Austein
2014-08-12HTTP publication of RRDP.Rob Austein
2014-08-07NotesRob Austein
2014-08-07Rework RRDP filename scheme to simplify Apache configuration.Rob Austein
2014-08-06Sort out BPKI mess with rootd talking to pubd. Underlying problem isRob Austein
2014-08-06rootd with publciation protocol mostly working with modern IRDB.Rob Austein
2014-08-05Debug publication protocol <list/> command. Check pubd for existingRob Austein
2014-08-04rootd now uses publication protocol. Not yet usable outside smoketestRob Austein
2014-08-02Checkpoint. Does not run at the moment because rootd is partly butRob Austein
2014-07-25Parsing of --log-level was broken.Rob Austein
2014-07-23Finish first cut at RRDP test unpacking tool, shake a few bugs out ofRob Austein
2014-07-21Prototype RRDP unpacker.Rob Austein
2014-07-21Checkpoint. More cleanup of publication code.Rob Austein
2014-07-18Pull changes from trunk.Rob Austein
2014-07-18Pull XML namespaces and so forth from schemas where possible.Rob Austein
2014-07-17Publication code mostly just deals with DER and Base64, so defer ASN.1Rob Austein
2014-07-17Apparently we only need to set nsmap in root elements.Rob Austein
2014-07-17RRDP working, mostly. Doens't clean up old files yet, doesn't useRob Austein
2014-07-17Start unwinding the twisty maze of method calls in the old publication code.Rob Austein
2014-07-16Snapshot before reworking pubd SQL.Rob Austein
2014-07-15Checkpoint. Merge changes from trunk. Add hash-based withdrawalRob Austein
2014-07-12Debug rpki-rtr BGPSEC test case and rpki-rtr-replay script.Rob Austein
2014-07-11Merge from trunk.Rob Austein
2014-07-11Add check to log a warning if sync_wrapper returns without callback. See #681.Rob Austein