aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-10-11Idiotic off-by-one error.Rob Austein
svn path=/rcynic/rcynic.c; revision=391
2006-10-10Don't dump core if we fall through into code that expects a full-blownRob Austein
X509_STORE structure, even though this should never happen. svn path=/rcynic/Makefile; revision=390
2006-10-10Unreproducable whacky result when OpenSSL attempted to open aRob 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-10Apparently Linux doesn't support d_namlen.Rob Austein
svn path=/rcynic/rcynic.c; revision=388
2006-10-10Update instructions on how to build with OpenSSLRob Austein
svn path=/openssl/README; revision=387
2006-10-10Reorder to silence mtree warnings. Use install to copy files.Rob Austein
svn path=/rcynic/scripts/freebsd/rc.d.rcynic; revision=386
2006-10-10Doh, jaildir => rcynic_jaildirRob Austein
svn path=/rcynic/scripts/freebsd/rc.d.rcynic; revision=385
2006-10-10Doh, it's install -o, not install -u.Rob Austein
svn path=/rcynic/scripts/freebsd/setup-jail.sh; revision=384
2006-10-09Sample trust anchorsRob Austein
svn path=/rcynic/sample-trust-anchors/README; revision=383
2006-10-09Note on upgrade of trunkRob Austein
svn path=/openssl/README; revision=382
2006-10-09Might as well allow Id substitution after all, oh well.Rob Austein
svn path=/openssl/patch-rpki-openssl-0.9.8; revision=380
2006-10-09Disable ID substitution on this patch file.Rob Austein
svn path=/openssl/patch-rpki-openssl-0.9.8; revision=379
2006-10-09Add cleaned-up patch I've been using on FreeBSD machines.Rob Austein
svn path=/openssl/patch-rpki-openssl-0.9.8; revision=378
2006-10-09Merged in changes from OpenSSL 0.9.8dRob Austein
svn path=/openssl/trunk/CHANGES; revision=377
2006-10-09Tag vendor OpenSSL 0.9.8dRob Austein
svn path=/openssl/vendor/0.9.8d; revision=376
2006-10-09Merge in vendor branch OpenSSL changes 0.9.8b -> 0.9.8dRob Austein
svn path=/openssl/vendor/current/CHANGES; revision=375
2006-10-09Feh, wrong vendor branch merge proceedure, clean up before trying again.Rob Austein
svn path=/openssl/vendor/0.9.8d; revision=374
2006-10-09OpenSSL 0.9.8d base code importRob Austein
svn path=/openssl/vendor/0.9.8d/CHANGES; revision=373
2006-10-07Move rcynic.conf to separate fileRob Austein
svn path=/rcynic/scripts/freebsd/setup-jail.sh; revision=372
2006-10-07Easier to read rcynic.conf if it's a separate fileRob Austein
svn path=/rcynic/scripts/freebsd/rcynic.conf; revision=371
2006-10-07Clean up, add commentary, add crontab setup.Rob Austein
svn path=/rcynic/scripts/freebsd/setup-jail.sh; revision=370
2006-10-07Initial FreeBSD jail scripts (not quite ready for use yet).Rob Austein
svn path=/rcynic/scripts/freebsd/rc.d.rcynic; revision=368
2006-10-06LockfileRob Austein
svn path=/rcynic/README; revision=367
2006-10-06lockfileRob Austein
svn path=/rcynic/rcynic.c; revision=366
2006-10-06UpdateRob Austein
svn path=/rcynic/README; revision=365
2006-10-06Check for errors when configuring integers.Rob Austein
svn path=/rcynic/rcynic.c; revision=364
2006-10-06update jitterRob Austein
svn path=/rcynic/README; revision=363
2006-10-06Default jitter to 600.Rob Austein
svn path=/rcynic/rcynic.c; revision=362
2006-10-06All platforms on which this code is likely to run can probably do aRob 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-06jitterRob Austein
svn path=/rcynic/README; revision=360
2006-10-05CheckpointRob Austein
svn path=/rcynic/README; revision=359
2006-10-05syslogRob Austein
svn path=/rcynic/README; revision=358
2006-10-05updateRob Austein
svn path=/README; revision=357
2006-10-05update scriptsRob Austein
svn path=/rcynic/README; revision=356
2006-10-05LDFALGSRob Austein
svn path=/rcynic/Makefile; revision=355
2006-10-05Set up trust anchors and minimal rcynic.confRob Austein
svn path=/rcynic/README; revision=354
2006-10-05Jail creation scriptRob Austein
svn path=/rcynic/README; revision=353
2006-10-03Sketch of chroot instructions.Rob Austein
svn path=/rcynic/README; revision=352
2006-10-03Handle boolean options sanely.Rob Austein
svn path=/rcynic/rcynic.c; revision=351
2006-10-03Start on documentationRob Austein
svn path=/rcynic/README; revision=350
2006-10-03Make all the syslog() junk configurable.Rob Austein
svn path=/rcynic/rcynic.c; revision=349
2006-10-03Downgrade syslog levels a bitRob Austein
svn path=/rcynic/rcynic.c; revision=348
2006-10-02Logging levels, syslog()Rob Austein
svn path=/rcynic/rcynic.c; revision=347
2006-09-30*** empty log message ***Rob Austein
svn path=/rcynic/README; revision=346
2006-09-30Duh, mkdir_maybe() wasn't handling absolute directory names.Rob Austein
svn path=/rcynic/rcynic.c; revision=345
2006-09-29update todoRob Austein
svn path=/rcynic/README; revision=344
2006-09-29Add code to time out rsync processes after a configurable interval.Rob Austein
svn path=/rcynic/rcynic.c; revision=343
2006-09-29Clean up gratuitous use of stdarg. Clean up type qualifier mess thatRob 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-29Update todoRob Austein
svn path=/rcynic/README; revision=341
2006-09-28*** empty log message ***Rob Austein
svn path=/rcynic/README; revision=340