summaryrefslogtreecommitdiff
path: root/source4/libcli/auth
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-03-09 12:42:45 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:52:39 -0500
commit7d8424ede21185a978a222f609263506c0e20f4e (patch)
treef188c1adf27da59ca2ea96c55674d7187a8a9a96 /source4/libcli/auth
parentda7c2d3a66532f0e41d377f0681a81ab5bc46b45 (diff)
downloadsamba-7d8424ede21185a978a222f609263506c0e20f4e.tar.gz
samba-7d8424ede21185a978a222f609263506c0e20f4e.tar.bz2
samba-7d8424ede21185a978a222f609263506c0e20f4e.zip
r14064: - split out MSRPC_PARSE into a speperate subsystem
- build gensec_ntlmssp always static for now, because torture/auth/ntlmssp.c needs to access functions from it metze (This used to be commit 43733c9556c1c92336780206e3f71bdee6e43eee)
Diffstat (limited to 'source4/libcli/auth')
-rw-r--r--source4/libcli/auth/config.mk2
-rw-r--r--source4/libcli/auth/smbencrypt.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/source4/libcli/auth/config.mk b/source4/libcli/auth/config.mk
index d11f440864..18983e1644 100644
--- a/source4/libcli/auth/config.mk
+++ b/source4/libcli/auth/config.mk
@@ -6,6 +6,6 @@ OBJ_FILES = credentials.o \
session.o \
smbencrypt.o
REQUIRED_SUBSYSTEMS = \
- auth SCHANNELDB gensec_ntlmssp
+ auth SCHANNELDB MSRPC_PARSE
# End SUBSYSTEM LIBCLI_AUTH
#################################
diff --git a/source4/libcli/auth/smbencrypt.c b/source4/libcli/auth/smbencrypt.c
index 0ebd78fa7f..f267baa4c0 100644
--- a/source4/libcli/auth/smbencrypt.c
+++ b/source4/libcli/auth/smbencrypt.c
@@ -26,6 +26,7 @@
#include "system/time.h"
#include "smb.h"
#include "auth/ntlmssp/ntlmssp.h"
+#include "auth/ntlmssp/msrpc_parse.h"
#include "lib/crypto/crypto.h"
#include "libcli/auth/proto.h"
#include "pstring.h"