]> git.ipfire.org Git - thirdparty/apache/httpd.git/log
thirdparty/apache/httpd.git
17 years agoNote status update.
Jim Jagielski [Sun, 26 Aug 2007 14:04:56 +0000 (14:04 +0000)] 
Note status update.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@569815 13f79535-47bb-0310-9956-ffa450edef68

17 years agos/require/Require/g
Vincent Bray [Fri, 24 Aug 2007 15:05:16 +0000 (15:05 +0000)] 
s/require/Require/g

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@569411 13f79535-47bb-0310-9956-ffa450edef68

17 years agos/require/Require/g
Vincent Bray [Fri, 24 Aug 2007 14:27:56 +0000 (14:27 +0000)] 
s/require/Require/g

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@569399 13f79535-47bb-0310-9956-ffa450edef68

17 years ago* Cast some votes
Ruediger Pluem [Thu, 23 Aug 2007 20:52:34 +0000 (20:52 +0000)] 
* Cast some votes

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@569142 13f79535-47bb-0310-9956-ffa450edef68

17 years agoSecond iteration, whoops, thanks for testing rpluem
William A. Rowe Jr [Thu, 23 Aug 2007 20:48:43 +0000 (20:48 +0000)] 
Second iteration, whoops, thanks for testing rpluem

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@569138 13f79535-47bb-0310-9956-ffa450edef68

17 years ago* Cast a vote
Ruediger Pluem [Thu, 23 Aug 2007 18:59:29 +0000 (18:59 +0000)] 
* Cast a vote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@569117 13f79535-47bb-0310-9956-ffa450edef68

17 years agoThings get a little more complicated here, but folks who still
William A. Rowe Jr [Thu, 23 Aug 2007 01:25:50 +0000 (01:25 +0000)] 
Things get a little more complicated here, but folks who still
need to run 2.0.x need these same cleanups of leaks and stderr
handling.  Thanks to jorton and rpluem for their pioneering work
in originally diagonising the issue.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@568792 13f79535-47bb-0310-9956-ffa450edef68

17 years agoMerge r536052, r556879, r557188 from trunk:
William A. Rowe Jr [Thu, 23 Aug 2007 01:24:46 +0000 (01:24 +0000)] 
Merge r536052, r556879, r557188 from trunk:

Add detection for post XP operating systems.
Think this can be safely backported to 2.2 and 2.0 branches

ApacheMonitor valid OS is any WIN32_NT version.

Simplify OS detection. We are only interested in NT
and WIN2K+ (so we can use services.msc)
Submitted by: mturk
Reviewed by: wrowe, jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@568791 13f79535-47bb-0310-9956-ffa450edef68

17 years agoupdate transformation
André Malo [Mon, 13 Aug 2007 21:59:38 +0000 (21:59 +0000)] 
update transformation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@565550 13f79535-47bb-0310-9956-ffa450edef68

18 years agoAdd a description of the env= optional syntax, as per issue #27951
Rich Bowen [Sat, 11 Aug 2007 12:15:08 +0000 (12:15 +0000)] 
Add a description of the env= optional syntax, as per issue #27951

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@564905 13f79535-47bb-0310-9956-ffa450edef68

18 years agoAnd bump up to 2.0.60-dev
Jim Jagielski [Fri, 10 Aug 2007 15:52:32 +0000 (15:52 +0000)] 
And bump up to 2.0.60-dev

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@564633 13f79535-47bb-0310-9956-ffa450edef68

18 years agoGet ready to tag 2.0.60
Jim Jagielski [Fri, 10 Aug 2007 15:50:01 +0000 (15:50 +0000)] 
Get ready to tag 2.0.60

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@564631 13f79535-47bb-0310-9956-ffa450edef68

18 years agoNo longer "track" older releases (1.3.x) in here. Instead, point
Jim Jagielski [Fri, 10 Aug 2007 11:25:43 +0000 (11:25 +0000)] 
No longer "track" older releases (1.3.x) in here. Instead, point
to SVN

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@564557 13f79535-47bb-0310-9956-ffa450edef68

