aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-17Don't blather about RSA key generation.Rob Austein
2012-04-17RegenRob Austein
2012-04-17Make "valid_until" optional in schema for setup protocol. Fixes #237.Rob Austein
2012-04-17Automatic pull of documentation from Wiki.Rob Austein
2012-04-17Doh, better way of handling script name.Rob Austein
2012-04-17Helps to use the right name for the script.Rob Austein
2012-04-16Install rcynic.py instead of rcynic.xsl. Disable automatic crontabRob Austein
2012-04-16CleanupRob Austein
2012-04-16Clean up README files. Mostly this means changing them to pointers toRob Austein
2012-04-16Add flat text and PDF translations of documentation fromRob Austein
2012-04-16Rework ./configure options so that user tells us what RPKI tools theyRob Austein
2012-04-15Put BPKI server files in /usr/local/share/rpki (akaRob Austein
2012-04-15setup_publication() had the "DROP TABLE IF EXISTS" exception problemRob Austein
2012-04-15Don't abort unit tests when dnspython is not installed.Rob Austein
2012-04-15Forgot to take myrpki out of Makefile, oops, fixed. smoketest wasRob Austein
2012-04-15Retire myrpki.py before it confuses somebody.Rob Austein
2012-04-15Merge branches/tk161 to trunk.Rob Austein
2012-04-13Remove <span class="icon"/> elements -- for some reason these leaveRob Austein
2012-04-13New documentation tools.Rob Austein
2012-04-06Disable Django debugging and add warning comment.Rob Austein
2012-04-06RegenRob Austein
2012-03-21Merge from trunk.Rob Austein
2012-03-21Shut up about skipped rsync connections when rsync is disabled.Rob Austein
2012-03-21Drop sessions with failed connectsions from graphs of seconds/objectRob Austein
2012-03-21Merge from trunk/.Rob Austein
2012-03-21Gah, typo in [4400].Rob Austein
2012-03-19Sync from trunk.Rob Austein
2012-03-16Rework failure rate computation to use rolling 72 hour window, asRob Austein
2012-03-15Tweak exception handling code to log exception class. See #212.Rob Austein
2012-03-15Sigh, make work with Python 2.6 again.Rob Austein
2012-03-15No gdbm on MacOSX.Rob Austein
2012-03-15Add ylabels; cleanup.Rob Austein
2012-03-12"make depend" is currently (OpenSSL 1.0.0h) broken on Mac OS X,Rob Austein
2012-03-12CVE-2012-0884 (Bleichenbacher's "Million Message Attack") only appliesRob Austein
2012-03-11Use gdbm module directly instead of whacky anydb module.Rob Austein
2012-03-11Debug rekey/revoke code, mostly SQL interface issues.Rob Austein
2012-03-09Move AKI checks to precede signature check, as AKI checks are cheaper.Rob Austein
2012-03-09Fix fencepost error in walk_ctx_loop_next(). This closes #219.Rob Austein
2012-03-09Use Python "shelve" module to avoid processing XML we've already seenRob Austein
2012-03-07Start collecting data on how long it takes to run the bits we careRob Austein
2012-03-07Break mirroring out of torrent creation, as they may need to run onRob Austein
2012-03-06Change default host for transmission RPC connection from "localhost"Rob Austein
2012-03-02Add lockfile support, to let us serialize rcynic runs. AllowRob Austein
2012-03-02Add keep-lockfile, to simplify process queuing.Rob Austein
2012-03-02First smoke test of generation and upload code.Rob Austein
2012-03-01Add seed ratio tweak.Rob Austein
2012-03-01Record failure when we can't even parse a trust anchor, much lessRob Austein
2012-03-01Work around atomic-rename problem using OpenSSH-specific extension.Rob Austein
2012-03-01Ignore atomic installation issue for now. Maybe ask author ofRob Austein
2012-03-01Generation of new torrents almost working, except that SFTP doesn'tRob Austein