aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki
AgeCommit message (Expand)Author
2012-08-20Refactor Zookeeper.synchronize() into a collection of moreRob Austein
2012-08-20Gigabytes of logs recording the state of the task queue when hostingRob Austein
2012-08-19Tweak timer.runq() to be a bit more even-handed in how we prioritizeRob Austein
2012-08-19CleanupRob Austein
2012-08-19Simplify core I/O loop, back to what I originally intended beforeRob Austein
2012-08-19Typo.Rob Austein
2012-08-19Refactor rpkid high-level task system to use classes rather thanRob Austein
2012-08-18Merge rpkic profiling support from trunk/.Rob Austein
2012-08-18CleanupRob Austein
2012-08-18Add profiling support.Rob Austein
2012-08-17Checkpoint. New class-based tasks, not yet tested, rest of code notRob Austein
2012-08-17As of [4632], rpki.sql.session._wrap_execute() handles SQL pingsRob Austein
2012-08-17ReformatRob Austein
2012-08-17Automate SQL pings. Suppress case where ROA regeneration gratuitouslyRob Austein
2012-08-14Add POW C function to pull SKI from a certificate, so we can bypassRob Austein
2012-08-13Back out [4629], which tests out 50% slower than the code it replaced.Rob Austein
2012-08-13Direct conversion between byte string and long, using scaryRob Austein
2012-08-10Add debug-only hack to let us reuse RSA keys from previous test runs.Rob Austein
2012-08-10Add seemingly-pointless .cursor() call, whose real purpose is to runRob Austein
2012-08-09Switch rpki.sql.session.cache to use weak references, so that Python'sRob Austein
2012-08-08Checkpoint of work to date, see #274 and #275.Rob Austein
2012-08-07Safe mapping functions for OIDs, now that we're using the same code toRob Austein
2012-08-07add countryName oid. references #279Michael Elkins
2012-07-31Move rpkic autosync control to rpki.conf.Rob Austein
2012-07-31Somehow we got an exception whose string expansion was the nullRob Austein
2012-07-31First cut at allowing I/O loop to run during processing of massiveRob Austein
2012-07-30Switch to Django ORM .raw() query interface for a few queries whichRob Austein
2012-07-26Add profiling support to yamltest; fix profiling support in daemons.Rob Austein
2012-07-25Add profiling support.Rob Austein
2012-07-25Clean up SQL cache when it gets big, break up huge batches of ROARob Austein
2012-07-13fix missing importsMichael Elkins
2012-07-12move fetching of admin email addresses to the glue library so it can be used ...Michael Elkins
2012-07-06RegenRob Austein
2012-07-06Add control interface to clear CMS-timestamp-based replay protection,Rob Austein
2012-07-06Implement CMS-timestamp-based replay protection. Closes #35.Rob Austein
2012-07-06remove debug msg to stdout from rpki.gui.app.glue.list_received_resourcesMichael Elkins
2012-07-05fix __unicode__ method for HostedCAMichael Elkins
2012-07-05remove admin autodiscover since we do not use the admin interfaceMichael Elkins
2012-07-05add empty stub admin.py to overwrite any existing moduleMichael Elkins
2012-07-04Oops, forgot to include revoke_forgotten command when copying otherRob Austein
2012-07-03initial implementation of rescert expiration cron scriptMichael Elkins
2012-07-03Add .mnf to dispatch list for backwards compatability.Rob Austein
2012-07-03Add more data to pubd log line, to aid tracking flow of objectsRob Austein
2012-07-03Stop whining about missing BPKI CRLs when running rootd underRob Austein
2012-06-27in roa creation form, assume mask is closet classful if mask is missing. clo...Michael Elkins
2012-06-25Tombstone for an obsolete program, to keep users from accidentlyRob Austein
2012-06-22add __repr__ method to rpki.rcynic.validation_status_elementMichael Elkins
2012-06-16Add "--flat_publication" option to yamltest, and correspondingRob Austein
2012-05-11Add rekey, revoke, and reissue commands. Closes #249.Rob Austein
2012-05-10We only need to poke requested handles once per synchronize call, notRob Austein