aboutsummaryrefslogtreecommitdiff
path: root/rpkid
AgeCommit message (Collapse)Author
2009-12-01Clean up timer debugging code. Clear pointers in a few places thatRob Austein
appear to have been causing circular references. svn path=/rpkid/rpki/async.py; revision=2887
2009-11-30Timer debugging codeRob Austein
svn path=/rpkid/rpki/async.py; revision=2886
2009-11-04Use batch-mode publication in rpkid. Fix FOREIGN KEY constraints.Rob Austein
svn path=/myrpki/myirbe.py; revision=2876
2009-10-27I miss RENMWO.Rob Austein
svn path=/rpkid/rpki/publication.py; revision=2838
2009-10-27CheckpointRob Austein
svn path=/rpkid/rpki/left_right.py; revision=2837
2009-10-26Refactor publication code, step 1: clean upRob Austein
rpki.left_right.repository_elt.call_pubd() and methods in rpki.xmlutils.msg class that were (mis)designed to fit. svn path=/myrpki/myirbe.py; revision=2836
2009-10-26CheckpointRob Austein
svn path=/rpkid/rpki/left_right.py; revision=2835
2009-10-24Handle case where something breaks between when parent issues a newRob Austein
certificate to us and we store it in SQL. This shouldn't happen, but since it has already come up once in testing we have to cope with it. svn path=/rpkid/rpki/left_right.py; revision=2834
2009-10-23Update installation guideRob Austein
svn path=/rpkid/Doxyfile; revision=2833
2009-10-22Add a few work items I rmemebered off the top of my head.Rob Austein
svn path=/rpkid/README; revision=2832
2009-10-22More old notes overtaken by events.Rob Austein
svn path=/rpkid/README; revision=2831
2009-10-22Clean up a bunch of old finished tasks. Need to do a pass lookingRob Austein
for new tasks that should be included here. svn path=/rpkid/README; revision=2830
2009-10-14Clean up use of "pubd" SQL database in test scriptsRob Austein
svn path=/myrpki/yamltest.py; revision=2827
2009-10-03Call cross-certification code directly rather than forking just to runRob Austein
a ten line script. svn path=/rpkid/testbed.py; revision=2811
2009-10-03CleanupRob Austein
svn path=/rpkid/rootd.py; revision=2810
2009-10-03Regenerate subject RPKI cert when root RPKI cert changes.Rob Austein
svn path=/rpkid/rootd.py; revision=2809
2009-10-02cross_certify.py moved to scripts. testbed.py should just callRob Austein
library code directly at this point, but am chasing something more important at the moment, so just track filename change for now. svn path=/rpkid/testbed.py; revision=2805
2009-09-30First pass at cleaning up some of the accumulated clutterRob Austein
svn path=/rpkid/Makefile; revision=2800
2009-09-30Turn off execute bit on scripts until we get conflict between DoxygenRob Austein
and #! lines sorted. svn path=/myrpki/xml-parse-test.py; revision=2799
2009-09-30Get rid of variable doc that was just confusing DoxygenRob Austein
svn path=/rpkid/rpki/publication.py; revision=2798
2009-09-29doxygen -uRob Austein
svn path=/rpkid/Doxyfile; revision=2796
2009-09-29Handle return from revoke_pdu.query() properly.Rob Austein
svn path=/rpkid/rpki/left_right.py; revision=2795
2009-09-29RegenRob Austein
svn path=/rpkid/left-right-schema.rng; revision=2794
2009-09-29Add left-right "revoke_forgotten" command to clean up certs that theRob Austein
parent remembers but the child has forgotten. svn path=/rpkid/left-right-schema.rnc; revision=2793
2009-09-29Heh, forgot I had a mechanism already in place for excludingRob Austein
particular XML attributes from the irbe_cli command line. svn path=/rpkid/irbe_cli.py; revision=2792
2009-09-29Refactor text-bearing XML code snippets into rpki.xml_utils.text_elt class.Rob Austein
svn path=/rpkid/left-right-schema.rng; revision=2791
2009-09-28Add <list_published_objects/> PDU to left-right protocol, to supportRob Austein
audit of what rpkid thinks should be published vs what really is. svn path=/rpkid/irbe_cli.py; revision=2790
2009-09-26Doh, get timeout test right.Rob Austein
svn path=/rpkid/rpki/rpki_engine.py; revision=2789
2009-09-25Rework cron code to be more robust.Rob Austein
svn path=/rpkid/rpki/rpki_engine.py; revision=2788
2009-09-25regenRob Austein
svn path=/rpkid/left-right-schema.rng; revision=2787
2009-09-25regenRob Austein
svn path=/rpkid/rpki/relaxng.py; revision=2786
2009-09-25Generalize casting of results of arithmetic operations on datetime andRob Austein
timedelta objects. svn path=/rpkid/rpki/sundial.py; revision=2785
2009-09-25Better logging of CMS failuresRob Austein
svn path=/rpkid/rpki/left_right.py; revision=2784
2009-09-23Collapse HTTPS and CMS BPKI certs for pubd, separation not neededRob Austein
svn path=/myrpki/myirbe.py; revision=2781
2009-09-20Helps to look in for the _id in the right objectRob Austein
svn path=/rpkid/rpki/left_right.py; revision=2780
2009-09-20Doh, need to translate _id -> _handle, not the other way around.Rob Austein
svn path=/rpkid/rpki/left_right.py; revision=2779
2009-09-20Try a bit harder on handle fixupRob Austein
svn path=/rpkid/rpki/left_right.py; revision=2778
2009-09-19Yesterday's fix to rpki.resource_set was incomplete.Rob Austein
svn path=/rpkid/rootd.py; revision=2777
2009-09-19Don't throw (the wrong kind of) exceptions when given an unexpectedRob Austein
initializer. svn path=/rpkid/rpki/resource_set.py; revision=2776
2009-09-18Typo prevented default hook definitionRob Austein
svn path=/rpkid/rpki/xml_utils.py; revision=2772
2009-09-18Missing constraintRob Austein
svn path=/rpkid/rpkid.sql; revision=2766
2009-09-17Don't call .sql_mark_dirty() in roa_obj.__init__(), because we don'tRob Austein
want to save to SQL unless the subsequent .generate() call succeeds. svn path=/rpkid/rpki/rpki_engine.py; revision=2765
2009-09-16Implement <self run_now="yes"/>Rob Austein
svn path=/rpkid/rpki/left_right.py; revision=2764
2009-09-16More accurate log messageRob Austein
svn path=/rpkid/rootd.py; revision=2763
2009-09-15Rewrite resource_set.contains() to something a bit more efficient,Rob Austein
since it was showing up as a serious hot spot under profiling. svn path=/rpkid/rpki/resource_set.py; revision=2757
2009-09-15Implement publish_world_now; clean up and debug some earlier changes.Rob Austein
svn path=/rpkid/rpki/left_right.py; revision=2756
2009-09-15CheckpointRob Austein
svn path=/rpkid/rpki/left_right.py; revision=2755
2009-09-15Start draining the publication swampRob Austein
svn path=/rpkid/rpki/left_right.py; revision=2754
2009-09-14Clean up messy and redundant ROA generation codeRob Austein
svn path=/rpkid/rpki/left_right.py; revision=2753
2009-09-14CheckpointRob Austein
svn path=/rpkid/rpki/left_right.py; revision=2752