summaryrefslogtreecommitdiff
path: root/usr.sbin/httpd
AgeCommit message (Expand)Author
2008-09-06adapt to API changes in OpenSSL 0.9.8hDamien Miller
2008-08-11Use only safe functions in signal handlers.Tobias Stoeckmann
2008-07-24isinf/isnan are macros now, therefore ap_config_auto.h differ. regenMartynas Venckus
2008-07-22more negotation -> negotiation; ok sthen@Martynas Venckus
2008-07-19link to apache web server, not the project group. found whileMartynas Venckus
2008-07-11httpd deamon -> httpd daemonMartynas Venckus
2008-07-11add missing ssl art after manual has been moved, instead of usingMartynas Venckus
2008-07-04Make the proxy module work with https again by allowing the destinationMarc Balmer
2008-06-24Garbage collect some unused nor relevant config files. They're eitherBrad Smith
2008-06-18Remove references to httpd.conf-dist.Brad Smith
2008-06-13Don't install httpd.conf-dist.Marc Balmer
2008-06-07Move the Apache manual out of etcXX and to miscXX where it belongs.Jason Dixon
2008-05-27grammar fixes; from Jochem Kossen, system/5822;Jason McIntyre
2008-05-25de-register, remove #ifdefs and #ifndefs using SIN6_LEN, add OpenBSD cvsMarc Balmer
2008-05-23KNF and readability changes. de-register, remove #ifndef SIN6_LEN defines.Marc Balmer
2008-05-23de-registerMarc Balmer
2008-05-23Last chunk of KNF and readability changes here.Marc Balmer
2008-05-22Remove the german announcement text.Marc Balmer
2008-05-22More KNF and readability.Marc Balmer
2008-05-21KNF and readability changes.Marc Balmer
2008-05-21Remove #ifndef SIN6_LEN/#else/#endif constructs.Marc Balmer
2008-05-21Document and implement -U option, fix usage information for '-?'.Marc Balmer
2008-05-21The default address family to be used is stored in a global variable. IfMarc Balmer
2008-05-19Permit compilation on 3 architectures which show that this diff wasTheo de Raadt
2008-05-17documentation tweaks.Igor Sobrado
2008-05-15Add OpenBSD markers.Marc Balmer
2008-05-14fix comment.Marc Balmer
2008-05-14Next chunk of KNF/readability.Marc Balmer
2008-05-14More KNF/readability changes.Marc Balmer
2008-05-14Next chunk of KNF/readability changes.Marc Balmer
2008-05-13Rename to README.IPv6, to be clear this is not version 6 of the README file.Marc Balmer
2008-05-13knf. no binary changes.Marc Balmer
2008-05-13A first chunk of readability/knf changes. Since there is nothing moreMarc Balmer
2008-05-09tweak previous; ok mbalmerJason McIntyre
2008-05-09Add support for IPv6 while keeping the default at IPv4 to not breakMarc Balmer
2008-04-25neccessary -> necessary; from Pierre RiteauJason McIntyre
2008-04-25spelling: pathes->paths, ok henningStuart Henderson
2008-04-13Use arc4random_buf() when requesting more than a single word of outputDamien Miller
2008-01-25show an example for writing ErrorLog to syslogStuart Henderson
2008-01-24"read(..., ..., sizeof Y) < sizeof Y" is a dangerous idiom because itKenneth R Westerback
2008-01-12Fix mod_status XSS CVE-2007-6388:Martynas Venckus
2008-01-08sync patches in messages with realityHenning Brauer
2007-11-24fix yacc/lex parallel file generationMarc Espie
2007-11-19do not print "Processing config {dir,file} ...." messages unless the -tRobert Nagy
2007-11-03make sure configure is done before we try building manpages.Marc Espie
2007-10-30Add two module configuration directories named modules and modules.sampleRobert Nagy
2007-10-14'expresion' -> 'expression'. Reported by Jung on tech@.Kenneth R Westerback
2007-09-15[fF]uther -> [fF]urther in comments and man page. First one spotted onKenneth R Westerback
2007-09-11use strcspn to properly overwrite '\n' in fgets returned bufferGilles Chehade
2007-09-11add application/x-bittorrentHenning Brauer