]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
propose simpler digest vs. mod_authnz_ldap for backport
authorEric Covener <covener@apache.org>
Tue, 2 Sep 2008 13:36:52 +0000 (13:36 +0000)
committerEric Covener <covener@apache.org>
Tue, 2 Sep 2008 13:36:52 +0000 (13:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@691244 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index af2ca60278ea3fad1114a06d4b46f347ee4243cf..ca86f327e9f40771eb45f399ab0edbd47f7d47c0 100644 (file)
--- 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