]> granicus.if.org Git - apache/commit
Determine registered authn/z providers directly in ap_setup_auth_internal(),
authorChris Darroch <chrisd@apache.org>
Thu, 22 May 2008 17:01:14 +0000 (17:01 +0000)
committerChris Darroch <chrisd@apache.org>
Thu, 22 May 2008 17:01:14 +0000 (17:01 +0000)
commitfc21f4e72eaa0da0ade4c76c929ac4e2776dde29
treeb84a3442dc6be7acaf56bb86b8997566c0e91800
parentf5b87739207f444121fe3786d13f445f57d60625
Determine registered authn/z providers directly in ap_setup_auth_internal(),
which allows optional functions that just wrapped ap_list_provider_names()
to be removed from authn/z modules.

This change requires modules/aaa/mod_auth.h to be included into
server/request.c, which necessitates a minor change to configure.in for
Unix platforms.

I'm unable to tell whether a similar change is necessary for Windows and
NetWare builds or not.  Could developers with access to those platforms
please test and make any needed configuration or build alterations?  Thanks!

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@659160 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
configure.in
modules/aaa/mod_auth_basic.c
modules/aaa/mod_auth_digest.c
modules/aaa/mod_authn_core.c
modules/aaa/mod_authz_core.c
server/request.c