aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki
AgeCommit message (Expand)Author
2009-09-03Log up-down queriesRob Austein
2009-09-03regenRob Austein
2009-08-31Changes to support structured pubd client names.Rob Austein
2009-08-31CleanupRob Austein
2009-08-28Fix uri_to_filename(). Old algorithm was just stripping rsync:// offRob Austein
2009-08-28myirbe now supports running rpkid without pubd.Rob Austein
2009-08-28Clean up old "stable" branch that is now badly out of dateRob Austein
2009-08-25Stacktrace when no exception traceback is available.Rob Austein
2009-08-24Update stale commentRob Austein
2009-08-24Separate HTTP protocol debug logging from TLS certificate debugRob Austein
2009-08-24Better exception text for DuplicateObjectRob Austein
2009-08-21Add date to timestamps when not using syslogRob Austein
2009-08-19Don't accidently convert handles to integers.Rob Austein
2009-08-02Our first Python 2.6 compatability bug.Rob Austein
2009-07-31Several little portability fixesRob Austein
2009-07-29Massively increase https timeout interval. Enable slow-and-safeRob Austein
2009-07-29Rework stack_unwind codeRob Austein
2009-07-29Extend rpki.async.iterator to support unwinding the stack to avoidRob Austein
2009-07-20Include exception data in <report_error/> PDU.Rob Austein
2009-07-20Show the offending PDU when raising BadPublicationReply.Rob Austein
2009-07-20Helps to delete ROAs from SQL when destroying them.Rob Austein
2009-07-20Add debugging support to sql_delete(), general clean up of SQLRob Austein
2009-07-18CleanupRob Austein
2009-07-18Fix race condition in TLS connect phase of HTTPS client state machine.Rob Austein
2009-07-18Document a bunch of assertions. Fiddle with HTTPS timeouts.Rob Austein
2009-07-18DebugRob Austein
2009-07-17Ok, some config files really are optionalRob Austein
2009-07-17Include more details in assertionRob Austein
2009-07-17Handle BSC objects that are still under construction a bit more gracefully.Rob Austein
2009-07-17Log handle, not just idRob Austein
2009-07-17CleanupRob Austein
2009-07-16Continue with next parent if list command failsRob Austein
2009-07-15CheckpointRob Austein
2009-07-15Rework cron() codeRob Austein
2009-07-14First cut at internal clock for cron tasks. Doesn't work right yet,Rob Austein
2009-07-14Stop pretending that this parser is just a subclass of the stockRob Austein
2009-07-10Add regression test for resource_set.union() bug I just fixedRob Austein
2009-07-10resource_set.union() was missing cases where one big range in set ARob Austein
2009-07-08Refactor slightly, add getboolean() method, extend documentation.Rob Austein
2009-07-08Suppress backtrace on NotFound exceptions. This probably needs to beRob Austein
2009-07-07Might as well check sanity of preconfigured SIA URIs too.Rob Austein
2009-07-07Doc had fallen behind code, update.Rob Austein
2009-07-06Loose end from _id => _handle transition: _id values may not be setRob Austein
2009-07-05Hmm, apparently I never really tested action="list" until now.Rob Austein
2009-07-05Extend DER_object__cmp__() to handle None objects.Rob Austein
2009-07-04Terminate erroneous connections even if they would have beenRob Austein
2009-07-04More msg.type cleanupRob Austein
2009-07-04Clean up and consolidate traceback. Add methods to hide (some of the)Rob Austein
2009-06-30Refactor cross-certification code into rpki.x509 module.Rob Austein
2009-06-27sync_wrapper()Rob Austein