18 years agoMight as well note proposed T&R schedule :)
Jim Jagielski [Tue, 7 Aug 2007 16:55:37 +0000 (16:55 +0000)] 
Might as well note proposed T&R schedule :)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@563552 13f79535-47bb-0310-9956-ffa450edef68

18 years agobackport mod_proxy date parsing buffer over-read (CVE-2007-3847)
Eric Covener [Mon, 6 Aug 2007 23:15:02 +0000 (23:15 +0000)] 
backport mod_proxy date parsing buffer over-read (CVE-2007-3847)

Submitted by: Davi Arnaut, Nick Kew
Reviewed by: niq, rpluem, covener

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@563329 13f79535-47bb-0310-9956-ffa450edef68

18 years ago* Vote and promote.
Ruediger Pluem [Mon, 6 Aug 2007 19:44:30 +0000 (19:44 +0000)] 
* Vote and promote.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@563236 13f79535-47bb-0310-9956-ffa450edef68

18 years agoVote
Nick Kew [Mon, 6 Aug 2007 18:30:42 +0000 (18:30 +0000)] 
Vote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@563218 13f79535-47bb-0310-9956-ffa450edef68

18 years agopropose CVE-2007-3847 for backport
Eric Covener [Mon, 6 Aug 2007 17:42:12 +0000 (17:42 +0000)] 
propose CVE-2007-3847 for backport

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@563203 13f79535-47bb-0310-9956-ffa450edef68

18 years agoFix backward definition.
Joshua Slive [Tue, 31 Jul 2007 19:03:23 +0000 (19:03 +0000)] 
Fix backward definition.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@561438 13f79535-47bb-0310-9956-ffa450edef68

18 years agoupdate transformation
André Malo [Thu, 26 Jul 2007 21:33:35 +0000 (21:33 +0000)] 
update transformation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@559994 13f79535-47bb-0310-9956-ffa450edef68

18 years agoremove linebreak which caused a bogus anchor
André Malo [Thu, 26 Jul 2007 21:30:36 +0000 (21:30 +0000)] 
remove linebreak which caused a bogus anchor

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@559992 13f79535-47bb-0310-9956-ffa450edef68

18 years agoPR 41334. Replaced apache, with httpd as the binary name.
Tony Stevenson [Thu, 26 Jul 2007 21:12:53 +0000 (21:12 +0000)] 
PR 41334.  Replaced apache, with httpd as the binary name.

Thanks Brett

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@559979 13f79535-47bb-0310-9956-ffa450edef68

18 years agoMerge r559748 (Link to filters page to address PR35102)
Vincent Bray [Thu, 26 Jul 2007 09:24:52 +0000 (09:24 +0000)] 
Merge r559748 (Link to filters page to address PR35102)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@559769 13f79535-47bb-0310-9956-ffa450edef68

18 years ago[PR36917] Document LogLevel debug requirement for mod_dumpio
Vincent Bray [Tue, 24 Jul 2007 11:01:04 +0000 (11:01 +0000)] 
[PR36917] Document LogLevel debug requirement for mod_dumpio

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@559009 13f79535-47bb-0310-9956-ffa450edef68

18 years agorebuild everything
André Malo [Mon, 23 Jul 2007 21:38:17 +0000 (21:38 +0000)] 
rebuild everything

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@558870 13f79535-47bb-0310-9956-ffa450edef68

18 years agofix eol-style
André Malo [Mon, 23 Jul 2007 21:33:48 +0000 (21:33 +0000)] 
fix eol-style

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@558868 13f79535-47bb-0310-9956-ffa450edef68

18 years agoCommit build artifacts left hanging from 533502
Vincent Bray [Mon, 23 Jul 2007 06:40:16 +0000 (06:40 +0000)] 
Commit build artifacts left hanging from 533502

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@558624 13f79535-47bb-0310-9956-ffa450edef68

