]>
git.ipfire.org Git - thirdparty/apache/httpd.git/log
Graham Leggett [Thu, 22 Sep 2005 00:40:27 +0000 (00:40 +0000)]
Add vote.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@290868
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Wed, 21 Sep 2005 22:17:55 +0000 (22:17 +0000)]
Backport the use of apr_procattr_addrspace_set() to specify whether the new process should be started in the current address space or a new address space. This should have no effect on most platforms other than NetWare.
Reviewed By: jjclar, bnicholes, trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@290850
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 21 Sep 2005 17:40:23 +0000 (17:40 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@290758
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 21 Sep 2005 17:38:31 +0000 (17:38 +0000)]
update German translation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@290757
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 21 Sep 2005 16:47:05 +0000 (16:47 +0000)]
The more I consider this, the less that it seems possible to truly
handle bodies in subrequests, ever.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@290742
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 21 Sep 2005 16:40:39 +0000 (16:40 +0000)]
Reformat some long-lines >80 and delete a number of truly dead (voted
down) suggestions.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@290740
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 21 Sep 2005 16:16:09 +0000 (16:16 +0000)]
Very important to point out exactly where this is available and where
it is not, since TraceEnable extended is likely to be used to confirm
behavior between differing types of servers, including 1.3/2.0/2.2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@290733
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Wed, 21 Sep 2005 08:51:11 +0000 (08:51 +0000)]
Merge r233493 from trunk:
* srclib/pcre/pcre.c (read_repeat_counts): Check for integer overflow.
Obtained from: pcre 6.2 upstream
Reviewed by: jorton, nd, wrowe
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@290658
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 20 Sep 2005 20:54:05 +0000 (20:54 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@290562
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Tue, 20 Sep 2005 20:50:51 +0000 (20:50 +0000)]
Quiet a second error, bodyread is always set alongside bodylen,
and we would never use the bodyread unless bodylen is set.
However gcc4 doesn't like our style, so quiet the compiler.
Reported by: jorton
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@290561
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 20 Sep 2005 20:49:20 +0000 (20:49 +0000)]
update German translation
Reviewed by: Kess
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@290560
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Tue, 20 Sep 2005 20:47:57 +0000 (20:47 +0000)]
We never call this function with 'nothing to do', however we aught to quiet
gcc 4's assumption that we can 'return status;' without having performed
any operation that sets status.
Reported by: jorton
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@290558
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 20 Sep 2005 19:37:22 +0000 (19:37 +0000)]
fix TraceEnable docs
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@290544
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 20 Sep 2005 18:46:10 +0000 (18:46 +0000)]
`build all`
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@290522
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Tue, 20 Sep 2005 18:34:33 +0000 (18:34 +0000)]
Backport trunk changes as recorded in branches/proxy-reqbody-2.0.x,
refactoring http_proxy.c request body handling. This correction
satisfies the vetoed issues in the originally backported proxy
request body handling from trunk/ in 171205.
Reviewed by: jim, minfrin
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@290517
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Tue, 20 Sep 2005 18:26:57 +0000 (18:26 +0000)]
Remove to readd with full history from proxy-reqbody-2.0.x branch.
(turns out you cannot rm and cp to a local copy, removing and adding
in the same commit, so this is a two-step process.)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@290514
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Tue, 20 Sep 2005 18:18:57 +0000 (18:18 +0000)]
TraceEnable docs, backported
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@290508
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Tue, 20 Sep 2005 18:14:29 +0000 (18:14 +0000)]
Backport TraceEnable option, correcting RFC violation by mod_proxy as this
now drops any proxied TRACE request which tries to pass a body, unless
the user explicitly forces 'TraceEnable extended'.
Per colm; removed \n's from error_notes, docs coming next.
Reviewed by: jimj, colm
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@290502
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Fri, 16 Sep 2005 23:04:28 +0000 (23:04 +0000)]
mod_ldap backport
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@289674
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Wed, 14 Sep 2005 23:02:19 +0000 (23:02 +0000)]
Add a vote.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@280964
13f79535 -47bb-0310-9956-
ffa450edef68
Colm MacCarthaigh [Tue, 13 Sep 2005 18:57:57 +0000 (18:57 +0000)]
Vote on "Vary: *" handling, since I've been running this for weeks.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@280625
13f79535 -47bb-0310-9956-
ffa450edef68
Colm MacCarthaigh [Tue, 13 Sep 2005 18:46:40 +0000 (18:46 +0000)]
Confirmed issue on Solaris 10, and tested the configure changes on
Solaris 10.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@280623
13f79535 -47bb-0310-9956-
ffa450edef68
Colm MacCarthaigh [Tue, 13 Sep 2005 18:32:15 +0000 (18:32 +0000)]
Vote on the TRACE patch. Testing done on Ubuntu. Add some notes (more reminders
for myself than anything else) that have been discussed.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@280615
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Mon, 12 Sep 2005 20:41:34 +0000 (20:41 +0000)]
Fix VPATH build breakage introduced by rev 159475
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@280420
13f79535 -47bb-0310-9956-
ffa450edef68
Colm MacCarthaigh [Mon, 12 Sep 2005 19:44:20 +0000 (19:44 +0000)]
Add a rev to the proposed backport (discussed with proposer), add a minus 0,
but only because I've felt the pain of filtered ICMP, window scaling and broken
firewalls.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@280403
13f79535 -47bb-0310-9956-
ffa450edef68
Colm MacCarthaigh [Mon, 12 Sep 2005 18:57:06 +0000 (18:57 +0000)]
Added a comment on a backport
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@280393
13f79535 -47bb-0310-9956-
ffa450edef68
Stas Bekman [Mon, 12 Sep 2005 18:32:55 +0000 (18:32 +0000)]
move my proposal to the end of the list, thanks colmmacc
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@280389
13f79535 -47bb-0310-9956-
ffa450edef68
Stas Bekman [Mon, 12 Sep 2005 18:18:13 +0000 (18:18 +0000)]
let's backport ReceiveBufferSize to 2.0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@280386
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sun, 11 Sep 2005 20:28:48 +0000 (20:28 +0000)]
Notes/votes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@280178
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sun, 11 Sep 2005 13:14:58 +0000 (13:14 +0000)]
backport from trunk:
mod_auth_digest: Fix hostinfo validation for CONNECT requests.
Submitted by: jorton
Reviewed by: nd, jerenkrantz
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@280126
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sun, 11 Sep 2005 13:09:25 +0000 (13:09 +0000)]
from trunk, backport ap_log_cerror(), along with some helpful uses
of it
Reviewed by: stoddard, wrowe
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@280124
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sun, 11 Sep 2005 13:04:03 +0000 (13:04 +0000)]
backport from trunk:
Correct mod_cgid's argv[0] so that the full path can be delved by the
invoked cgi application, to conform to the behavior of mod_cgi.
[Pradeep Kumar S <pradeep.smani gmail.com>]
Reviewed by: wrowe, colm, trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@280123
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sun, 11 Sep 2005 12:48:21 +0000 (12:48 +0000)]
add a couple of votes; update mod_mime_magic proposal
based on suggestion from wrowe
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@280115
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 11 Sep 2005 09:57:08 +0000 (09:57 +0000)]
update German translation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@280102
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 7 Sep 2005 16:34:12 +0000 (16:34 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@279372
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Tue, 6 Sep 2005 15:49:21 +0000 (15:49 +0000)]
Backport changes to LimitRequestFieldSize docs to reflect
the lifting of a related restriction in 2.0.53. This
was a missed portion of that backport.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@279024
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Tue, 6 Sep 2005 15:43:56 +0000 (15:43 +0000)]
commit transformation of xml which was committed previously
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@279022
13f79535 -47bb-0310-9956-
ffa450edef68
Mark J. Cox [Thu, 1 Sep 2005 13:33:18 +0000 (13:33 +0000)]
CAN-2004-1834 was created in March 2004 when it was reported
that mod_disk_cache would store these headers -- leading to a
small potential risk that you'd end up with authentication headers
on disk and visible to users (or cgi scripts or whatever). Make
a note which commit actually ended up closing this low impact issue.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@265719
13f79535 -47bb-0310-9956-
ffa450edef68
Colm MacCarthaigh [Wed, 31 Aug 2005 18:49:34 +0000 (18:49 +0000)]
vote on the other mod_cgid change. Agree in principle, tested with and without
suexec.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@265547
13f79535 -47bb-0310-9956-
ffa450edef68
Colm MacCarthaigh [Wed, 31 Aug 2005 18:32:24 +0000 (18:32 +0000)]
propose a backport
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@265543
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Tue, 30 Aug 2005 21:26:01 +0000 (21:26 +0000)]
blah, blah, blah.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@264869
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Tue, 30 Aug 2005 16:30:53 +0000 (16:30 +0000)]
Propose CAN-2005-2700 fix.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@264807
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Tue, 30 Aug 2005 11:49:27 +0000 (11:49 +0000)]
Merge r179763 from trunk:
* modules/filters/mod_include.c (handle_include): Fix possible
variable corruption with nested includes.
PR: 12655
Reviewed by: jorton, nd, jerenkrantz
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@264762
13f79535 -47bb-0310-9956-
ffa450edef68
Mark J. Cox [Tue, 30 Aug 2005 11:19:40 +0000 (11:19 +0000)]
Go through the list of allocated CVE names for httpd related issues and
fix up CHANGES to match. Still got four older issues in my queue to
add in here.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@264758
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Mon, 29 Aug 2005 20:30:35 +0000 (20:30 +0000)]
Anyone object to sharing the same indentation? :)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@264633
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Mon, 29 Aug 2005 20:26:19 +0000 (20:26 +0000)]
Propose the cgid argv[0] backport
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@264631
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Mon, 29 Aug 2005 20:22:19 +0000 (20:22 +0000)]
Accepted, lingering swaps
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@264628
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Mon, 29 Aug 2005 20:19:15 +0000 (20:19 +0000)]
Whitespace/instructions
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@264626
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sat, 27 Aug 2005 15:02:05 +0000 (15:02 +0000)]
Backport from trunk:
*) Support the suppress-error-charset setting, as with Apache 1.3.x.
PR 31274.
Reviewed by: jorton, nd
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@240425
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sat, 27 Aug 2005 13:22:00 +0000 (13:22 +0000)]
Backport from trunk:
EBCDIC: Handle chunked input from client or, with proxy, origin
server.
Reviewed by: wrowe, nd
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@240416
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Fri, 26 Aug 2005 17:35:37 +0000 (17:35 +0000)]
Vote.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@240294
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 24 Aug 2005 14:41:53 +0000 (14:41 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@239672
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 24 Aug 2005 14:38:51 +0000 (14:38 +0000)]
update German translation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@239671
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Wed, 24 Aug 2005 12:53:33 +0000 (12:53 +0000)]
Document PR 34512 closed for this branch.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@239648
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Wed, 24 Aug 2005 12:50:00 +0000 (12:50 +0000)]
Fold in other's patch. Had enough votes and closes PR 34512
for 2.0 tree.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@239646
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Wed, 24 Aug 2005 12:42:03 +0000 (12:42 +0000)]
Fold in approved, 2.1/2.2-like behavior which prevents core
dump when doing LDAP auth even if the check_user_id didn't
succeed.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@239641
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 24 Aug 2005 11:22:21 +0000 (11:22 +0000)]
add a couple of votes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@239603
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Tue, 23 Aug 2005 08:36:16 +0000 (08:36 +0000)]
Merge r233493 from trunk:
* modules/http/http_protocol.c (ap_byterange_filter): Refuse to
byterange any response which may require the consumption of arbitrary
amounts of memory.
PR: 29962
Reviewed by: jorton, trawick, niq
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@239378
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Tue, 23 Aug 2005 08:24:52 +0000 (08:24 +0000)]
Propose backport of pcre fix.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@239377
13f79535 -47bb-0310-9956-
ffa450edef68
Astrid Malo [Mon, 22 Aug 2005 22:31:56 +0000 (22:31 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@239264
13f79535 -47bb-0310-9956-
ffa450edef68
Astrid Malo [Mon, 22 Aug 2005 22:18:08 +0000 (22:18 +0000)]
some language changes and fixes
committed by Noirin Plunkett
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@239259
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 22 Aug 2005 19:00:22 +0000 (19:00 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@239218
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Sun, 21 Aug 2005 09:39:25 +0000 (09:39 +0000)]
Vote on byterange patch; put reverse proxy patch vote in right place
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@234169
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sat, 20 Aug 2005 14:46:37 +0000 (14:46 +0000)]
votes
move previously-accepted patch to appropriate section
let me plug a single-line patch:
http://svn.apache.org/viewcvs?rev=178262&view=rev
(the surrounding function is the same in 2.0.x but that
function is in a different file between branches, so the
patch won't apply directly)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@234035
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Fri, 19 Aug 2005 10:14:03 +0000 (10:14 +0000)]
Vote.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@233461
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Thu, 18 Aug 2005 19:04:39 +0000 (19:04 +0000)]
Propose.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@233357
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Thu, 18 Aug 2005 09:06:37 +0000 (09:06 +0000)]
Add a PR reference.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@233302
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Thu, 11 Aug 2005 09:57:40 +0000 (09:57 +0000)]
Propose backport of reverse proxy fixes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@231420
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Tue, 9 Aug 2005 16:14:54 +0000 (16:14 +0000)]
vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@231059
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 9 Aug 2005 15:09:29 +0000 (15:09 +0000)]
Vote on removing base href tag
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@231049
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Tue, 9 Aug 2005 14:56:57 +0000 (14:56 +0000)]
Vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@231048
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Tue, 9 Aug 2005 14:51:42 +0000 (14:51 +0000)]
Propose a backport.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@231045
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 9 Aug 2005 13:18:47 +0000 (13:18 +0000)]
Note patch http://people.apache.org/~jim/mod_auth_ldap-2.0.patch
which protects against bad stuff when mod_auth_ldap's check_user_id
hook doesn't complete or isn't called, but auth_checker is.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@231033
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Tue, 9 Aug 2005 07:26:54 +0000 (07:26 +0000)]
Merge r105412 from trunk:
* modules/ldap/util_ldap.c (util_ldap_child_init): Don't segfault if
the cache has been disabled (when _cache_lock == NULL).
(util_ldap_post_config): Set mutex permissions if necessary.
Reviewed by: jorton, minfrin, wrowe
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@231006
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Mon, 8 Aug 2005 08:17:43 +0000 (08:17 +0000)]
Another patch, reviewed.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@230773
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Mon, 8 Aug 2005 03:37:40 +0000 (03:37 +0000)]
A few other small patches; which serve only to make the httpd-2.0.x
code entirely comparable to httpd-trunk. This comparison calls out
exactly what's changed "on purpose" with our proxy API, and what
patches have been applied to trunk which aren't backported.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@230746
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Mon, 8 Aug 2005 02:17:49 +0000 (02:17 +0000)]
promote a patch to accepted, vote another
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@230731
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Mon, 8 Aug 2005 02:02:59 +0000 (02:02 +0000)]
Remove the earlier discussion. If folks want to play hand-me-a-rock, then
here's a rockslide of 20 small rocks. Votes please, let's fix these bugs
already after 3 months of public disclosure..
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@230730
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sun, 7 Aug 2005 21:07:40 +0000 (21:07 +0000)]
Revert my commits 230595/230592, restoring Jeff's commit 171205.
Taking this all to branches/proxy-reqbody-2.0.x/ for discussion.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@230701
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sun, 7 Aug 2005 20:54:32 +0000 (20:54 +0000)]
Prevent commits to httpd/ from recursing into repos/asf/apr, and
clean up ?zlib ?openssl svn output for win32 users who bury such
things into srclib/.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@230699
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sat, 6 Aug 2005 21:45:44 +0000 (21:45 +0000)]
Clarify after the revert of the original backport; a number of
concerns addressed to hopefully sync mod_proxy_http.c to trunk
for request handling.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@230595
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sat, 6 Aug 2005 21:29:05 +0000 (21:29 +0000)]
As much as it pains me, seriously, it seems that reviewing the re-backport
of this code was too illegible for review, so it seems we will need to
re-review a fresh backport from httpd trunk.
Vetoed this patch as it does not follow RFC 2616. Specifically;
* it does not respect the T-E over the C-L header
* it introduces edge cases that allow the administrator to override the
C-L T-E elections, without enough information to prevent splitting the
request body due to misaligned C-L's
* it does not attempt to determine if there is a 'small request body'
to prefer a legitimate C-L when that option might be available to us
A revised patch combining Jeff's efforts and mine is available at:
http://people.apache.org/~wrowe/httpd-2.0.54-proxy-request.patch
for review, which can be applied to httpd-2.0.54 and now, branches/2.0.x,
which addresses all of the issues cited above.
Note that I do not consider the correction of protocol.c to strip the C-L
where T-E is present to fulfill the need for a correct implementation
in proxy_http.c; modules have too much flexibility to modify the headers
before they hit this logic in the proxy request body handling.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@230592
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Fri, 5 Aug 2005 14:06:46 +0000 (14:06 +0000)]
Merge r225753 from trunk:
* modules/ldap/util_ldap_cache.c (util_ldap_cache_init): Use the
actual available size of the shm segment not the requested size.
Ensure the requested size is aligned. Check errors from apr_rmm_init.
Reviewed by: jorton, minfrin, bnicholes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@230474
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Fri, 5 Aug 2005 13:58:56 +0000 (13:58 +0000)]
Reference the PR filed against 2.0 not the one filed against 1.3.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@230472
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Fri, 5 Aug 2005 12:39:18 +0000 (12:39 +0000)]
Found a PR reference for the piped logger fd leak.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@230455
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Thu, 4 Aug 2005 23:59:34 +0000 (23:59 +0000)]
vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@227521
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 4 Aug 2005 17:07:57 +0000 (17:07 +0000)]
mod_proxy: Fix over-eager handling of '%' for reverse proxies. PR 29554.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@227435
13f79535 -47bb-0310-9956-
ffa450edef68
Jesus Blanco Izquierdo [Thu, 4 Aug 2005 16:02:56 +0000 (16:02 +0000)]
html doc for auth.xml rebuilt
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@227423
13f79535 -47bb-0310-9956-
ffa450edef68
Jesus Blanco Izquierdo [Thu, 4 Aug 2005 16:01:18 +0000 (16:01 +0000)]
html docs for auth.xml rebuilt
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@227422
13f79535 -47bb-0310-9956-
ffa450edef68
Jesus Blanco Izquierdo [Thu, 4 Aug 2005 15:59:32 +0000 (15:59 +0000)]
Translation into Spanish of the Authentication, Authorization and Access Control tutorial.
Translation made by Gustavo Nerea (informatica.gustavo @ gmail.com)
Translation reviewed by Jesus Blanco (blanco @ bitrock.com)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@227421
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Thu, 4 Aug 2005 09:42:43 +0000 (09:42 +0000)]
Merge r225746 from trunk:
* modules/ldap/util_ldap_cache_mgr.c (util_ald_cache_insert): Fix a
cache corruption case: ensure that there is room in the cache for a
copy of the payload before inserting the node.
PR: 34209
Reviewed by: jorton, bnicholes, minfrin
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@227332
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Thu, 4 Aug 2005 09:35:38 +0000 (09:35 +0000)]
Merge r170441, r170573, r170719 from trunk:
* server/log.c (piped_log_spawn): Return the APR error code,
as expected by piped_log_maintenance (and fixing "Unknown
error" messages in error path there).
(ap_open_piped_log): Expect an APR error code.
* server/log.c (ap_open_piped_log): Remove errno handling.
* server/log.c (piped_log_spawn): Don't leak an fd for each
invocation.
Reviewed by: jorton, trawick, wrowe
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@227329
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Wed, 3 Aug 2005 21:37:05 +0000 (21:37 +0000)]
Review some backports.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@227269
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Wed, 3 Aug 2005 20:01:32 +0000 (20:01 +0000)]
* modules/experimental/util_ldap.c (util_ldap_connection_open): Set
connection timeout on the connection, not globally, avoiding segfaults
in older version of OpenLDAP (ITS #3487).
Submitted by: Brad Nicholes
Reviewed by: jorton, wrowe
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@227253
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Wed, 3 Aug 2005 12:53:08 +0000 (12:53 +0000)]
- propose a different OpenLDAP workaround
- propose two more mod_ldap fixes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@227213
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Tue, 2 Aug 2005 16:51:07 +0000 (16:51 +0000)]
vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@227040
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Thu, 28 Jul 2005 14:45:58 +0000 (14:45 +0000)]
Propose to mod_ldap fixes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@225786
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Wed, 27 Jul 2005 10:06:12 +0000 (10:06 +0000)]
Note the mod_ssl/OpenSSL 0.9.8 fix.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@225488
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Tue, 19 Jul 2005 21:59:17 +0000 (21:59 +0000)]
Vetoed the first attempt at a 2.1-dev mod_proxy_http request body
backport - so note this as a showstopper rather than reverting the code.
Also note the RFC bug that the -trace.patch corrects.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@219782
13f79535 -47bb-0310-9956-
ffa450edef68
Jesus Blanco Izquierdo [Tue, 19 Jul 2005 18:45:34 +0000 (18:45 +0000)]
abc.com reverted to abc.dom
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@219752
13f79535 -47bb-0310-9956-
ffa450edef68