summaryrefslogtreecommitdiff
path: root/source4/libcli/auth/spnego.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-07-06 17:46:47 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:56:53 -0500
commit215c400aee73160bae0d036db8617be0aa3c8b99 (patch)
treed63cd11e55281c748689da7085d530f22ceef3d8 /source4/libcli/auth/spnego.h
parent1432bb01f38b3791356bb5e45193452a0770da96 (diff)
downloadsamba-215c400aee73160bae0d036db8617be0aa3c8b99.tar.gz
samba-215c400aee73160bae0d036db8617be0aa3c8b99.tar.bz2
samba-215c400aee73160bae0d036db8617be0aa3c8b99.zip
r1363: add SPNEGO_NONE_RESULT as spnego_negResult value
this should indicate that we don't send a spnego_negResult t all over the wire metze (This used to be commit 69d685d81784e5fb33e41d3244498ac620a2f5f0)
Diffstat (limited to 'source4/libcli/auth/spnego.h')
-rw-r--r--source4/libcli/auth/spnego.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/libcli/auth/spnego.h b/source4/libcli/auth/spnego.h
index eba98c5218..decd79e107 100644
--- a/source4/libcli/auth/spnego.h
+++ b/source4/libcli/auth/spnego.h
@@ -36,7 +36,8 @@
enum spnego_negResult {
SPNEGO_ACCEPT_COMPLETED = 0,
SPNEGO_ACCEPT_INCOMPLETE = 1,
- SPNEGO_REJECT = 2
+ SPNEGO_REJECT = 2,
+ SPNEGO_NONE_RESULT = 3
};
struct spnego_negTokenInit {