From: Jeff Trawick Date: Fri, 2 Nov 2007 01:19:32 +0000 (+0000) Subject: out with X-Git-Tag: 2.2.7~267 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f70db04d0482d013ec63805f6c7bbea5dddd9725;p=thirdparty%2Fapache%2Fhttpd.git out with if (str[j] >= 'a' && str[j] <= 'z') { str[j] = str[j] - ('a' - 'A'); } in with str[j] = apr_toupper(str[j]); git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@591184 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 1d73b2c93ca..2cf2325cdd6 100644 --- a/STATUS +++ b/STATUS @@ -249,6 +249,15 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: space for the NUL, but they don't have related sections which assume a set size; this does (AP_IOBUFSIZE). + * EBCDIC fix to mod_authnz_ldap AUTHENTICATE_foo variables + trunk: + http://svn.apache.org/viewvc?view=rev&revision=571798 + 2.2.x patch: + Unrelated changes which either don't apply or rely on + a definition in mod_auth.h have been omitted. + http://people.apache.org/~trawick/ldap_toupper.txt + +1: trawick + PATCHES/ISSUES THAT ARE STALLED * mod_ldap, mod_authnzldap: Add support for nested groups (i.e. the ability