aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-21CleanupRob Austein
svn path=/myrpki/setup-sql.py; revision=2829
2009-10-21Add sql-setup.py.Rob Austein
svn path=/myrpki/README; revision=2828
2009-10-14Clean up use of "pubd" SQL database in test scriptsRob Austein
svn path=/myrpki/yamltest.py; revision=2827
2009-10-14More SQL setupRob Austein
svn path=/myrpki/README; revision=2826
2009-10-14SpellingRob Austein
svn path=/myrpki/README; revision=2825
2009-10-14Log pid when startingRob Austein
svn path=/myrpki/start-servers.py; revision=2824
2009-10-13Cleanup, add CRL checkRob Austein
svn path=/myrpki/verify-bpki.sh; revision=2823
2009-10-13Rewrite start-servers as a Python scriptRob Austein
svn path=/myrpki/README; revision=2822
2009-10-12Text on what parents need to supply to childrenRob Austein
svn path=/myrpki/README; revision=2821
2009-10-11CheckpointRob Austein
svn path=/myrpki/README; revision=2820
2009-10-11CheckpointRob Austein
svn path=/myrpki/README; revision=2819
2009-10-10CheckpointRob Austein
svn path=/myrpki/README; revision=2818
2009-10-09CheckpointRob Austein
svn path=/myrpki/README; revision=2817
2009-10-09Doh, parameterized commands work better when the commands use theRob Austein
parameters. This script almost certainly should be replaced by something smarter, written in Python, which knows how to read myrpki.conf. svn path=/myrpki/start-servers.sh; revision=2816
2009-10-09CheckpointRob Austein
svn path=/myrpki/README; revision=2815
2009-10-07CheckpointRob Austein
svn path=/myrpki/README; revision=2814
2009-10-05Prettyprinter for Base64 XMLRob Austein
svn path=/scripts/splitbase64.xsl; revision=2813
2009-10-05Show bad XML if validation failsRob Austein
svn path=/myrpki/myirbe.py; revision=2812
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-02Clean up client_main(), log both outbound and incoming PDUs in clientRob Austein
mode. svn path=/rtr-origin/rtr-origin.py; revision=2808
2009-10-02kickme socket needs to be group-writable when --cronjob and --serverRob Austein
modes run as different users. svn path=/rtr-origin/rtr-origin.py; revision=2807
2009-10-02Vile changes to enable shared library support for OpenSSL and POW,Rob Austein
because the %^&^%*! GNU linker is unable to build _POW.so from static libraries on 64-bit hardware. svn path=/openssl/Makefile; revision=2806
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-10-01CleanupRob Austein
svn path=/myrpki/yamltest.py; revision=2804
2009-10-01Add a lot of comments to myrpki/examples/myrpki.conf, and reorderRob Austein
sections to make it a bit easier to find the useful parts. svn path=/myrpki/arin-rootcert.py; revision=2803
2009-09-30Kludgy script to run testbed.*.yaml under yamltest.pyRob Austein
svn path=/myrpki/test-all.sh; revision=2802
2009-09-30Add raw TCP support to test client; force syslog without stderr in server mode.Rob Austein
svn path=/rtr-origin/rtr-origin.py; revision=2801
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-29Allow OpenSSL's normal explanatory text in PEM files, to make itRob Austein
easier for users to keep track of which BPKI certificate is which. svn path=/myrpki/myrpki.py; revision=2797
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