ntlmssp: Move ntlmssp code to auth/ntlmssp
authorAndrew Bartlett <abartlet@samba.org>
Mon, 25 Jul 2011 06:04:38 +0000 (16:04 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 18 Oct 2011 02:13:31 +0000 (13:13 +1100)
commit0c6e4adcb26557ae6e55169c051f0260151dc5d9
treeecf95f05bbc93f1da279d987856410cf79bdb736
parent5e6543ad76490b5d21b99841e1f984bad7f17e33
ntlmssp: Move ntlmssp code to auth/ntlmssp

This brings in the code from both libcli/auth and
source4/auth/ntlmssp.

Andrew Bartlett

Signed-off-by: Stefan Metzmacher <metze@samba.org>
34 files changed:
auth/ntlmssp/gensec_ntlmssp.c [moved from source4/auth/ntlmssp/ntlmssp_sign.c with 58% similarity]
auth/ntlmssp/ntlmssp.c [moved from libcli/auth/ntlmssp.c with 98% similarity]
auth/ntlmssp/ntlmssp.h [moved from libcli/auth/ntlmssp.h with 72% similarity]
auth/ntlmssp/ntlmssp_ndr.c [moved from libcli/auth/ntlmssp_ndr.c with 98% similarity]
auth/ntlmssp/ntlmssp_ndr.h [moved from libcli/auth/ntlmssp_ndr.h with 100% similarity]
auth/ntlmssp/ntlmssp_private.h [moved from libcli/auth/ntlmssp_private.h with 92% similarity]
auth/ntlmssp/ntlmssp_server.c [moved from libcli/auth/ntlmssp_server.c with 99% similarity]
auth/ntlmssp/ntlmssp_sign.c [moved from libcli/auth/ntlmssp_sign.c with 99% similarity]
auth/ntlmssp/wscript_build [new file with mode: 0644]
auth/wscript_build
libcli/auth/wscript_build
source3/Makefile.in
source3/auth/auth_ntlmssp.c
source3/libads/sasl.c
source3/librpc/crypto/cli_spnego.c
source3/librpc/rpc/dcerpc_helpers.c
source3/libsmb/cliconnect.c
source3/libsmb/clifsinfo.c
source3/libsmb/ntlmssp.c
source3/libsmb/ntlmssp_wrap.c
source3/libsmb/smb2cli_session.c
source3/libsmb/smb_seal.c
source3/rpc_client/cli_pipe.c
source3/rpc_server/dcesrv_ntlmssp.c
source3/smbd/seal.c
source3/smbd/sesssetup.c
source3/smbd/smb2_sesssetup.c
source3/utils/ntlm_auth.c
source3/winbindd/winbindd_ccache_access.c
source4/auth/ntlmssp/ntlmssp.c
source4/auth/ntlmssp/ntlmssp.h [deleted file]
source4/auth/ntlmssp/ntlmssp_client.c
source4/auth/ntlmssp/ntlmssp_server.c
source4/auth/ntlmssp/wscript_build