aboutsummaryrefslogtreecommitdiff
path: root/rcynic/rcynic.c
AgeCommit message (Expand)Author
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
2009-11-18Update to new OpenSSL snapshot, to track TLS negotiation protocolRob Austein
2009-06-30getopt() arguments were stale (thanks, Martin).Rob Austein
2009-05-29Silence a gcc warningRob Austein
2009-05-28Handle ROAs containing nested prefixes.Rob Austein
2009-05-27Update copyright notices in files edited this yearRob Austein
2009-04-25Clean up a few warnings that show up on recent Ubuntu systems with gccRob Austein
2009-02-28OpenSSL's ASN.1 template macros confuse the bleep out of Doxygen.Rob Austein
2008-12-07Clean up lock fileRob Austein
2008-10-25Remove "//" checkRob Austein
2008-10-25Add logging and MIB counters for various URI-related failuresRob Austein
2008-10-24Better handling of mainfest CRLDP failures.Rob Austein
2008-10-10Update to new OpenSSL snapshot. This required code changes to trackRob Austein