Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-08-08 | Move closelog() into log_close() function and call that instead | Todd C. Miller | |
of calling closelog() (with #ifdefs) directly. | |||
2002-08-08 | Make wakeupKind an enum for clarity at Vixie's request | Todd C. Miller | |
2002-08-08 | Use open() with proper 3rd arg. From arla cvs. miod@ ok. | Hakan Olsson | |
2002-08-08 | don't use dynamically-generated printf format string. more picky | Jun-ichiro itojun Hagino | |
about gethostby* result. check fd_set overrun. from xs@kittenz.org | |||
2002-08-07 | paranoia: zero out pw_passwd since we don't need it | Todd C. Miller | |
2002-08-05 | Get rid of useless local definitions P_void, voidp, Const and use | Peter Valchev | |
void, void *, const respectively; some cosmetics; ok deraadt | |||
2002-08-05 | Do some cleanups to allow this to compile after previous changes made. | Peter Valchev | |
Note that we do not currently build/install this tool on OpenBSD | |||
2002-08-05 | Make readjust work correctly. | Artur Grabowski | |
This allows config -e on sparc with elf. | |||
2002-08-04 | Handle snprintf(3) returning -1; ok deraadt | Peter Valchev | |
2002-08-04 | Extra paranoia -- check that pw_name matches the crontab user's name. | Todd C. Miller | |
Should not really be needed since we do uid checks but it can't hurt. | |||
2002-08-04 | only open kvm once between these two | Theo de Raadt | |
2002-08-03 | xdr_pri_free() ansi; pvalchev ok | Theo de Raadt | |
2002-08-03 | check return value from read; from thorsten | Jakob Schlyter | |
2002-08-03 | use getifaddrs, not SIOCGIFCONF. | Jun-ichiro itojun Hagino | |
2002-08-03 | spell 'debugging' correctly with double 'g' (in comments) | Peter Valchev | |
2002-08-03 | various KNF and code cleanup/simplification, parts checked by millert/deraadt | Peter Valchev | |
2002-08-02 | o Instead of passing "*system*" as the fname to process_crontab() | Todd C. Miller | |
for the system crontab file, pass a NULL pointer instead. This prevents someone from creating a "*system*" file in the tabs directory that acts as an alternate root crontab. o Fix the check for tab file ownership. This really only affected the system crontab file, which must not be owned by root. deraadt@ OK | |||
2002-08-02 | 2 missing #includes | Henning Brauer | |
2002-08-01 | knf and minor tweeking from thorsten | Jakob Schlyter | |
2002-08-01 | u_short cleansing | Jun-ichiro itojun Hagino | |
2002-07-31 | minor changes and knf from thorsten glaser | Jakob Schlyter | |
2002-07-31 | sync to libc calloc() | Theo de Raadt | |
2002-07-31 | #ifdef MOD_SSL for OpenSSL initialization | Henning Brauer | |
pointed out buy Stephane Engel Thankski! | |||
2002-07-31 | use fdcache for RewriteLog. | Henning Brauer | |
pointed out by Stephane Engel sengel at melshake dot com, who also tested this Thank you very much! | |||
2002-07-30 | knf | Theo de Raadt | |
2002-07-30 | for the disabled DSTORAGE option, fix the local calloc() here in the same ↵ | Theo de Raadt | |
way as libc; eugene@securityarchitects.com | |||
2002-07-30 | strip_chroot here as well. | Henning Brauer | |
pointed out by sengel at melshake dot com | |||
2002-07-30 | two more strip_chroot | Henning Brauer | |
found by Steph <sengel@melshake.com>, who also tested this. I'm very happy with the way you help here. Thanks a lot. | |||
2002-07-29 | Replace an instance of chmod() with fchmod() | Todd C. Miller | |
2002-07-29 | fix -u description in httpd -h: we don't chroot into DocumentRoot but | Henning Brauer | |
ServerRoot. noticed by "Aaron Yourk" <ayourk@srt.com> | |||
2002-07-28 | call ntpleaps before trying to sync if needed | Jakob Schlyter | |
2002-07-27 | merge if() and foo = snprintf checks better; millert ok | Theo de Raadt | |
2002-07-27 | move leap seconds correction to -N option for now | Jakob Schlyter | |
2002-07-27 | Fix art link, PR #2840 | Miod Vallat | |
2002-07-27 | add verbose output option | Jakob Schlyter | |
2002-07-27 | enable leapsecond supprt | Jakob Schlyter | |
2002-07-27 | leapsecond support; written by thorsten glaser; ok millert@ | Jakob Schlyter | |
2002-07-27 | Typo; spotted by cdjones@novusordo.net. | Thomas Nordin | |
2002-07-26 | build gensysname with HOSTCC. | Artur Grabowski | |
2002-07-26 | few more $(SHELL); "Aaron Yourk" <ayourk@srt.com> | Henning Brauer | |
2002-07-25 | Check snprintf() rval for < 0; OK deraadt@ | Todd C. Miller | |
2002-07-24 | Sanity check snprintf() return values before using them. It is legal for | Todd C. Miller | |
snprintf(3) to return -1. | |||
2002-07-24 | ELF_TOOLCHAIN, don't list all of them. | Artur Grabowski | |
2002-07-22 | don't try to recheck the pathes to server.crt and .key once chrooted | Henning Brauer | |
makes graceful restarts work when running SSL. | |||
2002-07-22 | don't attempt to chroot if we are already chrooted ;-) | Henning Brauer | |
(happens on SIGHUP aka apachectl restart) | |||
2002-07-22 | sync ICONFILES with reality | Henning Brauer | |
2002-07-22 | we document '-F' as introduced with apache 1.3.26 in httpd(8). | Henning Brauer | |
apache people don't. | |||
2002-07-20 | ansi | Theo de Raadt | |
2002-07-20 | abort on setusercontext failure; millert ok | Theo de Raadt | |
2002-07-20 | ansi | Theo de Raadt | |