aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
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
2013-08-28Checkpoint.Rob Austein
svn path=/trunk/; revision=5474
2013-08-20Checkpoint.Rob Austein
svn path=/trunk/; revision=5459
2013-08-20Checkpoint.Rob Austein
svn path=/trunk/; revision=5458
2013-08-18CheckpointRob Austein
svn path=/trunk/; revision=5457
2013-08-17Checkpoint.Rob Austein
svn path=/trunk/; revision=5456
2013-08-14CheckpointRob Austein
svn path=/trunk/; revision=5455
2013-08-14Checkpoint. Nowhere near usable yet.Rob Austein
svn path=/trunk/; revision=5454
2013-08-09Notes on constraint file processing.Rob Austein
svn path=/trunk/; revision=5453
2013-08-09Allow query for NULL AKI or SKI. May not be all that useful, as ourRob Austein
data source is the unauthenticated/ tree, thus we still need to check against TALs, at which point we might as well just look up by URI. svn path=/trunk/; revision=5452
2013-08-08First steps towards parsing LTA YAML file. Add weakref object cache.Rob Austein
svn path=/trunk/; revision=5451
2013-08-06Wrap up database interface as a class.Rob Austein
svn path=/trunk/; revision=5450
2013-08-05Partial support for RFC 3779 inheritance.Rob Austein
svn path=/trunk/; revision=5449
2013-08-05Move GROUP BY to right place when restricting search by object type.Rob Austein
Consolidate simplified range search functions. More test cases. svn path=/trunk/; revision=5448
2013-08-05Add marker byte to be sure that IP addresses can't be confused withRob Austein
ASNs in our unified range table. Clean up unneeded debugging code. svn path=/trunk/; revision=5447
2013-08-05Checkpoint.Rob Austein
svn path=/trunk/; revision=5446
2013-06-18Hostname changes.Rob Austein
svn path=/trunk/; revision=5411
2012-10-18pylintRob Austein
svn path=/branches/tk274/; revision=4786