summaryrefslogtreecommitdiff
path: root/source3/include/ntlmssp.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-04-30 18:47:40 +0200
committerGünther Deschner <gd@samba.org>2008-04-30 18:55:57 +0200
commite7142ef180d88e5e0daa6b853a04ff9f1ce4d22a (patch)
tree9be9b3116adaef28af23bb386a7026c344f32be0 /source3/include/ntlmssp.h
parentfb623c942d2b9dd3b9a47ee62593fd04805411d3 (diff)
downloadsamba-e7142ef180d88e5e0daa6b853a04ff9f1ce4d22a.tar.gz
samba-e7142ef180d88e5e0daa6b853a04ff9f1ce4d22a.tar.bz2
samba-e7142ef180d88e5e0daa6b853a04ff9f1ce4d22a.zip
ntlmssp: replace UNKNOWN_02000000 with NTLMSSP_NEGOTIATE_VERSION.
Guenther (This used to be commit 2c41d69bcf6f0897ef9d444a8f167aff1772d562)
Diffstat (limited to 'source3/include/ntlmssp.h')
-rw-r--r--source3/include/ntlmssp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/ntlmssp.h b/source3/include/ntlmssp.h
index 7fe1442b4c..3fb41c5613 100644
--- a/source3/include/ntlmssp.h
+++ b/source3/include/ntlmssp.h
@@ -59,7 +59,7 @@ enum NTLM_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_VERSION 0x02000000
#define NTLMSSP_NEGOTIATE_128 0x20000000 /* 128-bit encryption */
#define NTLMSSP_NEGOTIATE_KEY_EXCH 0x40000000
#define NTLMSSP_NEGOTIATE_56 0x80000000