aboutsummaryrefslogtreecommitdiff
path: root/rpkid
AgeCommit message (Expand)Author
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-18Add suppot for profiling rpkic.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-09Sometimes it takes more than one signal to get a subprocess to exit.Rob 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-30Remove -s from getopt string too.Rob Austein
2012-07-30Add --stop_after_configRob 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-23Use TAL instead of TA.Rob Austein
2012-07-16simplify exiting the scriptMichael Elkins
2012-07-16catch socket.error and print a friendlier message when we can't talk to rpkid...Michael Elkins
2012-07-13send_email() should have been send_mail()Michael Elkins
2012-07-13fix pep8 warningsMichael Elkins
2012-07-13fix missing importsMichael Elkins
2012-07-13fetch list of published objects from rpkid, and check for valid->invalid tran...Michael Elkins
2012-07-12move fetching of admin email addresses to the glue library so it can be used ...Michael Elkins
2012-07-10add option to not send email report; useful for cli debuggingMichael Elkins
2012-07-09in addition to logging to stdout, send email notifications to addresses liste...Michael Elkins
2012-07-06use the client_handle specified in the <list_published_objects/> response to ...Michael Elkins
2012-07-06RegenRob Austein
2012-07-06Add control interface to clear CMS-timestamp-based replay protection,Rob Austein
2012-07-06add support for checking child resource certsMichael Elkins
2012-07-06Implement CMS-timestamp-based replay protection. Closes #35.Rob Austein
2012-07-06force update of received resources cache prior to checking for rescert expira...Michael Elkins
2012-07-06remove debug msg to stdout from rpki.gui.app.glue.list_received_resourcesMichael Elkins
2012-07-05add current handle name to each warning messageMichael Elkins
2012-07-05use str() to print to detail of each Certificate subclass when displaying a w...Michael Elkins
2012-07-05fix __unicode__ method for HostedCAMichael Elkins