aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki
AgeCommit message (Expand)Author
2010-08-28Suppress duplicate roa_requestsRob Austein
2010-08-13Error in assertion messageRob Austein
2010-07-30Doc nitRob Austein
2010-07-16Only regenerate manifest and CRL once for batch ROA updates.Rob Austein
2010-07-16Doh, .sql_mark_deleted() works better if it also marks record dirty.Rob Austein
2010-07-16Duct tape and bailing wire fix for .update_roas(). This isn't rightRob Austein
2010-07-15ParanoiaRob Austein
2010-07-15More ROA loggingRob Austein
2010-07-15Clean up unit testRob Austein
2010-07-15Log reason for deciding to generate a ROA.Rob Austein
2010-07-14Use setsockopt() to force normal (ie, BSD-like) IPv6 socket behaviorRob Austein
2010-07-14Fix several Linux-related problems found during last workshop:Rob Austein
2010-07-11Stale filenameRob Austein
2010-07-11Fix linksRob Austein
2010-07-11Clean up uses of RuntimeError exceptionRob Austein
2010-07-11html2text did something weird, work around itRob Austein
2010-07-11Stale build instructionsRob Austein
2010-07-08Make myrpki.csv_writer() an object, per Michael's requestRob Austein
2010-07-08.from_strings() methodsRob Austein
2010-07-07More refactoring and cleanupRob Austein
2010-07-07Refactor .parse_str() methodsRob Austein
2010-07-07Make resource_range_ip.prefixlen() a public method.Rob Austein
2010-07-06Add rpki.ipaddrs.parse().Rob Austein
2010-07-04Handle nested hosting cases properly.Rob Austein
2010-06-29RegenRob Austein
2010-06-29Add parent_handle to <list_received_resources/> reply PDU.Rob Austein
2010-06-18CleanupRob Austein
2010-06-16Add resource_set.chop_into_prefixes().Rob Austein
2010-06-15Add translation from resource_set to roa_prefix_set, clean up.Rob Austein
2010-06-15Warn about what's happening in unit test.Rob Austein
2010-06-10SSLUnexpectedEOF needs to be a special case for .tls_accept(), to avoidRob Austein
2010-06-10Partial cleanup of exception and timeout handling.Rob Austein
2010-06-09More IPv6 server fun.Rob Austein
2010-06-09Grr, socket.bind() fails for IPv6, dunno why. Disable IPv6 again.Rob Austein
2010-06-06Defer query startup so that caller will always have the query objectRob Austein
2010-06-06Config IPv6 and ADNS at runtime.Rob Austein
2010-06-05Don't import rpki.adns unless we're using itRob Austein
2010-06-05Preliminary asynchronous DNS and IPv6 support for rpkid et al.Rob Austein
2010-06-05Add rpki.adns.getaddrinfo()Rob Austein
2010-06-05CleanupRob Austein
2010-06-04Preliminary support for asynchronous DNS.Rob Austein
2010-06-04Initial version of asynchronous DNS codeRob Austein
2010-05-31Better fix for timer.cancel().Rob Austein
2010-05-31Preliminary fix to timer.cancel(). Right fix may be to changeRob Austein
2010-05-24Bugfix from Gary Kennedy: handle HTTPS close event properly if itRob Austein
2010-05-20Regenerate CRL and manifest when revoking child certs.Rob Austein
2010-05-20Obsolete calling sequence to child_cert.revoke(), oops.Rob Austein
2010-05-20Add delete_{child,parent,repository,publication_client} commands.Rob Austein
2010-05-20CleanupRob Austein
2010-05-19Recheck resources we're reissuing to child against our currentRob Austein