Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2009-08-29 | Track rpki.publication filename bugfix | Rob Austein | |
svn path=/rpkid/testbed.py; revision=2719 | |||
2009-08-28 | Fix uri_to_filename(). Old algorithm was just stripping rsync:// off | Rob Austein | |
the head of the URI; new algorithm also strips hostname[:port] and module, which removes gratuitous hostname/module settings in config files and is a better match for normal rsyncd usage. NB: Existing installations will require a config file update. svn path=/rpkid/rpki/publication.py; revision=2716 | |||
2009-08-28 | myirbe now supports running rpkid without pubd. | Rob Austein | |
svn path=/myrpki/myrpki.conf; revision=2715 | |||
2009-08-28 | Clean up old "stable" branch that is now badly out of date | Rob Austein | |
svn path=/rpkid.stable; revision=2714 | |||
2009-08-25 | Stacktrace when no exception traceback is available. | Rob Austein | |
svn path=/rpkid/rpki/log.py; revision=2711 | |||
2009-08-25 | Cleanup | Rob Austein | |
svn path=/rpkid/rpkid.sql; revision=2710 | |||
2009-08-24 | Update stale comment | Rob Austein | |
svn path=/rpkid/rpki/https.py; revision=2706 | |||
2009-08-24 | Separate HTTP protocol debug logging from TLS certificate debug | Rob Austein | |
logging, and turn them both off until the next time we need them. svn path=/rpkid/rpki/https.py; revision=2705 | |||
2009-08-24 | Better exception text for DuplicateObject | Rob Austein | |
svn path=/rpkid/rpki/xml_utils.py; revision=2704 | |||
2009-08-21 | Add date to timestamps when not using syslog | Rob Austein | |
svn path=/rpkid/rpki/log.py; revision=2695 | |||
2009-08-19 | Don't accidently convert handles to integers. | Rob Austein | |
svn path=/rpkid/rpki/xml_utils.py; revision=2691 | |||
2009-08-02 | Our first Python 2.6 compatability bug. | Rob Austein | |
svn path=/rpkid/rpki/https.py; revision=2684 | |||
2009-07-31 | Several little portability fixes | Rob Austein | |
svn path=/rpkid/rpki/https.py; revision=2683 | |||
2009-07-29 | Massively increase https timeout interval. Enable slow-and-safe | Rob Austein | |
version of async iteration, can look at using fast-and-risky version later on a case-by-case basis if needed. svn path=/rpkid/rpki/async.py; revision=2682 | |||
2009-07-29 | Rework stack_unwind code | Rob Austein | |
svn path=/rpkid/rpki/async.py; revision=2679 | |||
2009-07-29 | Extend rpki.async.iterator to support unwinding the stack to avoid | Rob Austein | |
recursion limit when processing really long iterations. svn path=/rpkid/rpki/async.py; revision=2678 | |||
2009-07-20 | Include exception data in <report_error/> PDU. | Rob Austein | |
svn path=/rpkid/rpki/publication.py; revision=2652 | |||
2009-07-20 | Cleanup | Rob Austein | |
svn path=/rpkid/pubd.py; revision=2651 | |||
2009-07-20 | Show the offending PDU when raising BadPublicationReply. | Rob Austein | |
svn path=/rpkid/rpki/left_right.py; revision=2650 | |||
2009-07-20 | Helps to delete ROAs from SQL when destroying them. | Rob Austein | |
svn path=/rpkid/rpki/rpki_engine.py; revision=2649 | |||
2009-07-20 | Add debugging support to sql_delete(), general clean up of SQL | Rob Austein | |
debugging code. svn path=/rpkid/rpki/sql.py; revision=2648 | |||
2009-07-18 | Cleanup | Rob Austein | |
svn path=/rpkid/rpki/rpki_engine.py; revision=2645 |