aboutsummaryrefslogtreecommitdiff
path: root/rpkid/testbed.py
AgeCommit message (Expand)Author
2010-01-12testbed and yamltest should always log to stderrRob Austein
2010-01-12Don't mask real error when exiting before daemons ever started.Rob Austein
2009-12-25Change logging default back to using syslog; add -d/--debug switch toRob Austein
2009-12-21Have to import "with" statement from future into Python 2.5 to avoidRob Austein
2009-12-21Suppress Python 2.6 warnings about MySQLdb using deprecated setsRob Austein
2009-12-02Clean up deferred action queue logic. Turns out we need to run theRob Austein
2009-10-26Refactor publication code, step 1: clean upRob Austein
2009-10-14Clean up use of "pubd" SQL database in test scriptsRob Austein
2009-10-03Call cross-certification code directly rather than forking just to runRob Austein
2009-10-02cross_certify.py moved to scripts. testbed.py should just callRob Austein
2009-09-23Collapse HTTPS and CMS BPKI certs for pubd, separation not neededRob Austein
2009-08-31Changes to support structured pubd client names.Rob Austein
2009-08-29Track rpki.publication filename bugfixRob Austein
2009-07-31Several little portability fixesRob Austein
2009-07-18CleanupRob Austein
2009-07-17Ok, some config files really are optionalRob Austein
2009-07-14First cut at internal clock for cron tasks. Doesn't work right yet,Rob Austein
2009-07-10Include address resources needed for ROAs in each nodes requestedRob 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-09Cheap hack to get testbed.py to stop using testpoke.py, now that rpkidRob Austein
2009-06-08CheckpointRob Austein
2009-06-08Switch to MySQL InnoDB engine, fix everything that brokeRob Austein
2009-06-06CheckpointRob Austein
2009-06-05Simplify object creation: now that responsibilty for handle creationRob Austein
2009-06-04Rototill left-right and publication protocol to replace SQL-assignedRob Austein
2009-06-03Checkpoint: first step towards cleanup of SQL and left-right protocol.Rob Austein
2009-06-02Cert config for testpoke children of hosted rpkids wasn't quite right.Rob Austein
2009-06-01POW.Ssl.AddTrust and custom X509 verification handler.Rob Austein
2009-06-01New TLS code mostly working. Only lightly tested so far, but "makeRob Austein
2009-05-31TypoRob Austein
2009-05-26New test case, with deep hostingRob 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-20Doh, use .split() instead of .partition().Rob Austein
2009-05-20CheckpointRob Austein
2009-05-20CheckpointRob Austein
2009-05-19LintRob Austein
2009-05-17CleanupRob Austein
2009-05-16CheckpointRob Austein
2009-05-16CheckpointRob Austein
2009-05-15CheckpointRob Austein
2009-05-15CleanupRob Austein
2009-05-15CheckpointRob Austein
2009-05-12Cleanup some of the litter left behind during conversion to callbacks.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-10LintRob Austein