]>
git.ipfire.org Git - thirdparty/apache/httpd.git/log
Christophe Jaillet [Wed, 30 Apr 2014 04:42:53 +0000 (04:42 +0000)]
Correct typo as spoted in a comment in online doc
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1591192 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Tue, 29 Apr 2014 20:36:39 +0000 (20:36 +0000)]
Correct typo as spoted in a comment in online doc
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1591094 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Mon, 28 Apr 2014 15:06:22 +0000 (15:06 +0000)]
Correct typo as spoted in a comment in online doc
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1590664 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sun, 27 Apr 2014 13:54:21 +0000 (13:54 +0000)]
Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1590394 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Sun, 20 Apr 2014 13:56:17 +0000 (13:56 +0000)]
propose CO= fix/feature for 2.2. PR 56014
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1588760 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Sun, 20 Apr 2014 13:49:42 +0000 (13:49 +0000)]
2.2 cannot set a session lifetime if any later fields are set,
it does not have http://svn.apache.org/viewvc?view=revision&revision=664333
But it had the backport of the refactoring of rewrite flags into
flags.xml, which referred to features added in 664333.
PR56014
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1588759 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Thu, 10 Apr 2014 19:35:15 +0000 (19:35 +0000)]
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1586446 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Thu, 10 Apr 2014 19:33:50 +0000 (19:33 +0000)]
Merge r1586437 from trunk:
This C-T: limitation was removed in 2.2.12 and retconned into CHANGES much later.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1586441 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Thu, 10 Apr 2014 13:39:28 +0000 (13:39 +0000)]
propose thunderin herd protection backport
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1586297 13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 26 Mar 2014 21:50:25 +0000 (21:50 +0000)]
Appologies for being distracted and delayed release, on to Announcement...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1582081 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 15 Mar 2014 16:29:32 +0000 (16:29 +0000)]
Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1577894 13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Thu, 13 Mar 2014 19:56:51 +0000 (19:56 +0000)]
* We are now at 2.2.28
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1577302 13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 13 Mar 2014 18:42:58 +0000 (18:42 +0000)]
And we are on to 2.2.28
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1577279 13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 13 Mar 2014 18:40:37 +0000 (18:40 +0000)]
Preparing to tag 2.2.27
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1577277 13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 13 Mar 2014 18:39:10 +0000 (18:39 +0000)]
User-facing CHANGES
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1577276 13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Wed, 12 Mar 2014 12:43:51 +0000 (12:43 +0000)]
* Update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1576717 13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Wed, 12 Mar 2014 12:41:07 +0000 (12:41 +0000)]
Merge r1575400 from trunk:
CVE-2014-0098 (reported by Rainer Canavan <rainer-apache 7val com>)
Segfaults w/ truncated cookie logging.
Clean up the cookie logging parser to recognize only the cookie=value pairs,
not valueless cookies. This refactors multiple passes over the same string
buffer into a single pass parser.
Submitted by: wrowe
Reviewed by: rpluem, jim
Reviewed by: wrowe, ylavic, jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1576716 13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Wed, 12 Mar 2014 12:37:48 +0000 (12:37 +0000)]
* This one is backported
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1576715 13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Wed, 12 Mar 2014 12:37:06 +0000 (12:37 +0000)]
Merge r1572543 from trunk:
Cleanup the client to backend brigade before returning an error (if any) to avoid buckets lifetime issues (backend connection's pool destroyed before request's one). PR 50335.
Suggested by rpluem.
Submitted by: ylavic
Reviewed by: ylavic, rpluem, wrowe
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1576714 13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Wed, 12 Mar 2014 12:32:51 +0000 (12:32 +0000)]
Merge r1553204, r1555240, r1572198 from trunk:
* Do not perform SNI / Host header comparison in case of a forward proxy request as
in case of a forward proxy request the host header can not be used for virtual
host selection in our webserver.
* Update comment. No functional change.
* Put a note in CHANGES about r1553204
Submitted by: rpluem
Reviewed by: rpluem, kbrand, wrowe
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1576713 13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Wed, 12 Mar 2014 12:28:03 +0000 (12:28 +0000)]
Merge r1493330, r1504276, r1552227, r1551714, r1490994, r1172732 from trunk:
Correct typo in error message
Unlikely potential memory leak.
Point 12 of PR 54936
Remove <Proxy ~ wildcard-url> syntax which:
- is equivalent to <ProxyMatch wildcard-url>
- has never been documented
- incorrectly checks parameters (!cmd->path should be !cmd->path[0])
- is buggy (! is missing in front of strncasecmp)
Avoid sending back uninitialized memory, use 'ftpmessage' in order to have something meaningful instead.
Save 8k of stack by the same time.
NULL terminate the right buffer
Fix issues found by PVS-Studio static analyzer:
mod_mime_magic:
cut'n'paste error rsl_encoding vs. rsl_separator, also simplify code a bit
mod_header:
wrong string initialization (leading to segfault if format argument is missing)
util_win32: duplicate sizeof (untested; Windows people, please review)
PR: 51542
Submitted by: Andrey Karpov <karpov viva64 com>, Stefan Fritsch
Reviewed by: jailletc36, rpluem, wrowe
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1576709 13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Wed, 12 Mar 2014 12:18:51 +0000 (12:18 +0000)]
Merge r1524192, r1524770, r1527925 from trunk:
Update rationale
draft-ietf-httpbis-p1-messaging-23 fixes regarding interactions
between TE and content-length in the same req/resp.
PR 55616 (add missing APLOGNO), part 1
Reviewed by: rpluem, ylavic, wrowe
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1576708 13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Wed, 12 Mar 2014 11:53:12 +0000 (11:53 +0000)]
* Remove mergeinfo from single files / directories. We track merging at the root.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1576707 13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Wed, 12 Mar 2014 11:50:49 +0000 (11:50 +0000)]
Merge r1556428 from trunk:
SECURITY: CVE-2013-6438 (cve.mitre.org)
mod_dav: Keep track of length of cdata properly when removing leading spaces.
* modules/dav/main/util.c
(dav_xml_get_cdata): reduce len variable when increasing cdata pointer.
Submitted by: Amin Tora <Amin.Tora neustar.biz>
Reviewed by: breser, rpluem, gstein, wrowe
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1576706 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Tue, 11 Mar 2014 20:58:07 +0000 (20:58 +0000)]
SNI reuse checks backport proposal with MMN bump.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1576502 13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Tue, 11 Mar 2014 20:36:14 +0000 (20:36 +0000)]
* Vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1576495 13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Tue, 11 Mar 2014 20:15:44 +0000 (20:15 +0000)]
* Promote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1576490 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 11 Mar 2014 19:41:29 +0000 (19:41 +0000)]
vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1576483 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Mon, 10 Mar 2014 12:12:38 +0000 (12:12 +0000)]
Propose mod_proxy's SNI reuse checks to 2.2.x backport.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1575920 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Mon, 10 Mar 2014 11:21:34 +0000 (11:21 +0000)]
Vote for r1575400 backport.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1575903 13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 7 Mar 2014 21:02:24 +0000 (21:02 +0000)]
With enough eyeballs, all bugs are shallow. One more for your consideration.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1575405 13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 7 Mar 2014 20:22:52 +0000 (20:22 +0000)]
Endorsements of all open 2.2 backport votes, anyone is welcome to commit these
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1575390 13f79535 -47bb-0310-9956-
ffa450edef68
Kaspar Brand [Sun, 2 Mar 2014 14:33:26 +0000 (14:33 +0000)]
vote for 'skip SNI check for forward proxy requests' proposal
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1573314 13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Sun, 2 Mar 2014 10:52:13 +0000 (10:52 +0000)]
update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1573281 13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Sun, 2 Mar 2014 10:51:04 +0000 (10:51 +0000)]
update for sync with English docs.
Translated by: Nilgün Belma Bugüner <nilgun belgeler.gen.tr>
Reviewed by: Orhan Berent <berent belgeler.gen.tr>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1573280 13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Fri, 28 Feb 2014 20:42:50 +0000 (20:42 +0000)]
Merge r1534321, r1550061 from trunk:
* modules/proxy/mod_proxy_http.c (ap_proxy_http_request): Use the same
brigade lifetime for the header brigade as the other brigades.
POSSIBLE (but as yet unconfirmed) fix for crashes seen with threaded
servers, e.g. PR 50335; appears correct or at least not harmful.
PR: 50335
Cleanup the bb brigade, because buckets inserted to it can be created from
scpool and this pool can be freed before this brigade.
POSSIBLE (but as yet unconfirmed) fix for crashes seen with threaded servers,
e.g. PR 50335.
Reviewed by: rpluem, jorton, ylavic
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1573067 13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Fri, 28 Feb 2014 20:36:34 +0000 (20:36 +0000)]
* Vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1573064 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Thu, 27 Feb 2014 13:58:04 +0000 (13:58 +0000)]
Propose r1572543.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1572576 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Thu, 27 Feb 2014 10:10:59 +0000 (10:10 +0000)]
Votes + note on r1524770 discussion on dev@
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1572494 13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Wed, 26 Feb 2014 20:15:02 +0000 (20:15 +0000)]
* Vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1572227 13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Wed, 26 Feb 2014 19:50:08 +0000 (19:50 +0000)]
* Add proposal
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1572218 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Sat, 22 Feb 2014 21:42:17 +0000 (21:42 +0000)]
Proposals
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1570930 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 22 Feb 2014 18:03:52 +0000 (18:03 +0000)]
stabilize sort for latex build as well
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1570869 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 22 Feb 2014 17:48:56 +0000 (17:48 +0000)]
handle duplicate directives by sorting directive lists additionally by module name
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1570865 13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 20 Feb 2014 09:49:20 +0000 (09:49 +0000)]
Yup
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1570124 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Thu, 13 Feb 2014 17:48:33 +0000 (17:48 +0000)]
rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1567984 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Thu, 13 Feb 2014 17:31:09 +0000 (17:31 +0000)]
Remove Netscape 4.x advice.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1567982 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Wed, 12 Feb 2014 17:20:24 +0000 (17:20 +0000)]
2.2.26 was announced 11/18/2013
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1567691 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 11 Feb 2014 08:07:00 +0000 (08:07 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1567007 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 8 Feb 2014 15:20:22 +0000 (15:20 +0000)]
Update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1566028 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Fri, 7 Feb 2014 17:42:14 +0000 (17:42 +0000)]
Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1565740 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Thu, 6 Feb 2014 19:44:40 +0000 (19:44 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1565421 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Thu, 6 Feb 2014 19:42:44 +0000 (19:42 +0000)]
update German translation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1565420 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Thu, 6 Feb 2014 14:34:01 +0000 (14:34 +0000)]
update copyright.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1565280 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Thu, 6 Feb 2014 14:21:05 +0000 (14:21 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1565268 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Thu, 6 Feb 2014 14:15:02 +0000 (14:15 +0000)]
port style changes from trunk
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1565260 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 5 Feb 2014 15:42:59 +0000 (15:42 +0000)]
rename zh-cn html files and update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1564816 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 5 Feb 2014 15:38:35 +0000 (15:38 +0000)]
build bootstrap
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1564811 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 5 Feb 2014 15:37:58 +0000 (15:37 +0000)]
add utf8 extension to zh-cn html files
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1564809 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 5 Feb 2014 13:36:56 +0000 (13:36 +0000)]
fix tr docs charset
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1564773 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 3 Feb 2014 15:48:12 +0000 (15:48 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1563960 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 3 Feb 2014 15:45:20 +0000 (15:45 +0000)]
update a few German translations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1563959 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 3 Feb 2014 14:33:17 +0000 (14:33 +0000)]
port latex/pdf changes from trunk
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1563917 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 3 Feb 2014 11:22:22 +0000 (11:22 +0000)]
port prettify.css from trunk
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1563838 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 3 Feb 2014 11:14:47 +0000 (11:14 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1563834 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 3 Feb 2014 11:00:16 +0000 (11:00 +0000)]
port style changes (and current prettify.js itself) from trunk
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1563833 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 3 Feb 2014 10:53:49 +0000 (10:53 +0000)]
build bootstrap using new xalan
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1563831 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 2 Feb 2014 19:54:44 +0000 (19:54 +0000)]
prepare for upcoming xalan update
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1563699 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 2 Feb 2014 14:53:55 +0000 (14:53 +0000)]
msdn url change
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1563631 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 1 Feb 2014 22:39:02 +0000 (22:39 +0000)]
build bootstrap
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1563501 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 1 Feb 2014 22:38:02 +0000 (22:38 +0000)]
port retirement styles from 2.4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1563500 13f79535 -47bb-0310-9956-
ffa450edef68
Kaspar Brand [Sat, 1 Feb 2014 15:03:52 +0000 (15:03 +0000)]
Drop stalled RFC 5878 backport proposals (reverted in trunk with r1468131),
as they have been obsoleted through "SSLOpenSSLConfCmd ServerInfoFile"
meanwhile (r1555683, and CT is no longer using SSL_CTX_use_authz_file either).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1563425 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 1 Feb 2014 14:39:57 +0000 (14:39 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1563424 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 1 Feb 2014 14:35:39 +0000 (14:35 +0000)]
resolve invalid references
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1563423 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Thu, 30 Jan 2014 16:42:44 +0000 (16:42 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1562889 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Thu, 30 Jan 2014 16:40:35 +0000 (16:40 +0000)]
fix halting latex run
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1562888 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Thu, 30 Jan 2014 16:22:51 +0000 (16:22 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1562878 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Thu, 30 Jan 2014 16:19:47 +0000 (16:19 +0000)]
apply style updates from 2.4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1562877 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 29 Jan 2014 13:47:43 +0000 (13:47 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1562442 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 25 Jan 2014 14:08:16 +0000 (14:08 +0000)]
Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1561317 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Mon, 20 Jan 2014 00:32:07 +0000 (00:32 +0000)]
Merge r1517406 from trunk:
PR55352: mention in the <Proxy> manual that the matching is a prefix only, not
the same context-root / segment-aware matching done by <Location>.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1559613 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Sun, 19 Jan 2014 20:20:23 +0000 (20:20 +0000)]
move to proper section
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1559577 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Sun, 19 Jan 2014 19:34:27 +0000 (19:34 +0000)]
Add mod_rewrite.h to the headers installed on Windows.
Submitted By: Bob Ionescu
Committed By: covener
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1559567 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sun, 19 Jan 2014 14:21:57 +0000 (14:21 +0000)]
Typo.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1559500 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 18 Jan 2014 15:33:23 +0000 (15:33 +0000)]
Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1559359 13f79535 -47bb-0310-9956-
ffa450edef68
Greg Stein [Wed, 15 Jan 2014 20:05:40 +0000 (20:05 +0000)]
vote/approve for a mod_dav patch backport
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1558556 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Wed, 15 Jan 2014 01:09:01 +0000 (01:09 +0000)]
Rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1558258 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Wed, 15 Jan 2014 01:08:50 +0000 (01:08 +0000)]
Links to third-party binaries, since we don't do that much any more.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1558257 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Mon, 13 Jan 2014 21:23:37 +0000 (21:23 +0000)]
Fix typo (PR 55709)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1557858 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Sun, 12 Jan 2014 21:05:39 +0000 (21:05 +0000)]
add compat info for env=!envvar
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1557612 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Sun, 12 Jan 2014 21:03:14 +0000 (21:03 +0000)]
note when env=!foo was added
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1557610 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sun, 12 Jan 2014 13:56:37 +0000 (13:56 +0000)]
Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1557535 13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Thu, 9 Jan 2014 16:31:12 +0000 (16:31 +0000)]
* Vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1556862 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Wed, 8 Jan 2014 20:12:53 +0000 (20:12 +0000)]
xform
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1556623 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Wed, 8 Jan 2014 20:10:56 +0000 (20:10 +0000)]
balance out the key=value ... brackets, as in 2.4 and later
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1556622 13f79535 -47bb-0310-9956-
ffa450edef68
Ben Reser [Wed, 8 Jan 2014 03:02:55 +0000 (03:02 +0000)]
* STATUS: Nominate r1556428 for backport to 2.2.x
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1556429 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Mon, 6 Jan 2014 16:47:46 +0000 (16:47 +0000)]
xform
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1555913 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Mon, 6 Jan 2014 16:47:13 +0000 (16:47 +0000)]
missing newlines in example
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1555912 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Sun, 5 Jan 2014 16:42:49 +0000 (16:42 +0000)]
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1555572 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Sun, 5 Jan 2014 16:25:27 +0000 (16:25 +0000)]
Merge r1554276, r1554281, r1555555 from trunk:
digest auth is only marginally more secure than basic auth.
Adjust the docs to today's reality.
mention insecure password storage as pointed out by Graham
axe one more case of digest auth being described as secure
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1555566 13f79535 -47bb-0310-9956-
ffa450edef68