r10981: Pull code to decide between and implement NTLMv2, NTLM and LM
authorAndrew Bartlett <abartlet@samba.org>
Fri, 14 Oct 2005 03:57:35 +0000 (03:57 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:39:50 +0000 (13:39 -0500)
commit09c95763301c0f7770d56462e8af4169b8c171fb
tree69bd51d71960ffca847b1146a033b52f5f45957c
parent2b1c88f628b27ffda08de3f4ac83c1f3b052a078
r10981: Pull code to decide between and implement NTLMv2, NTLM and LM
authentication out of the various callers and into the kitchen
sink.. err, credentials subsystem.

This should ensure consistant logic, as well as get us one step closer
to security=server operation in future.

Andrew Bartlett
source/auth/credentials/config.mk
source/auth/credentials/credentials.c
source/auth/credentials/credentials_ntlm.c [new file with mode: 0644]
source/auth/ntlmssp/ntlmssp_client.c
source/libcli/smb_composite/sesssetup.c