18 years agoLanguage fix submitted by Lucien Gentis to docs@
Vincent Bray [Sun, 22 Jul 2007 14:30:45 +0000 (14:30 +0000)] 
Language fix submitted by Lucien Gentis to docs@

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@558485 13f79535-47bb-0310-9956-ffa450edef68

18 years agoTweak changes entry for -3304 fix.
Joe Orton [Thu, 19 Jul 2007 12:57:24 +0000 (12:57 +0000)] 
Tweak changes entry for -3304 fix.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@557606 13f79535-47bb-0310-9956-ffa450edef68

18 years agoUpdate 2.0 backport ApacheMoitor proposal as well.
Mladen Turk [Wed, 18 Jul 2007 08:08:26 +0000 (08:08 +0000)] 
Update 2.0 backport ApacheMoitor proposal as well.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@557191 13f79535-47bb-0310-9956-ffa450edef68

18 years agoMerged one.
Joe Orton [Mon, 16 Jul 2007 13:25:23 +0000 (13:25 +0000)] 
Merged one.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@556620 13f79535-47bb-0310-9956-ffa450edef68

18 years agoMerge r535617 from trunk (fixing CVE-2007-1863):
Joe Orton [Mon, 16 Jul 2007 13:25:11 +0000 (13:25 +0000)] 
Merge r535617 from trunk (fixing CVE-2007-1863):

* Prevent a segmentation fault if one of the Cache-Control headers
  s-maxage, max-age, min-fresh, max-stale has no value assigned.
  In this case ignore s-maxage, max-age, min-fresh. For max-stale
  it is valid to set no value. In this case set max-stale to 1 year
  to signal that the client is accepting a stale response of any age.

Submitted by: Niklas Edmundsson <nikke acc.umu.se>
Reviewed by: mjc, rpluem, jorton

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@556619 13f79535-47bb-0310-9956-ffa450edef68

18 years agoBackport of 2.0.x PID table problem fix
Sander Temme [Sat, 14 Jul 2007 17:03:18 +0000 (17:03 +0000)] 
Backport of 2.0.x PID table problem fix

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@556298 13f79535-47bb-0310-9956-ffa450edef68

18 years agoBackport of mod_so cookie mis-match error message
Sander Temme [Sat, 14 Jul 2007 06:54:04 +0000 (06:54 +0000)] 
Backport of mod_so cookie mis-match error message

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@556234 13f79535-47bb-0310-9956-ffa450edef68

18 years agoCVE-2006-5752 backport
Sander Temme [Thu, 12 Jul 2007 03:49:09 +0000 (03:49 +0000)] 
CVE-2006-5752 backport

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@555482 13f79535-47bb-0310-9956-ffa450edef68

18 years agoVote, promote and note
Sander Temme [Wed, 11 Jul 2007 23:11:49 +0000 (23:11 +0000)] 
Vote, promote and note

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@555433 13f79535-47bb-0310-9956-ffa450edef68

18 years ago* Vote and promote
Ruediger Pluem [Tue, 10 Jul 2007 18:52:55 +0000 (18:52 +0000)] 
* Vote and promote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@555040 13f79535-47bb-0310-9956-ffa450edef68

18 years agoVote for error message clarity.
Sander Temme [Tue, 10 Jul 2007 17:55:03 +0000 (17:55 +0000)] 
Vote for error message clarity.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@555019 13f79535-47bb-0310-9956-ffa450edef68

18 years ago* Summarize, vote and promote
Ruediger Pluem [Tue, 10 Jul 2007 06:25:28 +0000 (06:25 +0000)] 
* Summarize, vote and promote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@554845 13f79535-47bb-0310-9956-ffa450edef68

18 years agoCast vote for pgrp version of pid fix
Jim Jagielski [Fri, 29 Jun 2007 18:41:01 +0000 (18:41 +0000)] 
Cast vote for pgrp version of pid fix

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@551989 13f79535-47bb-0310-9956-ffa450edef68

