summaryrefslogtreecommitdiff
path: root/source3/librpc/crypto
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-07-22 12:10:30 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-08-03 18:48:03 +1000
commit778bf87d8dbae333bfeea3b0d904fd2b17782745 (patch)
treedbeae46a1920124cb5709174e2b19adba304b15b /source3/librpc/crypto
parent6d7ac4f1ad364cac6266bd3e88d141a7517a7d15 (diff)
downloadsamba-778bf87d8dbae333bfeea3b0d904fd2b17782745.tar.gz
samba-778bf87d8dbae333bfeea3b0d904fd2b17782745.tar.bz2
samba-778bf87d8dbae333bfeea3b0d904fd2b17782745.zip
s3-ntlmssp Remove calls to auth_ntlmssp_and_flags from the server
This is changed so that the callers ask for the additional flags that they need, starting with no additional flags. This helps to create a proper abstraction layer in ntlmssp_wrap/auth_ntlmssp. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'source3/librpc/crypto')
-rw-r--r--source3/librpc/crypto/cli_spnego.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/librpc/crypto/cli_spnego.c b/source3/librpc/crypto/cli_spnego.c
index 3e40d15569..3222d0b7ef 100644
--- a/source3/librpc/crypto/cli_spnego.c
+++ b/source3/librpc/crypto/cli_spnego.c
@@ -21,6 +21,7 @@
#include "../libcli/auth/spnego.h"
#include "include/ntlmssp_wrap.h"
#include "librpc/gen_ndr/ntlmssp.h"
+#include "libcli/auth/ntlmssp.h"
#include "librpc/crypto/gse.h"
#include "librpc/crypto/spnego.h"