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)
commit7ee76eeae5b3e9e5f5b226039e7276897f5e6764
treed2de6ee6008582b0d521a8b6a446fd2886aa8a37
parent2c95244f1115c87a8ec3101427680a834d71ceaf
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
(This used to be commit efa399037511ced8978f2e7661a71aac7a384883)
18 files changed:
source4/auth/config.mk
source4/auth/ntlm/auth.c [moved from source4/auth/auth.c with 100% similarity]
source4/auth/ntlm/auth_anonymous.c [moved from source4/auth/auth_anonymous.c with 100% similarity]
source4/auth/ntlm/auth_developer.c [moved from source4/auth/auth_developer.c with 100% similarity]
source4/auth/ntlm/auth_proto.h [new file with mode: 0644]
source4/auth/ntlm/auth_sam.c [moved from source4/auth/auth_sam.c with 99% similarity]
source4/auth/ntlm/auth_server.c [moved from source4/auth/auth_server.c with 100% similarity]
source4/auth/ntlm/auth_simple.c [moved from source4/auth/auth_simple.c with 100% similarity]
source4/auth/ntlm/auth_unix.c [moved from source4/auth/auth_unix.c with 100% similarity]
source4/auth/ntlm/auth_util.c [moved from source4/auth/auth_util.c with 100% similarity]
source4/auth/ntlm/auth_winbind.c [moved from source4/auth/auth_winbind.c with 100% similarity]
source4/auth/ntlm/config.mk [new file with mode: 0644]
source4/auth/ntlm/ntlm_check.c [moved from source4/auth/ntlm_check.c with 99% similarity]
source4/auth/ntlm/ntlm_check.h [new file with mode: 0644]
source4/auth/ntlm/pam_errors.c [moved from source4/auth/pam_errors.c with 100% similarity]
source4/auth/ntlm/pam_errors.h [new file with mode: 0644]
source4/utils/config.mk
source4/utils/ntlm_auth.c