aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2016-02-25Update to track rpki.POW changes.Rob Austein
2016-02-25Dumb errors constructing key for temporary dict() were causing us toRob Austein
2016-02-25Use sys.executable to avoid potential $PATH problem.Rob Austein
2016-02-24Rewrite rpkic wrapper to avoid running sudo unnecessarily.Rob 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-19Add rp_key_dir, mostly to simplify testing with yamltest.Rob Austein
2016-02-19Bye bye, upstart, hello ancient init.d script which is once again theRob Austein
2016-02-18Whack yamltest.py until it works again with latest changes to rpkic, etc.Rob Austein
2016-02-18Dedupe to avoid backing up the same database more than once.Rob Austein
2016-02-17Add PostgreSQL and SQLite3 backup templates.Rob Austein
2016-02-16Whack CA upstart script to track recent changes. Going to need toRob Austein
2016-02-16Tweak file locations for root RPKI key, certificate, and TAL.Rob Austein
2016-02-16Promote rpki-generate-root-certificate to supported status.Rob Austein
2016-02-16pubd needs to be able to write to the publication directories.Rob 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-15Snapshot before whacking migrations.Rob Austein
2016-02-15First round of silly bugfixes.Rob Austein
2016-02-15Checkpoint while shuffling stuff around for new installation scheme.Rob Austein
2016-02-14Cleanup.Rob Austein
2016-02-14Revised rpki-sql-setup approaching something halfway sane. Still needRob Austein
2016-02-13Snapshot current almost-working version of rpki-sql-setup,Rob Austein
2016-02-13Add back some logging.Rob Austein
2016-02-12Update settings.py installation glorp.Rob Austein
2016-02-12Debug PostgreSQL setup code. Make [rcynic] database optional for now.Rob Austein
2016-02-12Missing "self" in method definition.Rob Austein
2016-02-12More MySQL vestiges.Rob Austein
2016-02-12Rewrite scripts affected by rpki-sql-setup changes.Rob Austein
2016-02-12Rewrite rpki-sql-setup to handle PostgreSQL and SQLite3 as well asRob Austein
2016-02-10Debian requires python-lxml as a build dependency after all.Rob Austein
2016-02-10More dependency updates (development branch). Probably brokeRob Austein
2016-02-10Start updating build packaging for brave new world.Rob Austein
2016-02-09Commit a couple of bugfixes Lachlan Kang found last summer (inRob Austein