aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-08-19New script to import validation-status data into an SQLite3 database for anal...Rob Austein
2014-08-18Sweep SQL cache on task exit. See #707.Rob Austein
2014-07-25New script to track mappings between AKI, SKI, URI, and resources.Rob Austein
2014-07-25Parsing of --log-level was broken.Rob Austein
2014-07-18Pull XML namespaces and so forth from schemas where possible.Rob Austein
2014-07-12Tweak tar command in test script.Rob Austein
2014-07-12Debug rpki-rtr BGPSEC test case and rpki-rtr-replay script.Rob Austein
2014-07-11First cut at a generic rpki-rtr replay script, including support forRob Austein
2014-07-11Add check to log a warning if sync_wrapper returns without callback. See #681.Rob Austein
2014-07-07Automatic pull of documentation from Wiki.RPKI Documentation Robot
2014-07-07Automatic pull of documentation from Wiki.RPKI Documentation Robot
2014-06-25Don't regenerate EE certificates for validity expiration when theRob Austein
2014-06-23Missed testing client mode properly after last refactoring.Rob Austein
2014-06-22Unconditionally fix ownership and mode of directories whose ownershipRob Austein
2014-06-20Timing parameters were a bit short for any sane use.Rob Austein
2014-06-20Preliminary BGPSEC test configuration generator.Rob Austein
2014-06-19Specify the python path as a string rather than passing an object reference. ...Michael Elkins
2014-06-16qualify email recipient address with the FQDN of the local host. see #700Michael Elkins
2014-06-13Add rpki-rtr extension hooks; add script using the extension hooks asRob Austein
2014-06-11Handle version mis-match when forcing protocol version. Closes #699.Rob Austein
2014-06-11Race condition during server shutdown could prevent cleanup of kickme socket.Rob Austein
2014-06-11Allow client to select a particular protocol version.Rob Austein
2014-06-05fix typo. closes #698Michael Elkins
2014-06-05Update to OpenSSL 1.0.1h. Changes from 1.0.1g to 1.0.1h shouldn'tRob Austein
2014-06-05First cut at fully configurable logging system. Still a bit raw, andRob Austein
2014-06-02Insert blank line after URI in all TALs, in case RFC 6480 bis becomes a stand...Rob Austein
2014-06-02Archive current configuration of pbuilder robot prior to VM fork lift.Rob Austein
2014-05-31Logger usage cleanup: for some reason (probably the "self." prefix), Pylint m...Rob Austein
2014-05-31Still more PyLint.Rob Austein
2014-05-31Rework to cope with new logging options.Rob Austein
2014-05-30Update our use of asyncore.dispatcher.setsockopt() toRob Austein
2014-05-30Use --log-file in yamltest; debug the rotating log file options.Rob Austein
2014-05-30Rewritten rpki.log.init() still confuses PyLint.Rob Austein
2014-05-30Move all the complexity of configuring the ten zillion kinds ofRob Austein
2014-05-30Still more PyLint.Rob Austein
2014-05-30Pylint did find a couple of trivial but real bugs under all the noise.Rob Austein
2014-05-30RegenRob Austein
2014-05-30RegenRob Austein
2014-05-30Clang found an unused variable.Rob 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-29yamlconf didn't have router certificate support, was feeling left out.Rob Austein
2014-05-29New find_roa is picker about prefix syntax than the old version. NotRob Austein
2014-05-29For some reason using choices with a non-string type in argparse worksRob Austein
2014-05-28Cleanup. Whack default logging level down to warning, except when running di...Rob 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-22Initial conversion to Python logging system. Still very crude.Rob Austein