summaryrefslogtreecommitdiff
path: root/usr.sbin/httpd
AgeCommit message (Expand)Author
2005-09-27use xargs -r0 for our build processTheo de Raadt
2005-09-26deal with xargs new behaviour by using -r, okay deraadt@Pedro Martelletto
2005-09-09suexec.html.en was renamed, so update reference accordingly;Jason McIntyre
2005-09-08ensure that renegotiation is performed for a transition from "SSLVerifyClientNiall O'Higgins
2005-08-14catched->caughtMiod Vallat
2005-08-12remove reference to non-existent sourcereorg.html;Jason McIntyre
2005-08-12don't try to install a page that has been removed; ok jmc@Christian Weisgerber
2005-08-01from tamas tevesz:Jason McIntyre
2005-07-29fro tamas tevesz:Jason McIntyre
2005-07-29from tamas tevesz:Jason McIntyre
2005-07-29from tamas tevesz:Jason McIntyre
2005-07-28from tamas tevesz:Jason McIntyre
2005-07-28from tamas tevesz:Jason McIntyre
2005-07-28from tamas tevesz:Jason McIntyre
2005-07-28from tamas tevesz:Jason McIntyre
2005-07-27corresponding Makefile changes for removed files...Jason McIntyre
2005-07-27from tamas tevesz:Jason McIntyre
2005-07-27from tamas tevesz:Jason McIntyre
2005-07-27from tamas tevesz:Jason McIntyre
2005-07-27from tamas tevesz:Jason McIntyre
2005-07-27from tamas tevesz:Jason McIntyre
2005-07-27from tamas tevesz:Jason McIntyre
2005-07-26from tamas tevesz:Jason McIntyre
2005-07-26remove details of PATH_INFO handling for historic versions of apache,Jason McIntyre
2005-07-26first of a series of commits from tamas tevesz to clean up these docs:Jason McIntyre
2005-06-28Remove 'ab' (apache benchmark) from the tree becauseRobert Nagy
2005-06-20$OpenBSD -> $OpenBSD$Robert Nagy
2005-06-15zap usage of __LINE__ so we can do KNF without binary changes.Niall O'Higgins
2005-05-26Disable the internal expat since nothing uses it and it conflictsMarc Matteo
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
2005-03-28KNFNiall O'Higgins
2005-03-28- More KNFNiall O'Higgins
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
2005-03-28rip out httpd's homegrown sha-1 implementation and use our own.Niall O'Higgins
2005-03-28- KNFNiall O'Higgins
2005-03-28rip out httpd's homegrown md5 implementation and use our own.Niall O'Higgins
2005-03-27- convert to getopt(3)Niall O'Higgins
2005-03-25use getopt() for argument list parsingRobert Nagy
2005-03-24whitespace;Jason McIntyre
2005-03-24support blowfish encryption in the password files and use it by defaultHenning Brauer
2005-03-10Write this in real C, not some bullshit GNU extension that other compilersTheo de Raadt
2005-03-09Do not leak Keynote sessions on failure. Also check snprintf returnChad Loder
2005-03-09Check kn_init for failure.Chad Loder
2005-02-17Fix scoping error in fatal error check during passphrase/privkey handling.Aaron Campbell
2005-02-13Don't close the dbm until after we have copied the datum retrieved by theAaron Campbell
2005-02-09cleanup and unifdef'ing, no change in object filesHenning Brauer
2005-01-08SECURITY: CAN-2004-0940 (cve.mitre.org)Theo de Raadt
2005-01-02document ssl(8);Jason McIntyre