From bc7bd9831a2fe878905bdc6b3720ae00f88e62bd Mon Sep 17 00:00:00 2001 From: Bradley Nicholes Date: Tue, 17 Jan 2006 16:00:38 +0000 Subject: [PATCH] Note the changes to Authz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@369823 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/CHANGES b/CHANGES index 257eb7ee16..9db006ff26 100644 --- 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 '', '', '' + 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 , Ruediger Pluem] -- 2.40.0