aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
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
2011-09-05Rudamentary script for extracting XML from pcap files.Rob Austein
svn path=/scripts/pcap-to-xml.sh; revision=3969
2011-08-24myrpki.conf delenda estRob Austein
svn path=/rpkid/examples/rpki.conf; revision=3962
2011-07-27Consolidate all of the import voodoo for MySQLdb into a new module.Rob Austein
svn path=/buildtools/make-python-executable.py; revision=3946
2011-07-01Old scripts -- POW -> rpki.POWRob Austein
svn path=/scripts/cross_certify.py; revision=3916
2011-06-09move the rcynic output iterator into the rpki module so it gets installed in ↵Michael Elkins
the standard location svn path=/rpkid/rpki/rcynic.py; revision=3858
2011-05-08Pig asked for lipstickRob Austein
svn path=/scripts/expand-roa-prefixes.py; revision=3806
2011-05-07xrange() doesn't really work with Python longsRob Austein
svn path=/scripts/expand-roa-prefixes.py; revision=3804
2011-05-05Quick hack to demonstrate ROA maxLength expansionRob Austein
svn path=/scripts/expand-roa-prefixes.py; revision=3800
2011-03-28Update rpkidemo HTTPS trust anchorRob Austein
svn path=/scripts/rpkidemo.pem; revision=3748
2011-03-26Apparently opaque_id can be null for "available" ASNsRob Austein
svn path=/scripts/apnic-to-csv.py; revision=3742
2011-03-21Automatic upgrade script for ghostbusters supportRob Austein
svn path=/scripts/upgrade-add-ghostbusters.py; revision=3732
2011-03-20Skip broken input linesRob Austein
svn path=/scripts/apnic-to-csv.py; revision=3729