]> granicus.if.org Git - apache/commit
re-introduce ap_satisfies API back into core and modify how the access_checker, check...
authorBradley Nicholes <bnicholes@apache.org>
Wed, 2 May 2007 16:31:39 +0000 (16:31 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Wed, 2 May 2007 16:31:39 +0000 (16:31 +0000)
commit2874d54f16e14eca65147b5be6d2dc7c5a2dbf54
tree743904530dea969930775ed6fefde953d30456b7
parent9c13127a2f2581665315b08ffeec7253cf41efed
re-introduce ap_satisfies API back into core and modify how the access_checker, check_user_id and auth_checker hooks are called so that they respect the precedence that is set through the satisfy ALL/ANY directive. This also restores the directives order, allow, deny, satisfyas supported directives rather than being deprecated.  These directives still remain in mod_access_compat however.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@534533 13f79535-47bb-0310-9956-ffa450edef68
include/http_core.h
modules/aaa/mod_access_compat.c
modules/aaa/mod_auth.h
modules/aaa/mod_authz_core.c
modules/aaa/mod_authz_default.c
server/core.c
server/request.c