Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-29 | First pass with pylint | Rob Austein | |
svn path=/rpkid/Makefile; revision=2371 | |||
2009-04-24 | Checkpoint | Rob Austein | |
svn path=/rpkid/pubd.py; revision=2355 | |||
2009-04-21 | Checkpoint | Rob Austein | |
svn path=/rpkid/rpki/async.py; revision=2351 | |||
2009-04-20 | Checkpoint | Rob Austein | |
svn path=/rpkid/irdbd.py; revision=2350 | |||
2009-04-18 | Checkpoint. Beginning of refactoring into a callback-based | Rob 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-21 | Debug an (apparently) untested code path. Various little cleanups. | Rob Austein | |
svn path=/rpkid/Makefile; revision=2248 | |||
2008-10-14 | Clean up minor BPKI mess caused by config file name collision. | Rob Austein | |
svn path=/rpkid/testbed.py; revision=2017 | |||
2008-10-08 | Update generated [irbe_cli] config to match current code | Rob Austein | |
svn path=/rpkid/testbed.py; revision=2010 | |||
2008-09-23 | Don't abort test when "testpoke.py -r issue" fails. | Rob Austein | |
svn path=/rpkid/testbed.py; revision=2006 | |||
2008-07-15 | Rename a couple of scripts whose names confuse Doxygen. Clean some of | Rob Austein | |
the old test code out of rpkid/ to make real code easier to find. svn path=/rpkid/Doxyfile; revision=1995 | |||
2008-06-27 | Use rcynic trust-anchor-uri-with-key scheme for testing | Rob Austein | |
svn path=/rpkid/testbed.py; revision=1955 | |||
2008-06-21 | Teach rootd to generate manifests | Rob Austein | |
svn path=/rpkid/rootd.py; revision=1912 | |||
2008-06-12 | Module documentation | Rob Austein | |
svn path=/rpkid/cronjob.py; revision=1880 | |||
2008-06-05 | Add profiling support | Rob Austein | |
svn path=/rpkid/pubd.py; revision=1847 | |||
2008-06-02 | Add BPKI CRL to pubd's SQL database, and clean up a lot of redundant | Rob Austein | |
SAX code. svn path=/rpkid/irbe-cli.py; revision=1835 | |||
2008-05-30 | Initial 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-30 | Checkpoint. Refactor to avoid circular module dependency. | Rob Austein | |
svn path=/rpkid/rpki/left_right.py; revision=1831 | |||
2008-05-29 | Checkpoint | Rob Austein | |
svn path=/rpkid/testbed.py; revision=1829 | |||
2008-05-28 | Checkpoint | Rob Austein | |
svn path=/rpkid/pubd.py; revision=1827 | |||
2008-05-28 | Checkpoint | Rob Austein | |
svn path=/rpkid/pubd.py; revision=1826 | |||
2008-05-21 | Move left-right "type" attribute to <msg/> element because fixing this | Rob Austein | |
is easier than explaining why it was broken. svn path=/rpkid/irbe-cli.py; revision=1804 | |||
2008-05-18 | Convert to generating new ROA format | Rob 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 an | Rob Austein | |
identifier. svn path=/rpkid/irdbd.py; revision=1798 | |||
2008-05-16 | Crank testpoke logging back down | Rob Austein | |
svn path=/rpkid/testbed.py; revision=1787 | |||
2008-05-16 | More datetime -> sundial conversion tweaks | Rob Austein | |
svn path=/rpkid/testbed.py; revision=1782 | |||
2008-05-15 | MySQLdb DATETIME type issues again. | Rob Austein | |
svn path=/rpkid/testbed.py; revision=1776 | |||
2008-05-08 | Move fancy timedelta code into rpki.sundial. | Rob Austein | |
svn path=/rpkid/rpki/sundial.py; revision=1755 | |||
2008-05-05 | Clear up whining about missing CRLs. | Rob Austein | |
svn path=/rpkid/rootd.py; revision=1741 | |||
2008-05-02 | Disable trace | Rob Austein | |
svn path=/rpkid/testbed.py; revision=1738 | |||
2008-05-01 | Simplify BSC and start adding BPKI CRL support; the latter doesn't | Rob 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-29 | Doh, rpki-db-schema.sql should have been rpkid.sql all along | Rob Austein | |
svn path=/rpkid/INSTALLATION; revision=1726 | |||
2008-04-29 | Clean up old silliness of having the .sql files in the docs/ directory. | Rob Austein | |
svn path=/docs/Makefile; revision=1721 | |||
2008-04-27 | Get testpoke.py working again | Rob Austein | |
svn path=/rpkid/rpki/exceptions.py; revision=1714 | |||
2008-04-25 | New trust anchor model sort of working. make test runs again, anyway. | Rob Austein | |
svn path=/docs/left-right-xml; revision=1704 | |||
2008-04-24 | Start at cross-certification code. make test still broken. | Rob Austein | |
svn path=/rpkid/testbed.py; revision=1703 | |||
2008-04-24 | Checkpoint. Partly converted to new BPKI model. This breaks make | Rob Austein | |
test, mostly because the cross-certification stuff isn't done yet. svn path=/docs/left-right-xml; revision=1701 | |||
2008-04-22 | Checkpoinit (trust anchor cleanup) | Rob Austein | |
svn path=/rpkid/rpki/gctx.py; revision=1697 | |||
2008-04-22 | Add SKI and AKI when issuing BSC EE cert | Rob Austein | |
svn path=/rpkid/testbed.py; revision=1695 | |||
2008-04-20 | Refactor redundantly redundant XML and CMS handling code. | Rob Austein | |
svn path=/rpkid/irbe-cli.py; revision=1681 | |||
2008-04-19 | Convert CMS code to something vaguely object-oriented, to simplify | Rob 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-18 | Clean up unnecessarily complicated trust anchor code | Rob Austein | |
svn path=/rpkid/cronjob.py; revision=1677 | |||
2008-04-16 | Rework ROA generation and maintenance. | Rob Austein | |
svn path=/docs/left-right-xml; revision=1668 | |||
2008-04-15 | Add code to cope with transient joins in the cert tree during key | Rob Austein | |
rollover. svn path=/rcynic/rcynic.c; revision=1662 | |||
2008-04-14 | Rework ROA reissue and withdrawal code, not well-tested yet but at | Rob Austein | |
least in theory it may be right this time. svn path=/rpkid/rpki/left_right.py; revision=1661 | |||
2008-04-11 | Checkpoint. Initial ROA generation working, no maintenance yet. | Rob Austein | |
svn path=/docs/rpki-db-schema.sql; revision=1656 | |||
2008-04-11 | Checkpoint. 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-11 | Cleanup | Rob Austein | |
svn path=/rpkid/testbed.py; revision=1653 | |||
2008-04-11 | Checkpoint. Partial support for route_origin in testbed. | Rob Austein | |
svn path=/rpkid/testbed.1.yaml; revision=1652 | |||
2008-04-11 | Checkpoint | Rob Austein | |
svn path=/rpkid/rpki/gctx.py; revision=1651 | |||
2008-04-09 | Switch to using new CMS routines. | Rob Austein | |
svn path=/rpkid/irbe-setup.py; revision=1643 |