summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2002-08-03xdr_pri_free() ansi; pvalchev okTheo de Raadt
2002-08-03check return value from read; from thorstenJakob Schlyter
2002-08-03use getifaddrs, not SIOCGIFCONF.Jun-ichiro itojun Hagino
2002-08-03spell 'debugging' correctly with double 'g' (in comments)Peter Valchev
2002-08-03various KNF and code cleanup/simplification, parts checked by millert/deraadtPeter Valchev
2002-08-02o 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-022 missing #includesHenning Brauer
2002-08-01knf and minor tweeking from thorstenJakob Schlyter
2002-08-01u_short cleansingJun-ichiro itojun Hagino
2002-07-31minor changes and knf from thorsten glaserJakob Schlyter
2002-07-31sync to libc calloc()Theo de Raadt
2002-07-31#ifdef MOD_SSL for OpenSSL initializationHenning Brauer
pointed out buy Stephane Engel Thankski!
2002-07-31use 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-30knfTheo de Raadt
2002-07-30for the disabled DSTORAGE option, fix the local calloc() here in the same ↵Theo de Raadt
way as libc; eugene@securityarchitects.com
2002-07-30strip_chroot here as well.Henning Brauer
pointed out by sengel at melshake dot com
2002-07-30two more strip_chrootHenning 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-29Replace an instance of chmod() with fchmod()Todd C. Miller
2002-07-29fix -u description in httpd -h: we don't chroot into DocumentRoot butHenning Brauer
ServerRoot. noticed by "Aaron Yourk" <ayourk@srt.com>
2002-07-28call ntpleaps before trying to sync if neededJakob Schlyter
2002-07-27merge if() and foo = snprintf checks better; millert okTheo de Raadt
2002-07-27move leap seconds correction to -N option for nowJakob Schlyter
2002-07-27Fix art link, PR #2840Miod Vallat
2002-07-27add verbose output optionJakob Schlyter
2002-07-27enable leapsecond supprtJakob Schlyter
2002-07-27leapsecond support; written by thorsten glaser; ok millert@Jakob Schlyter
2002-07-27Typo; spotted by cdjones@novusordo.net.Thomas Nordin
2002-07-26build gensysname with HOSTCC.Artur Grabowski
2002-07-26few more $(SHELL); "Aaron Yourk" <ayourk@srt.com>Henning Brauer
2002-07-25Check snprintf() rval for < 0; OK deraadt@Todd C. Miller
2002-07-24Sanity check snprintf() return values before using them. It is legal forTodd C. Miller
snprintf(3) to return -1.
2002-07-24ELF_TOOLCHAIN, don't list all of them.Artur Grabowski
2002-07-22don't try to recheck the pathes to server.crt and .key once chrootedHenning Brauer
makes graceful restarts work when running SSL.
2002-07-22don't attempt to chroot if we are already chrooted ;-)Henning Brauer
(happens on SIGHUP aka apachectl restart)
2002-07-22sync ICONFILES with realityHenning Brauer
2002-07-22we document '-F' as introduced with apache 1.3.26 in httpd(8).Henning Brauer
apache people don't.
2002-07-20ansiTheo de Raadt
2002-07-20abort on setusercontext failure; millert okTheo de Raadt
2002-07-20ansiTheo de Raadt
2002-07-20try to make pingsock and rpcsock resv tooTheo de Raadt
2002-07-20short -u description in httpd -hHenning Brauer
pointed out by Sam Smith
2002-07-20do not install mk-amd-map and remove references to it in our documentationPeter Valchev
it has been broken since the beginning, and nobody uses it anyway ok deraadt
2002-07-20remove pre-apache-1.3.26 cruftHenning Brauer
Note for upgraders: to actually see the current manual, you should do find /var/www/htdocs/manual/ -type f -exec rm {} \; cd /usr/src/usr.sbin/httpd/ make -f Makefile.bsd-wrapper distribution you will also need a current httpd.conf, MultiViews need to be enabled in /var/www/htdocs/manual/
2002-07-19don't try to find a "suitable" bourne shell for subcommands, just use ourHenning Brauer
/bin/sh, it is fine. Sam Smith <S@mSmith.net> reported a breakage in case bash in installed, and dhartmei@ analyzed, as far as I can see from the old mail sam forwarded me.
2002-07-19sync MANUALPAGES with realityHenning Brauer
2002-07-19enable multiviews in the manual dir.Henning Brauer
now this is more than just a collection of dead links.
2002-07-19sync w/ apache 1.3.26Henning Brauer
2002-07-19mergeHenning Brauer
2002-07-19import apache 1.3.26 + mod_ssl 2.8.10Henning Brauer
2002-07-19bunch more careful tweaksTheo de Raadt