]> granicus.if.org Git - apache/commit
Allow authz providers to check args while reading the config and allow
authorStefan Fritsch <sf@apache.org>
Sun, 19 Sep 2010 17:55:47 +0000 (17:55 +0000)
committerStefan Fritsch <sf@apache.org>
Sun, 19 Sep 2010 17:55:47 +0000 (17:55 +0000)
commit1008c272602551d6fef0d05e6f214c66f51de5c7
tree6fb6a023cf6785c87e5ecf8a87a80aa57bcd9f9d
parentb661aa20aa532bb152418fb4bc8a1ea5f53c4751
Allow authz providers to check args while reading the config and allow
them to cache parsed args.

Use this to check that argument to 'all' provider is 'granted' or 'denied'.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@998706 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
include/ap_mmn.h
include/mod_auth.h
modules/aaa/mod_authnz_ldap.c
modules/aaa/mod_authz_core.c
modules/aaa/mod_authz_dbd.c
modules/aaa/mod_authz_dbm.c
modules/aaa/mod_authz_groupfile.c
modules/aaa/mod_authz_host.c
modules/aaa/mod_authz_owner.c
modules/aaa/mod_authz_user.c