aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2014-04-05Source tree reorg, phase 1. Almost everything moved, no file contents changed.Rob Austein
svn path=/branches/tk685/; revision=5757
2014-01-22Tool to dump all object dates.Rob Austein
svn path=/trunk/; revision=5642
2014-01-11getopt -> argparse. Rewrite code that was still trying to use oldRob Austein
rpki.POW.pkix API, removed some time back. svn path=/trunk/; revision=5631
2014-01-11getopt -> argparseRob Austein
svn path=/trunk/; revision=5630
2014-01-11Even more getopt -> argparse. Clean up some old conversion scripts.Rob Austein
svn path=/trunk/; revision=5629
2014-01-10Even more getopt -> argparse.Rob Austein
svn path=/trunk/; revision=5627
2014-01-09Update more copyrights, clean up module doc blocks.Rob Austein
svn path=/trunk/; revision=5624
2013-12-31Script to automate silly date extraction that I keep needing to do byRob Austein
hand. svn path=/trunk/; revision=5612
2013-11-21Archive the main control scripts for our old cron-driven testbed withRob Austein
its pseudo-IANA and pseudo-RIR databases. Closes #34. svn path=/trunk/; revision=5595
2013-11-01Another test case.Rob Austein
svn path=/trunk/; revision=5578
2013-10-31Checkpoint.Rob Austein
svn path=/trunk/; revision=5576
2013-10-31CheckpointRob Austein
svn path=/trunk/; revision=5575
2013-10-31Checkpoint.Rob Austein
svn path=/trunk/; revision=5574
2013-10-29Checkpoint.Rob Austein
svn path=/trunk/; revision=5573
2013-10-29Checkpoint.Rob Austein
svn path=/trunk/; revision=5572
2013-10-28Checkpoint.Rob Austein
svn path=/trunk/; revision=5571
2013-10-22Checkpoint.Rob Austein
svn path=/trunk/; revision=5569
2013-10-22CheckpointRob Austein
svn path=/trunk/; revision=5568
2013-10-14Cosmetic change to force test of upgraded build system.Rob Austein
svn path=/trunk/; revision=5567
2013-10-12So it turns out that most DBapi Cursor implementations have beenRob Austein
extended to support the iterator protocol, and that most DBapi Connection implementations have been extended to support the context manager protocol. Who knew? svn path=/trunk/; revision=5566
2013-10-12CheckpointRob Austein
svn path=/trunk/; revision=5565
2013-10-11Checkpoint.Rob Austein
svn path=/trunk/; revision=5564
2013-10-11Checkpoint.Rob Austein
svn path=/trunk/; revision=5563
2013-10-08Checkpoint.Rob Austein
svn path=/trunk/; revision=5556
2013-10-07CheckpointRob Austein
svn path=/trunk/; revision=5552
2013-10-07No longer need separate uri table.Rob Austein
svn path=/trunk/; revision=5551
2013-10-07CheckpointRob Austein
svn path=/trunk/; revision=5550
2013-10-05CheckpointRob Austein
svn path=/trunk/; revision=5549
2013-10-05CheckpointRob Austein
svn path=/trunk/; revision=5548
2013-10-05CheckpointRob Austein
svn path=/trunk/; revision=5547
2013-10-04CheckpointRob Austein
svn path=/trunk/; revision=5546
2013-10-04Don't stomp depths we've already set.Rob Austein
svn path=/trunk/; revision=5545
2013-10-04Depth markers.Rob Austein
svn path=/trunk/; revision=5544
2013-10-04More SQL cleanup.Rob Austein
svn path=/trunk/; revision=5543
2013-10-03More SQL cleanup.Rob Austein
svn path=/trunk/; revision=5542
2013-10-03Normalize X.501 names and key IDs by moving these fields to separateRob Austein
table. Only those portions of query code currently used converted to use JOINs, everything else can wait until it becomes clear which bits we're keeping. svn path=/trunk/; revision=5541
2013-10-03Archive what now looks like another blind alley.Rob Austein
svn path=/trunk/; revision=5540
2013-10-03This script hadn't tracked last rpki.POW rewrite.Rob Austein
svn path=/trunk/; revision=5539
2013-09-30ArchiveRob Austein
svn path=/trunk/; revision=5533
2013-09-30Sample of the original form of rcynic-lta.yaml, corresponding to theRob Austein
current useless version of the code. Major code rewrite likely, YAML will change with it, this version is just for the archive. svn path=/trunk/; revision=5531
2013-09-26DisclaimerRob Austein
svn path=/trunk/; revision=5522
2013-09-07Well, this script now generates something that looks like aRob Austein
certificate tree and validates. Not at all certain that what we generate is right yet. svn path=/trunk/; revision=5487
2013-09-02Checkpoint.Rob Austein
svn path=/trunk/; revision=5484
2013-08-31Constraint class.Rob Austein
svn path=/trunk/; revision=5482
2013-08-31Checkpoint.Rob Austein
svn path=/trunk/; revision=5481
2013-08-30Cleanup.Rob Austein
svn path=/trunk/; revision=5479
2013-08-30Refactor X.509 verification code to add "nested set" tree markings toRob Austein
SQL as we go; since the expensive part of the SQL marking algorithm is the tree traversal and we have to do the same tree walk anyway while checking certificates, we might as well do both tasks at once. svn path=/trunk/; revision=5478
2013-08-29Cleanup.Rob Austein
svn path=/trunk/; revision=5477
2013-08-29Cleanup.Rob Austein
svn path=/trunk/; revision=5476
2013-08-29Now that we have a Python interface to the OpenSSL certificateRob Austein
validation code, use it to sanitize our database. svn path=/trunk/; revision=5475