aboutsummaryrefslogtreecommitdiff
path: root/rpkid/irdbd.sql
AgeCommit message (Collapse)Author
2012-01-07Checkpoint. rpkic and yamltest mostly work, but irdbd is still actingRob Austein
weird. svn path=/branches/tk100/; revision=4146
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-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-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-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-06CheckpointRob Austein
svn path=/rpkid/doc/Installation; revision=2498
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
2008-04-29CleanupRob Austein
svn path=/docs/README; revision=1722