]> granicus.if.org Git - apache/commitdiff
Note the changes to Authz
authorBradley Nicholes <bnicholes@apache.org>
Tue, 17 Jan 2006 16:00:38 +0000 (16:00 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Tue, 17 Jan 2006 16:00:38 +0000 (16:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@369823 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 257eb7ee16b3693738ee2c7d07bf468df247d081..9db006ff264d6bf2475f683148f62f829f4d0832 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,35 @@
 Changes with Apache 2.3.0
   [Remove entries to the current 2.0 and 2.2 section below, when backported]
 
+  *) Authz: Add the new module mod_authn_core that will provide common
+     authn directives such as 'AuthType', 'AuthName'.  Move the directives
+     'AuthType' and 'AuthName' out of the core module and merge mod_authz_alias 
+     into mod_authn_core. [Brad Nicholes]
+      
+  *) Authz: Mark the directives 'Order', 'Allow', 'Deny' and 'Satisfy' as 
+     deprecated and move them into the new module mod_access_compat which
+     can be loaded to provide backwards compatibility for these directives.
+     [Brad Nicholes]
+     
+  *) Authz: Move the 'Require' directive from the core module as well as 
+     add the directives '<SatisfyAll>', '<SatisfyOne>', '<RequireAlias>' 
+     and 'Reject' to mod_authz_core. The new directives introduce 'AND/OR' 
+     logic into the authorization processing. [Brad Nicholes]
+     
+  *) Authz: Add the new module mod_authz_core which acts as the 
+     authorization provider vector and contains common authz 
+     directives. [Brad Nicholes]
+
+  *) Authz: Renamed mod_authz_dbm authz providers from 'group' and 
+     'file-group' to 'dbm-group' and 'dbm-file-group'. [Brad Nicholes]
+
+  *) Authz: Added the new authz providers 'env', 'ip', 'host', 'all' to handle
+     host-based access control provided by mod_authz_host and invoked 
+     through the 'Require' directive. [Brad Nicholes]
+
+  *) Authz: Convert all of the authz modules from hook based to 
+     provider based. [Brad Nicholes]
+  
   *) mod_cache: Add CacheMinExpire directive to set the minimum time in
      seconds to cache a document.
      [Brian Akins <brian.akins turner.com>, Ruediger Pluem]