From: Eric Covener Date: Tue, 2 Sep 2008 13:36:52 +0000 (+0000) Subject: propose simpler digest vs. mod_authnz_ldap for backport X-Git-Tag: 2.2.10~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d5aebeda532652eb8de93e98e178b0ccdf73e27;p=thirdparty%2Fapache%2Fhttpd.git propose simpler digest vs. mod_authnz_ldap for backport git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@691244 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index af2ca60278e..ca86f327e9f 100644 --- a/STATUS +++ b/STATUS @@ -202,6 +202,16 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: Trunk version of patch works +1: + * mod_authn_alias: Propogate a NULL get_realm_hash() implementation + from AuthnProviderAlias back to mod_auth_digest. This moves detection + of an incompatible-with-digest provider to a startup error. + PR 45196 + Trunk version of patch: + http://svn.apache.org/viewvc?rev=678949&view=rev + Backport version for 2.2.x of patch: + http://people.apache.org/~covener/2.2.x-auth_alias_digest.diff + +1: covener + PATCHES/ISSUES THAT ARE STALLED * beos MPM: Create pmain pool and run modules' child_init hooks when