aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpkid.sql
AgeCommit message (Expand)Author
2014-04-05Source tree reorg, phase 1. Almost everything moved, no file contents changed.Rob Austein
2014-02-01Oops, smoketest.py depends on the DROP TABLE IF EXISTS statements in rpkid.sql.Rob Austein
2014-02-01Checkpoint: Add ee_cert table to rpkid.sql. Corresponding PythonRob Austein
2011-03-27CleanupRob Austein
2011-03-21First cut at Ghostbusters support.Rob Austein
2011-03-18Add @property decorators to a bunch of methods that are just syntacticRob Austein
2010-10-07Merge rpkid.without_tls/ branch to rpkid/ trunk.Rob Austein
2010-07-15Can't see any reason why roa.asn should ever be NULL either.Rob Austein
2010-07-15I can think of no sane reason to allow roa.roa or roa.cert to be NULL.Rob Austein
2010-01-15CopyrightsRob Austein
2010-01-15Range error was imposing ceiling of 127 on prefix lengths.Rob Austein
2009-12-23Change ASN representation from DECIMAL to BIGINT UNSIGNED, because theRob Austein
2009-11-04Use batch-mode publication in rpkid. Fix FOREIGN KEY constraints.Rob Austein
2009-09-23Collapse HTTPS and CMS BPKI certs for pubd, separation not neededRob Austein
2009-09-18Missing constraintRob Austein
2009-08-25CleanupRob Austein
2009-06-09Put back DROP TABLE commands for removed tables, warnings are less annoying t...Rob Austein
2009-06-09CleanupRob Austein
2009-06-09Cleanup: get rid of <route_origin/> objectRob Austein
2009-06-09Convert ROA generation code from push model (<route_origin/> objectsRob Austein
2009-06-09CheckpointRob Austein
2009-06-08Use explicit version number with ROA prefixes in SQLRob Austein
2009-06-08Switch to MySQL InnoDB engine, fix everything that brokeRob Austein
2009-06-04Rototill left-right and publication protocol to replace SQL-assignedRob Austein
2009-06-03Checkpoint: first step towards cleanup of SQL and left-right protocol.Rob Austein
2009-06-02Apparently I never deleted the exact_match field from the SQL when theRob Austein
2008-05-27Remove self_pref tombstoneRob Austein
2008-05-21Get rid of extension_preferences (YAGNI!).Rob Austein
2008-05-18Convert to generating new ROA formatRob Austein
2008-05-01Simplify BSC and start adding BPKI CRL support; the latter doesn'tRob Austein
2008-04-29Doh, rpki-db-schema.sql should have been rpkid.sql all alongRob Austein