aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki
AgeCommit message (Expand)Author
2012-08-29Clean up excessive debug logging.Rob Austein
2012-08-29Simplify iterator core.Rob Austein
2012-08-27Move root.cer to separate rsync module when building testRob Austein
2012-08-27setproctitle hack. Useful with smoketest/yamltest/yamlconf, may needRob Austein
2012-08-24TypoRob Austein
2012-08-23Checkpoint.Rob Austein
2012-08-23Debug with larger configurations.Rob Austein
2012-08-22Cleanup.Rob Austein
2012-08-22Checkpoint of new testbed configuration tool.Rob Austein
2012-08-21Use .raw() SQL queries when constructing Child.resource_bag (moreRob Austein
2012-08-20Add a few more self.overdue checks to ROA and child certificate loops.Rob Austein
2012-08-20Rewrite voluntary scheduler yield code to be in terms of elapsed timeRob Austein
2012-08-20Extend insecure-debug-only-rsa-key hack to something we can use withRob Austein
2012-08-20Skip publication when nothing changed.Rob Austein
2012-08-20Don't write unchanged BPKI files: nothing bad happens if we do, butRob Austein
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-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