s3-ntlmssp Add hooks to optionally call into GENSEC in auth_ntlmssp
authorAndrew Bartlett <abartlet@samba.org>
Wed, 27 Jul 2011 03:34:34 +0000 (13:34 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 3 Aug 2011 08:48:03 +0000 (18:48 +1000)
commitd69843c908d2dab9f5296096eccf8650296b79f4
treea1881623bac18445011e4a6344568c6dc78cef63
parentdee845eb70379feae89940e9535541f7957c60d9
s3-ntlmssp Add hooks to optionally call into GENSEC in auth_ntlmssp

This allows the current behaviour of the NTLMSSP code to be unchanged
while adding a way to hook in an alternate implementation via an auth
module.

Andrew Bartlett

Signed-off-by: Andrew Tridgell <tridge@samba.org>
source3/Makefile.in
source3/auth/auth_ntlmssp.c
source3/include/ntlmssp_wrap.h
source3/libsmb/ntlmssp_wrap.c
source3/wscript_build
source4/auth/gensec/schannel.c
source4/auth/gensec/socket.c