aboutsummaryrefslogtreecommitdiff
path: root/rcynic/rcynic.c
AgeCommit message (Expand)Author
2011-10-27Back out [4066], as it didn't fix the problem and now appearsRob Austein
2011-10-27Doh, rc->validation_status isn't just for XML anymore.Rob Austein
2011-10-27Only recheck an object once. This isn't perfect, as there might beRob Austein
2011-10-21Clean up messy timestamp-printing code.Rob Austein
2011-10-21Add <rsync_history/> elements to XML output (see #110).Rob Austein
2011-10-21Major cleanup of internal databases:Rob Austein
2011-10-16rsync_succeeded => rsync_transfer_succeeded for consistency with otherRob Austein
2011-10-14Log "object_accepted" when we decide we are happy with a TA certificate.Rob Austein
2011-10-14Add authenticated.old symlink for convenience of programs attemptingRob Austein
2011-10-14Preserve node creation order in validation status XML output.Rob Austein
2011-10-06Rework loop in rsync_mgr() that checks for tasks that have becomeRob Austein
2011-10-06Recheck cache just before starting rsync, in case another rsyncRob Austein
2011-10-06Move fcntl(F_SETFL, O_NONBLOCK) to after fork().Rob Austein
2011-10-05Check manifest generation before whining about missing backup objects. This ...Rob Austein
2011-10-04More explicit certificate expiration checks in CMS verify (see #94).Rob Austein
2011-10-03Fixes #93. New config parameter allow-digest-mismatch, default isRob Austein
2011-09-29Tweak logging levels for what's debugging vs what's mergely verboseRob Austein
2011-09-29Remove gratuitous and incorrect assertion unmasked by [4002].Rob Austein
2011-09-29Add rsync_state_closed: pipe from rsync has closed, but rsync hasn'tRob Austein
2011-09-23Compiler warningRob Austein
2011-09-23Handle multiple CRLs from same issuer properly, or as properly as IRob Austein
2011-09-21Still more #83: rework CRL digest check to allow local policy, addRob Austein
2011-09-20Further #83: rework check_manifest() to compare manifest numbers,Rob Austein
2011-09-19Progress (not complete) on #83: check CRL numbers rather than justRob Austein
2011-09-16Rework CMS checking to use check_x509(). (#82)Rob Austein
2011-09-15Consolidate and rationalize validation status codes. (#81)Rob Austein
2011-09-15Check TAL URI properly. (#80)Rob Austein
2011-09-15Merge rcynic-ng/ back into rcynic/. Used svn merge --ignore-ancestryRob Austein
2011-06-27Construct file:// URI to name local trust anchorsRob Austein
2011-06-17Log validation status of trust anchors tooRob Austein
2011-06-12Preserve timestamps when copying files.Rob Austein
2011-06-07First kill() the subprocess, *then* wait for it to exit. Doh.Rob Austein
2011-05-09First cut at scanning both manifest and directory. Disabled byRob Austein
2011-05-07Clean up URI cache checks; fix bug introduced in previous editRob Austein
2011-05-07Tighten up various checksRob Austein
2011-04-13Don't allow EKU extension in CA certs.Rob Austein
2011-04-13First cut at restricting X.509v3 extensions to only those allowed by profile.Rob Austein
2011-03-22First cut at Ghostbuster record support. Doesn't (yet?) checkRob Austein
2010-12-31"Indirect Trust Anchor" -> "Trust Anchor Locator"Rob Austein
2010-12-29Autoconf now knows how to build rcynic and utils against either ourRob Austein
2010-10-08Mismatch between format string and argument count in error message.Rob Austein
2010-08-06More informative title for <hostname/> field.Rob Austein
2010-05-26Paranoia: Clean up trust anchor BIOs properly. Almost certainlyRob Austein
2010-05-26indirect-trust-anchorRob Austein
2010-05-05Add classification of the ten zillion codes to XML output, use that toRob Austein
2010-05-04Add per-URI validation status to XML output.Rob Austein
2010-05-04Suppress all but the first whine about a particular manifest or CRLRob Austein
2010-04-30Rewrite many logging invocation messages in an attempt to impose someRob Austein
2010-04-30Better error message for validation failures.Rob Austein
2010-03-27Failure to retrieve or disect a remote trust anchor is a data error,Rob Austein