18 years agoAlso add Mark's backport of the mod_cache; all security fixes now
Joe Orton [Fri, 29 Jun 2007 17:10:52 +0000 (17:10 +0000)] 
Also add Mark's backport of the mod_cache; all security fixes now
proposed for 2.2 and 2.0.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@551963 13f79535-47bb-0310-9956-ffa450edef68

18 years agoPropose two.
Joe Orton [Fri, 29 Jun 2007 17:05:59 +0000 (17:05 +0000)] 
Propose two.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@551960 13f79535-47bb-0310-9956-ffa450edef68

18 years agoIgnore httxt2dbm.
Joe Orton [Fri, 29 Jun 2007 16:47:21 +0000 (16:47 +0000)] 
Ignore httxt2dbm.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@551951 13f79535-47bb-0310-9956-ffa450edef68

18 years ago* Cast a vote
Ruediger Pluem [Tue, 19 Jun 2007 20:15:07 +0000 (20:15 +0000)] 
* Cast a vote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@548840 13f79535-47bb-0310-9956-ffa450edef68

18 years agoPropose for backport mod_cache issue
Mark J. Cox [Tue, 19 Jun 2007 12:19:01 +0000 (12:19 +0000)] 
Propose for backport mod_cache issue

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@548704 13f79535-47bb-0310-9956-ffa450edef68

18 years agomod_ssl: initialize thread locks before initializing the hardware
William A. Rowe Jr [Tue, 8 May 2007 23:18:57 +0000 (23:18 +0000)] 
mod_ssl: initialize thread locks before initializing the hardware
acceleration library, so the latter can make use of the former.

PR: 20951
Patch: http://people.apache.org/~sctemme/2.0.x-ssl_engine_init.c.patch
Submitted by: <adunn ncipher.com>
Reviewed by: sctemme, rpluem, wrowe

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@536375 13f79535-47bb-0310-9956-ffa450edef68

18 years agomod_ssl: Support limited buffering of request bodies to allow
William A. Rowe Jr [Tue, 8 May 2007 23:08:47 +0000 (23:08 +0000)] 
mod_ssl: Support limited buffering of request bodies to allow
per-location renegotiation to proceed.

PR: 12355
Patch: http://issues.apache.org/bugzilla/attachment.cgi?id=16495
Submitted by: jorton
Reviewed by: wrowe, rpluem, sctemme

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@536373 13f79535-47bb-0310-9956-ffa450edef68

18 years agoVotes, promotes, and a new suggestion to diagnose mod_so errors
William A. Rowe Jr [Tue, 8 May 2007 19:23:34 +0000 (19:23 +0000)] 
Votes, promotes, and a new suggestion to diagnose mod_so errors

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@536302 13f79535-47bb-0310-9956-ffa450edef68

18 years agoPropose a trunk bugfix for ApacheMonitor so it can be run on Windows Vista
Mladen Turk [Tue, 8 May 2007 17:37:02 +0000 (17:37 +0000)] 
Propose a trunk bugfix for ApacheMonitor so it can be run on Windows Vista

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@536269 13f79535-47bb-0310-9956-ffa450edef68

18 years agoMerge r442758 from trunk:
Jim Jagielski [Mon, 7 May 2007 11:43:23 +0000 (11:43 +0000)] 
Merge r442758 from trunk:

PR 31759 (mutated) - reported by Jo Rhett
Don't return apr_status_t error value from input filter chain.

Submitted by: niq
Reviewed by: root

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@535859 13f79535-47bb-0310-9956-ffa450edef68

18 years ago * htdbm: Fix crash in 64-bit mode on HP-UX caused by unexpected
Jim Jagielski [Mon, 7 May 2007 11:39:41 +0000 (11:39 +0000)] 
* htdbm: Fix crash in 64-bit mode on HP-UX caused by unexpected
      placement of crypt() prototype (unistd.h).
        Trunk version of patch:
          http://svn.apache.org/viewcvs?rev=393364&view=rev

