aboutsummaryrefslogtreecommitdiff
path: root/rpkid/testbed.py
AgeCommit message (Collapse)Author
2009-04-29First pass with pylintRob Austein
svn path=/rpkid/Makefile; revision=2371
2009-04-24CheckpointRob Austein
svn path=/rpkid/pubd.py; revision=2355
2009-04-21CheckpointRob Austein
svn path=/rpkid/rpki/async.py; revision=2351
2009-04-20CheckpointRob Austein
svn path=/rpkid/irdbd.py; revision=2350
2009-04-18Checkpoint. Beginning of refactoring into a callback-basedRob Austein
architecture, to support an event-driven I/O core. WARNING: At this point in the conversion, some of the programs will not run indefinitely, because the partial conversion keeps the call stack from ever unwinding all the way. I'm willing to tolerate this temporarily as this allows me to keep running regression tests during the conversion process, but it does mean that as of this checkin the code is not even remotely suitable for non-testing use until the I/O core rewrite is finished. svn path=/rpkid/rpki/https.py; revision=2345
2009-01-21Debug an (apparently) untested code path. Various little cleanups.Rob Austein
svn path=/rpkid/Makefile; revision=2248
2008-10-14Clean up minor BPKI mess caused by config file name collision.Rob Austein
svn path=/rpkid/testbed.py; revision=2017
2008-10-08Update generated [irbe_cli] config to match current codeRob Austein
svn path=/rpkid/testbed.py; revision=2010
2008-09-23Don't abort test when "testpoke.py -r issue" fails.Rob Austein
svn path=/rpkid/testbed.py; revision=2006
2008-07-15Rename a couple of scripts whose names confuse Doxygen. Clean some ofRob Austein
the old test code out of rpkid/ to make real code easier to find. svn path=/rpkid/Doxyfile; revision=1995
2008-06-27Use rcynic trust-anchor-uri-with-key scheme for testingRob Austein
svn path=/rpkid/testbed.py; revision=1955
2008-06-21Teach rootd to generate manifestsRob Austein
svn path=/rpkid/rootd.py; revision=1912
2008-06-12Module documentationRob Austein
svn path=/rpkid/cronjob.py; revision=1880
2008-06-05Add profiling supportRob Austein
svn path=/rpkid/pubd.py; revision=1847
2008-06-02Add BPKI CRL to pubd's SQL database, and clean up a lot of redundantRob Austein
SAX code. svn path=/rpkid/irbe-cli.py; revision=1835
2008-05-30Initial version of publication protocol and pubd seem to be working.Rob Austein
Not yet seriously tested. BPKI CRLs not right yet. svn path=/rpkid/README; revision=1832
2008-05-30Checkpoint. Refactor to avoid circular module dependency.Rob Austein
svn path=/rpkid/rpki/left_right.py; revision=1831
2008-05-29CheckpointRob Austein
svn path=/rpkid/testbed.py; revision=1829
2008-05-28CheckpointRob Austein
svn path=/rpkid/pubd.py; revision=1827
2008-05-28CheckpointRob Austein
svn path=/rpkid/pubd.py; revision=1826
2008-05-21Move left-right "type" attribute to <msg/> element because fixing thisRob Austein
is easier than explaining why it was broken. svn path=/rpkid/irbe-cli.py; revision=1804
2008-05-18Convert to generating new ROA formatRob Austein
svn path=/rpkid/left-right-schema.rnc; revision=1800
2008-05-17"as" will be a reserved word in Python 2.6, stop using it as anRob Austein
identifier. svn path=/rpkid/irdbd.py; revision=1798
2008-05-16Crank testpoke logging back downRob Austein
svn path=/rpkid/testbed.py; revision=1787
2008-05-16More datetime -> sundial conversion tweaksRob Austein
svn path=/rpkid/testbed.py; revision=1782
2008-05-15MySQLdb DATETIME type issues again.Rob Austein
svn path=/rpkid/testbed.py; revision=1776
2008-05-08Move fancy timedelta code into rpki.sundial.Rob Austein
svn path=/rpkid/rpki/sundial.py; revision=1755
2008-05-05Clear up whining about missing CRLs.Rob Austein
svn path=/rpkid/rootd.py; revision=1741
2008-05-02Disable traceRob Austein
svn path=/rpkid/testbed.py; revision=1738
2008-05-01Simplify BSC and start adding BPKI CRL support; the latter doesn'tRob Austein
work yet due to an apparent bug in OpenSSL (CMS_add0_crl() dumps core). If through some bizzare twist of fate we revive the idea of allowing CA certs in CMS messages, this is the change that will need to be (partly) backed out. svn path=/docs/left-right-xml; revision=1730
2008-04-29Doh, rpki-db-schema.sql should have been rpkid.sql all alongRob Austein
svn path=/rpkid/INSTALLATION; revision=1726
2008-04-29Clean up old silliness of having the .sql files in the docs/ directory.Rob Austein
svn path=/docs/Makefile; revision=1721
2008-04-27Get testpoke.py working againRob Austein
svn path=/rpkid/rpki/exceptions.py; revision=1714
2008-04-25New trust anchor model sort of working. make test runs again, anyway.Rob Austein
svn path=/docs/left-right-xml; revision=1704
2008-04-24Start at cross-certification code. make test still broken.Rob Austein
svn path=/rpkid/testbed.py; revision=1703
2008-04-24Checkpoint. Partly converted to new BPKI model. This breaks makeRob Austein
test, mostly because the cross-certification stuff isn't done yet. svn path=/docs/left-right-xml; revision=1701
2008-04-22Checkpoinit (trust anchor cleanup)Rob Austein
svn path=/rpkid/rpki/gctx.py; revision=1697
2008-04-22Add SKI and AKI when issuing BSC EE certRob Austein
svn path=/rpkid/testbed.py; revision=1695
2008-04-20Refactor redundantly redundant XML and CMS handling code.Rob Austein
svn path=/rpkid/irbe-cli.py; revision=1681
2008-04-19Convert CMS code to something vaguely object-oriented, to simplifyRob Austein
handling of eContentType OIDs, etc. Unifiy some of the redundant XML processing as method routines. svn path=/pow/POW-0.7/POW.c; revision=1679
2008-04-18Clean up unnecessarily complicated trust anchor codeRob Austein
svn path=/rpkid/cronjob.py; revision=1677
2008-04-16Rework ROA generation and maintenance.Rob Austein
svn path=/docs/left-right-xml; revision=1668
2008-04-15Add code to cope with transient joins in the cert tree during keyRob Austein
rollover. svn path=/rcynic/rcynic.c; revision=1662
2008-04-14Rework ROA reissue and withdrawal code, not well-tested yet but atRob Austein
least in theory it may be right this time. svn path=/rpkid/rpki/left_right.py; revision=1661
2008-04-11Checkpoint. Initial ROA generation working, no maintenance yet.Rob Austein
svn path=/docs/rpki-db-schema.sql; revision=1656
2008-04-11Checkpoint. ROA generation almost working, but not quite.Rob Austein
This checkpoint breaks "make test", will be fixed shortly. svn path=/docs/left-right-xml; revision=1654
2008-04-11CleanupRob Austein
svn path=/rpkid/testbed.py; revision=1653
2008-04-11Checkpoint. Partial support for route_origin in testbed.Rob Austein
svn path=/rpkid/testbed.1.yaml; revision=1652
2008-04-11CheckpointRob Austein
svn path=/rpkid/rpki/gctx.py; revision=1651
2008-04-09Switch to using new CMS routines.Rob Austein
svn path=/rpkid/irbe-setup.py; revision=1643