Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-05 | Source tree reorg, phase 1. Almost everything moved, no file contents changed. | Rob Austein | |
svn path=/branches/tk685/; revision=5757 | |||
2014-02-01 | Oops, smoketest.py depends on the DROP TABLE IF EXISTS statements in rpkid.sql. | Rob Austein | |
svn path=/branches/tk671/; revision=5660 | |||
2014-02-01 | Checkpoint: Add ee_cert table to rpkid.sql. Corresponding Python | Rob Austein | |
class not written yet. svn path=/branches/tk671/; revision=5659 | |||
2011-03-27 | Cleanup | Rob Austein | |
svn path=/rpkid/rpkid.sql; revision=3745 | |||
2011-03-21 | First cut at Ghostbusters support. | Rob Austein | |
svn path=/rpkid/irdbd.sql; revision=3730 | |||
2011-03-18 | Add @property decorators to a bunch of methods that are just syntactic | Rob Austein | |
sugar around cached SQL object fetches. Checkpoint of incomplete support for Ghostbusters reords. Clean up a few extraneous imports. svn path=/rpkid/Makefile.in; revision=3725 | |||
2010-10-07 | Merge rpkid.without_tls/ branch to rpkid/ trunk. | Rob Austein | |
svn path=/rpkid/Makefile; revision=3465 | |||
2010-07-15 | Can't see any reason why roa.asn should ever be NULL either. | Rob Austein | |
svn path=/rpkid/rpkid.sql; revision=3405 | |||
2010-07-15 | I can think of no sane reason to allow roa.roa or roa.cert to be NULL. | Rob Austein | |
svn path=/rpkid/rpkid.sql; revision=3404 | |||
2010-01-15 | Copyrights | Rob Austein | |
svn path=/rpkid/irdbd.sql; revision=2953 | |||
2010-01-15 | Range error was imposing ceiling of 127 on prefix lengths. | Rob Austein | |
svn path=/rpkid/irdbd.sql; revision=2951 | |||
2009-12-23 | Change ASN representation from DECIMAL to BIGINT UNSIGNED, because the | Rob Austein | |
former invokes weird type conversions deep in the guts of MySQLdb. svn path=/rpkid/irdbd.sql; revision=2906 | |||
2009-11-04 | Use batch-mode publication in rpkid. Fix FOREIGN KEY constraints. | Rob Austein | |
svn path=/myrpki/myirbe.py; revision=2876 | |||
2009-09-23 | Collapse HTTPS and CMS BPKI certs for pubd, separation not needed | Rob Austein | |
svn path=/myrpki/myirbe.py; revision=2781 | |||
2009-09-18 | Missing constraint | Rob Austein | |
svn path=/rpkid/rpkid.sql; revision=2766 | |||
2009-08-25 | Cleanup | Rob Austein | |
svn path=/rpkid/rpkid.sql; revision=2710 | |||
2009-06-09 | Put back DROP TABLE commands for removed tables, warnings are less annoying ↵ | Rob Austein | |
than CONSTRAINT failures svn path=/rpkid/rpkid.sql; revision=2515 | |||
2009-06-09 | Cleanup | Rob Austein | |
svn path=/rpkid/rpkid.sql; revision=2514 | |||
2009-06-09 | Cleanup: get rid of <route_origin/> object | Rob Austein | |
svn path=/rpkid/README; revision=2511 | |||
2009-06-09 | Convert ROA generation code from push model (<route_origin/> objects | Rob Austein | |
in rpkid) to pull model (IRDB for <list_roa_request/> queries). Still need to clean up old code, but new code seems to work properly. svn path=/rpkid/Makefile; revision=2510 | |||
2009-06-09 | Checkpoint | Rob Austein | |
svn path=/rpkid/rpki/https.py; revision=2508 | |||
2009-06-08 | Use explicit version number with ROA prefixes in SQL | Rob Austein | |
svn path=/rpkid/irdbd.sql; revision=2504 | |||
2009-06-08 | Switch to MySQL InnoDB engine, fix everything that broke | Rob Austein | |
svn path=/rpkid/doc/Installation; revision=2502 | |||
2009-06-04 | Rototill left-right and publication protocol to replace SQL-assigned | Rob Austein | |
numeric identifiers with IRBE-assigned "handles". Daemons and test harness have been converted and seem to work; some tools like irbe_cli haven't been updated yet. svn path=/rpkid/doc/Installation; revision=2493 | |||
2009-06-03 | Checkpoint: first step towards cleanup of SQL and left-right protocol. | Rob Austein | |
svn path=/rpkid/doc/Installation; revision=2491 | |||
2009-06-02 | Apparently I never deleted the exact_match field from the SQL when the | Rob Austein | |
corresponding field was removed from the ROA spec. svn path=/rpkid/rpkid.sql; revision=2489 | |||
2008-05-27 | Remove self_pref tombstone | Rob Austein | |
svn path=/rpkid/rpkid.sql; revision=1820 | |||
2008-05-21 | Get rid of extension_preferences (YAGNI!). | Rob Austein | |
svn path=/rpkid/irbe-cli.py; revision=1806 | |||
2008-05-18 | Convert to generating new ROA format | Rob Austein | |
svn path=/rpkid/left-right-schema.rnc; revision=1800 | |||
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 |