summaryrefslogtreecommitdiff
path: root/usr.sbin/httpd
AgeCommit message (Collapse)Author
2002-07-19import apache 1.3.26 + mod_ssl 2.8.10Henning Brauer
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-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-16correct error messageHenning Brauer
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-12chroot awareHenning Brauer
testing help by nick@
2002-07-11do not let the group access the semTheo de Raadt
2002-07-11chroot awareHenning Brauer
2002-07-11sample entry for UserDir /var/www/users; create empty /var/www/users;Markus Friedl
ok henning@, deraadt@
2002-07-11open /dev/crypto with OpenSSL_add_all_algorithms() before calling chroot;Markus Friedl
2002-07-10chroot aware as wellHenning Brauer
2002-07-10make work inside chrootHenning Brauer
2002-07-10works inside chroot nowHenning Brauer
2002-07-10make work in chrootHenning Brauer
2002-07-10make UserDir work w/ chroot.Henning Brauer
of course the userdirs must still live inside /var/www/.
2002-07-10use arc4random() from libc instead of reading /dev/arandom; allows chroot; ↵Markus Friedl
ok henning@
2002-07-09make mod_alias work inside the chroot.Henning Brauer
2002-07-09I am getting sick of telling people to use the style of the code they changeTheo de Raadt
2002-07-09apache chroot and privilege drop.Henning Brauer
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@
2002-07-09mandoc, and doc the upcoming -u optionTheo de Raadt
2002-07-08don't install Apache bench.Brad Smith
-- Idea from: Chad Loder <cloder@acm.org> via PR 2800 Ok'd by: deraadt@
2002-07-07enviroment -> environmentJan-Uwe Finck
2002-06-23fix off by one error; submited by Jedi/Sector One <j@pureftpd.org>Federico G. Schwindt
via pr/2767.
2002-06-17The Real Fix for the buffer overflow; from apache.orgHenning Brauer
ok beck@
2002-06-17work around a possible buffer overflow in chunk handling.Henning Brauer
ok beck@
2002-05-31Add support for passphrase authentication, all sorts of new attributesAngelos D. Keromytis
to check for. Verified that it works well with mod_dav (not in the tree).
2002-05-15Tweak to make this work with OpenSSL 0.9.7Bob Beck
2002-05-06do not install a SIGSEGV handlerTheo de Raadt
2002-04-21remove generated files, must blow the obj dir before build now; beck@ okMichael Shalayeff
2002-04-06more timeout dependent balony fallout. watch out for the falling sausage!Theo de Raadt
2002-03-29yet another damn file that should NOT be here. beck has to adjust his ↵Theo de Raadt
process, this is ridiculous
2002-03-29autogenerated - I'm a luser.Bob Beck
2002-03-29missed cruftBob Beck
2002-03-29remove cruft.Bob Beck
2002-03-29fix half baked abortion of a merge to 1.3.23 and takeBob Beck
tree to apache-1.3.24+mod+ssl2.8.8
2002-03-29import apache 1.3.26 + mod_ssl 2.8.10Bob Beck
2002-03-22match style of the rest of the Configure script, test -> []Brad Smith
2002-03-17This along with the recent dynamic linker fixes allows modules to workBrad Smith
with Apache on our ELF-based architecures. Enable alpha, powerpc and sparc64.
2002-03-12correct type on last arg to execl()Brad Smith
-- Lost with upgrade to mod_ssl 2.8.7
2002-02-28merge mod_ssl 2.8.7Brad Smith
-- Ok'd by: beck@
2002-02-28remove more 0 byte files.Brad Smith
2002-02-28remove 0 byte files. these files should have been removed over 14 monthsBrad Smith
ago.