Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2002-07-20 | try to make pingsock and rpcsock resv too | Theo de Raadt | |
2002-07-20 | short -u description in httpd -h | Henning Brauer | |
pointed out by Sam Smith | |||
2002-07-20 | do not install mk-amd-map and remove references to it in our documentation | Peter Valchev | |
it has been broken since the beginning, and nobody uses it anyway ok deraadt | |||
2002-07-20 | remove pre-apache-1.3.26 cruft | Henning 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-19 | don't try to find a "suitable" bourne shell for subcommands, just use our | Henning 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-19 | sync MANUALPAGES with reality | Henning Brauer | |
2002-07-19 | enable multiviews in the manual dir. | Henning Brauer | |
now this is more than just a collection of dead links. | |||
2002-07-19 | sync w/ apache 1.3.26 | Henning Brauer | |
2002-07-19 | merge | Henning Brauer | |
2002-07-19 | import apache 1.3.26 + mod_ssl 2.8.10 | Henning Brauer | |
2002-07-19 | bunch more careful tweaks | Theo de Raadt | |
2002-07-19 | Remove swedish comment. -moj | Mats O Jansson | |
2002-07-19 | ansi | Theo de Raadt | |
2002-07-19 | ansi | Theo de Raadt | |
2002-07-19 | 4344 lines of KNF diff | Theo de Raadt | |
2002-07-19 | use inet_aton(); mickey says it does not break what he uses -- good enough | Theo de Raadt | |
2002-07-18 | use inet_aton() instead of inet_addr(); millert ok | Theo de Raadt | |
2002-07-18 | Remove unused calls to inet_addr() | brian | |
2002-07-18 | ansify, pull some prototypes | Peter Valchev | |
2002-07-18 | Correct CFLAGS for vax; deraadt says ok. | Hugh Graham | |
NB future porters, default is still big endian. | |||
2002-07-18 | more indent | Theo de Raadt | |
2002-07-18 | space nits | Theo de Raadt | |
2002-07-18 | inet_aton | Theo de Raadt | |
2002-07-18 | ansify, style changes, removal of bogus libc function prototypes; ok deraadt | Peter Valchev | |
2002-07-18 | ANSIfy; ok deraadt | Peter Valchev | |
2002-07-17 | Include limits.h since we use LONG_MAX; we squeaked by with an | Todd C. Miller | |
implicit inclusion before. | |||
2002-07-17 | un-KNF to match apache source code style. requested by theo. | Henning Brauer | |
2002-07-17 | correctly free() all list members in _closeall. | Henning Brauer | |
10x markus | |||
2002-07-17 | with -i, flag on command line and flag displayed are different, and it does | Jun-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-17 | KNF | Henning Brauer | |
I slacked again. 10x markus. | |||
2002-07-17 | we have both SYSVSEM_SERIALIZED_ACCEPT and FLOCK_SERIALIZED_ACCEPT. allow | Henning Brauer | |
both and default to SYSVSEM. pointed out by Jeff Trawick <trawick@attglobal.net> on dev@httpd.apache.org | |||
2002-07-17 | use fdcache as well | Henning Brauer | |
2002-07-17 | get 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-17 | o add ap_server_chroot_desired in http_main which just returns ap_server_chroot | Henning 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-17 | introduce fdcache, a simple wrapper to keep a copy of fds outside | Henning 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-16 | no need to terminate the buffer after gethostname, especially by overwriting ↵ | Michael Shalayeff | |
unrelated memory; maybe test the changes next time | |||
2002-07-16 | correct lseek arguments; from Moritz Jodeit <moritz@jodeit.org> via PR/2822. | Federico G. Schwindt | |
2002-07-16 | correct memset arguments; from Moritz Jodeit <moritz@jodeit.org> via PR/2822. | Federico G. Schwindt | |
2002-07-16 | correct error message | Henning Brauer | |
2002-07-15 | 5 new uid/gid sets; millert ok | Theo de Raadt | |