summaryrefslogtreecommitdiff
path: root/source4/auth/ntlmssp/ntlmssp.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2006-07-12 00:02:50 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:10:03 -0500
commit51de50de292df3af48a68366eef4ee526ceb801d (patch)
tree03cb88c3995c8e57599ed1d5480cd58cd80276ca /source4/auth/ntlmssp/ntlmssp.h
parent571052fec8767d7b9005512d61d4687d40e465e8 (diff)
downloadsamba-51de50de292df3af48a68366eef4ee526ceb801d.tar.gz
samba-51de50de292df3af48a68366eef4ee526ceb801d.tar.bz2
samba-51de50de292df3af48a68366eef4ee526ceb801d.zip
r16961: Merge 'seperate policy from logic' changes from Samba3. The 56-bit
flag is handled just like all the others. Also negotiate the unknown 0x02000000 flag, to match windows. Andrew Bartlett (This used to be commit 1d0befdb681ed9974d1bdff46ce56353552ee0e0)
Diffstat (limited to 'source4/auth/ntlmssp/ntlmssp.h')
-rw-r--r--source4/auth/ntlmssp/ntlmssp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/auth/ntlmssp/ntlmssp.h b/source4/auth/ntlmssp/ntlmssp.h
index 1efb1afd54..a9ad988a5f 100644
--- a/source4/auth/ntlmssp/ntlmssp.h
+++ b/source4/auth/ntlmssp/ntlmssp.h
@@ -62,6 +62,7 @@ enum ntlmssp_message_type
#define NTLMSSP_CHAL_NON_NT_SESSION_KEY 0x00040000
#define NTLMSSP_NEGOTIATE_NTLM2 0x00080000
#define NTLMSSP_CHAL_TARGET_INFO 0x00800000
+#define NTLMSSP_UNKNOWN_02000000 0x02000000
#define NTLMSSP_NEGOTIATE_128 0x20000000 /* 128-bit encryption */
#define NTLMSSP_NEGOTIATE_KEY_EXCH 0x40000000
#define NTLMSSP_NEGOTIATE_56 0x80000000