aboutsummaryrefslogtreecommitdiff
path: root/rpki
AgeCommit message (Expand)Author
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
2016-01-13Checkpoint of first cut at RRDP client code. RRDP client code not yetRob Austein
2016-01-11Add (preliminary) database cleanup code.Rob Austein
2016-01-11Add rcynic-dump as a blunt instrument to let existing file-basedRob Austein
2016-01-10First apparently-working version of rcynicng using database instead ofRob Austein
2016-01-08Start converting rcynicng to use a database.Rob Austein
2015-12-07Move validation callback to Python.Rob Austein
2015-12-06Clean up RPKI conformance checking of X.509v3 extensions and elliptic curve k...Rob Austein
2015-12-06Fix rcynicng directory rotation code. Checkpoint along the way toRob Austein
2015-11-29rcynicng caught a bug in rpkid! Router certificates are forbiddenRob Austein
2015-11-28Rework StatusCodeDB.normalize(). Apparently order of set operationsRob Austein
2015-11-23first pass on XML output. Incomplete, but enough to get a usefulRob Austein
2015-11-23Sort out swamp of multiple generations of manifests and picking best CRL.Rob Austein
2015-11-22Convert certificate tree walking code to use new tasking model.Rob Austein
2015-11-20Simple function to add back symbolic names and error strings forRob Austein
2015-11-18Move StatusCode out of POW.c. New API still needs work, but thisRob Austein
2015-11-16X509Store class removed. X.509 verification moved fromRob Austein