Add NTLM_TARGET_*

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22376 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-12-28 18:38:23 +00:00
parent 6ab069c0df
commit d85734d0c5

View File

@@ -46,6 +46,7 @@ struct ntlm_buf {
};
#define NTLM_NEG_UNICODE 0x00000001
#define NTLM_NEG_TARGET 0x00000004
#define NTLM_NEG_SIGN 0x00000010
#define NTLM_NEG_SEAL 0x00000020
#define NTLM_NEG_NTLM 0x00000200
@@ -56,7 +57,8 @@ struct ntlm_buf {
#define NTLM_NEG_ALWAYS_SIGN 0x00008000
#define NTLM_NEG_NTLM2_SESSION 0x00080000
#define NTLM_NEG_TARGET_DOMAIN 0x00010000
#define NTLM_TARGET_DOMAIN 0x00010000
#define NTLM_TARGET_SERVER 0x00020000
#define NTLM_ENC_128 0x20000000
#define NTLM_NEG_KEYEX 0x40000000