auth: Make more of the ntlmssp code private or static
commitf433baa3c8a995cbbeecdcbc75f8ae503a5ae4b6
authorAndrew Bartlett <abartlet@samba.org>
Tue, 31 Jan 2012 10:20:34 +0000 (31 21:20 +1100)
committerStefan Metzmacher <metze@samba.org>
Fri, 17 Feb 2012 09:48:10 +0000 (17 10:48 +0100)
tree067ffd1fe020f51537c23d48d22cce0d1b17a3c1
parent6b573e73fc5d2787ed4165024957501a7c37c27a
auth: Make more of the ntlmssp code private or static

Now that there is only one gensec_ntlmssp server, some of these functions can be static

For the rest, put the implemtnation of the gensec_ntlmssp code into ntlmssp_private.h

Andrew Bartlett

Signed-off-by: Stefan Metzmacher <metze@samba.org>
auth/ntlmssp/gensec_ntlmssp_server.c
auth/ntlmssp/ntlmssp.h
auth/ntlmssp/ntlmssp_private.h
source3/libsmb/ntlmssp_wrap.c
source4/torture/auth/ntlmssp.c