auth: Remove .get_challenge (only used for security=server)
authorAndrew Bartlett <abartlet@samba.org>
Sat, 30 Jun 2012 08:30:57 +0000 (18:30 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 2 Jul 2012 22:13:01 +0000 (08:13 +1000)
commiteba87995145b0e14672c1f6993f7aa3422d62541
treecd6be4bd78541ebabb689d3241c7ec1b853728f4
parentab80b99815a51b07e9e89b423e847824ec71bd3c
auth: Remove .get_challenge (only used for security=server)

With NTLMSSP, for NTLM2 we need to be able to set the effective challenge,
so if we ever did use a module that needed this functionlity, we would
downgrade to just NTLM.

Now that security=server has been removed, we have no such module.

This will make it easier to make the auth subsystem async, as we will
not need to consider making .get_challenge async.

Andrew Bartlett
15 files changed:
auth/common_auth.h
auth/ntlmssp/ntlmssp_server.c
source3/auth/auth.c
source3/auth/auth_builtin.c
source3/auth/auth_generic.c
source3/auth/auth_ntlmssp.c
source3/include/auth.h
source3/utils/ntlm_auth.c
source4/auth/auth.h
source4/auth/ntlm/auth.c
source4/auth/ntlm/auth_anonymous.c
source4/auth/ntlm/auth_developer.c
source4/auth/ntlm/auth_sam.c
source4/auth/ntlm/auth_unix.c
source4/auth/ntlm/auth_winbind.c