Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2009-09-15 | Implement publish_world_now; clean up and debug some earlier changes. | Rob Austein | |
svn path=/rpkid/rpki/left_right.py; revision=2756 | |||
2009-09-15 | Checkpoint | Rob Austein | |
svn path=/rpkid/rpki/left_right.py; revision=2755 | |||
2009-09-15 | Start draining the publication swamp | Rob Austein | |
svn path=/rpkid/rpki/left_right.py; revision=2754 | |||
2009-09-14 | Clean up messy and redundant ROA generation code | Rob Austein | |
svn path=/rpkid/rpki/left_right.py; revision=2753 | |||
2009-09-14 | Checkpoint | Rob Austein | |
svn path=/rpkid/rpki/left_right.py; revision=2752 | |||
2009-09-14 | Rework call_pubd() error handling | Rob Austein | |
svn path=/rpkid/rpki/https.py; revision=2751 | |||
2009-09-11 | Add debug logging to track down whether I'm looking for a discrepancy | Rob Austein | |
between parent and child or between rpkid and repository. svn path=/rpkid/rpki/rpki_engine.py; revision=2750 | |||
2009-09-11 | Cleanup | Rob Austein | |
svn path=/rpkid/irdbd.py; revision=2749 | |||
2009-09-11 | Cleanup | Rob Austein | |
svn path=/rpkid/rpki/async.py; revision=2748 | |||
2009-09-09 | Suppress incomplete entries. | Rob Austein | |
svn path=/myrpki/myrpki.py; revision=2747 | |||
2009-09-09 | Clean up rootd PKCS #10 requests on revocation | Rob Austein | |
svn path=/rpkid/rootd.py; revision=2746 | |||
2009-09-09 | Rework rootd to notice when PKCS #10 request has changed. | Rob Austein | |
svn path=/rpkid/rootd.py; revision=2745 | |||
2009-09-09 | Back out accidental commit of local hack | Rob Austein | |
svn path=/rpkid/rpki/up_down.py; revision=2744 | |||
2009-09-09 | Log SKI of generated subject certificate | Rob Austein | |
svn path=/rpkid/rootd.py; revision=2743 | |||
2009-09-09 | Somewhat better handling of publication protocol exceptions and of | Rob Austein | |
errors while attempting to delete repository objects that were never in the repository to begin with. This code is preliminary and may require refactoring later. svn path=/rpkid/rpki/exceptions.py; revision=2742 | |||
2009-09-05 | Comment and cleanup | Rob Austein | |
svn path=/rpkid/rpki/left_right.py; revision=2741 | |||
2009-09-05 | Simplify serve_pre_save_hook(). | Rob Austein | |
svn path=/rpkid/rpki/left_right.py; revision=2740 | |||
2009-09-05 | Fix handle->id translation in left-right "set" operations. | Rob Austein | |
svn path=/rpkid/rpki/exceptions.py; revision=2739 | |||
2009-09-05 | Cleanup | Rob Austein | |
svn path=/rpkid/rpki/left_right.py; revision=2738 | |||
2009-09-05 | Don't stomp self_handle | Rob Austein | |
svn path=/rpkid/rpki/left_right.py; revision=2737 | |||
2009-09-05 | Configure irbe_cli | Rob Austein | |
svn path=/myrpki/yamltest.py; revision=2736 | |||
2009-09-04 | Have to revoke child certs when destroying child object. | Rob Austein | |
svn path=/rpkid/rpki/left_right.py; revision=2735 | |||
2009-09-04 | Cleanup | Rob Austein | |
svn path=/myrpki/schema.py; revision=2734 | |||
2009-09-04 | Don't explode if publication client cert doesn't exist. | Rob Austein | |
svn path=/myrpki/myirbe.py; revision=2733 | |||
2009-09-04 | Clean up some whacked exception handling. | Rob Austein | |
svn path=/rpkid/rpki/exceptions.py; revision=2732 | |||
2009-09-04 | Forgot to include sample config for irbe_cli.py | Rob Austein | |
svn path=/myrpki/examples/myrpki.conf; revision=2731 | |||
2009-09-04 | Handle report_error responses. Perhaps not the most elegant way to do | Rob Austein | |
this, but will suffice for now. svn path=/rpkid/irbe_cli.py; revision=2730 |