aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/left_right.py
AgeCommit message (Expand)Author
2014-01-09Update more copyrights, clean up module doc blocks.Rob Austein
2013-03-21Record context in CMS replay exceptions. Closes #458.Rob Austein
2012-11-19Retry failed publication, general case. Closes #306.Rob Austein
2012-10-26Spelling.Rob Austein
2012-10-09Delete broken definition of Ghostbusters class (which nothing everRob Austein
2012-10-09Use POW for PKCS #10 generation.Rob Austein
2012-08-29Add a lot of __repr__() methods in an attempt to make the logs moreRob Austein
2012-08-19Refactor rpkid high-level task system to use classes rather thanRob Austein
2012-08-17ReformatRob Austein
2012-08-17Automate SQL pings. Suppress case where ROA regeneration gratuitouslyRob 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-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-25Clean up SQL cache when it gets big, break up huge batches of ROARob 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-03-19Sync from trunk.Rob Austein
2012-02-17Revoke certificates and clean up published objects when processing aRob Austein
2012-02-17First cut at cleaning up litter left behind in repository if the UIRob Austein
2012-01-08Checkpoint. New irdbd now work, after some transaction voodoo.Rob Austein
2011-10-05Add global traceback control; this closes #95. Clean up someRob Austein
2011-06-13Sweep after revoking ROAs so manifest and CRL are correct.Rob Austein
2011-04-27First whack at some of the silliest logging codeRob Austein
2011-04-18Sweep SQL cache a bit more frequently during cron processingRob Austein
2011-04-10TypoRob Austein
2011-04-06Don't traceback on publication failureRob Austein
2011-03-27Handle past-expiration IRDB entries properlyRob Austein
2011-03-21First cut at Ghostbusters support.Rob Austein
2011-03-18Merge rpki.rpki_engine into rpki.rpkid.Rob Austein
2011-03-18Add @property decorators to a bunch of methods that are just syntacticRob Austein
2011-03-12Traceback on connection failure is not very friendly.Rob Austein
2010-11-14Implement "reissue" left-right operation. Reformat some doc strings.Rob Austein
2010-10-07Merge rpkid.without_tls/ branch to rpkid/ trunk.Rob Austein
2010-09-10Refactor .wrap()/.unwrap() code prior to adding CMS timestamp checks.Rob Austein
2010-08-30Use correct exception handler in call_pubd()Rob Austein
2010-08-28Suppress duplicate roa_requestsRob Austein
2010-07-16Only regenerate manifest and CRL once for batch ROA updates.Rob Austein
2010-07-16Duct tape and bailing wire fix for .update_roas(). This isn't rightRob Austein
2010-07-15ParanoiaRob Austein
2010-07-15More ROA loggingRob Austein
2010-06-29Add parent_handle to <list_received_resources/> reply PDU.Rob Austein
2010-05-20Regenerate CRL and manifest when revoking child certs.Rob Austein
2010-05-20Obsolete calling sequence to child_cert.revoke(), oops.Rob Austein
2010-05-19Recheck resources we're reissuing to child against our currentRob Austein
2010-05-19CleanupRob Austein
2010-05-18Revoke child certificate without renewing it if child's resources haveRob Austein
2010-05-13Try to avoid stale CRLs and manifests, by using self.regen_margin asRob Austein
2010-04-12LintRob Austein