summaryrefslogtreecommitdiff
path: root/usr.sbin/httpd
AgeCommit message (Collapse)Author
2005-05-03setres[ug]id; ok deraadt@Damien Miller
2005-04-05ap_compat.h defines MD5Update to one thing, but now that we use functionsNiall O'Higgins
from md5.h this breaks things which use the compatibility header, such as some 3rd party modules. so simply remove this define from ap_compat.h original breakage found and reported in ports/www/mod_log_sql by naddy@ ok henning@
2005-03-28KNFNiall O'Higgins
no binary changes.
2005-03-28- More KNFNiall O'Higgins
- Forgot an $OpenBSD$ no binary changes.
2005-03-28one line was 81 chars long. break it up.Niall O'Higgins
2005-03-28clean up this code. make it conform as closely to KNF as possible withoutNiall O'Higgins
introducing any binary changes. two files here have different binary output when the number of lines changes, we will finish cleaning those in another pass.
2005-03-28rip out httpd's homegrown sha-1 implementation and use our own.Niall O'Higgins
ok henning@, mod_ssl verified by me. From Sergey Smitienk <hunter@comsys.com.ua> via henning@
2005-03-28- KNFNiall O'Higgins
- remove os-aix-dso.c since we don't even compile it. no binary changes.
2005-03-28rip out httpd's homegrown md5 implementation and use our own.Niall O'Higgins
ok henning@, mod_ssl and digest authentication verified by me. From Sergey Smitienk <hunter@comsys.com.ua>
2005-03-27- convert to getopt(3)Niall O'Higgins
- add a usage() function that exits non-zero ok henning@ otto@
2005-03-25use getopt() for argument list parsingRobert Nagy
ok otto@ henning@
2005-03-24whitespace;Jason McIntyre
2005-03-24support blowfish encryption in the password files and use it by defaultHenning Brauer
From: Sergey Smitienko <hunter@comsys.com.ua>, markus ok
2005-03-10Write this in real C, not some bullshit GNU extension that other compilersTheo de Raadt
do no understand.
2005-03-09Do not leak Keynote sessions on failure. Also check snprintf returnChad Loder
value for truncation and failure. OK hshoexer
2005-03-09Check kn_init for failure.Chad Loder
OK hshoexer@, henning@
2005-02-17Fix scoping error in fatal error check during passphrase/privkey handling.Aaron Campbell
henning@, otto@, robert@ ok
2005-02-13Don't close the dbm until after we have copied the datum retrieved by theAaron Campbell
fetch into a local buffer. Adapted from r1.10 of the same file in Apache CVS. henning@ ok
2005-02-09cleanup and unifdef'ing, no change in object filesHenning Brauer
work by Daniel Ouellet <daniel@presscom.net>
2005-01-08SECURITY: CAN-2004-0940 (cve.mitre.org)Theo de Raadt
mod_include: Fix potential buffer overflow with escaped characters in SSI tag string. [Martin Kraemer, Jim Jagielski] merged by fgsch
2005-01-02document ssl(8);Jason McIntyre
2004-12-31add ssl(8) to SEE ALSO;Jason McIntyre
2004-12-28document that suexec has to be setuid to work correctly;Jason McIntyre
slightly more logical layout of the page; ok henning@
2004-12-28add apache manual to SEE ALSO;Jason McIntyre
2004-12-21missing apache Xr's;Jason McIntyre
2004-12-21sync w/ obsd;Jason McIntyre
2004-12-20apachectl is section 8, not 1;Jason McIntyre
2004-12-20convert to mdoc. ok jmcJared Yanovich
2004-12-14.Xr dbmmanage 1 ,Jason McIntyre
2004-12-14convert to mdoc;Jason McIntyre
2004-12-14- be more consistent when referring to ServerRootJason McIntyre
- document DocumentRoot more explicitly - don't use .Va for everything ok henning@
2004-12-14sync usage() w/ SYNOPSIS and remove some verbosity;Jason McIntyre
ok henning@
2004-12-14convert to mdoc;Jason McIntyre
2004-12-14OBSD sync;Jason McIntyre
2004-12-14update (and sort) FILES;Jason McIntyre
ok henning@
2004-12-14one more rc.conf -> rc.conf.local;Jason McIntyre
2004-12-14convert to mdoc;Jason McIntyre
2004-12-07sync usage() w/ man page;Jason McIntyre
2004-12-07sync w/ obsd behaviour + tweaks;Jason McIntyre
2004-12-07convert to mdoc;Jason McIntyre
2004-12-06customise for obsd + tweaks;Jason McIntyre
ok henning@
2004-12-06kill more dead code, mostly inside #ifdef SOMENONSENSEONSTUPIDOSESHenning Brauer
joint work by Michael Knudsen <e@molioner.dk> and Daniel Ouellet <daniel@presscom.net> with my input no change in binaries
2004-12-06convert to mdoc;Jason McIntyre
2004-12-04sync usage() w/ man page;Jason McIntyre
ok henning@
2004-12-04reorder page contents somewhat, to make this easier to read, and put theJason McIntyre
chroot stuff back into the main description; remove non-standard Sh OPTIONS; remove apache web site link, since we keep the docs locally anyway; ok henning@
2004-12-04edit rc.conf.local, not rc.conf;Jason McIntyre
2004-12-04sort OPTIONS/SYNOPSIS;Jason McIntyre
2004-12-04these pages not used;Jason McIntyre
ok henning@
2004-12-04incredible what for shit is in this codeHenning Brauer
adding time and date the binary was built is a really really really important and worthwile information, rrrrriiiiiiiigggggghhhht. and for sure a nice way to make the binary changes every time it is built workaround for now (return "unnown") since this stupid piece of crap function is part of the API and modules etc might (ab)use it. king bula sez: what an incredible nonsense pointed out by John Kerbawy <kerbawy@gmail.com>
2004-12-03king bula sez: rot where the other crap rots shall theseHenning Brauer