aboutsummaryrefslogtreecommitdiff
path: root/rpki
AgeCommit message (Expand)Author
2014-07-18Pull XML namespaces and so forth from schemas where possible.Rob Austein
2014-07-12Debug rpki-rtr BGPSEC test case and rpki-rtr-replay script.Rob Austein
2014-07-11Add check to log a warning if sync_wrapper returns without callback. See #681.Rob Austein
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-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-05First cut at fully configurable logging system. Still a bit raw, andRob Austein
2014-05-31Logger usage cleanup: for some reason (probably the "self." prefix), Pylint m...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-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-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
2014-05-22Clean excess baggage out of old logging code prior to replacing itRob Austein
2014-05-21Finish implementing 6810-bis timing parameters.Rob Austein
2014-05-20Clean up ancient singleton arguments to .execute(); MySQLdb used toRob Austein
2014-05-20Handle KeyboardInterrupt in listener_main().Rob Austein
2014-05-02Salvage bgpdump-driven test code from rtr-origin, as separate moduleRob Austein
2014-05-02Handle listener arguments correctly.Rob Austein
2014-05-01rpki.rtr.client.ErrorReportPDU wasn't inheriting .consume() method properly.Rob Austein
2014-05-01Do not goof up the return value from a Python decorators, for they are subtle...Rob Austein
2014-05-01s/rpki.rpki_rtr/rpki.rtr/gRob Austein
2014-05-01Switch to refactored rpki-rtr implementation.Rob Austein
2014-04-26Refactor rpki-rtr code.Rob Austein
2014-04-14bump copyrightMichael Elkins
2014-04-14store resource handle name as a string in the session rather than a Conf obje...Michael Elkins
2014-04-14do not emit a warning about missing parent certs in the cacheview db, since t...Michael Elkins
2014-04-14send a single email to root when stale rcynic/routeviews data is detected dur...Michael Elkins
2014-04-12rpki.POW internal doc cleanup. See #691.Rob Austein
2014-04-11fix broken import in newer django 1.5+. closes #687Michael Elkins
2014-04-07Pull tk674 changes from trunk. Required manual conflict resolutionRob Austein
2014-04-07Whack test code to work with new tree, fix relaxng.py.Rob Austein