Orig: Jeff Trawick

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@535858 13f79535-47bb-0310-9956-ffa450edef68

18 years agoApproved backport. Overlay cookies as we do with 2.2 and later.
Jim Jagielski [Mon, 7 May 2007 11:36:24 +0000 (11:36 +0000)] 
Approved backport. Overlay cookies as we do with 2.2 and later.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@535856 13f79535-47bb-0310-9956-ffa450edef68

18 years agoBackport to close PR 11540
Jim Jagielski [Mon, 7 May 2007 11:33:18 +0000 (11:33 +0000)] 
Backport to close PR 11540

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@535853 13f79535-47bb-0310-9956-ffa450edef68

18 years ago* Promote some patches
Ruediger Pluem [Mon, 7 May 2007 09:11:53 +0000 (09:11 +0000)] 
* Promote some patches

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@535799 13f79535-47bb-0310-9956-ffa450edef68

18 years ago* Cast some votes
Ruediger Pluem [Mon, 7 May 2007 09:10:36 +0000 (09:10 +0000)] 
* Cast some votes

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@535797 13f79535-47bb-0310-9956-ffa450edef68

18 years agoCast vote, and correctly attribute thread locking callback patch
Sander Temme [Tue, 1 May 2007 14:37:33 +0000 (14:37 +0000)] 
Cast vote, and correctly attribute thread locking callback patch

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@534105 13f79535-47bb-0310-9956-ffa450edef68

18 years agoport r532162 to the 2.0.x stable branch
Greg Stein [Tue, 1 May 2007 10:40:04 +0000 (10:40 +0000)] 
port r532162 to the 2.0.x stable branch

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@533997 13f79535-47bb-0310-9956-ffa450edef68

18 years agoEnglish Revision: 421174
Hiroaki Kawai [Sun, 29 Apr 2007 13:24:20 +0000 (13:24 +0000)] 
English Revision: 421174

Submitted by: Takashi Sato
Reviewed by: Hiroaki Kawai

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@533502 13f79535-47bb-0310-9956-ffa450edef68

18 years ago`build extraclean all`
André Malo [Tue, 24 Apr 2007 15:22:22 +0000 (15:22 +0000)] 
`build extraclean all`

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@531980 13f79535-47bb-0310-9956-ffa450edef68

18 years agoPropose backport of hardware SSL fix
Sander Temme [Thu, 5 Apr 2007 06:06:26 +0000 (06:06 +0000)] 
Propose backport of hardware SSL fix

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@525714 13f79535-47bb-0310-9956-ffa450edef68

18 years agoThis list sure would make a worthwhile 'final' 2.0.60 release for folks still
William A. Rowe Jr [Wed, 21 Mar 2007 03:53:42 +0000 (03:53 +0000)] 
This list sure would make a worthwhile 'final' 2.0.60 release for folks still
waiting on 3rd party modules for 2.2.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@520736 13f79535-47bb-0310-9956-ffa450edef68

18 years agoPropose backport
Jim Jagielski [Tue, 20 Mar 2007 17:32:53 +0000 (17:32 +0000)] 
Propose backport

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@520491 13f79535-47bb-0310-9956-ffa450edef68

18 years agoVote...
Graham Leggett [Fri, 16 Feb 2007 20:40:35 +0000 (20:40 +0000)] 
Vote...

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@508568 13f79535-47bb-0310-9956-ffa450edef68

18 years agoNote location of 2.0.x specific patch
Jim Jagielski [Fri, 16 Feb 2007 13:15:05 +0000 (13:15 +0000)] 
Note location of 2.0.x specific patch

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@508386 13f79535-47bb-0310-9956-ffa450edef68

18 years agoActually, I consider this a show-stopper, since the current
Jim Jagielski [Thu, 15 Feb 2007 15:13:17 +0000 (15:13 +0000)] 
Actually, I consider this a show-stopper, since the current
behavior is broke broke broke

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@507955 13f79535-47bb-0310-9956-ffa450edef68

