aboutsummaryrefslogtreecommitdiff
path: root/rpki
AgeCommit message (Expand)Author
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
2016-02-16Finally builds and installs properly on Ubuntu again;Rob Austein
2016-02-15Add (back) initial migration for rpki.rcynicdb.Rob Austein
2016-02-09Commit a couple of bugfixes Lachlan Kang found last summer (inRob Austein
2016-01-29Whack rcynicng to produce an XML file which rcynic-html can parse:Rob Austein
2016-01-26Use new rcynicdb iterator for rpki-rtr generation. May need to reviseRob Austein
2016-01-26Add (mostly) backwards-compatible iterator which handles findingRob Austein
2016-01-23Remove last vestiges of "__metaclass__ = models.SubfieldBase"Rob Austein
2016-01-23Add multiple-URI TAL support to rcynicng.Rob Austein
2016-01-15RRDP seems to work now, at least with RIPE's implementation.Rob Austein