summaryrefslogtreecommitdiff
path: root/usr.sbin/httpd
AgeCommit message (Expand)Author
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
2002-07-17KNFHenning Brauer
2002-07-17we have both SYSVSEM_SERIALIZED_ACCEPT and FLOCK_SERIALIZED_ACCEPT. allowHenning Brauer
2002-07-17use fdcache as wellHenning Brauer
2002-07-17get rid of the "Unclean shutdown" warning if started in secure mode.Henning Brauer
2002-07-17o add ap_server_chroot_desired in http_main which just returns ap_server_chrootHenning Brauer
2002-07-17introduce fdcache, a simple wrapper to keep a copy of fds outsideHenning Brauer
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
2002-07-12chroot awareHenning Brauer
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
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
2002-07-10use arc4random() from libc instead of reading /dev/arandom; allows chroot; ok...Markus Friedl
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
2002-07-09mandoc, and doc the upcoming -u optionTheo de Raadt
2002-07-08don't install Apache bench.Brad Smith
2002-07-07enviroment -> environmentJan-Uwe Finck
2002-06-23fix off by one error; submited by Jedi/Sector One <j@pureftpd.org>Federico G. Schwindt
2002-06-17The Real Fix for the buffer overflow; from apache.orgHenning Brauer
2002-06-17work around a possible buffer overflow in chunk handling.Henning Brauer
2002-05-31Add support for passphrase authentication, all sorts of new attributesAngelos D. Keromytis
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 proces...Theo de Raadt
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
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
2002-03-12correct type on last arg to execl()Brad Smith
2002-02-28merge mod_ssl 2.8.7Brad Smith
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
2002-02-21Invoke helper scripts with relative path; this got borked in rev 1.13.Miod Vallat