18 years agoRefresh version and carry openssl.cfg with openssl.exe
William A. Rowe Jr [Thu, 11 Jan 2007 08:27:56 +0000 (08:27 +0000)] 
Refresh version and carry openssl.cfg with openssl.exe

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@495151 13f79535-47bb-0310-9956-ffa450edef68

18 years agoAbout time to note this
William A. Rowe Jr [Thu, 11 Jan 2007 07:31:57 +0000 (07:31 +0000)] 
About time to note this

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@495143 13f79535-47bb-0310-9956-ffa450edef68

18 years agoThis notice should have been propogated to the httpd 2.2 and 2.0 trees.
William A. Rowe Jr [Wed, 10 Jan 2007 05:50:49 +0000 (05:50 +0000)] 
This notice should have been propogated to the httpd 2.2 and 2.0 trees.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@494726 13f79535-47bb-0310-9956-ffa450edef68

18 years agoPull showstopper & braindead patch with no activity, nothing else
William A. Rowe Jr [Sat, 6 Jan 2007 03:48:09 +0000 (03:48 +0000)] 
Pull showstopper & braindead patch with no activity, nothing else
here for me to add 2c to.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@493288 13f79535-47bb-0310-9956-ffa450edef68

18 years ago Correctly evaluate the HTTPS condition string, update CHANGES for attributions
William A. Rowe Jr [Sat, 6 Jan 2007 03:10:50 +0000 (03:10 +0000)] 
  Correctly evaluate the HTTPS condition string, update CHANGES for attributions
  and recent activity.

PR: 40573
Submitted by: Matt Eaton <asf divinehawk.com>
Backports: 429341

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@493282 13f79535-47bb-0310-9956-ffa450edef68

18 years ago Revert one aspect of the recent mod_isapi overhaul.
William A. Rowe Jr [Sat, 6 Jan 2007 02:48:54 +0000 (02:48 +0000)] 
  Revert one aspect of the recent mod_isapi overhaul.

  Where any response is sent, return OK from the handler.  Where there
  is no response (but a status code) return the code.  This patch adds
  a great number of debugging emits for failed ap_pass_brigade calls,
  to help diagnose failure cases, and disambiguates OK from APR_SUCCESS.

PR: 40470
Submitted by: wrowe, Matt Eaton <asf divinehawk.com>
Backports: 492333

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@493276 13f79535-47bb-0310-9956-ffa450edef68

18 years agoBeg reviews
William A. Rowe Jr [Wed, 3 Jan 2007 23:07:43 +0000 (23:07 +0000)] 
Beg reviews

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@492344 13f79535-47bb-0310-9956-ffa450edef68

18 years agoRevert a regression introduced in the recent overhauls of mod_isapi.
William A. Rowe Jr [Thu, 7 Dec 2006 19:19:41 +0000 (19:19 +0000)] 
Revert a regression introduced in the recent overhauls of mod_isapi.

PR 40470 points out that we no longer handle ate == headlen, where
there is a headers-only response from the isapi app to the server.

This patch restores the previous behavior of pending those headers
until some amount of body response is ready to be sent to the client.

Backports: 483613

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@483615 13f79535-47bb-0310-9956-ffa450edef68

18 years ago Reword Order section to make 3-pass design clearer.
Chris Pepper [Tue, 28 Nov 2006 04:40:12 +0000 (04:40 +0000)] 
    Reword Order section to make 3-pass design clearer.
        Add table showing results of match combinations.
        Fix some tenses.
        Fix case of CENTER & IP Address.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@479897 13f79535-47bb-0310-9956-ffa450edef68

18 years agomod_isapi: Simply backport the host of fixes for compilation on unix,
William A. Rowe Jr [Mon, 20 Nov 2006 22:39:22 +0000 (22:39 +0000)] 
mod_isapi: Simply backport the host of fixes for compilation on unix,
and resolve PR#'s 15993 29098 30022 16637 30033 28089
by pushing to trunk/ rev 416293 of modules/arch/win32/mod_isapi.[ch]
which compiles with the addition of [apr_]brigade_insert_file() as
cribbed from apr-util 1.x trunk.  delta previously posted at
  http://people.apache.org/~wrowe/mod_isapi-416293-to-httpd-2.0.patch
