From: Jeff Trawick Date: Sat, 20 Aug 2005 14:46:37 +0000 (+0000) Subject: votes X-Git-Tag: 2.0.55~85 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a02ab1314f737baaa1fdd5467fc80f502c15450;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/STATUS b/STATUS index f0a5303da3e..ddd9e90c95d 100644 --- a/STATUS +++ b/STATUS @@ -201,6 +201,17 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK: 2.0 version: http://people.apache.org/~trawick/179704-20.txt +1: trawick, jorton, wrowe + *) Prevent bad dereferencing of non-existent req struct in + mod_auth_ldap's mod_auth_ldap_auth_checker() if + mod_auth_ldap_check_user_id() was never (fully) called. + Similar behavior to that in 2.1/2.2. + http://people.apache.org/~jim/mod_auth_ldap-2.0.patch + +1: jim, minfrin, bnicholes + + *) Add httxt2dbm for creating RewriteMap DBM Files. + http://svn.apache.org/viewcvs.cgi?rev=209539&view=rev + +1: pquerna, jorton, trawick + PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ please place SVN revisions from trunk here, so it is easy to identify exactly what the proposed changes are! ] @@ -210,13 +221,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: modules/proxy/mod_proxy_ftp.c: r231044 +1: minfrin, jim - *) Prevent bad dereferencing of non-existent req struct in - mod_auth_ldap's mod_auth_ldap_auth_checker() if - mod_auth_ldap_check_user_id() was never (fully) called. - Similar behavior to that in 2.1/2.2. - http://people.apache.org/~jim/mod_auth_ldap-2.0.patch - +1: jim, minfrin, bnicholes - *) Correct RFC 2616 non-compliance by refusing to proxy a request body in a TRACE request, unless TraceEnable extended is configured. Introduces TraceEnable [on|off|extended] to give the administrator @@ -298,6 +302,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: wrowe asks: is it possible to simply strip trailing whitespace instead of special handling for the end of line characters? Seems more portable. + trawick says: makes sense; searching for bandwidth *) mod_cache: Fix handling of 'Vary: *". PR 16125. Trunk: r180341 @@ -320,16 +325,12 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://svn.apache.org/viewcvs.cgi?rev=193127&view=rev +1: jorton - *) Add httxt2dbm for creating RewriteMap DBM Files. - http://svn.apache.org/viewcvs.cgi?rev=209539&view=rev - +1: pquerna, jorton - *) Prevent the byterange filter from buffering responses into memory; a common cause of "why does httpd eat all my memory". http://svn.apache.org/viewcvs?rev=188797&view=rev rediff for 2.0.x: http://people.apache.org/~jorton/ap_byterange.diff PR: 29962 - +1: jorton + +1: jorton, trawick PATCHES TO BACKPORT THAT ARE ON HOLD OR NOT GOING ANYWHERE SOON: