- Jun 05, 2013
-
-
Eric Covener authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1489896 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
password file with very long lines. PR 54893. Backport of r1475878 from trunk resp. r1476089 from 2.4.x resp. r1476242 from 2.2.x. Proposed/Backported by: rjung Reviewed by: minfrin, wrowe git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1489893 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
PR 28665. Backport of r103832 and r103837 from trunk. Proposed/Backported by: rjung Reviewed by: humbedooh, wrowe git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1489890 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
Backports of r290940, r713575 and r732816 from 2.4.x resp. r1489879 from 2.2.x. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1489881 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 04, 2013
-
-
William A. Rowe Jr authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1489652 13f79535-47bb-0310-9956-ffa450edef68
-
- May 18, 2013
-
-
Guenter Knauf authored
Make use of CFLAGS from environment. Added default maxerrors value 1 so that the compiler breaks after 1st error; can be overwritten with CC_MAX_ERRORS var. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1484176 13f79535-47bb-0310-9956-ffa450edef68
-
Guenter Knauf authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1484051 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 30, 2013
-
-
Graham Leggett authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1477681 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 26, 2013
-
-
Rainer Jung authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1476248 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 19, 2013
-
-
Rainer Jung authored
one in the patch. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1469748 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1469724 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
multiple INCLUDES filters: * modules/filters/mod_include.c (add_include_vars): Drop unused timefmt argument. (add_include_vars_lazy): Take timefmt argument. (get_include_var, handle_printenv): Pass time format from context. PR: 39369 Backport of r757376 from trunk resp. r773352 from 2.2.x. Submitted by: jorton Backported by: rjung Reviewed by: wrowe, humbedooh git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1469722 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
do escape the filename by default, since mod_proxy will not escape in that case due to the (deliberate) fixup hook ordering. PR 46428 Backport of r757427 from trunk resp. r773351 from 2.2.x. Submitted by: jorton/rpluem Backported by: rjung Reviewed by: wrowe, humbedooh git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1469721 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
and config.sub. Submitted by: rjung Reviewed by: wrowe, humbedooh git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1469717 13f79535-47bb-0310-9956-ffa450edef68
-
Daniel Gruno authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1469701 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 04, 2013
-
-
Eric Covener authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1464473 13f79535-47bb-0310-9956-ffa450edef68
-
Eric Covener authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1464467 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 05, 2012
-
-
Eric Covener authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1394350 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 04, 2012
-
-
Eric Covener authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1393875 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 03, 2012
-
-
Rainer Jung authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1393644 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
Fix integer overflow in ap_pregsub. This can be triggered e.g. with mod_setenvif via a malicious .htaccess CVE-2011-3607 http://www.halfdog.net/Security/2011/ApacheModSetEnvIfIntegerOverflow/ Submitted by: sf Reviewed/backported by: rjung git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1393580 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
It was voted as backport of r1227280 from 2.2.x, instead applied was r1198940 from trunk, which breaks compilation (wrong return type, non-existing APR macro). The 2.2 revision has these fixed. Will apply the 2.2 revision next, since the vote was actually for that one. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1393578 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 01, 2012
-
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1392152 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 30, 2012
-
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1392052 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
Fix an issue in error responses that could expose "httpOnly" cookies when no custom ErrorDocument is specified for status code 400. [Eric Covener] r1234837 on 2.0.x: http://people.apache.org/~trawick/2.0-CVE-2012-0053-r1234837.patch +1: trawick, rjung, jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1392050 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1392047 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1392046 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1392045 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1392044 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1392043 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
Fix integer overflow in ap_pregsub. This can be triggered e.g. with mod_setenvif via a malicious .htaccess CVE-2011-3607 http://www.halfdog.net/Security/2011/ApacheModSetEnvIfIntegerOverflow/ Submitted by: sf Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1392042 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1392040 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1392039 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 11, 2012
-
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1383600 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 11, 2012
-
-
Rainer Jung authored
of bytes flushed, it returns 0 on success, -1 on error. Should be CTR. Backport of r1368393 and r1368396 from trunk resp. r1371930 from 2.4.x and r1371931 from 2.2.x. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1371934 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 29, 2012
-
-
Rainer Jung authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1366878 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 14, 2012
-
-
Daniel Gruno authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1361510 13f79535-47bb-0310-9956-ffa450edef68
-
Daniel Gruno authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1361509 13f79535-47bb-0310-9956-ffa450edef68
-
Daniel Gruno authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1361508 13f79535-47bb-0310-9956-ffa450edef68
-
Daniel Gruno authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1361505 13f79535-47bb-0310-9956-ffa450edef68
-