aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2012-04-25Clean up old scripts which still imported the rpki.myrpki module.Rob Austein
svn path=/trunk/; revision=4454
2012-04-19Report what file script is reading to make it easier to track downRob Austein
things like schema validation errors. svn path=/trunk/; revision=4437
2012-03-21Merge from trunk.Rob Austein
svn path=/branches/tk161/; revision=4408
2012-03-19Sync from trunk.Rob Austein
svn path=/branches/tk161/; revision=4403
2012-03-16Rework failure rate computation to use rolling 72 hour window, asRob Austein
previous metric was incomprehensible. svn path=/trunk/; revision=4401
2012-03-15Sigh, make work with Python 2.6 again.Rob Austein
svn path=/trunk/; revision=4399
2012-03-15No gdbm on MacOSX.Rob Austein
svn path=/trunk/; revision=4398
2012-03-15Add ylabels; cleanup.Rob Austein
svn path=/trunk/; revision=4397
2012-03-11Use gdbm module directly instead of whacky anydb module.Rob Austein
svn path=/trunk/; revision=4394
2012-03-09Use Python "shelve" module to avoid processing XML we've already seenRob Austein
in a previous run, which speeds this tediously slow script up by something close to an order of magnitude. svn path=/trunk/; revision=4390
2012-02-25.mnf -> .mft.Rob Austein
svn path=/trunk/; revision=4370
2012-02-16Add --password hack to feed "override: password" lines to irr_rpsl_submit.Rob Austein
svn path=/trunk/; revision=4345
2012-02-09merge with /trunkMichael Elkins
svn path=/branches/tk161/; revision=4321
2012-02-08specifier issuer when looking up parent. closes #183Michael Elkins
svn path=/branches/tk161/; revision=4315
2012-02-04Change line style to linespoints.Rob Austein
svn path=/trunk/; revision=4293
2012-02-04Extract latest rcynic.xml from mailbox.Rob Austein
svn path=/trunk/; revision=4292
2012-01-31Rewrite to avoid running out of memory. Painfully slow with threeRob Austein
month's worth of data, but at least it now runs again. svn path=/trunk/; revision=4273
2012-01-07Checkpoint. rpkic and yamltest mostly work, but irdbd is still actingRob Austein
weird. svn path=/branches/tk100/; revision=4146
2011-12-26Checkpoint. Start debugging synchronization code.Rob Austein
svn path=/branches/tk100/; revision=4135
2011-12-25Clean up rootd cross-certification nastiness (another TLS relic).Rob Austein
svn path=/branches/tk100/; revision=4134
2011-12-23Rework schema using abstract models rather than stuffing everythingRob Austein
with the same syntax into the same SQL table. svn path=/branches/tk100/; revision=4133
2011-12-23Checkpoint. Temporary hack around CA model database collisionRob Austein
problem; needs b etter fix, but want this fix in version control. svn path=/branches/tk100/; revision=4132
2011-12-21Checkpoint. First pass at rewriting daemon synchronization code forRob Austein
new model. svn path=/branches/tk100/; revision=4130
2011-12-20Checkpoint. More schema tweaks (HostedCA model).Rob Austein
svn path=/branches/tk100/; revision=4129
2011-12-16Checkpoint. Add synchronize_prefixes and synchronize_asns commands.Rob Austein
svn path=/branches/tk100/; revision=4125
2011-12-16Checkpoint. Add EnumField. Debug CertificateManager.Rob Austein
svn path=/branches/tk100/; revision=4124
2011-12-15Checkpoint. Add rpki.irdb.models.CertificateManager() to consolidateRob Austein
BPKI object creation logic. Move CSV code out of rpkic. svn path=/branches/tk100/; revision=4122
2011-12-14Start hacking replacement for myrpki comamnd (rpkic) which uses theRob Austein
new Django-model-based entitydb and IRDB. svn path=/branches/tk100/; revision=4121
2011-12-13Flesh out BPKI methodsRob Austein
svn path=/branches/tk100/; revision=4118
2011-12-12Checkpoint. Custom IRDB model fields to handle automatic typeRob Austein
conversion. Debug last night's rewrite of BPKI certificate issuance. svn path=/branches/tk100/; revision=4117
2011-12-12Checkpoint. Add X501DN abstraction, start sorting out BPKI generation code.Rob Austein
svn path=/branches/tk100/; revision=4116
2011-12-10Tighten uniqueness constraints on IRDB models.Rob Austein
svn path=/branches/tk100/; revision=4114
2011-12-09First sort-of-complete version of conversion script. Only handlesRob Austein
self-hosted case so far, needs minor tweaks to deal with hosting. Result looks vaguely sane but there's no code to test it yet. svn path=/branches/tk100/; revision=4111
2011-12-09Rework models slightly. Now parsing most of the BPKI stuff.Rob Austein
svn path=/branches/tk100/; revision=4109
2011-12-07Checkpoint. Conversion of some SQL tables works now.Rob Austein
svn path=/branches/tk100/; revision=4104
2011-12-07Sort out how to run syncdbRob Austein
svn path=/branches/tk100/; revision=4103
2011-12-07IdRob Austein
svn path=/branches/tk100/; revision=4102
2011-12-07CheckpointRob Austein
svn path=/branches/tk100/; revision=4101
2011-11-13Pull NIST from list of hosts tracked, not as interesting as I had thought at ↵Rob Austein
first svn path=/trunk/; revision=4091
2011-11-10CleanupRob Austein
svn path=/trunk/; revision=4077
2011-11-10Minor changes I forgot to check in.Rob Austein
svn path=/trunk/; revision=4076
2011-10-27Graph average connection time tooRob Austein
svn path=/trunk/; revision=4065
2011-10-26Individual graph files, for inclusion in pdflatex documents. This isRob Austein
an experiment, we might need to go the epstopdf route, but this way we get color for free, so it's worth a try. svn path=/trunk/; revision=4064
2011-10-26Tweak time format. Fix accidental dependency on Python 2.7.Rob Austein
svn path=/trunk/; revision=4063
2011-10-25Add logscale. Graph failure rate instead of success rate. CleanupRob Austein
svn path=/trunk/; revision=4062
2011-10-25New script to generate tabless and graphs from rcynic.xml trafficRob Austein
data. Still very rough, output somewhat suspect. svn path=/trunk/; revision=4061
2011-10-19Wrap SQL schemas up so rpki-sql-setup doesn't have to be run in theRob Austein
build tree (see #8). This appears to work properly but needs more testing, leaving ticket open for now. Also cleaned up a few things that should have moved from scripts/ to buildtools/ a long time ago. svn path=/trunk/; revision=4056
2011-10-13Feh, ARIN is now allocating 8-address special blocks that overlap withRob Austein
other allocations? svn path=/trunk/; revision=4040
2011-09-07Fix handling of HTTPTimeout. (#70)Rob Austein
Crank down HTTP timeout values. svn path=/rpkid/rpki/http.py; revision=3974
2011-09-06CleanupRob Austein
svn path=/scripts/Old/apnic-test-3.tgz; revision=3972