aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
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-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
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
2011-03-20Trap parsing errors (old change from November 2010, never checked in)Rob Austein
svn path=/scripts/csvgrep.py; revision=3728
2011-02-17Tell the user when we might be blocked for a whileRob Austein
svn path=/scripts/rpkidemo; revision=3682
2011-02-15Django's CSRF protection mechanism requires the HTTP Referer header to be ↵Michael Elkins
set when POSTing via https. svn path=/scripts/rpkidemo; revision=3679
2011-02-08- add support for uploading identity.xml and fetching the parent response ↵Michael Elkins
from the portal gui server - add support for uploading repository requests and fetching the response from the portal gui server - remove --initialize_only and --bypass_setup options since they are no longer needed - add new function save_error() which saves the body of failed HTTP requests to a temporary file and opens a web browser to aid in debugging - remove deprected support for HTTP AUTH svn path=/scripts/rpkidemo; revision=3673
2011-01-26Apparently I was hallucinating when I thought I saw Emacs identifyRob Austein
this as a Python script from the #! interpreter line. Ah well. svn path=/scripts/rpkidemo; revision=3669
2011-01-24move portal-gui django app to $top/rpkid/rpki/guiMichael Elkins
change dashboard url to /rpki/ put myrpki cli path and confdir into settings.py rather than generating glue.py at build time don't use the old myrpki images on the dashboard no longer need to include the portal-gui python module in sys.path since it is installed in site-packages svn path=/buildtools/subst-vars.py; revision=3646
2011-01-23change myrpki.conf => rpki.conf for rpkidemoMichael Elkins
svn path=/scripts/rpkidemo; revision=3641
2011-01-22Fix typo ("passsord" instead of "password"). Reformat slightly.Rob Austein
svn path=/scripts/rpkidemo; revision=3637
2011-01-22Add support for authenticating using Django's login form. This is now the ↵Michael Elkins
default method. svn path=/scripts/rpkidemo; revision=3633
2011-01-13Allow rpkidemo to run under python 2.6+ instead of just 2.6 (needed for ↵Michael Elkins
python 2.7 on some systems now) svn path=/scripts/rpkidemo; revision=3607
2011-01-04POW => rpki.POWRob Austein
svn path=/pow/POW-0.7/lib/pkix.py; revision=3598
2010-11-25Use conventional string format for certificate namesRob Austein
svn path=/scripts/x509-dot.py; revision=3564
2010-11-18Log URL when failingRob Austein
svn path=/scripts/rpkidemo; revision=3557
2010-11-18Ruideger says I do not want plain "ASSIGNED", only "ASSIGNED P[IA]"Rob Austein
svn path=/scripts/ripe-to-csv.awk; revision=3556
2010-11-17Yet another set of tools attempting to deal with the RIPE messRob Austein
svn path=/scripts/arin-to-csv.py; revision=3555
2010-11-10Quick hack to show EE certs in CMS messages (eg, manifests)Rob Austein
svn path=/scripts/show-cms-ee-certs.sh; revision=3543
2010-11-08Apparently there is no "_tunnel_host" on the Mac?Rob Austein
svn path=/scripts/rpkidemo; revision=3541
2010-11-08Doh, wrong URLRob Austein
svn path=/scripts/rpkidemo; revision=3540
2010-11-06Changes to support non-default entitydb setupRob Austein
svn path=/scripts/rpkidemo; revision=3533