summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2003-01-28 03:37:14 +0000
committerAndrew Bartlett <abartlet@samba.org>2003-01-28 03:37:14 +0000
commitdc4bb3bed82773ab0a07eb72b3d21305cccb6ecf (patch)
treeacda990f09f7037583408e4696458250eb2d0407 /source3/include
parent99bb7dccb29f44d7edeb0fca3f8cfc01bda03281 (diff)
downloadsamba-dc4bb3bed82773ab0a07eb72b3d21305cccb6ecf.tar.gz
samba-dc4bb3bed82773ab0a07eb72b3d21305cccb6ecf.tar.bz2
samba-dc4bb3bed82773ab0a07eb72b3d21305cccb6ecf.zip
Factor out common code in the NTLMSSP/SPNEGO code.
The idea here is to seperate, as much as possible, the SPNEGO layer from the NTLMSSP layer. This not only helps us with protocol correctness, but also should allow further mechinisms to be added with relitive ease. I indend to make the kerberos code use this shortly. I've never seen the 'zero length blob' form of the anonymous login, so I've removed that case. Andrew Bartlett (This used to be commit a8773c9f825539c5bc17e4200b16d7ebbe0b7620)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/asn_1.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/asn_1.h b/source3/include/asn_1.h
index 7783ab4c2f..9cd873c18a 100644
--- a/source3/include/asn_1.h
+++ b/source3/include/asn_1.h
@@ -55,4 +55,8 @@ typedef struct {
#define OID_KERBEROS5_OLD "1 2 840 48018 1 2 2"
#define OID_KERBEROS5 "1 2 840 113554 1 2 2"
+#define SPNGEO_NEG_RESULT_ACCEPT 0
+#define SPNGEO_NEG_RESULT_INCOMPLETE 1
+#define SPNGEO_NEG_RESULT_REJECT 2
+
#endif /* _ASN_1_H */