summaryrefslogtreecommitdiffstats
path: root/usr.sbin/httpd/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* this commit is really florian@'s, since he's the one who made removalhenning2014-04-22276-133440/+0
* If a constant string needs a name, use a static const array instead of aguenther2013-10-271-1/+1
* Correct format string mismatches turned up by -Wformat=2guenther2013-08-222-7/+7
* Fix calls to printf-like functions which passed a non-fixed stringguenther2013-08-181-2/+2
* Prep for big ino_t: cast to unsigned long long and format with %ll or %qguenther2013-08-081-3/+3
* Don't assume inode numbers fit in a longguenther2013-08-051-6/+7
* Disable SSL compression in order to mitigate CRIME attacks. Addjsing2013-07-164-5/+23
* Enable ECDHE support in httpd via a SSLECDHCurve option. This specifies thejsing2013-07-164-4/+47
* Define HonorCipherOrder as a FLAG (rather than as a TAKE1), so that itjsing2013-07-165-18/+19
* introduce HonorCipherOrder to use the server's order of preference of ciphersotto2013-07-115-3/+23
* remove useless line that breaks with new perlsthen2013-03-251-1/+0
* Use __attribute__((__gnu_inline__)) with __inline__ if __GNUC_STDC_INLINE__brad2013-01-071-1/+5
* acknowlege -> acknowledgemartynas2013-01-061-3/+3
* allow httpd to build if sslv2 is disabled, ok guenther@sthen2012-07-071-5/+2
* In preparation for getline and getdelim additions to libc, rename getline()fgsch2012-03-043-10/+10
* Apply the fnmatch recursion limit fix to the local copy of fnmatch in httpd.stsp2011-09-171-4/+29
* typo in usage summaryjcs2011-07-171-2/+2
* Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'miod2011-04-061-3/+3
* Local variables storing integer values and printed with %d should bemiod2011-04-061-2/+3
* - properly fix pr6009. a different fix was commited as the original patchjasper2011-01-051-1/+7
* adapt to API changes in OpenSSL-1.0.0adjm2010-10-011-5/+5
* Allow mod_headers to handle RequestHeader directives known from apache2,sebastia2010-09-261-6/+42
* nessesary -> necessary.miod2010-09-091-2/+2
* add an EXIT STATUS section for /usr/sbin;jmc2010-09-032-8/+6
* Various comment typos. 'wether' -> 'whether' (most popular), 'possiblity' ->krw2010-05-102-3/+3
* Unconditionally set HAVE_ISINF and HAVE_ISNAN in the generatedkettenis2010-05-051-32/+11
* make ProxyPass exclude directives only exclude on match, instead of alwayshalex2010-03-311-3/+3
* - apache would send the wrong Host-Header back when setup as a reverse proxyjasper2010-02-251-1/+1
* fix some fallout from the >2G commit. namely allow for all byte counters topyr2010-02-259-35/+35
* Fix byte range parsing, broken in last revision of http_protocol.c,pyr2010-02-234-24/+20
* Add a SECURITY FIX for CVE-2010-0010jasper2010-02-031-3/+3
* could write one word too far, found by parfait; ok millertderaadt2009-12-141-1/+1
* wrote one byte too far, found by parfait; ok beck millertderaadt2009-12-141-2/+2
* repair typederaadt2009-12-131-1/+1
* copy correctly sized object, found by parfait; ok jsgderaadt2009-12-131-1/+1
* s/Mhz/MHz/, MHz is a multiple of the SI unit hertz (whose symbol is Hz).sobrado2009-10-311-2/+2
* Add ! support to ProxyPass to exclude directories from being proxied.fgsch2009-08-261-0/+3
* fix rcs ids. ok sthen@martynas2009-06-213-3/+3
* add RCFLAGS to config test casessimon2009-06-041-3/+3
* Fix the way apache reports Content-Length by promoting the clength fieldpyr2009-06-023-26/+31
* by default drop privs to www/www, not nobody/nogroup if User/Groupmartynas2009-03-101-3/+3
* update ap_config_auto.h for new libcmartynas2008-12-091-0/+10
* Some more ambigous -> ambiguous pointed out by mbalmer (there aresthen2008-12-031-1/+1
* correct spelling (ambigous -> ambiguous)sthen2008-12-021-4/+4
* Don't exit if the logfile specified on the command line can not bembalmer2008-10-061-16/+19
* Readability changes.mbalmer2008-10-031-4/+4
* KNF and readability changes; no binary changes.mbalmer2008-10-031-789/+780
* Use correct function signature when calling the write_host_header hook.mbalmer2008-10-032-1/+11
* adapt to API changes in OpenSSL 0.9.8hdjm2008-09-061-1/+1
* Use only safe functions in signal handlers.tobias2008-08-112-6/+9