Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-23 | xml-summary | Rob Austein | |
svn path=/rcynic/rcynic.c; revision=427 | |||
2006-10-23 | More stats. Disable EE SIA check per design team discussion. | Rob Austein | |
svn path=/rcynic/rcynic.c; revision=426 | |||
2006-10-23 | terse-summary | Rob Austein | |
svn path=/rcynic/rcynic.c; revision=425 | |||
2006-10-20 | Log elapsed time at summary level when summary is enabled. | Rob Austein | |
svn path=/rcynic/rcynic.c; revision=423 | |||
2006-10-20 | Log URI when logging rsync failures. | Rob Austein | |
svn path=/rcynic/rcynic.c; revision=422 | |||
2006-10-20 | Don't split logging output between stderr and stdout, just pick one. | Rob Austein | |
svn path=/rcynic/README; revision=415 | |||
2006-10-20 | Doh, put the newline to the same output stream as the text. | Rob Austein | |
svn path=/rcynic/rcynic.c; revision=414 | |||
2006-10-19 | Stale CRL handling. | Rob Austein | |
svn path=/rcynic/README; revision=413 | |||
2006-10-18 | Log something sensible for trust anchor CRL failures | Rob Austein | |
svn path=/rcynic/rcynic.c; revision=412 | |||
2006-10-17 | "Summary" (MIB) mechanism now ready for use. | Rob Austein | |
svn path=/rcynic/README; revision=406 | |||
2006-10-17 | Checkpoint | Rob Austein | |
svn path=/rcynic/rcynic.c; revision=405 | |||
2006-10-17 | Checkpoint | Rob Austein | |
svn path=/rcynic/rcynic.c; revision=404 | |||
2006-10-17 | Misc signed/unsigned cleanups, including a couple that were causing | Rob Austein | |
problems for a user testing with gcc4. svn path=/rcynic/rcynic.c; revision=403 | |||
2006-10-17 | checkpoint | Rob Austein | |
svn path=/rcynic/rcynic.c; revision=401 | |||
2006-10-11 | Idiotic off-by-one error. | Rob Austein | |
svn path=/rcynic/rcynic.c; revision=391 | |||
2006-10-10 | Don't dump core if we fall through into code that expects a full-blown | Rob Austein | |
X509_STORE structure, even though this should never happen. svn path=/rcynic/Makefile; revision=390 | |||
2006-10-10 | Unreproducable whacky result when OpenSSL attempted to open a | Rob Austein | |
non-existant config file. Initialize call-by-reference return value in an attempt to avoid this, as I suspect this was just garbage. svn path=/rcynic/rcynic.c; revision=389 | |||
2006-10-10 | Apparently Linux doesn't support d_namlen. | Rob Austein | |
svn path=/rcynic/rcynic.c; revision=388 | |||
2006-10-06 | lockfile | Rob Austein | |
svn path=/rcynic/rcynic.c; revision=366 | |||
2006-10-06 | Check for errors when configuring integers. | Rob Austein | |
svn path=/rcynic/rcynic.c; revision=364 | |||
2006-10-06 | Default jitter to 600. | Rob Austein | |
svn path=/rcynic/rcynic.c; revision=362 | |||
2006-10-06 | All platforms on which this code is likely to run can probably do a | Rob Austein | |
better job of seeding than we can, so just call RAND_bytes() and let it throw an error if not seeded. svn path=/rcynic/rcynic.c; revision=361 | |||
2006-10-06 | jitter | Rob Austein | |
svn path=/rcynic/README; revision=360 | |||
2006-10-03 | Handle boolean options sanely. | Rob Austein | |
svn path=/rcynic/rcynic.c; revision=351 | |||
2006-10-03 | Make all the syslog() junk configurable. | Rob Austein | |
svn path=/rcynic/rcynic.c; revision=349 | |||
2006-10-03 | Downgrade syslog levels a bit | Rob Austein | |
svn path=/rcynic/rcynic.c; revision=348 | |||
2006-10-02 | Logging levels, syslog() | Rob Austein | |
svn path=/rcynic/rcynic.c; revision=347 | |||
2006-09-30 | Duh, mkdir_maybe() wasn't handling absolute directory names. | Rob Austein | |
svn path=/rcynic/rcynic.c; revision=345 | |||
2006-09-29 | Add code to time out rsync processes after a configurable interval. | Rob Austein | |
svn path=/rcynic/rcynic.c; revision=343 | |||
2006-09-29 | Clean up gratuitous use of stdarg. Clean up type qualifier mess that | Rob Austein | |
that was hiding behind the stdarg mess. Add notes on what the icky select loop will have to look like. svn path=/rcynic/rcynic.c; revision=342 | |||
2006-09-28 | Add log_openssl_errors(). At the moment it's silent, which is good, | Rob Austein | |
as it suggests that I'm not ignoring any errors we care about. May want to insert calls to this function in other places, eg, after each call to walk_cert() or at least after processing each trust anchor. svn path=/rcynic/rcynic.c; revision=339 | |||
2006-09-28 | Make rsync program name configurable | Rob Austein | |
svn path=/rcynic/rcynic.c; revision=337 | |||
2006-09-27 | Another outdated comment. | Rob Austein | |
svn path=/rcynic/rcynic.c; revision=333 | |||
2006-09-27 | Clean up and comment. | Rob Austein | |
svn path=/rcynic/rcynic.c; revision=332 | |||
2006-09-27 | Log elapsed time and filename of copied trust anchor. | Rob Austein | |
svn path=/rcynic/rcynic.c; revision=331 | |||
2006-09-27 | Oops, use hex for hashed names. | Rob Austein | |
svn path=/rcynic/rcynic.c; revision=329 | |||
2006-09-27 | Basic functionality appears to be working. Have not yet checked | Rob Austein | |
results against output of older scripts. svn path=/rcynic/rcynic.c; revision=328 | |||
2006-09-26 | Working, maybe, but still has some rough edges. | Rob Austein | |
svn path=/rcynic/rcynic.c; revision=324 | |||
2006-09-26 | Checkpoint | Rob Austein | |
svn path=/rcynic/rcynic.c; revision=323 | |||
2006-09-25 | Doh, null terminate rsync calls. | Rob Austein | |
svn path=/rcynic/rcynic.c; revision=321 | |||
2006-09-25 | No more global variables. Debug twisty recursive mkdir_maybe(). | Rob Austein | |
Now dumping core, but at least for interesting reasons. svn path=/rcynic/rcynic.c; revision=318 | |||
2006-09-25 | Checkpoint | Rob Austein | |
svn path=/rcynic/rcynic.c; revision=317 | |||
2006-09-25 | Checkpoint | Rob Austein | |
svn path=/rcynic/rcynic.c; revision=316 | |||
2006-09-25 | Checkpoint | Rob Austein | |
svn path=/rcynic/rcynic.c; revision=315 | |||
2006-09-25 | Checkpoint | Rob Austein | |
svn path=/rcynic/rcynic.c; revision=314 | |||
2006-09-23 | Checkpoint | Rob Austein | |
svn path=/rcynic/rcynic.c; revision=313 | |||
2006-09-23 | Checkpoint | Rob Austein | |
svn path=/rcynic/rcynic.c; revision=312 | |||
2006-09-23 | Checkpoint | Rob Austein | |
svn path=/rcynic/rcynic.c; revision=311 | |||
2006-09-22 | Checkpoint | Rob Austein | |
svn path=/rcynic/rcynic.c; revision=310 | |||
2006-09-21 | Checkpoint | Rob Austein | |
svn path=/rcynic/rcynic.c; revision=309 |