summaryrefslogtreecommitdiff
path: root/libcli/auth/spnego.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2009-09-17 11:11:23 -0700
committerJeremy Allison <jra@samba.org>2009-09-17 11:11:23 -0700
commit389e2fb812097073d710cd7bf19396112936b404 (patch)
treec0813de9672cdbbceeb1bec790f81e8f8c429c10 /libcli/auth/spnego.h
parent95311a220e7107ec8b3012d67d5efef57313a274 (diff)
parentf8dae40fc8e40f747a4571a2500bba9f1a790fa5 (diff)
downloadsamba-389e2fb812097073d710cd7bf19396112936b404.tar.gz
samba-389e2fb812097073d710cd7bf19396112936b404.tar.bz2
samba-389e2fb812097073d710cd7bf19396112936b404.zip
Merge branch 'master' of ssh://jra@git.samba.org/data/git/samba
Diffstat (limited to 'libcli/auth/spnego.h')
-rw-r--r--libcli/auth/spnego.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcli/auth/spnego.h b/libcli/auth/spnego.h
index 08350a44ff..4b60f22d32 100644
--- a/libcli/auth/spnego.h
+++ b/libcli/auth/spnego.h
@@ -32,7 +32,6 @@
#define SPNEGO_ANON_FLAG 0x10
#define SPNEGO_CONF_FLAG 0x20
#define SPNEGO_INTEG_FLAG 0x40
-#define SPNEGO_REQ_FLAG 0x80
enum spnego_negResult {
SPNEGO_ACCEPT_COMPLETED = 0,
@@ -43,7 +42,8 @@ enum spnego_negResult {
struct spnego_negTokenInit {
const char **mechTypes;
- int reqFlags;
+ DATA_BLOB reqFlags;
+ uint8_t reqFlagsPadding;
DATA_BLOB mechToken;
DATA_BLOB mechListMIC;
char *targetPrincipal;