Age | Commit message (Expand) | Author |
2017-05-17 | rpkic delete_identity was triggering an obscure Django exception in rpkid. | Rob Austein |
2017-01-27 | Accumulate primary keys instead of objects to work around Django caching. | Rob Austein |
2017-01-15 | Wrong Django voodoo in previous fix. | Rob Austein |
2017-01-15 | rpkigui-rcynic inheritance handling was broken. | Rob Austein |
2016-07-20 | add data import timestamps to the dashboard view | Michael Elkins |
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-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-05-25 | Make rpkigui-import-routes use logging settings from /etc/rpki.conf instead o... | Michael Elkins |
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 | rootd migration finally working right. I think. Could stand more testing. | Rob Austein |
2016-05-04 | A Farewell To Turtles. | 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-27 | Catch exceptions from Zookeeper to gracefully continue when we can't talk to ... | Michael Elkins |
2016-04-26 | Handle non-existant root certificate correctly in rpkic extract_root_* comman... | Rob Austein |
2016-04-26 | Convert rpki-rtr to use common config/argparse/logging setup. | Rob Austein |
2016-04-26 | Further consolidation of config file parsing, command line parsing, | Rob Austein |
2016-04-24 | Add exception handler of last resort to servers, in an attempt to get | Rob Austein |
2016-04-23 | .up_down_query_root() must pick out the right CADetail by g(SKI). | Rob Austein |
2016-04-23 | Missing dictionary key in a few tests in UpdateChildrenTask. | Rob Austein |
2016-04-23 | "KeyError: u'manager'" turns out to be Django's way of saying: | Rob Austein |
2016-04-23 | Add yamltest code to set up TAL and root certificate correctly under | Rob Austein |
2016-04-23 | Internal root working with vastly-simplified implementation. | Rob Austein |
2016-04-23 | rpkic extract_root_certificate and extract_root_tal commands. | Rob Austein |
2016-04-23 | Remove a whole lotta rootd stuff. | Rob Austein |
2016-04-23 | Internal root sort of working, but only sort of. It's skipping the | Rob Austein |
2016-04-23 | Initial version of rpki.irdb.models.Root. May end up folding this | Rob Austein |
2016-04-23 | Parent property methods to handle XML attributes which are really for | Rob Austein |
2016-04-23 | Start fleshing out Parent actions that require poking at companion Root object. | Rob Austein |
2016-04-23 | Generalize the formerly-BSC-specific handling of "readonly" | Rob Austein |
2016-04-23 | Add Root model to rpki.rpkidb and root-related attributes to | Rob Austein |
2016-04-23 | Upon further analysis: Roots and Turtles don't need handles, only | Rob Austein |
2016-04-23 | Swing CA model to link to Turtle instead of Parent. | Rob Austein |
2016-04-23 | Step one of adding internal support for RPKI roots to rpkid: split | Rob Austein |
2016-04-21 | Update the GUI to work with the new rcynicdb. | Michael Elkins |
2016-04-21 | Missing dictionary key in a few tests in UpdateChildrenTask. | Rob Austein |
2016-04-15 | Merge from trunk. | Rob Austein |
2016-04-14 | Fix bug introduced merging load_roa_requests patch from trunk, sigh. | Rob Austein |
2016-04-12 | Pull rpkic <group> fix from trunk. | Rob Austein |
2016-04-03 | Move more programs to integrated config+argparse framework. | Rob Austein |
2016-04-02 | Teach rcynicng to read command line defaults from rpki.conf. Some of | Rob Austein |
2016-03-30 | Clean up and simplify rpkic privilege-dropping code. All sudo voodoo | Rob Austein |