Age | Commit message (Expand) | Author |
2014-07-23 | Finish first cut at RRDP test unpacking tool, shake a few bugs out of | Rob Austein |
2014-07-21 | Prototype RRDP unpacker. | Rob Austein |
2014-07-21 | Checkpoint. More cleanup of publication code. | Rob Austein |
2014-07-18 | Pull changes from trunk. | Rob Austein |
2014-07-18 | Pull XML namespaces and so forth from schemas where possible. | Rob Austein |
2014-07-17 | Publication code mostly just deals with DER and Base64, so defer ASN.1 | Rob Austein |
2014-07-17 | Apparently we only need to set nsmap in root elements. | Rob Austein |
2014-07-17 | RRDP working, mostly. Doens't clean up old files yet, doesn't use | Rob Austein |
2014-07-17 | Start unwinding the twisty maze of method calls in the old publication code. | Rob Austein |
2014-07-16 | Snapshot before reworking pubd SQL. | Rob Austein |
2014-07-15 | Checkpoint. Merge changes from trunk. Add hash-based withdrawal | Rob Austein |
2014-07-12 | Debug rpki-rtr BGPSEC test case and rpki-rtr-replay script. | Rob Austein |
2014-07-11 | Merge from trunk. | Rob Austein |
2014-07-11 | Add check to log a warning if sync_wrapper returns without callback. See #681. | Rob Austein |
2014-07-09 | Regen | Rob Austein |
2014-07-09 | Add withdrawal hashes to publication and rrdp. | Rob Austein |
2014-07-07 | Checkpoint of SQL-based publish and withdraw processing. Doesn't | Rob Austein |
2014-07-04 | Snapshot before trying something weird with the new pubd SQL. | Rob Austein |
2014-07-03 | Get rid of the <config/> element of the publication-control protocol, it's a ... | Rob Austein |
2014-07-03 | Regen | Rob Austein |
2014-07-03 | Convert to current IETF I-D version of publication protocol. See #705. | Rob Austein |
2014-06-30 | regen | Rob Austein |
2014-06-30 | regen | Rob Austein |
2014-06-26 | Regen, tweak some svn properties. | Rob Austein |
2014-06-26 | Initial schema and test cases for RRDP, based on Tim's expired -01 | Rob Austein |
2014-06-25 | Don't regenerate EE certificates for validity expiration when the | Rob Austein |
2014-06-23 | Missed testing client mode properly after last refactoring. | Rob Austein |
2014-06-19 | Specify the python path as a string rather than passing an object reference. ... | Michael Elkins |
2014-06-16 | qualify email recipient address with the FQDN of the local host. see #700 | Michael Elkins |
2014-06-13 | Add rpki-rtr extension hooks; add script using the extension hooks as | Rob Austein |
2014-06-11 | Handle version mis-match when forcing protocol version. Closes #699. | Rob Austein |
2014-06-11 | Race condition during server shutdown could prevent cleanup of kickme socket. | Rob Austein |
2014-06-11 | Allow client to select a particular protocol version. | Rob Austein |
2014-06-05 | fix typo. closes #698 | Michael Elkins |
2014-06-05 | First cut at fully configurable logging system. Still a bit raw, and | Rob Austein |
2014-05-31 | Logger usage cleanup: for some reason (probably the "self." prefix), Pylint m... | Rob Austein |
2014-05-30 | Update our use of asyncore.dispatcher.setsockopt() to | Rob Austein |
2014-05-30 | Use --log-file in yamltest; debug the rotating log file options. | Rob Austein |
2014-05-30 | Rewritten rpki.log.init() still confuses PyLint. | Rob Austein |
2014-05-30 | Move all the complexity of configuring the ten zillion kinds of | Rob Austein |
2014-05-30 | Still more PyLint. | Rob Austein |
2014-05-30 | Pylint did find a couple of trivial but real bugs under all the noise. | Rob Austein |
2014-05-30 | Regen | Rob Austein |
2014-05-30 | Regen | Rob Austein |
2014-05-29 | PyLint | Rob Austein |
2014-05-29 | Python style police: instantiate exceptions before raising them | Rob Austein |
2014-05-29 | Provide our own logging Formatter class rather than straining to | Rob Austein |
2014-05-29 | For some reason using choices with a non-string type in argparse works | Rob Austein |
2014-05-28 | Cleanup. Whack default logging level down to warning, except when running di... | Rob Austein |
2014-05-28 | Update all uses of rpki.log.traceback() for use with logging module. | Rob Austein |