Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-02 | Vile 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-02 | cross_certify.py moved to scripts. testbed.py should just call | Rob 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-01 | Cleanup | Rob Austein | |
svn path=/myrpki/yamltest.py; revision=2804 | |||
2009-10-01 | Add a lot of comments to myrpki/examples/myrpki.conf, and reorder | Rob Austein | |
sections to make it a bit easier to find the useful parts. svn path=/myrpki/arin-rootcert.py; revision=2803 | |||
2009-09-30 | Kludgy script to run testbed.*.yaml under yamltest.py | Rob Austein | |
svn path=/myrpki/test-all.sh; revision=2802 | |||
2009-09-30 | Add 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-30 | First pass at cleaning up some of the accumulated clutter | Rob Austein | |
svn path=/rpkid/Makefile; revision=2800 | |||
2009-09-30 | Turn off execute bit on scripts until we get conflict between Doxygen | Rob Austein | |
and #! lines sorted. svn path=/myrpki/xml-parse-test.py; revision=2799 | |||
2009-09-30 | Get rid of variable doc that was just confusing Doxygen | Rob Austein | |
svn path=/rpkid/rpki/publication.py; revision=2798 | |||
2009-09-29 | Allow OpenSSL's normal explanatory text in PEM files, to make it | Rob Austein | |
easier for users to keep track of which BPKI certificate is which. svn path=/myrpki/myrpki.py; revision=2797 | |||
2009-09-29 | doxygen -u | Rob Austein | |
svn path=/rpkid/Doxyfile; revision=2796 | |||
2009-09-29 | Handle return from revoke_pdu.query() properly. | Rob Austein | |
svn path=/rpkid/rpki/left_right.py; revision=2795 | |||
2009-09-29 | Regen | Rob Austein | |
svn path=/rpkid/left-right-schema.rng; revision=2794 | |||
2009-09-29 | Add left-right "revoke_forgotten" command to clean up certs that the | Rob Austein | |
parent remembers but the child has forgotten. svn path=/rpkid/left-right-schema.rnc; revision=2793 | |||
2009-09-29 | Heh, forgot I had a mechanism already in place for excluding | Rob Austein | |
particular XML attributes from the irbe_cli command line. svn path=/rpkid/irbe_cli.py; revision=2792 | |||
2009-09-29 | Refactor 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-28 | Add <list_published_objects/> PDU to left-right protocol, to support | Rob Austein | |
audit of what rpkid thinks should be published vs what really is. svn path=/rpkid/irbe_cli.py; revision=2790 | |||
2009-09-26 | Doh, get timeout test right. | Rob Austein | |
svn path=/rpkid/rpki/rpki_engine.py; revision=2789 | |||
2009-09-25 | Rework cron code to be more robust. | Rob Austein | |
svn path=/rpkid/rpki/rpki_engine.py; revision=2788 | |||
2009-09-25 | regen | Rob Austein | |
svn path=/rpkid/left-right-schema.rng; revision=2787 | |||
2009-09-25 | regen | Rob Austein | |
svn path=/rpkid/rpki/relaxng.py; revision=2786 | |||
2009-09-25 | Generalize casting of results of arithmetic operations on datetime and | Rob Austein | |
timedelta objects. svn path=/rpkid/rpki/sundial.py; revision=2785 | |||
2009-09-25 | Better logging of CMS failures | Rob Austein | |
svn path=/rpkid/rpki/left_right.py; revision=2784 | |||
2009-09-23 | Cleanup | Rob Austein | |
svn path=/myrpki/examples/myrpki.conf; revision=2783 | |||
2009-09-23 | rsync_base parameter wasn't really used anymore | Rob Austein | |
svn path=/myrpki/myirbe.py; revision=2782 | |||
2009-09-23 | Collapse HTTPS and CMS BPKI certs for pubd, separation not needed | Rob Austein | |
svn path=/myrpki/myirbe.py; revision=2781 | |||
2009-09-20 | Helps to look in for the _id in the right object | Rob Austein | |
svn path=/rpkid/rpki/left_right.py; revision=2780 | |||
2009-09-20 | Doh, need to translate _id -> _handle, not the other way around. | Rob Austein | |
svn path=/rpkid/rpki/left_right.py; revision=2779 | |||
2009-09-20 | Try a bit harder on handle fixup | Rob Austein | |
svn path=/rpkid/rpki/left_right.py; revision=2778 | |||
2009-09-19 | Yesterday's fix to rpki.resource_set was incomplete. | Rob Austein | |
svn path=/rpkid/rootd.py; revision=2777 | |||
2009-09-19 | Don't throw (the wrong kind of) exceptions when given an unexpected | Rob Austein | |
initializer. svn path=/rpkid/rpki/resource_set.py; revision=2776 | |||
2009-09-19 | routeviews DNS hack doesn't really support IPv6 after all. | Rob Austein | |
svn path=/scripts/guess-roas-from-routeviews.py; revision=2775 | |||
2009-09-19 | Initial version | Rob Austein | |
svn path=/scripts/guess-roas-from-routeviews.py; revision=2774 | |||
2009-09-18 | .get() -> .getint() | Rob Austein | |
svn path=/myrpki/myirbe.py; revision=2773 | |||
2009-09-18 | Typo prevented default hook definition | Rob Austein | |
svn path=/rpkid/rpki/xml_utils.py; revision=2772 | |||
2009-09-18 | CRL check was going to stderr | Rob Austein | |
svn path=/myrpki/verify-bpki.sh; revision=2771 | |||
2009-09-18 | Allow config file to specify location of openssl binary | Rob Austein | |
svn path=/myrpki/myirbe.py; revision=2770 | |||
2009-09-18 | Notes on trust-anchor-uri-with-key | Rob Austein | |
svn path=/rcynic/README; revision=2769 | |||
2009-09-18 | --bpki_only | Rob Austein | |
svn path=/myrpki/myirbe.py; revision=2768 | |||
2009-09-18 | Add "group" column to roas.csv, to support generation of multiple ROAs | Rob Austein | |
with the same ASN. svn path=/myrpki/examples/roas.csv; revision=2767 | |||
2009-09-18 | Missing constraint | Rob Austein | |
svn path=/rpkid/rpkid.sql; revision=2766 | |||
2009-09-17 | Don't call .sql_mark_dirty() in roa_obj.__init__(), because we don't | Rob Austein | |
want to save to SQL unless the subsequent .generate() call succeeds. svn path=/rpkid/rpki/rpki_engine.py; revision=2765 | |||
2009-09-16 | Implement <self run_now="yes"/> | Rob Austein | |
svn path=/rpkid/rpki/left_right.py; revision=2764 | |||
2009-09-16 | More accurate log message | Rob Austein | |
svn path=/rpkid/rootd.py; revision=2763 | |||
2009-09-16 | Allow specifying openssl program to use in config file. | Rob Austein | |
svn path=/myrpki/yamltest.py; revision=2762 | |||
2009-09-16 | Bump crl_interval and regen_margin defaults up a bit | Rob Austein | |
svn path=/myrpki/myirbe.py; revision=2761 | |||
2009-09-16 | Cleanup | Rob Austein | |
svn path=/myrpki/Makefile; revision=2760 | |||
2009-09-16 | Update shell scripts | Rob Austein | |
svn path=/myrpki/run-daemons.sh; revision=2759 | |||
2009-09-16 | Cleanup | Rob Austein | |
svn path=/myrpki/verify-bpki.sh; revision=2758 | |||
2009-09-15 | Rewrite 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 |