summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2004-07-12 09:07:10 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:57:32 -0500
commitb62e6f1ec13c6cad5a94a2a27dc14d3fdfdd4cfc (patch)
treef7cfeecdfeccf04a10a0c0a27f823d1ceb6a785f /source4
parente053c719ab0f270dbad46dfb9e6eeae22e3b833d (diff)
downloadsamba-b62e6f1ec13c6cad5a94a2a27dc14d3fdfdd4cfc.tar.gz
samba-b62e6f1ec13c6cad5a94a2a27dc14d3fdfdd4cfc.tar.bz2
samba-b62e6f1ec13c6cad5a94a2a27dc14d3fdfdd4cfc.zip
r1461: ntlm_check.c is a server-side peice of code, so it belongs in AUTH.
Andrew Bartlett (This used to be commit 67ac9600664e93aa2fe9426127313b57ddaec2cf)
Diffstat (limited to 'source4')
-rw-r--r--source4/auth/config.mk3
-rw-r--r--source4/auth/ntlm_check.c (renamed from source4/libcli/auth/ntlm_check.c)0
2 files changed, 2 insertions, 1 deletions
diff --git a/source4/auth/config.mk b/source4/auth/config.mk
index b4082cb9e5..223f082e6a 100644
--- a/source4/auth/config.mk
+++ b/source4/auth/config.mk
@@ -26,6 +26,7 @@ INIT_OBJ_FILES = \
ADD_OBJ_FILES = \
auth/auth_util.o \
auth/pampass.o \
- auth/pass_check.o
+ auth/pass_check.o \
+ auth/ntlm_check.o
# End SUBSYSTEM AUTH
#######################
diff --git a/source4/libcli/auth/ntlm_check.c b/source4/auth/ntlm_check.c
index f101b230d4..f101b230d4 100644
--- a/source4/libcli/auth/ntlm_check.c
+++ b/source4/auth/ntlm_check.c