aboutsummaryrefslogtreecommitdiff
path: root/rpkid/testbed.py
AgeCommit message (Expand)Author
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
2009-05-10Checkpoint. Conversion to errback() mechanism started, not yetRob Austein
2009-05-08TypoRob Austein
2009-05-04Don't hang waiting for timeout of persistent connections when we know we're a...Rob Austein
2009-05-04Rip out old HTTPS code, replace with new asynchronous HTTP code (sic:Rob Austein
2009-04-29More lintRob Austein
2009-04-29First pass with pylintRob Austein
2009-04-24CheckpointRob Austein
2009-04-21CheckpointRob Austein
2009-04-20CheckpointRob Austein
2009-04-18Checkpoint. Beginning of refactoring into a callback-basedRob Austein
2009-01-21Debug an (apparently) untested code path. Various little cleanups.Rob Austein
2008-10-14Clean up minor BPKI mess caused by config file name collision.Rob Austein
2008-10-08Update generated [irbe_cli] config to match current codeRob Austein
2008-09-23Don't abort test when "testpoke.py -r issue" fails.Rob Austein
2008-07-15Rename a couple of scripts whose names confuse Doxygen. Clean some ofRob Austein
2008-06-27Use rcynic trust-anchor-uri-with-key scheme for testingRob Austein
2008-06-21Teach rootd to generate manifestsRob Austein
2008-06-12Module documentationRob Austein
2008-06-05Add profiling supportRob Austein
2008-06-02Add BPKI CRL to pubd's SQL database, and clean up a lot of redundantRob Austein
2008-05-30Initial version of publication protocol and pubd seem to be working.Rob Austein
2008-05-30Checkpoint. Refactor to avoid circular module dependency.Rob Austein
2008-05-29CheckpointRob Austein
2008-05-28CheckpointRob Austein
2008-05-28CheckpointRob Austein
2008-05-21Move left-right "type" attribute to <msg/> element because fixing thisRob Austein
2008-05-18Convert to generating new ROA formatRob Austein
2008-05-17"as" will be a reserved word in Python 2.6, stop using it as anRob Austein