summaryrefslogtreecommitdiffstats
path: root/usr.sbin/httpd/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* use fdcache as wellhenning2002-07-173-4/+19
|
* get rid of the "Unclean shutdown" warning if started in secure mode.henning2002-07-171-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_chroothenning2002-07-173-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 outsidehenning2002-07-173-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 messagehenning2002-07-161-5/+5
|
* nuke more leftovers from pre-1.3.24henning2002-07-1571-14921/+0
|
* nuke old, unused, pre-apache-1.3.24 leftovershenning2002-07-1531-5687/+0
|
* don't try things we are not able to do if chrooted on graceful restarts.henning2002-07-154-49/+119
| | | | this does not mean a chrooted httpd survives a graceful restart (yet).
* chroot awarehenning2002-07-121-0/+2
| | | | testing help by nick@
* do not let the group access the semderaadt2002-07-111-1/+1
|
* chroot awarehenning2002-07-111-0/+2
|
* open /dev/crypto with OpenSSL_add_all_algorithms() before calling chroot;markus2002-07-111-0/+4
|
* chroot aware as wellhenning2002-07-101-0/+2
|
* make work inside chroothenning2002-07-101-0/+1
|
* works inside chroot nowhenning2002-07-101-0/+2
|
* make work in chroothenning2002-07-101-0/+4
|
* make UserDir work w/ chroot.henning2002-07-101-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@markus2002-07-101-0/+19
|
* make mod_alias work inside the chroot.henning2002-07-091-1/+1
|
* I am getting sick of telling people to use the style of the code they changederaadt2002-07-091-3/+3
|
* apache chroot and privilege drop.henning2002-07-097-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 -> environmentjufi2002-07-071-1/+1
|
* fix off by one error; submited by Jedi/Sector One <j@pureftpd.org>fgsch2002-06-231-1/+2
| | | | via pr/2767.
* The Real Fix for the buffer overflow; from apache.orghenning2002-06-171-7/+24
| | | | ok beck@
* work around a possible buffer overflow in chunk handling.henning2002-06-171-2/+2
| | | | ok beck@
* Add support for passphrase authentication, all sorts of new attributesangelos2002-05-311-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.7beck2002-05-151-0/+4
|
* do not install a SIGSEGV handlerderaadt2002-05-061-0/+4
|
* remove generated files, must blow the obj dir before build now; beck@ okmickey2002-04-212-37/+0
|
* more timeout dependent balony fallout. watch out for the falling sausage!deraadt2002-04-061-714/+0
|
* yet another damn file that should NOT be here. beck has to adjust his process, this is ridiculousderaadt2002-03-291-94/+0
|
* autogenerated - I'm a luser.beck2002-03-293-2645/+0
|
* missed cruftbeck2002-03-291-1/+1
|
* remove cruft.beck2002-03-299-1320/+0
|
* fix half baked abortion of a merge to 1.3.23 and takebeck2002-03-29259-6290/+24518
| | | | tree to apache-1.3.24+mod+ssl2.8.8
* match style of the rest of the Configure script, test -> []brad2002-03-221-2/+2
|
* This along with the recent dynamic linker fixes allows modules to workbrad2002-03-171-1/+4
| | | | with Apache on our ELF-based architecures. Enable alpha, powerpc and sparc64.
* correct type on last arg to execl()brad2002-03-121-1/+1
| | | | | -- Lost with upgrade to mod_ssl 2.8.7
* merge mod_ssl 2.8.7brad2002-02-2815-51/+98
| | | | | -- Ok'd by: beck@
* remove more 0 byte files.brad2002-02-284-0/+0
|
* Invoke helper scripts with relative path; this got borked in rev 1.13.miod2002-02-211-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.millert2002-02-161-1/+1
|
* might as well have these. (more apache_1.3.23 merge)beck2002-02-124-0/+304
|
* Apache 1.3.23+mod_ssl-2.8.6-1.3.23 mergebeck2002-02-1265-1054/+3318
|
* simple keynote module for apache and mod_sslmillert2001-10-034-0/+802
|
* correct select(FD_SETSIZE,...) misusebeck2001-09-053-7/+13
|
* correct type on last arg to execl(); nordin@cse.ogi.eduderaadt2001-07-094-10/+10
|
* merge mod_ssl 2.8.4brad2001-06-208-17/+56
| | | | | -- Ok'd by: beck@
* fix bug where apache would segfault on startup if localhost wasn'tbeck2001-05-031-6/+10
| | | | defined for 127.0.0.1, thanks fgsch@
* merge mod_ssl 2.8.2brad2001-04-1312-67/+119
| | | | | -- Ok'd by: beck@