Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | use fdcache as well | 2002-07-17 | 3 | -4/+19 | ||
| | ||||||
* | get rid of the "Unclean shutdown" warning if started in secure mode. | 2002-07-17 | 1 | -1/+2 | ||
| | | | | | 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. | |||||
* | o add ap_server_chroot_desired in http_main which just returns ap_server_chroot | 2002-07-17 | 3 | -3/+16 | ||
| | | | | | | | 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. | |||||
* | introduce fdcache, a simple wrapper to keep a copy of fds outside | 2002-07-17 | 3 | -1/+131 | ||
| | | | | | 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. | |||||
* | correct error message | 2002-07-16 | 1 | -5/+5 | ||
| | ||||||
* | nuke more leftovers from pre-1.3.24 | 2002-07-15 | 71 | -14921/+0 | ||
| | ||||||
* | nuke old, unused, pre-apache-1.3.24 leftovers | 2002-07-15 | 31 | -5687/+0 | ||
| | ||||||
* | don't try things we are not able to do if chrooted on graceful restarts. | 2002-07-15 | 4 | -49/+119 | ||
| | | | | this does not mean a chrooted httpd survives a graceful restart (yet). | |||||
* | chroot aware | 2002-07-12 | 1 | -0/+2 | ||
| | | | | testing help by nick@ | |||||
* | do not let the group access the sem | 2002-07-11 | 1 | -1/+1 | ||
| | ||||||
* | chroot aware | 2002-07-11 | 1 | -0/+2 | ||
| | ||||||
* | open /dev/crypto with OpenSSL_add_all_algorithms() before calling chroot; | 2002-07-11 | 1 | -0/+4 | ||
| | ||||||
* | chroot aware as well | 2002-07-10 | 1 | -0/+2 | ||
| | ||||||
* | make work inside chroot | 2002-07-10 | 1 | -0/+1 | ||
| | ||||||
* | works inside chroot now | 2002-07-10 | 1 | -0/+2 | ||
| | ||||||
* | make work in chroot | 2002-07-10 | 1 | -0/+4 | ||
| | ||||||
* | make UserDir work w/ chroot. | 2002-07-10 | 1 | -0/+1 | ||
| | | | | of course the userdirs must still live inside /var/www/. | |||||
* | use arc4random() from libc instead of reading /dev/arandom; allows chroot; ok henning@ | 2002-07-10 | 1 | -0/+19 | ||
| | ||||||
* | make mod_alias work inside the chroot. | 2002-07-09 | 1 | -1/+1 | ||
| | ||||||
* | I am getting sick of telling people to use the style of the code they change | 2002-07-09 | 1 | -3/+3 | ||
| | ||||||
* | apache chroot and privilege drop. | 2002-07-09 | 7 | -6/+88 | ||
| | | | | | | | | | | httpd will chroot itself into ServerRoot (/var/www) and drop root privileges now. This is enabled by default. Make sure to read httpd(8). help deraadt@ ssl mutex fixes beck@ "commit" deraadt@ | |||||
* | enviroment -> environment | 2002-07-07 | 1 | -1/+1 | ||
| | ||||||
* | fix off by one error; submited by Jedi/Sector One <j@pureftpd.org> | 2002-06-23 | 1 | -1/+2 | ||
| | | | | via pr/2767. | |||||
* | The Real Fix for the buffer overflow; from apache.org | 2002-06-17 | 1 | -7/+24 | ||
| | | | | ok beck@ | |||||
* | work around a possible buffer overflow in chunk handling. | 2002-06-17 | 1 | -2/+2 | ||
| | | | | ok beck@ | |||||
* | Add support for passphrase authentication, all sorts of new attributes | 2002-05-31 | 1 | -48/+153 | ||
| | | | | to check for. Verified that it works well with mod_dav (not in the tree). | |||||
* | Tweak to make this work with OpenSSL 0.9.7 | 2002-05-15 | 1 | -0/+4 | ||
| | ||||||
* | do not install a SIGSEGV handler | 2002-05-06 | 1 | -0/+4 | ||
| | ||||||
* | remove generated files, must blow the obj dir before build now; beck@ ok | 2002-04-21 | 2 | -37/+0 | ||
| | ||||||
* | more timeout dependent balony fallout. watch out for the falling sausage! | 2002-04-06 | 1 | -714/+0 | ||
| | ||||||
* | yet another damn file that should NOT be here. beck has to adjust his process, this is ridiculous | 2002-03-29 | 1 | -94/+0 | ||
| | ||||||
* | autogenerated - I'm a luser. | 2002-03-29 | 3 | -2645/+0 | ||
| | ||||||
* | missed cruft | 2002-03-29 | 1 | -1/+1 | ||
| | ||||||
* | remove cruft. | 2002-03-29 | 9 | -1320/+0 | ||
| | ||||||
* | fix half baked abortion of a merge to 1.3.23 and take | 2002-03-29 | 259 | -6290/+24518 | ||
| | | | | tree to apache-1.3.24+mod+ssl2.8.8 | |||||
* | match style of the rest of the Configure script, test -> [] | 2002-03-22 | 1 | -2/+2 | ||
| | ||||||
* | This along with the recent dynamic linker fixes allows modules to work | 2002-03-17 | 1 | -1/+4 | ||
| | | | | with Apache on our ELF-based architecures. Enable alpha, powerpc and sparc64. | |||||
* | correct type on last arg to execl() | 2002-03-12 | 1 | -1/+1 | ||
| | | | | | -- Lost with upgrade to mod_ssl 2.8.7 | |||||
* | merge mod_ssl 2.8.7 | 2002-02-28 | 15 | -51/+98 | ||
| | | | | | -- Ok'd by: beck@ | |||||
* | remove more 0 byte files. | 2002-02-28 | 4 | -0/+0 | ||
| | ||||||
* | Invoke helper scripts with relative path; this got borked in rev 1.13. | 2002-02-21 | 1 | -4/+4 | ||
| | ||||||
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | 2002-02-16 | 1 | -1/+1 | ||
| | ||||||
* | might as well have these. (more apache_1.3.23 merge) | 2002-02-12 | 4 | -0/+304 | ||
| | ||||||
* | Apache 1.3.23+mod_ssl-2.8.6-1.3.23 merge | 2002-02-12 | 65 | -1054/+3318 | ||
| | ||||||
* | simple keynote module for apache and mod_ssl | 2001-10-03 | 4 | -0/+802 | ||
| | ||||||
* | correct select(FD_SETSIZE,...) misuse | 2001-09-05 | 3 | -7/+13 | ||
| | ||||||
* | correct type on last arg to execl(); nordin@cse.ogi.edu | 2001-07-09 | 4 | -10/+10 | ||
| | ||||||
* | merge mod_ssl 2.8.4 | 2001-06-20 | 8 | -17/+56 | ||
| | | | | | -- Ok'd by: beck@ | |||||
* | fix bug where apache would segfault on startup if localhost wasn't | 2001-05-03 | 1 | -6/+10 | ||
| | | | | defined for 127.0.0.1, thanks fgsch@ | |||||
* | merge mod_ssl 2.8.2 | 2001-04-13 | 12 | -67/+119 | ||
| | | | | | -- Ok'd by: beck@ |