aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/rpki_engine.py
AgeCommit message (Expand)Author
2010-01-20Silence .checkpoint() noise.Rob Austein
2010-01-07Don't attempt to withdraw a manifest or CRL that was never publishedRob Austein
2010-01-06More checkpoints.Rob Austein
2010-01-06First cut at morphing checkpoints into keepalive code.Rob Austein
2010-01-05Explictly log no-op .reissue() case.Rob Austein
2010-01-05Reuse single timer object in cron handler.Rob Austein
2009-12-23Don't blow out with an exception when retrieving nextUpdate value from our ow...Rob Austein
2009-11-04Use batch-mode publication in rpkid. Fix FOREIGN KEY constraints.Rob Austein
2009-10-24Handle case where something breaks between when parent issues a newRob Austein
2009-09-29Add left-right "revoke_forgotten" command to clean up certs that theRob Austein
2009-09-26Doh, get timeout test right.Rob Austein
2009-09-25Rework cron code to be more robust.Rob Austein
2009-09-19Yesterday's fix to rpki.resource_set was incomplete.Rob Austein
2009-09-17Don't call .sql_mark_dirty() in roa_obj.__init__(), because we don'tRob 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
2009-09-15CheckpointRob Austein
2009-09-15Start draining the publication swampRob Austein
2009-09-14Clean up messy and redundant ROA generation codeRob Austein
2009-09-14CheckpointRob Austein
2009-09-11Add debug logging to track down whether I'm looking for a discrepancyRob Austein
2009-09-09Somewhat better handling of publication protocol exceptions and ofRob Austein
2009-09-04CleanupRob Austein
2009-09-04Clean up some whacked exception handling.Rob Austein
2009-07-20Helps to delete ROAs from SQL when destroying them.Rob Austein
2009-07-18CleanupRob Austein
2009-07-17Log handle, not just idRob Austein
2009-07-15Rework cron() codeRob Austein
2009-07-14First cut at internal clock for cron tasks. Doesn't work right yet,Rob Austein
2009-07-07Might as well check sanity of preconfigured SIA URIs too.Rob Austein
2009-07-04More msg.type cleanupRob Austein
2009-07-04Clean up and consolidate traceback. Add methods to hide (some of the)Rob Austein
2009-06-09Cleanup: get rid of <route_origin/> objectRob Austein
2009-06-09Convert ROA generation code from push model (<route_origin/> objectsRob Austein
2009-06-09CheckpointRob Austein
2009-06-08Switch to MySQL InnoDB engine, fix everything that brokeRob Austein
2009-06-07CheckpointRob Austein
2009-06-04Rototill left-right and publication protocol to replace SQL-assignedRob Austein
2009-06-01New TLS code mostly working. Only lightly tested so far, but "makeRob Austein
2009-05-27Update copyright notices in files edited this yearRob Austein
2009-05-26Suppress withdrawal of revoked child_cert objects that have alreadyRob Austein
2009-05-26DebuggingRob Austein
2009-05-21rpkid hosting (self_id > 1) now working! Not well-tested yet.Rob Austein
2009-05-21Checkpoint. Use event timers rather than time.sleep(), etc.Rob Austein
2009-05-19LintRob Austein
2009-05-19Nasty little bug 50 revisions ago, masked by other issues subsequentlyRob Austein
2009-05-12Cleanup some of the litter left behind during conversion to callbacks.Rob Austein
2009-05-11Spelling never was my strong point.Rob Austein
2009-05-11Cosmetic doc changes.Rob Austein
2009-05-11Pass ExitNow exceptions through, as signal handlers can raise them at any time.Rob Austein