and broadly tested with positive results, with the exception of one
more patch incoming to handle ate == left edge case.

Previously reviewed by jerenkrantz, fielding, wrowe for httpd-2.0.
Code committed is identical.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@477376 13f79535-47bb-0310-9956-ffa450edef68

18 years agoupdate transformation
André Malo [Sun, 19 Nov 2006 14:16:52 +0000 (14:16 +0000)] 
update transformation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@476823 13f79535-47bb-0310-9956-ffa450edef68

18 years agomerge from trunk revision 475698:
Jeff Trawick [Thu, 16 Nov 2006 12:11:44 +0000 (12:11 +0000)] 
merge from trunk revision 475698:

TimeOut can be set in a vhost context

Submitted by: Eric Covener
Reviewed by:  Jeff Trawick

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@475702 13f79535-47bb-0310-9956-ffa450edef68

18 years agoPropose backporting bugfix
Nick Kew [Wed, 13 Sep 2006 19:45:30 +0000 (19:45 +0000)] 
Propose backporting bugfix

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@443095 13f79535-47bb-0310-9956-ffa450edef68

18 years agoupdate transformation
André Malo [Mon, 28 Aug 2006 18:50:41 +0000 (18:50 +0000)] 
update transformation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@437777 13f79535-47bb-0310-9956-ffa450edef68

18 years agoBackport:
Joshua Slive [Sun, 20 Aug 2006 19:47:19 +0000 (19:47 +0000)] 
Backport:
My last effort was a little too succinct and not quite precise
enough.  Try being more explicit.

This does leave the danger that people will clip the <Location>
example as the proper way to do things, when they should be
reading on to the <Directory> example.  The <Location> example
is only correct when used in conjunction with Alias.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@433023 13f79535-47bb-0310-9956-ffa450edef68

18 years agoBackport case-sensitivity note for Windows.
Joshua Slive [Sun, 20 Aug 2006 18:52:14 +0000 (18:52 +0000)] 
Backport case-sensitivity note for Windows.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@433009 13f79535-47bb-0310-9956-ffa450edef68

18 years agoBackport:
Joshua Slive [Sun, 20 Aug 2006 18:20:11 +0000 (18:20 +0000)] 
Backport:
Make it clear that url-path is always case-sensitive.
Provide an example of using a regex to make it case-insensitive.
Make it clear that ScriptAlias is only used when you want
BOTH mapping and script-designation.

(Plus the description of Redirect)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@432999 13f79535-47bb-0310-9956-ffa450edef68

18 years agodrop unneeded svn:keywords
André Malo [Fri, 18 Aug 2006 19:24:00 +0000 (19:24 +0000)] 
drop unneeded svn:keywords

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@432689 13f79535-47bb-0310-9956-ffa450edef68

19 years ago Bump after tag
William A. Rowe Jr [Thu, 27 Jul 2006 17:26:10 +0000 (17:26 +0000)] 
  Bump after tag

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@426157 13f79535-47bb-0310-9956-ffa450edef68

19 years ago Prepare to tag 2.0.59
William A. Rowe Jr [Thu, 27 Jul 2006 17:23:49 +0000 (17:23 +0000)] 
  Prepare to tag 2.0.59

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@426154 13f79535-47bb-0310-9956-ffa450edef68

19 years ago Wrong project name
William A. Rowe Jr [Thu, 27 Jul 2006 17:22:26 +0000 (17:22 +0000)] 
  Wrong project name

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@426153 13f79535-47bb-0310-9956-ffa450edef68

19 years ago Last quick observation
William A. Rowe Jr [Thu, 27 Jul 2006 17:12:49 +0000 (17:12 +0000)] 
  Last quick observation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@426148 13f79535-47bb-0310-9956-ffa450edef68

