aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-01Unterminated quoted string in FreeBSD installation script.Rob 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-28rpkigui-check-expired needs to run as user rpki. Clean up rpki-caRob Austein
2016-03-28Apparently we lost DOWNLOAD_DIRECTORY while consolidating the GUI'sRob Austein
2016-03-26Relatively gratuitous commit to force regeneration of all binary packages.Rob Austein
2016-03-25Now that the real version of rpki-pbuilder has moved into apt-tools,Rob Austein
2016-03-24Use undocumented -f option to a2dismod when disabling mod_deflate toRob Austein
2016-03-23Wrap a MySQL-specific error check so it doesn't cause problems when using oth...Rob Austein
2016-03-22Handle Linux .distribution_version in cases like "testing" andRob 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-19Specify locations of sudo and rrdtool in Debian build to avoid kludgeRob Austein
2016-03-19Internal sudo wrapper to deal with PostgreSQL access control issues.Rob Austein
2016-03-19Might help to get the ./configure option name right.Rob Austein
2016-03-19Run rpki.wsgi as user rpki. Closes #788.Rob Austein
2016-03-19Pull changes from trunk. Closes #784.Rob Austein
2016-03-19Add rrdtool and sudo to build dependencies temporarily, so thatRob Austein
2016-03-18Switch rsync upload to use daemon mode over ssh, to give server betterRob Austein
2016-03-18rpki-pbuilder.py hacked for multiple repositories, now passes initial tests.Rob Austein
2016-03-17Create log directory when missing.Rob Austein
2016-03-14Drop Cache-Control: max-age for RRDP notification files to matchRob Austein
2016-03-10Cleanup.Rob Austein
2016-03-03Speed up snapshot loading and cleanup with huge data sets.Rob Austein
2016-03-01Fix bug introduced while refactoring bulk SQL insertion.Rob Austein
2016-03-01Somewhat cleaner version of bulk snapshot loader.Rob Austein
2016-03-01Clean up after switching from XMLPullParser to iterparse: put modelsRob Austein
2016-03-01Much faster loading of large RRDP snapshots. Code is messy and needsRob Austein
2016-02-29Doh, "session_id", not "uuid".Rob Austein
2016-02-29Tighter syntax checks on snapshots and deltas, in lieu of RelaxNG validation.Rob Austein
2016-02-29Use lxml.etree.iterparse() for delta files too.Rob Austein
2016-02-29Stash unparsed XML in a temporary file so we can get off the phoneRob Austein
2016-02-27Helps to get the field names right when cleaning up.Rob 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 error in install options.Rob Austein