index
:
sra/rpki.net
master
zone-cleanup
Dragon Research Labs RPKI Toolkit
git user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rpkid
/
rpkid.sql
Age
Commit message (
Expand
)
Author
2014-04-05
Source tree reorg, phase 1. Almost everything moved, no file contents changed.
Rob Austein
2014-02-01
Oops, smoketest.py depends on the DROP TABLE IF EXISTS statements in rpkid.sql.
Rob Austein
2014-02-01
Checkpoint: Add ee_cert table to rpkid.sql. Corresponding Python
Rob Austein
2011-03-27
Cleanup
Rob Austein
2011-03-21
First cut at Ghostbusters support.
Rob Austein
2011-03-18
Add @property decorators to a bunch of methods that are just syntactic
Rob Austein
2010-10-07
Merge rpkid.without_tls/ branch to rpkid/ trunk.
Rob Austein
2010-07-15
Can't see any reason why roa.asn should ever be NULL either.
Rob Austein
2010-07-15
I can think of no sane reason to allow roa.roa or roa.cert to be NULL.
Rob Austein
2010-01-15
Copyrights
Rob Austein
2010-01-15
Range error was imposing ceiling of 127 on prefix lengths.
Rob Austein
2009-12-23
Change ASN representation from DECIMAL to BIGINT UNSIGNED, because the
Rob Austein
2009-11-04
Use batch-mode publication in rpkid. Fix FOREIGN KEY constraints.
Rob Austein
2009-09-23
Collapse HTTPS and CMS BPKI certs for pubd, separation not needed
Rob Austein
2009-09-18
Missing constraint
Rob Austein
2009-08-25
Cleanup
Rob Austein
2009-06-09
Put back DROP TABLE commands for removed tables, warnings are less annoying t...
Rob Austein
2009-06-09
Cleanup
Rob Austein
2009-06-09
Cleanup: get rid of <route_origin/> object
Rob Austein
2009-06-09
Convert ROA generation code from push model (<route_origin/> objects
Rob Austein
2009-06-09
Checkpoint
Rob Austein
2009-06-08
Use explicit version number with ROA prefixes in SQL
Rob Austein
2009-06-08
Switch to MySQL InnoDB engine, fix everything that broke
Rob Austein
2009-06-04
Rototill left-right and publication protocol to replace SQL-assigned
Rob Austein
2009-06-03
Checkpoint: first step towards cleanup of SQL and left-right protocol.
Rob Austein
2009-06-02
Apparently I never deleted the exact_match field from the SQL when the
Rob Austein
2008-05-27
Remove self_pref tombstone
Rob Austein
2008-05-21
Get rid of extension_preferences (YAGNI!).
Rob Austein
2008-05-18
Convert to generating new ROA format
Rob Austein
2008-05-01
Simplify BSC and start adding BPKI CRL support; the latter doesn't
Rob Austein
2008-04-29
Doh, rpki-db-schema.sql should have been rpkid.sql all along
Rob Austein