From bc1b6dd45dae70f6ad617874f0b0e6e5ffee91a1 Mon Sep 17 00:00:00 2001 From: Bradley Nicholes Date: Sat, 31 Dec 2005 00:33:35 +0000 Subject: [PATCH] update the todo list git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/authz-dev@360208 13f79535-47bb-0310-9956-ffa450edef68 --- modules/aaa/mod_authz_core.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/modules/aaa/mod_authz_core.c b/modules/aaa/mod_authz_core.c index d22b1622d67..150c9ea7052 100644 --- a/modules/aaa/mod_authz_core.c +++ b/modules/aaa/mod_authz_core.c @@ -48,7 +48,7 @@ /* TODO List X- Convert all of the authz modules to providers -- Remove the ap_requires field from the request_rec +X- Remove the ap_requires field from the core_dir_config structure X- Remove the ap_requires field from authz_dir_conf X- Remove the function ap_requires() and authz_ap_requires() since their functionality is no longer supported @@ -71,7 +71,7 @@ X- Change the status code to AUTHZ_DENIED, AUTHZ_GRANTED authn_alias. Is there a need for an authz_alias? X- Remove the Satisfy directive functionality and replace it with the , directives -- Remove the Satisfy directive +X- Remove the Satisfy directive X- Implement the block directives to handle the 'and' and 'or' logic for authorization. X- Remove the AuthzXXXAuthoritative directives from all of @@ -83,6 +83,10 @@ X- Fold the Reject directive into the X- Reimplement the host based authorization 'allow', 'deny' and 'order' as authz providers X- Remove the 'allow', 'deny' and 'order' directives +- Merge mod_authn_alias into mod_authn_core +- Remove all of the references to the authzxxxAuthoritative + directives from the documentation +- Remove the Satisfy directive from the documentation */ typedef struct provider_alias_rec { -- 2.47.2