]> granicus.if.org Git - apache/commit
Introduce note_auth_failure hook to allow modules to add support
authorStefan Fritsch <sf@apache.org>
Sun, 4 Jul 2010 21:16:53 +0000 (21:16 +0000)
committerStefan Fritsch <sf@apache.org>
Sun, 4 Jul 2010 21:16:53 +0000 (21:16 +0000)
commiteedf13033285d80373548093b26b87330db872e3
tree6ef2594bf7e2ea93565bee5701921ef17fb0efda
parenta52fa4db6d56efa330df535b00c39da0bfac471d
Introduce note_auth_failure hook to allow modules to add support
for additional auth types. This makes ap_note_auth_failure() work with
mod_auth_digest again.

PR: 48807

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@960399 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
include/ap_mmn.h
include/http_protocol.h
modules/aaa/mod_auth_basic.c
modules/aaa/mod_auth_digest.c
modules/aaa/mod_auth_form.c
modules/aaa/mod_authz_core.c
server/protocol.c