aboutsummaryrefslogtreecommitdiff
path: root/rcynic
AgeCommit message (Expand)Author
2012-05-23Enable line breaks ("pretty printing") in XHTML output. Add commentRob Austein
2012-05-23Fix installation permissions for rcynic-html, doh.Rob Austein
2012-05-23rcynic.py => rcynic-html.Rob Austein
2012-05-23Use autoconf to find rrdtool.Rob Austein
2012-05-22Sort detail lists to put most serious errors first.Rob Austein
2012-05-22Navbar tweak.Rob Austein
2012-05-22Get link filenames right. Wrap SVG in HTML so navigation bar is stillRob Austein
2012-05-22First cut at something with sensible pages and a menu bar.Rob Austein
2012-05-21CleanupRob Austein
2012-05-21Replacement for show.xsl and show.awk.Rob Austein
2012-05-21Read from stdin if no filenames given.Rob Austein
2012-05-19We already use Python pretty heavily in the relying party tools, soRob Austein
2012-05-19TypoRob Austein
2012-05-19Refactor into something a bit easier to maintain and extend. AmongRob Austein
2012-05-18Profiling revealed some very silly design decisions in this script, soRob Austein
2012-05-16Nail Y axis of graphs at zero. Color coding works better with areasRob Austein
2012-05-16Generate putitively useful error message instead of obscure backtraceRob Austein
2012-05-15Fencepost error parsing options.Rob Austein
2012-05-15Clean up option parsing.Rob Austein
2012-05-15rrdtool-based graphing mostly working, needs cleanup. For now thisRob Austein
2012-05-07Update TALs.Rob Austein
2012-04-16Install rcynic.py instead of rcynic.xsl. Disable automatic crontabRob Austein
2012-04-16Clean up README files. Mostly this means changing them to pointers toRob Austein
2012-03-21Shut up about skipped rsync connections when rsync is disabled.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-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
2012-02-29CheckpointRob Austein
2012-02-29CheckpointRob Austein
2012-02-28CheckpointRob Austein
2012-02-28CheckpointRob Austein
2012-02-28Checkpoint of rcynic-over-BitTorrent hack, using transmission-daemonRob Austein
2012-02-26Allow configuration of authenticated and unauthenticated directoriesRob Austein
2012-02-15Factor XML generation code out of main(), and don't overwrite old XMLRob Austein
2012-02-14Downgrade "AIA doesn't match issuer" to a warning. Closes #188.Rob Austein
2012-02-14Apparently an old version of the res-certs specification allowedRob Austein
2012-02-03"Multiple rsync URIs in extension" should be warning, not error.Rob Austein
2012-02-02Add --suppress_backup_whining: Suppress whining about bad backupRob Austein
2012-02-02Tweak AIA/SIA/CRLDP checking again: don't accidently reject just forRob Austein
2012-02-01AKI checks still weren't quite right.Rob Austein