19 years agoSECURITY: CVE-2006-3747 (cve.mitre.org)
Mark J. Cox [Thu, 27 Jul 2006 17:07:21 +0000 (17:07 +0000)] 
SECURITY: CVE-2006-3747 (cve.mitre.org)
mod_rewrite: Fix an off-by-one security problem in the ldap scheme
handling.  For some RewriteRules this could lead to a pointer being
written out of bounds.  Reported by Mark Dowd of McAfee.

Reviewed by: trawick, lars, jorton, wrowe, benl

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@426144 13f79535-47bb-0310-9956-ffa450edef68

19 years ago NOTICE file is now official (nobody revisited this in quite some time.)
William A. Rowe Jr [Thu, 27 Jul 2006 16:53:47 +0000 (16:53 +0000)] 
  NOTICE file is now official (nobody revisited this in quite some time.)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@426135 13f79535-47bb-0310-9956-ffa450edef68

19 years ago Doxygenation from trunk, no code change
William A. Rowe Jr [Thu, 27 Jul 2006 16:21:59 +0000 (16:21 +0000)] 
  Doxygenation from trunk, no code change

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@426120 13f79535-47bb-0310-9956-ffa450edef68

19 years ago Sorry - no time for 'bring me a rock' - but Jeff's dead to rights that some
William A. Rowe Jr [Wed, 26 Jul 2006 22:54:36 +0000 (22:54 +0000)] 
  Sorry - no time for 'bring me a rock' - but Jeff's dead to rights that some
  diff is very reasonable.  Here's the diff

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@425896 13f79535-47bb-0310-9956-ffa450edef68

19 years ago* Cast a vote
Ruediger Pluem [Sun, 23 Jul 2006 10:30:05 +0000 (10:30 +0000)] 
* Cast a vote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@424703 13f79535-47bb-0310-9956-ffa450edef68

19 years ago I really hated that bug's title :)
William A. Rowe Jr [Sun, 23 Jul 2006 04:52:02 +0000 (04:52 +0000)] 
  I really hated that bug's title :)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@424674 13f79535-47bb-0310-9956-ffa450edef68

19 years ago Not big on 2.0 fixes now, but this one has a clean patch and a long
William A. Rowe Jr [Sun, 23 Jul 2006 03:49:07 +0000 (03:49 +0000)] 
  Not big on 2.0 fixes now, but this one has a clean patch and a long
  track record - and is widely deployed in 2.2 now.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@424670 13f79535-47bb-0310-9956-ffa450edef68

19 years agoupdate revision references
André Malo [Wed, 12 Jul 2006 17:06:07 +0000 (17:06 +0000)] 
update revision references

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@421323 13f79535-47bb-0310-9956-ffa450edef68

19 years agoupdate license header text
Roy T. Fielding [Wed, 12 Jul 2006 07:40:55 +0000 (07:40 +0000)] 
update license header text

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@421178 13f79535-47bb-0310-9956-ffa450edef68

19 years agoupdate license header text
Roy T. Fielding [Wed, 12 Jul 2006 07:22:22 +0000 (07:22 +0000)] 
update license header text

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@421174 13f79535-47bb-0310-9956-ffa450edef68

19 years agoupdate according to board resolution
Roy T. Fielding [Wed, 12 Jul 2006 05:14:17 +0000 (05:14 +0000)] 
update according to board resolution

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@421130 13f79535-47bb-0310-9956-ffa450edef68

19 years agoupdate revision reference and transformation
André Malo [Thu, 6 Jul 2006 21:04:03 +0000 (21:04 +0000)] 
update revision reference and transformation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@419702 13f79535-47bb-0310-9956-ffa450edef68

19 years agoupdate transformation
André Malo [Thu, 6 Jul 2006 21:00:26 +0000 (21:00 +0000)] 
update transformation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@419700 13f79535-47bb-0310-9956-ffa450edef68