aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/left_right.py
AgeCommit message (Expand)Author
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
2010-03-16Update copyright noticesRob Austein
2010-02-24CheckpointRob Austein
2010-02-24Checkpoint. <list_received_resources/> still not quite working yet, but get...Rob Austein
2010-02-23Initial cut of <list_received_resources/> code.Rob Austein
2010-01-06First cut at morphing checkpoints into keepalive code.Rob Austein
2009-11-04Use batch-mode publication in rpkid. Fix FOREIGN KEY constraints.Rob Austein
2009-10-27CheckpointRob Austein
2009-10-26Refactor publication code, step 1: clean upRob Austein
2009-10-26CheckpointRob Austein
2009-10-24Handle case where something breaks between when parent issues a newRob Austein
2009-09-29Handle return from revoke_pdu.query() properly.Rob Austein
2009-09-29Add left-right "revoke_forgotten" command to clean up certs that theRob Austein
2009-09-29Refactor text-bearing XML code snippets into rpki.xml_utils.text_elt class.Rob Austein
2009-09-28Add <list_published_objects/> PDU to left-right protocol, to supportRob Austein
2009-09-25Better logging of CMS failuresRob Austein
2009-09-23Collapse HTTPS and CMS BPKI certs for pubd, separation not neededRob Austein
2009-09-20Helps to look in for the _id in the right objectRob Austein
2009-09-20Doh, need to translate _id -> _handle, not the other way around.Rob Austein
2009-09-20Try a bit harder on handle fixupRob Austein
2009-09-16Implement <self run_now="yes"/>Rob Austein
2009-09-15Implement publish_world_now; clean up and debug some earlier changes.Rob Austein