aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/rpki_engine.py
AgeCommit message (Expand)Author
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
2009-05-10Unroll ca.delete()Rob Austein
2009-05-10Checkpoint. Conversion to errback() mechanism started, not yetRob Austein
2009-05-08CheckpointRob Austein
2009-04-29First pass with pylintRob Austein
2009-04-24CheckpointRob Austein
2009-04-21CheckpointRob Austein
2009-04-20CheckpointRob Austein
2009-01-21More certificate regeneration issuesRob Austein
2009-01-21Checkpoint while tracking down various whacky certificate expirationRob Austein
2009-01-21Debug an (apparently) untested code path. Various little cleanups.Rob Austein
2008-10-16Minor logging cleanups. Don't show backtrace in testpoke unlessRob Austein
2008-10-16Change logging in check_for_updates() to use g(SKI) representation, toRob Austein
2008-07-16I should try goofing up the IRDB expiration date more often, all sortsRob Austein
2008-06-23Doh, helps if we hash the right object when listing ROAs in manifestsRob Austein
2008-06-23Include CRLs in manifestsRob Austein
2008-06-23List ROAs in manifestsRob Austein
2008-06-21Defend against a couple of "impossible" failuresRob Austein
2008-06-21Teach rootd to generate manifestsRob Austein
2008-06-12Apparently Doxygen -does- read module documentation, but only ifRob Austein
2008-06-06Refactor SQL code to form rpki.sq.session class, and add code to warnRob Austein
2008-06-06MySQLdb.connection.ping() doesn't accept keyword argumentsRob Austein
2008-06-06Checkpoint (refactor to create new rpki.sql.session class to handleRob Austein