Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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-18 | Typo prevented default hook definition | Rob Austein | |
svn path=/rpkid/rpki/xml_utils.py; revision=2772 | |||
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-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 | 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-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 | Clean up some whacked exception handling. | Rob Austein | |
svn path=/rpkid/rpki/exceptions.py; revision=2732 | |||
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 | |||
2009-09-03 | Rewrite to use rpki.async.sync_wrapper. | Rob Austein | |
svn path=/rpkid/irbe_cli.py; revision=2729 | |||
2009-09-03 | Log up-down queries | Rob Austein | |
svn path=/rpkid/rootd.py; revision=2728 | |||
2009-09-03 | regen | Rob Austein | |
svn path=/rpkid/publication-schema.rng; revision=2727 | |||
2009-08-31 | Changes to support structured pubd client names. | Rob Austein | |
svn path=/myrpki/myirbe.py; revision=2722 | |||
2009-08-31 | Cleanup | Rob Austein | |
svn path=/rpkid/rpki/publication.py; revision=2721 |