Move NTLM authentication details into auth/ntlm
authorAndrew Bartlett <abartlet@samba.org>
Mon, 5 May 2008 05:23:57 +0000 (15:23 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 5 May 2008 05:23:57 +0000 (15:23 +1000)
commitefa399037511ced8978f2e7661a71aac7a384883
tree7610ce8f633de30077cd776b198ae2d3b77b3b66
parenta1e60ebc6d1e794011df5f69f691f4ec8622e991
Move NTLM authentication details into auth/ntlm

This should help clarify the role of the various files around here
(done on Jelmer's request).

Andrew Bartlett
18 files changed:
source/auth/config.mk
source/auth/ntlm/auth.c [moved from source/auth/auth.c with 100% similarity]
source/auth/ntlm/auth_anonymous.c [moved from source/auth/auth_anonymous.c with 100% similarity]
source/auth/ntlm/auth_developer.c [moved from source/auth/auth_developer.c with 100% similarity]
source/auth/ntlm/auth_proto.h [new file with mode: 0644]
source/auth/ntlm/auth_sam.c [moved from source/auth/auth_sam.c with 99% similarity]
source/auth/ntlm/auth_server.c [moved from source/auth/auth_server.c with 100% similarity]
source/auth/ntlm/auth_simple.c [moved from source/auth/auth_simple.c with 100% similarity]
source/auth/ntlm/auth_unix.c [moved from source/auth/auth_unix.c with 100% similarity]
source/auth/ntlm/auth_util.c [moved from source/auth/auth_util.c with 100% similarity]
source/auth/ntlm/auth_winbind.c [moved from source/auth/auth_winbind.c with 100% similarity]
source/auth/ntlm/config.mk [new file with mode: 0644]
source/auth/ntlm/ntlm_check.c [moved from source/auth/ntlm_check.c with 99% similarity]
source/auth/ntlm/ntlm_check.h [new file with mode: 0644]
source/auth/ntlm/pam_errors.c [moved from source/auth/pam_errors.c with 100% similarity]
source/auth/ntlm/pam_errors.h [new file with mode: 0644]
source/utils/config.mk
source/utils/ntlm_auth.c