aboutsummaryrefslogtreecommitdiff
path: root/rpki
AgeCommit message (Expand)Author
2016-05-05rootd migration finally working right. I think. Could stand more testing.Rob Austein
2016-05-04A Farewell To Turtles.Rob 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-27Catch exceptions from Zookeeper to gracefully continue when we can't talk to ...Michael Elkins
2016-04-26Handle non-existant root certificate correctly in rpkic extract_root_* comman...Rob Austein
2016-04-26Convert rpki-rtr to use common config/argparse/logging setup.Rob Austein
2016-04-26Further consolidation of config file parsing, command line parsing,Rob Austein
2016-04-24Add exception handler of last resort to servers, in an attempt to getRob Austein
2016-04-23.up_down_query_root() must pick out the right CADetail by g(SKI).Rob Austein
2016-04-23Missing 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-23Add yamltest code to set up TAL and root certificate correctly underRob Austein
2016-04-23Internal root working with vastly-simplified implementation.Rob Austein
2016-04-23rpkic extract_root_certificate and extract_root_tal commands.Rob Austein
2016-04-23Remove a whole lotta rootd stuff.Rob Austein
2016-04-23Internal root sort of working, but only sort of. It's skipping theRob Austein
2016-04-23Initial version of rpki.irdb.models.Root. May end up folding thisRob Austein
2016-04-23Parent property methods to handle XML attributes which are really forRob Austein
2016-04-23Start fleshing out Parent actions that require poking at companion Root object.Rob Austein
2016-04-23Generalize the formerly-BSC-specific handling of "readonly"Rob Austein
2016-04-23Add Root model to rpki.rpkidb and root-related attributes toRob Austein
2016-04-23Upon further analysis: Roots and Turtles don't need handles, onlyRob Austein
2016-04-23Swing CA model to link to Turtle instead of Parent.Rob Austein
2016-04-23Step one of adding internal support for RPKI roots to rpkid: splitRob Austein
2016-04-21Update the GUI to work with the new rcynicdb.Michael Elkins
2016-04-21Missing dictionary key in a few tests in UpdateChildrenTask.Rob Austein
2016-04-15Merge from trunk.Rob Austein
2016-04-14Fix bug introduced merging load_roa_requests patch from trunk, sigh.Rob Austein
2016-04-12Pull rpkic <group> fix from trunk.Rob Austein
2016-04-03Move more programs to integrated config+argparse framework.Rob Austein
2016-04-02Teach rcynicng to read command line defaults from rpki.conf. Some ofRob Austein
2016-03-30Clean up and simplify rpkic privilege-dropping code. All sudo voodooRob Austein
2016-03-30Still more UID-swapped file I/O, and general cleanup of UI file I/O.Rob Austein
2016-03-29rpkic needs to do uid swapping around XML reads too.Rob Austein
2016-03-29Initial fixes to rpkigui-rcynic. Still not working, but failing in aRob Austein
2016-03-28Apparently we lost DOWNLOAD_DIRECTORY while consolidating the GUI'sRob Austein
2016-03-23Wrap a MySQL-specific error check so it doesn't cause problems when using oth...Rob Austein
2016-03-21Django API fashion police renamed "mimetype" to be "content_type".Rob Austein
2016-03-21[6322] broke "make test", fix by allowing rpkic to run with warningRob Austein
2016-03-21Rework rpkic setuid handling to something a bit more robust.Rob Austein
2016-03-20Clean up rcynic installation, run rcynicng instead of (old) rcynic, clean up ...Rob Austein
2016-03-03Speed up snapshot loading and cleanup with huge data sets.Rob Austein
2016-03-01Clean up after switching from XMLPullParser to iterparse: put modelsRob Austein
2016-02-27Use an incremental parser for snapshot files.Rob Austein
2016-02-26Tweak UpdateROAsTask to create new ROAs before worrying about updating old ones.Rob Austein
2016-02-26Using a Tornado yield dictionary is elegant (not to mention cute), butRob Austein
2016-02-26Simplify UpdateChildrenTask.Rob Austein
2016-02-26Tweak default rpkid timing parameters.Rob Austein