aboutsummaryrefslogtreecommitdiff
path: root/rpki
AgeCommit message (Expand)Author
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
2016-02-25Helps to add task back into the queue when postponing, doh.Rob Austein
2016-02-25Tweak postponement code so that, if everything in the task queue hasRob Austein
2016-02-25Need to pass PostponeTask exception up the line for it to work properly.Rob Austein
2016-02-25Major simplifcation of rpkid's internal tasking system.Rob Austein
2016-02-25Clean up allocation of CRL/manifest numbers. We might want to putRob Austein
2016-02-25Fix inverted loop variables in orphaned resource class destructor.Rob Austein
2016-02-25Have to supply inception time explicitly when creating manifest EERob Austein
2016-02-25Dumb errors constructing key for temporary dict() were causing us toRob Austein
2016-02-23Rework ROA postponement code to lower memory footprint.Rob Austein
2016-02-21Be a bit more frugal with memory: serialize XML directly to disk, and,Rob Austein
2016-02-21Don't really need delta XML in SQL either, just need the hash.Rob Austein
2016-02-21We don't really need to store the full XML snapshot in SQL. We don'tRob Austein
2016-02-21Some rpkid tweaks to work better with large data sets.Rob Austein
2016-02-20Apparently we have to set the timeout in the HTTPRequest object.Rob Austein
2016-02-20Don't traceback on synchronization errors.Rob Austein
2016-02-19Task system tweaks, see if this fixes hangs on postponed tasks.Rob Austein
2016-02-19Add http-client-timeout parameter, default to something more patientRob Austein