summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
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
2002-07-19Remove swedish comment. -mojMats O Jansson
2002-07-19ansiTheo de Raadt
2002-07-19ansiTheo de Raadt
2002-07-194344 lines of KNF diffTheo de Raadt
2002-07-19use inet_aton(); mickey says it does not break what he uses -- good enoughTheo de Raadt
2002-07-18use inet_aton() instead of inet_addr(); millert okTheo de Raadt
2002-07-18Remove unused calls to inet_addr()brian
2002-07-18ansify, pull some prototypesPeter Valchev
2002-07-18Correct CFLAGS for vax; deraadt says ok.Hugh Graham
NB future porters, default is still big endian.
2002-07-18more indentTheo de Raadt
2002-07-18space nitsTheo de Raadt
2002-07-18inet_atonTheo de Raadt
2002-07-18ansify, style changes, removal of bogus libc function prototypes; ok deraadtPeter Valchev
2002-07-18ANSIfy; ok deraadtPeter Valchev
2002-07-17Include limits.h since we use LONG_MAX; we squeaked by with anTodd C. Miller
implicit inclusion before.
2002-07-17un-KNF to match apache source code style. requested by theo.Henning Brauer
2002-07-17correctly free() all list members in _closeall.Henning Brauer
10x markus
2002-07-17with -i, flag on command line and flag displayed are different, and it doesJun-ichiro itojun Hagino
nothing but confuse users. sync them. for -nud and such, you need "-- -nud" due to posix arg parsing. sync w/kame
2002-07-17KNFHenning Brauer
I slacked again. 10x markus.
2002-07-17we have both SYSVSEM_SERIALIZED_ACCEPT and FLOCK_SERIALIZED_ACCEPT. allowHenning Brauer
both and default to SYSVSEM. pointed out by Jeff Trawick <trawick@attglobal.net> on dev@httpd.apache.org
2002-07-17use fdcache as wellHenning Brauer
2002-07-17get rid of the "Unclean shutdown" warning if started in secure mode.Henning Brauer
this warning is issued if an old pid file exists. As we cannot remove our pidfile on shutdown (lack of priviledges) this warning always occured.
2002-07-17o add ap_server_chroot_desired in http_main which just returns ap_server_chrootHenning Brauer
o fdcache clean up on exit o use fdcache for mod_log_config. survives graceful restarts now as long as no new logfile has to be opened. the latter is impossible because we lack the permission to do so once started.
2002-07-17introduce fdcache, a simple wrapper to keep a copy of fds outsideHenning Brauer
server_conf. needed to make the mod_log_* modules survive graceful restarts. has to be used with great care, as of now only appropriate for logfiles.
2002-07-16no need to terminate the buffer after gethostname, especially by overwriting ↵Michael Shalayeff
unrelated memory; maybe test the changes next time
2002-07-16correct lseek arguments; from Moritz Jodeit <moritz@jodeit.org> via PR/2822.Federico G. Schwindt
2002-07-16correct memset arguments; from Moritz Jodeit <moritz@jodeit.org> via PR/2822.Federico G. Schwindt
2002-07-16correct error messageHenning Brauer
2002-07-155 new uid/gid sets; millert okTheo de Raadt
2002-07-15minor tweaksTheo de Raadt
2002-07-15fix typo (pw vs. pwd) in unused codeTodd C. Miller
2002-07-15ansiTheo de Raadt
2002-07-15Pass e->pwd to auth_setpwd() to avoid extra passwd lookup in BSD auth routinesTodd C. Miller
2002-07-15Move login_close() out of #ifdef BSD_AUTH blockTodd C. Miller
2002-07-15-Wall was for testingTodd C. Miller
2002-07-15Move atrun(8) functionality into cron(8) proper. This fixes theTodd C. Miller
long-standing annoyance that atrun's granularity is 10 minutes. Most at jobs run with a 1 minute granularity. Jobs submitted via "at now" or "batch" will run immediately. Includes a rewritten cron(8) man page. at(1) will be integrated more closely into cron at a future date. Upgrading notes: the atrun job in root's crontab should be removed. the /var/at/spool directory is no longer used
2002-07-15nuke more leftovers from pre-1.3.24Henning Brauer
2002-07-15nuke old, unused, pre-apache-1.3.24 leftoversHenning Brauer
2002-07-15don't try things we are not able to do if chrooted on graceful restarts.Henning Brauer
this does not mean a chrooted httpd survives a graceful restart (yet).
2002-07-14ansiTheo de Raadt
2002-07-14various cleanupsTheo de Raadt