s3:ntlmssp Move ntlmssp_sign.c from source3 to common code.
authorAndrew Bartlett <abartlet@samba.org>
Tue, 25 May 2010 10:58:52 +0000 (20:58 +1000)
committerGünther Deschner <gd@samba.org>
Mon, 31 May 2010 13:11:36 +0000 (15:11 +0200)
commit62708fbd1bf6a54d880011ce7d95ee43e08cf30e
treed6326dfdd86561d623b61920dd503a2ab6914cae
parentd6fa371b92681a327a86239721fc5990d91ad74f
s3:ntlmssp Move ntlmssp_sign.c from source3 to common code.

This needs a small re-arrangement of the supporting code.

Andrew Bartlett

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Signed-off-by: Günther Deschner <gd@samba.org>
libcli/auth/ntlmssp.c [new file with mode: 0644]
libcli/auth/ntlmssp.h
libcli/auth/ntlmssp_private.h [new file with mode: 0644]
libcli/auth/ntlmssp_sign.c [moved from source3/libsmb/ntlmssp_sign.c with 99% similarity]
source3/Makefile.in
source3/include/proto.h
source3/libsmb/ntlmssp.c