You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2008/09/02 15:36:53 UTC

svn commit: r691244 - /httpd/httpd/branches/2.2.x/STATUS

Author: covener
Date: Tue Sep  2 06:36:52 2008
New Revision: 691244

URL: http://svn.apache.org/viewvc?rev=691244&view=rev
Log:
propose simpler digest vs. mod_authnz_ldap for backport

Modified:
    httpd/httpd/branches/2.2.x/STATUS

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=691244&r1=691243&r2=691244&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Tue Sep  2 06:36:52 2008
@@ -202,6 +202,16 @@
        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