summaryrefslogtreecommitdiffstats
path: root/source/include/includes.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2004-05-09 12:42:18 +0000
committerAndrew Bartlett <abartlet@samba.org>2004-05-09 12:42:18 +0000
commit7e5a28d5a355cb48487e5af2d60c54ff30e5e2ab (patch)
tree23b5dee58447cc45dee3545b5a6274d9205e4b1c /source/include/includes.h
parente9aaac6ba28a147ed406cde946037758791f578d (diff)
downloadsamba-7e5a28d5a355cb48487e5af2d60c54ff30e5e2ab.tar.gz
samba-7e5a28d5a355cb48487e5af2d60c54ff30e5e2ab.tar.xz
samba-7e5a28d5a355cb48487e5af2d60c54ff30e5e2ab.zip
r610: - Merge the Samba3 'ntlm_auth --diagnostics' testsuite to Samba4.
- This required using NETLOGON_NEG_AUTH2_FLAGS for the SetupCredentials2 negotiation flags, which is what Samba3 does, because otherwise the server uses different crypto. - This tests the returned session keys, which we decrypt. - Update the Samba4 notion of a 'session key' to be a DATA_BLOB in most places. - Fix session key code to return NT_STATUS_NO_SESSION_KEY if none is available. - Remove a useless argument to SMBsesskeygen_ntv1 - move netr_CredentialState from the .idl to the new credentials.h Andrew Bartlett
Diffstat (limited to 'source/include/includes.h')
-rw-r--r--source/include/includes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/includes.h b/source/include/includes.h
index 622b68b1af0..de06b4d8a53 100644
--- a/source/include/includes.h
+++ b/source/include/includes.h
@@ -709,6 +709,7 @@ extern int errno;
#include "hmacmd5.h"
#include "libcli/auth/ntlmssp.h"
+#include "libcli/auth/credentials.h"
#include "libcli/auth/schannel.h"
#include "auth/auth.h"