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