Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-28 | Apparently a2ensite now (as of Ubuntu trusty, anyway) requires a .conf | Rob Austein | |
suffix on the site configuration filename. Need to check whether this breaks older distributions, if so will need to something version dependent. svn path=/trunk/; revision=5973 | |||
2014-07-18 | Pull XML namespaces and so forth from schemas where possible. | Rob Austein | |
svn path=/trunk/; revision=5902 | |||
2014-07-12 | Tweak tar command in test script. | Rob Austein | |
svn path=/trunk/; revision=5895 | |||
2014-07-12 | Debug rpki-rtr BGPSEC test case and rpki-rtr-replay script. | Rob Austein | |
svn path=/trunk/; revision=5894 | |||
2014-06-20 | Timing parameters were a bit short for any sane use. | Rob Austein | |
svn path=/trunk/; revision=5870 | |||
2014-06-20 | Preliminary BGPSEC test configuration generator. | Rob Austein | |
svn path=/trunk/; revision=5869 | |||
2014-05-31 | Still more PyLint. | Rob Austein | |
svn path=/trunk/; revision=5856 | |||
2014-05-31 | Rework to cope with new logging options. | Rob Austein | |
svn path=/trunk/; revision=5855 | |||
2014-05-30 | Use --log-file in yamltest; debug the rotating log file options. | Rob Austein | |
svn path=/trunk/; revision=5853 | |||
2014-05-30 | Move all the complexity of configuring the ten zillion kinds of | Rob Austein | |
logging handlers up front to the argparse stage, thereby also giving the application more control over the default logging configuration. svn path=/trunk/; revision=5851 | |||
2014-05-29 | PyLint | Rob Austein | |
svn path=/trunk/; revision=5845 | |||
2014-05-29 | Python style police: instantiate exceptions before raising them | Rob Austein | |
(convert two-expression form of "raise" to one-expression form). svn path=/trunk/; revision=5844 | |||
2014-05-29 | Provide our own logging Formatter class rather than straining to | Rob Austein | |
subclass the stock one. Replace all uses of rpki.log.traceback() with logging package .exception() calls. Use LoggingAdapter for all the whacky per-stream logging code in rpki.http. Fix default logging priority for non-daemon programs like rpkic. svn path=/trunk/; revision=5843 | |||
2014-05-29 | yamlconf didn't have router certificate support, was feeling left out. | Rob Austein | |
svn path=/trunk/; revision=5842 | |||
2014-05-28 | Cleanup. Whack default logging level down to warning, except when running ↵ | Rob Austein | |
directly under test harness. svn path=/trunk/; revision=5839 | |||
2014-05-28 | Update all uses of rpki.log.traceback() for use with logging module. | Rob Austein | |
svn path=/trunk/; revision=5838 | |||
2014-05-28 | Whack all logging calls to use per-module logger objects. | Rob Austein | |
svn path=/trunk/; revision=5837 | |||
2014-05-28 | Rework logging initialization code. | Rob Austein | |
svn path=/trunk/; revision=5836 | |||
2014-05-22 | Initial conversion to Python logging system. Still very crude. | Rob Austein | |
svn path=/trunk/; revision=5835 | |||
2014-05-01 | Switch to refactored rpki-rtr implementation. | Rob Austein | |
svn path=/trunk/; revision=5818 | |||
2014-04-26 | Make "all" the default target again, oops. | Rob Austein | |
svn path=/trunk/; revision=5815 | |||
2014-04-10 | Remove ancient kludge for running rtr-origin from source tree; | Rob Austein | |
instead, test scripts must override on command line. Syntax is even more wretched than before, but at least semantics are now right; syntax will be fixed when rtr-origin gets rewritten to use argparse subparsers. svn path=/branches/tk685/; revision=5782 | |||
2014-04-10 | Source install wasn't applying SQL upgrades. Oops. | Rob Austein | |
svn path=/branches/tk685/; revision=5780 | |||
2014-04-09 | Some autoconf settings weren't propagating to autoconf.py. | Rob Austein | |
relaxng test belongs with the other CA tests. svn path=/branches/tk685/; revision=5773 | |||
2014-04-09 | Tweak setup.py to conditionalize installation of rpki-ca scripts; move | Rob Austein | |
installation targets for Python library up from ca to top Makefile. svn path=/branches/tk685/; revision=5771 | |||
2014-04-08 | First cut at revised top-level rules and macros. Tediously verbose at | Rob Austein | |
the moment, clean that up later, but seems to work as intended. svn path=/branches/tk685/; revision=5769 | |||
2014-04-07 | Whack test code to work with new tree, fix relaxng.py. | Rob Austein | |
svn path=/branches/tk685/; revision=5765 | |||
2014-04-06 | Start whacking Makefiles | Rob Austein | |
svn path=/branches/tk685/; revision=5758 | |||
2014-04-05 | Source tree reorg, phase 1. Almost everything moved, no file contents changed. | Rob Austein | |
svn path=/branches/tk685/; revision=5757 |