From: Jim Jagielski Date: Fri, 8 Dec 2006 15:28:47 +0000 (+0000) Subject: Cast vote and promote X-Git-Tag: 2.2.4~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fd2abc6f7a30023378ce0f2ca6cb159e6718496;p=thirdparty%2Fapache%2Fhttpd.git Cast vote and promote git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@484637 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 4cc525f605a..608d75bd0fb 100644 --- a/STATUS +++ b/STATUS @@ -96,6 +96,14 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK: wrowe adds; keeping the old idents for backporting would have made this alot easier for review - mind \x09's please. + * mod_authnz_ldap: Add an AuthLDAPRemoteUserAttribute directive. If + set, REMOTE_USER will be set to this attribute, rather than the + username supplied by the user. Useful for example when you want users + to log in using an email address, but need to supply a userid instead + to the backend. + Trunk: http://svn.apache.org/viewvc?view=rev&rev=463427 + +1: minfrini, wrowe, jim + PATCHES PROPOSED TO BACKPORT FROM TRUNK: * mod_mem_cache: Convert mod_mem_cache to use APR memory pool functions @@ -208,14 +216,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: +1: minfrin, jim, wrowe wrowe asks; should ptr mobj->m be nulled out for safety's sake? - * mod_authnz_ldap: Add an AuthLDAPRemoteUserAttribute directive. If - set, REMOTE_USER will be set to this attribute, rather than the - username supplied by the user. Useful for example when you want users - to log in using an email address, but need to supply a userid instead - to the backend. - Trunk: http://svn.apache.org/viewvc?view=rev&rev=463427 - +1: minfrini, wrowe - * mod_dumpio: Allow logging at other LogLevels via DumpIOLogLevel directive. Trunk version of patch: