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