aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpkid.sql
AgeCommit message (Collapse)Author
2014-04-05Source tree reorg, phase 1. Almost everything moved, no file contents changed.Rob Austein
svn path=/branches/tk685/; revision=5757
2014-02-01Oops, smoketest.py depends on the DROP TABLE IF EXISTS statements in rpkid.sql.Rob Austein
svn path=/branches/tk671/; revision=5660
2014-02-01Checkpoint: Add ee_cert table to rpkid.sql. Corresponding PythonRob Austein
class not written yet. svn path=/branches/tk671/; revision=5659
2011-03-27CleanupRob Austein
svn path=/rpkid/rpkid.sql; revision=3745
2011-03-21First cut at Ghostbusters support.Rob Austein
svn path=/rpkid/irdbd.sql; revision=3730
2011-03-18Add @property decorators to a bunch of methods that are just syntacticRob 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-07Merge rpkid.without_tls/ branch to rpkid/ trunk.Rob Austein
svn path=/rpkid/Makefile; revision=3465
2010-07-15Can't see any reason why roa.asn should ever be NULL either.Rob Austein
svn path=/rpkid/rpkid.sql; revision=3405
2010-07-15I 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-15CopyrightsRob Austein
svn path=/rpkid/irdbd.sql; revision=2953
2010-01-15Range error was imposing ceiling of 127 on prefix lengths.Rob Austein
svn path=/rpkid/irdbd.sql; revision=2951
2009-12-23Change ASN representation from DECIMAL to BIGINT UNSIGNED, because theRob Austein
former invokes weird type conversions deep in the guts of MySQLdb. svn path=/rpkid/irdbd.sql; revision=2906
2009-11-04Use batch-mode publication in rpkid. Fix FOREIGN KEY constraints.Rob Austein
svn path=/myrpki/myirbe.py; revision=2876
2009-09-23Collapse HTTPS and CMS BPKI certs for pubd, separation not neededRob Austein
svn path=/myrpki/myirbe.py; revision=2781
2009-09-18Missing constraintRob Austein
svn path=/rpkid/rpkid.sql; revision=2766
2009-08-25CleanupRob Austein
svn path=/rpkid/rpkid.sql; revision=2710
2009-06-09Put 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-09CleanupRob Austein
svn path=/rpkid/rpkid.sql; revision=2514
2009-06-09Cleanup: get rid of <route_origin/> objectRob Austein
svn path=/rpkid/README; revision=2511
2009-06-09Convert ROA generation code from push model (<route_origin/> objectsRob 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-09CheckpointRob Austein
svn path=/rpkid/rpki/https.py; revision=2508
2009-06-08Use explicit version number with ROA prefixes in SQLRob Austein
svn path=/rpkid/irdbd.sql; revision=2504
2009-06-08Switch to MySQL InnoDB engine, fix everything that brokeRob Austein
svn path=/rpkid/doc/Installation; revision=2502
2009-06-04Rototill left-right and publication protocol to replace SQL-assignedRob 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-03Checkpoint: first step towards cleanup of SQL and left-right protocol.Rob Austein
svn path=/rpkid/doc/Installation; revision=2491
2009-06-02Apparently I never deleted the exact_match field from the SQL when theRob Austein
corresponding field was removed from the ROA spec. svn path=/rpkid/rpkid.sql; revision=2489
2008-05-27Remove self_pref tombstoneRob Austein
svn path=/rpkid/rpkid.sql; revision=1820
2008-05-21Get rid of extension_preferences (YAGNI!).Rob Austein
svn path=/rpkid/irbe-cli.py; revision=1806
2008-05-18Convert to generating new ROA formatRob Austein
svn path=/rpkid/left-right-schema.rnc; revision=1800
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