aboutsummaryrefslogtreecommitdiff
path: root/potpourri
AgeCommit message (Collapse)Author
2014-08-26Use named indexes to make it possible to add and remove them later.Rob Austein
May have finally gotten the right balance of indexes for basic use. Use various optimizations to let us load large data sets before the heat death of the universe. Some of these optimizations are dangerous, in the sense that if this script crashes while constructing the database, you'll have to rebuild the database from scratch. Probably ought to offer both this and the slow-but-safe approach as command line options, but: - The speed improvements look to be worth at least an order of magnitude in the runtime, - The speed improvements also prevent all the fsync() calls in the safe approach from turning the underlying filesystem into cream cheese while the script is running, and - This script is just a research anlysis tool to begin with. So I think the risk is justified in this case. svn path=/trunk/; revision=5934
2014-08-25Solve several minor problems at once by storing timestamps as ↵Rob Austein
seconds-since-epoch. svn path=/trunk/; revision=5933
2014-08-20Get final db.close() right, even if it is unnecessary.Rob Austein
svn path=/trunk/; revision=5930
2014-08-20Typo in copyright line.Rob Austein
svn path=/trunk/; revision=5928
2014-08-20Restructure, use Message-ID instead of filename when reading Maildir.Rob Austein
svn path=/trunk/; revision=5927
2014-08-19Add tarball filenames to session table so we don't have to do all theRob Austein
work of extracting and parsing before discovering that we've hit a duplicate. Not sure what equivalent would be for Maildir (maybe Message-ID?) so deferring that for now. svn path=/trunk/; revision=5925
2014-08-19New script to import validation-status data into an SQLite3 database for ↵Rob Austein
analysis. svn path=/trunk/; revision=5923
2014-07-25New script to track mappings between AKI, SKI, URI, and resources.Rob Austein
svn path=/trunk/; revision=5909
2014-07-12Debug rpki-rtr BGPSEC test case and rpki-rtr-replay script.Rob Austein
svn path=/trunk/; revision=5894
2014-07-11First cut at a generic rpki-rtr replay script, including support forRob Austein
multiple protocol versions. Not tested yet. svn path=/trunk/; revision=5893
2014-06-13Add rpki-rtr extension hooks; add script using the extension hooks asRob Austein
a quick hack to get router keys into BIRD while waiting for rtrlib. svn path=/trunk/; revision=5866
2014-04-10Upgrade find-roa-expiration to supported tool, per user request.Rob Austein
See #633, #685. svn path=/branches/tk685/; revision=5777
2014-04-06Start whacking MakefilesRob Austein
svn path=/branches/tk685/; revision=5758
2014-04-05Source tree reorg, phase 1. Almost everything moved, no file contents changed.Rob Austein
svn path=/branches/tk685/; revision=5757