summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Rebuild various xdocsRich Bowen2011-10-0913-66/+75
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180504 13f79535-47bb-0310-9956-ffa450edef68
* Rebuild various xdocsRich Bowen2011-10-0924-3641/+3691
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180503 13f79535-47bb-0310-9956-ffa450edef68
* Note that hostname lookups will be performed for 'require from hostname'Rich Bowen2011-10-091-0/+5
| | | | | | | | directives, regardless of the setting of HostnameLookups. refs https://issues.apache.org/bugzilla/show_bug.cgi?id=51967 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180502 13f79535-47bb-0310-9956-ffa450edef68
* refs https://issues.apache.org/bugzilla/show_bug.cgi?id=51967 MentionRich Bowen2011-10-091-1/+5
| | | | | | | | | that %h will sometimes log the IP address, and sometimes the hostname, depending on HostNameLookup setting and the use of hostname-based authorization directives. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180500 13f79535-47bb-0310-9956-ffa450edef68
* mod_authn_socache: fix it to enable initialisation to work if configuredNick Kew2011-10-083-3/+33
| | | | | | | | only in .htaccess context, and provide a toggle for that. PR 51991 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180384 13f79535-47bb-0310-9956-ffa450edef68
* Updates.Lucien Gentis2011-10-089-62/+91
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180379 13f79535-47bb-0310-9956-ffa450edef68
* Shut up gcc/glibc warning about ignoring write()'s return value.Stefan Fritsch2011-10-081-3/+13
| | | | | | | This may actually fix a real bug in case the error log is directed to a FIFO. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180334 13f79535-47bb-0310-9956-ffa450edef68
* Fix format string bugs in mod_lua. Found by gcc and pointed out by Igor Galic.Stefan Fritsch2011-10-082-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180332 13f79535-47bb-0310-9956-ffa450edef68
* Add some CFLAGS in maintainer mode if supported by gcc:Stefan Fritsch2011-10-082-20/+32
| | | | | | | | | | | | -Wformat -Wformat-security -Werror=format-security -Werror=declaration-after-statement Add new macro APACHE_ADD_GCC_CFLAGS to do the compatibility check. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180331 13f79535-47bb-0310-9956-ffa450edef68
* Add another AP_DEBUG_ASSERT to document some assumptions in the code,Stefan Fritsch2011-10-081-0/+2
| | | | | | | for the benefit of code analyzers. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180330 13f79535-47bb-0310-9956-ffa450edef68
* Fix a potential NULL pointer dereference found by clang.Stefan Fritsch2011-10-082-1/+2
| | | | | | | Add a AP_DEBUG_ASSERT to quiet a clang false positive. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180329 13f79535-47bb-0310-9956-ffa450edef68
* Downgrade error log messages which accompany a 404 request status from loglevelStefan Fritsch2011-10-084-5/+9
| | | | | | | | | | | | error to info. List thread at http://mail-archives.apache.org/mod_mbox/httpd-dev/201110.mbox/%3Calpine.DEB.2.00.1110041948280.664@eru.sfritsch.de%3E PR: 35768 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180328 13f79535-47bb-0310-9956-ffa450edef68
* Sort hooks twice, once before pre_config, once after ap_process_config_tree.Stefan Fritsch2011-10-082-0/+17
| | | | | | | | | | This fixes a regression with perl modules introduced by r1032002 PR: 45076 Submitted by: Torsten Foertsch <torsten foertsch gmx net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180325 13f79535-47bb-0310-9956-ffa450edef68
* Rebuild doc transformations.Rich Bowen2011-10-074-4/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1179914 13f79535-47bb-0310-9956-ffa450edef68
* Refs https://issues.apache.org/bugzilla/show_bug.cgi?id=51967 ClarifyRich Bowen2011-10-071-1/+3
| | | | | | | that %h logs the IP address when HostnameLookup is set Off. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1179913 13f79535-47bb-0310-9956-ffa450edef68
* re-add "extern" accidentally removed by r1179448Stefan Fritsch2011-10-061-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1179715 13f79535-47bb-0310-9956-ffa450edef68
* Rebuild doc transformRich Bowen2011-10-061-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1179617 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Description Mathijs Schmittmann - Corrected syntax for && (vs &) ↵Rich Bowen2011-10-061-1/+1
| | | | | | expression. Refs https://issues.apache.org/bugzilla/show_bug.cgi?id=51976 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1179614 13f79535-47bb-0310-9956-ffa450edef68
* Export ap_max_mem_free, needed by r1178079, as pointed out by Gregg L. SmithStefan Fritsch2011-10-053-3/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1179448 13f79535-47bb-0310-9956-ffa450edef68
* - `build.sh all`Joe Orton2011-10-053-2/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1179273 13f79535-47bb-0310-9956-ffa450edef68
* - add note here in light of CVE-2011-3368Joe Orton2011-10-051-0/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1179272 13f79535-47bb-0310-9956-ffa450edef68
* - add a security warning, and tweak the example, in light of CVE-2011-3368Joe Orton2011-10-051-1/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1179266 13f79535-47bb-0310-9956-ffa450edef68
* SECURITY (CVE-2011-3368): Prevent unintended pattern expansion in someJoe Orton2011-10-051-0/+19
| | | | | | | | | | | | | reverse proxy configurations by strictly validating the request-URI: * server/protocol.c (read_request_line): Send a 400 response if the request-URI does not match the grammar from RFC 2616. This ensures the input string for RewriteRule et al really is an absolute path. Reviewed by: rpluem, wrowe, covener, fielding git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1179239 13f79535-47bb-0310-9956-ffa450edef68
* Rebuild html.Rich Bowen2011-10-051-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1179184 13f79535-47bb-0310-9956-ffa450edef68
* Fix link to Friedl's book. (refs ↵Rich Bowen2011-10-051-1/+1
| | | | | | https://issues.apache.org/bugzilla/show_bug.cgi?id=51959) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1179179 13f79535-47bb-0310-9956-ffa450edef68
* Add SSLCARevocationCheck directive to default mod_ssl configKaspar Brand2011-10-041-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1178695 13f79535-47bb-0310-9956-ffa450edef68
* fix indentationKaspar Brand2011-10-041-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1178694 13f79535-47bb-0310-9956-ffa450edef68
* Enforce LimitRequestFieldSize after multiple headers with the sameStefan Fritsch2011-10-032-0/+23
| | | | | | | name have been merged. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1178566 13f79535-47bb-0310-9956-ffa450edef68
* TODO note regarding the LimitInternalRecursion error message.Rich Bowen2011-10-031-0/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1178523 13f79535-47bb-0310-9956-ffa450edef68
* update xformsStefan Fritsch2011-10-01438-1848/+1931
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1178089 13f79535-47bb-0310-9956-ffa450edef68
* grammar fixStefan Fritsch2011-10-012-1/+9
| | | | | | | point to SSLRequire docs git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1178088 13f79535-47bb-0310-9956-ffa450edef68
* If MaxMemFree is set, set SSL_MODE_RELEASE_BUFFERS in mod_ssl.Stefan Fritsch2011-10-013-0/+15
| | | | | | | | | | Always set SSL_MODE_RELEASE_BUFFERS in ab. PR: 51618 Submitted by: Cristian Rodríguez <crrodriguez opensuse org>, Stefan Fritsch git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1178079 13f79535-47bb-0310-9956-ffa450edef68
* Remove trailing comma on last enum member for authz_statusPaul Querna2011-09-301-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1177497 13f79535-47bb-0310-9956-ffa450edef68
* Clarify configuration comment.Rainer Jung2011-09-291-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1177210 13f79535-47bb-0310-9956-ffa450edef68
* In ssl_check_public_cert(), also take dNSNames in the subjectAltNameKaspar Brand2011-09-284-32/+97
| | | | | | | | | | | extension into account when checking the cert against the configured ServerName. PR 32652, PR 47051. Replace SSL_X509_getCN() by SSL_X509_getIDs(), which returns an array of a cert's DNS-IDs and CN-IDs (terms as coined by RFC 6125). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1176752 13f79535-47bb-0310-9956-ffa450edef68
* Some NetWare ssl module build tweaks.Guenter Knauf2011-09-281-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1176670 13f79535-47bb-0310-9956-ffa450edef68
* Make mod_substitute more efficient:Stefan Fritsch2011-09-262-68/+44
| | | | | | | | | | | | | | - Use varbuf resizable buffer instead of constantly allocating pool memory and copying data around. This changes the memory requirement from quadratic in ((number of substitutions in line) * (length of line)) to linear in (length of line). - Instead of copying buckets just to append a \0, use new ap_regexec_len() function PR: 50559 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1176019 13f79535-47bb-0310-9956-ffa450edef68
* Some varbuf enhancements:Stefan Fritsch2011-09-263-21/+125
| | | | | | | | | | - Introduce new ap_varbuf_pdup() and ap_varbuf_regsub() functions. - Fix some bugs in ap_varbuf_strmemcat(). - Make ap_varbuf.buf point to an empty string if no buffer has been allocated, yet. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1176018 13f79535-47bb-0310-9956-ffa450edef68
* Adjust log message to reflect changed behaviourStefan Fritsch2011-09-261-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1175992 13f79535-47bb-0310-9956-ffa450edef68
* Put 0- on the fast-trackJim Jagielski2011-09-261-1/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1175980 13f79535-47bb-0310-9956-ffa450edef68
* No longer do double duty...Jim Jagielski2011-09-261-12/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1175979 13f79535-47bb-0310-9956-ffa450edef68
* Final update to SSLProxyMachineCertificateChainFileDaniel Ruggeri2011-09-262-42/+41
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1175946 13f79535-47bb-0310-9956-ffa450edef68
* replace another occurence of X509_NAME_oneline by SSL_X509_NAME_to_stringKaspar Brand2011-09-261-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1175905 13f79535-47bb-0310-9956-ffa450edef68
* enable the SNI extension for proxy connectionsKaspar Brand2011-09-252-5/+37
| | | | | | | to TLS backends (but avoid for pure SSLv2/SSLv3) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1175416 13f79535-47bb-0310-9956-ffa450edef68
* Updates.Lucien Gentis2011-09-2549-129/+134
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1175407 13f79535-47bb-0310-9956-ffa450edef68
* Update.Lucien Gentis2011-09-241-28/+66
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1175191 13f79535-47bb-0310-9956-ffa450edef68
* More style fixes, no func changesStefan Fritsch2011-09-231-52/+46
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1174937 13f79535-47bb-0310-9956-ffa450edef68
* More cleanup: Expand tabs and some more indentation fixesStefan Fritsch2011-09-2351-529/+529
| | | | | | | No functional change git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1174929 13f79535-47bb-0310-9956-ffa450edef68
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-23119-1089/+1089
| | | | | | | | Trim trailing whitespace... no func change git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1174751 13f79535-47bb-0310-9956-ffa450edef68
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-2364-528/+528
| | | | | | | | Trim trailing whitespace... no func change git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1174748 13f79535-47bb-0310-9956-ffa450edef68