aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-06-17CheckpointRob Austein
svn path=/myrpki/myrpki.conf; revision=2531
2009-06-16DohRob Austein
svn path=/myrpki/myrpki.py; revision=2530
2009-06-16regenRob Austein
svn path=/myrpki/myrpki.rng; revision=2529
2009-06-16CheckpointRob Austein
svn path=/myrpki/myrpki.conf; revision=2528
2009-06-16CheckpointRob Austein
svn path=/myrpki/myrpki.conf; revision=2527
2009-06-16CheckpointRob Austein
svn path=/myrpki/myrpki.py; revision=2526
2009-06-16CheckpointRob Austein
svn path=/myrpki/myrpki.rng; revision=2525
2009-06-16CheckpointRob Austein
svn path=/myrpki/myrpki.py; revision=2524
2009-06-15CheckpointRob Austein
svn path=/myrpki/myrpki.py; revision=2523
2009-06-15CheckpointRob Austein
svn path=/myrpki/myrpki.py; revision=2522
2009-06-15CheckpointRob Austein
svn path=/myrpki/myrpki.py; revision=2521
2009-06-15CheckpointRob Austein
svn path=/rpkid/myrpki.py; revision=2520
2009-06-15CheckpointRob Austein
svn path=/rpkid/myrpki.py; revision=2519
2009-06-15CheckpointRob Austein
svn path=/rpkid/myrpki.py; revision=2518
2009-06-14CheckpointRob Austein
svn path=/rpkid/myrpki.py; revision=2517
2009-06-12Completed tasksRob Austein
svn path=/rpkid/README; revision=2516
2009-06-09Put back DROP TABLE commands for removed tables, warnings are less annoying ↵Rob Austein
than CONSTRAINT failures svn path=/rpkid/rpkid.sql; revision=2515
2009-06-09CleanupRob Austein
svn path=/rpkid/rpkid.sql; revision=2514
2009-06-09Handle withdrawal of abandoned ROAsRob Austein
svn path=/rpkid/rpki/left_right.py; revision=2513
2009-06-09RegenRob Austein
svn path=/rpkid/left-right-schema.rng; revision=2512
2009-06-09Cleanup: get rid of <route_origin/> objectRob Austein
svn path=/rpkid/README; revision=2511
2009-06-09Convert ROA generation code from push model (<route_origin/> objectsRob Austein
in rpkid) to pull model (IRDB for <list_roa_request/> queries). Still need to clean up old code, but new code seems to work properly. svn path=/rpkid/Makefile; revision=2510
2009-06-09Cheap hack to get testbed.py to stop using testpoke.py, now that rpkidRob Austein
supports hosting and we don't have to run a separate rpkid for each entity in the system. testbed.py "yaml client" (testpoke) code should be ripped out entirely at some point and the surrounding code rewritten, but it's not urgent. svn path=/rpkid/testbed.2.yaml; revision=2509
2009-06-09CheckpointRob Austein
svn path=/rpkid/rpki/https.py; revision=2508
2009-06-08CheckpointRob Austein
svn path=/rpkid/rpki/https.py; revision=2507
2009-06-08CheckpointRob Austein
svn path=/rpkid/testbed.py; revision=2506
2009-06-08RegenRob Austein
svn path=/rpkid/doc/Installation; revision=2505
2009-06-08Use explicit version number with ROA prefixes in SQLRob Austein
svn path=/rpkid/irdbd.sql; revision=2504
2009-06-08CleanupRob Austein
svn path=/rpkid/testbed.setup.sql; revision=2503
2009-06-08Switch to MySQL InnoDB engine, fix everything that brokeRob Austein
svn path=/rpkid/doc/Installation; revision=2502
2009-06-07RegenRob Austein
svn path=/rpkid/left-right-schema.rng; revision=2501
2009-06-07CheckpointRob Austein
svn path=/rpkid/Makefile; revision=2500
2009-06-07CheckpointRob Austein
svn path=/rpkid/rpki/left_right.py; revision=2499
2009-06-06CheckpointRob Austein
svn path=/rpkid/doc/Installation; revision=2498
2009-06-05Simplify object creation: now that responsibilty for handle creationRob Austein
has been pushed into the IRBE, we can create all the objects in parallel, with just one additional round trip to set BSC EE certificates based on generated keys. svn path=/rpkid/testbed.py; revision=2497
2009-06-05Remove vestigial references to tlslite.Rob Austein
svn path=/rpkid/rpki/__init__.py; revision=2496
2009-06-04Update for _id -> _handle transition. Turns out irbe_cli didn't needRob Austein
any changes, so this was the only current tool that needed fixing. svn path=/rpkid/extract-key.py; revision=2495
2009-06-04regenRob Austein
svn path=/rpkid/left-right-schema.rng; revision=2494
2009-06-04Rototill left-right and publication protocol to replace SQL-assignedRob Austein
numeric identifiers with IRBE-assigned "handles". Daemons and test harness have been converted and seem to work; some tools like irbe_cli haven't been updated yet. svn path=/rpkid/doc/Installation; revision=2493
2009-06-03regenRob Austein
svn path=/rpkid/left-right-schema.rng; revision=2492
2009-06-03Checkpoint: first step towards cleanup of SQL and left-right protocol.Rob Austein
svn path=/rpkid/doc/Installation; revision=2491
2009-06-02Update doc (again)Rob Austein
svn path=/rpkid/doc/Installation; revision=2490
2009-06-02Apparently I never deleted the exact_match field from the SQL when theRob Austein
corresponding field was removed from the ROA spec. svn path=/rpkid/rpkid.sql; revision=2489
2009-06-02Update docRob Austein
svn path=/rpkid/doc/Installation; revision=2488
2009-06-02Update to account for several big chunks of work done.Rob Austein
svn path=/rpkid/README; revision=2487
2009-06-02Fix handling of SystemExit exceptionsRob Austein
svn path=/rpkid/rpki/https.py; revision=2486
2009-06-02Cleanup of POW return values.Rob Austein
svn path=/pow/POW-0.7/POW.c; revision=2485
2009-06-02Better handling of two-phase TLS shutdown.Rob Austein
svn path=/rpkid/rpki/https.py; revision=2484
2009-06-02Cert config for testpoke children of hosted rpkids wasn't quite right.Rob Austein
svn path=/rpkid/testbed.py; revision=2483
2009-06-01POW.Ssl.AddTrust and custom X509 verification handler.Rob Austein
svn path=/pow/POW-0.7/POW.c; revision=2482