r6458: Split up NTLMSSP into a new directory, and into seperate files for the
authorAndrew Bartlett <abartlet@samba.org>
Mon, 25 Apr 2005 05:03:50 +0000 (05:03 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:11:38 +0000 (13:11 -0500)
commit3045ecfa1df7506a826e53728231ca00451ccef4
treec2290f4021e48e4344b9860b4b092dc6f4af7f9d
parent7fe68b16e6ca90d0b10fd9258c5443a23d798415
r6458: Split up NTLMSSP into a new directory, and into seperate files for the
client and server logic code.  In future, this may allow us to build
only the NTLMSSP client, and not the server, but in the short-term, it
allows me greater sainity in moving around these files.

Andrew Bartlett
(This used to be commit 2f22841c6753e3d5816c12bd463b71f74e1d8796)
12 files changed:
source4/auth/auth.h
source4/auth/gensec/gensec.mk
source4/auth/gensec/ntlmssp.c [deleted file]
source4/auth/ntlmssp/ntlmssp.c [new file with mode: 0644]
source4/auth/ntlmssp/ntlmssp.h [moved from source4/auth/gensec/ntlmssp.h with 100% similarity]
source4/auth/ntlmssp/ntlmssp.mk [new file with mode: 0644]
source4/auth/ntlmssp/ntlmssp_client.c [new file with mode: 0644]
source4/auth/ntlmssp/ntlmssp_parse.c [moved from source4/auth/gensec/ntlmssp_parse.c with 100% similarity]
source4/auth/ntlmssp/ntlmssp_server.c [new file with mode: 0644]
source4/auth/ntlmssp/ntlmssp_sign.c [moved from source4/auth/gensec/ntlmssp_sign.c with 99% similarity]
source4/build/smb_build/main.pm
source4/torture/auth/ntlmssp.c