]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Split the authz type from the arguments when the
authorBradley Nicholes <bnicholes@apache.org>
Wed, 7 Dec 2005 05:19:21 +0000 (05:19 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Wed, 7 Dec 2005 05:19:21 +0000 (05:19 +0000)
commit98a7c5388258492799318a208a1a53bb5acc0f0a
tree98d0990a5e7dc9cbb9b892d3ed9344309a195830
parent6e8e10ce6028bd6b8becba1ce950f61adf084200
Split the authz type from the arguments when the
   authz provider is registered and store the type
   in ->provider_name and the arguments in ->requirement
Move the check for METHOD_MASK out of the authz
   providers and into the provider vector
Change the status code to AUTHZ_DENIED, AUTHZ_GRANTED
   and AUTHZ_GENERAL_ERROR

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/authz-dev@354716 13f79535-47bb-0310-9956-ffa450edef68
modules/aaa/mod_auth.h
modules/aaa/mod_authz_core.c
modules/aaa/mod_authz_user.c