Age | Commit message (Expand) | Author |
2016-07-20 | use format_html() to build strings returned by custom template tags so that t... | Michael Elkins |
2016-07-20 | need to add contenttypes and auth to INSTALLED_APPS even for gui auxillary sc... | Michael Elkins |
2016-07-19 | add initial migration for the routeview app. | Michael Elkins |
2016-07-19 | Implement new recommendation for HTTPS validation: try with validation | Rob Austein |
2016-07-19 | Simplistic hack for versioning with git. | Rob Austein |
2016-07-18 | Remove "import url from future" from Django templates. Fixes #823. | Rob Austein |
2016-06-26 | Log resynchronization details. | Rob Austein |
2016-06-17 | Disable email to root when a Django exception occurs, and log it to the apach... | Michael Elkins |
2016-06-17 | Remove 'load url from future' as it is no longer needed in recent Django vers... | Michael Elkins |
2016-06-09 | Fix badly written XXX_Driver.execute() methods: calling sequence is | Rob Austein |
2016-06-08 | Bugfixes from Andrew Bradford (thanks!). | Rob Austein |
2016-05-26 | Remove gratuitous None values from status database -- this appears to | Rob Austein |
2016-05-25 | Make rpkigui-import-routes use logging settings from /etc/rpki.conf instead o... | Michael Elkins |
2016-05-25 | New script to install an RPKI root key salvaged from an old rootd | Rob Austein |
2016-05-24 | More http:// => https:// changes in documentation links. | Rob Austein |
2016-05-10 | Debian requires explicit runtime dependency on sudo, and rpki-rp needs | Rob Austein |
2016-05-09 | Add `--root-handle` argument to ca-unpickle to allow manual | Rob Austein |
2016-05-07 | Exclude root certificate serial number from last_serial calculation, | Rob Austein |
2016-05-07 | Joy. Randy's trunk/ installation is using an ancient backwards | Rob Austein |
2016-05-07 | Oops, TeX-style "--" numeric ranges in copyright comments are bad fit | Rob Austein |
2016-05-07 | More copyright notices, what fun. | Rob Austein |
2016-05-07 | Copyright notice update, first round: files that are entirely new | Rob Austein |
2016-05-05 | OpenSSL 1.0.2h. | Rob Austein |
2016-05-05 | OpenSSL 1.0.2h. | Rob Austein |
2016-05-05 | This time for sure. | Rob Austein |
2016-05-05 | rootd migration finally working right. I think. Could stand more testing. | Rob Austein |
2016-05-05 | Sort out irdb Parent vs rpkid Parent. | Rob Austein |
2016-05-04 | Non-rootd transitions finally appear to work as expected. Too many | Rob Austein |
2016-05-04 | Follow that turtle! | Rob Austein |
2016-05-04 | A Farewell To Turtles. | Rob Austein |
2016-05-04 | Mostly working. Setup is still finicky, and rootd transition stuff | Rob Austein |
2016-05-02 | Far too much fun whacking Django to whack the underlying database | Rob Austein |
2016-05-02 | Checkpoint. Most of the certificate twiddling is done, but untested. | Rob Austein |
2016-04-29 | gracefully catch and log exception from zookeeper | Michael Elkins |
2016-04-29 | lxml doesn't like None as an attribute value, so use empty string when | Rob Austein |
2016-04-29 | Initial stumbling towards rootd -> internal root conversion. Not | Rob Austein |
2016-04-29 | Cleanup. | Rob Austein |
2016-04-29 | ca-unpickle now handles the full set of test pickles generated from | Rob Austein |
2016-04-29 | Reorganize to support per-database forking, add pubd support. | Rob Austein |
2016-04-29 | Track changes to names of pickled fields. | Rob Austein |
2016-04-29 | First cut at rpkid migration, preliminary data for rootd migration. | Rob Austein |
2016-04-29 | Throw correct exceptions in container LazyDict container methods, not | Rob Austein |
2016-04-29 | Cleaner implementation of LazyDict, albeit a bit more verbose. | Rob Austein |
2016-04-29 | Snapshot of incomplete proof of concept. Will need to test final | Rob Austein |
2016-04-28 | Pull still more ca-pickle hacks from trunk/. | Rob Austein |
2016-04-28 | Truncate pickle file before rewriting it, to keep Python from being | Rob Austein |
2016-04-28 | Pull rootd-specific ca-pickle hacks from trunk/. | Rob Austein |
2016-04-28 | And of course rootd does everything just a little differently, so we | Rob Austein |
2016-04-28 | Pull ca-{pickle,unpickle}.py updates from trunk/. | Rob Austein |
2016-04-28 | dict() of dict()s turns out to be easier to work with than a single | Rob Austein |