Add "windows" versions of the NegTokenInitWin and friends.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19420 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -215,8 +215,10 @@ spnego_files = \
|
|||||||
asn1_MechType.x \
|
asn1_MechType.x \
|
||||||
asn1_MechTypeList.x \
|
asn1_MechTypeList.x \
|
||||||
asn1_NegotiationToken.x \
|
asn1_NegotiationToken.x \
|
||||||
|
asn1_NegotiationTokenWin.x \
|
||||||
asn1_NegHints.x \
|
asn1_NegHints.x \
|
||||||
asn1_NegTokenInit.x \
|
asn1_NegTokenInit.x \
|
||||||
|
asn1_NegTokenInitWin.x \
|
||||||
asn1_NegTokenResp.x
|
asn1_NegTokenResp.x
|
||||||
|
|
||||||
$(libgssapi_la_OBJECTS): $(srcdir)/krb5/gsskrb5-private.h
|
$(libgssapi_la_OBJECTS): $(srcdir)/krb5/gsskrb5-private.h
|
||||||
|
@@ -22,16 +22,20 @@ NegHints ::= SEQUENCE {
|
|||||||
hintAddress [1] OCTET STRING OPTIONAL
|
hintAddress [1] OCTET STRING OPTIONAL
|
||||||
}
|
}
|
||||||
|
|
||||||
|
NegTokenInitWin ::= SEQUENCE {
|
||||||
|
mechTypes [0] MechTypeList,
|
||||||
|
reqFlags [1] ContextFlags OPTIONAL,
|
||||||
|
mechToken [2] OCTET STRING OPTIONAL,
|
||||||
|
negHints [3] NegHints OPTIONAL
|
||||||
|
}
|
||||||
|
|
||||||
NegTokenInit ::= SEQUENCE {
|
NegTokenInit ::= SEQUENCE {
|
||||||
mechTypes [0] MechTypeList,
|
mechTypes [0] MechTypeList,
|
||||||
reqFlags [1] ContextFlags OPTIONAL,
|
reqFlags [1] ContextFlags OPTIONAL,
|
||||||
mechToken [2] OCTET STRING OPTIONAL,
|
mechToken [2] OCTET STRING OPTIONAL,
|
||||||
mechListMIC [3] OCTET STRING OPTIONAL
|
mechListMIC [3] OCTET STRING OPTIONAL
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
-- negHints [3] NegHints OPTIONAL,
|
|
||||||
|
|
||||||
|
|
||||||
-- NB: negResult is not OPTIONAL in the new SPNEGO spec but
|
-- NB: negResult is not OPTIONAL in the new SPNEGO spec but
|
||||||
-- Windows clients do not always send it
|
-- Windows clients do not always send it
|
||||||
@@ -51,4 +55,8 @@ NegotiationToken ::= CHOICE {
|
|||||||
negTokenResp[1] NegTokenResp
|
negTokenResp[1] NegTokenResp
|
||||||
}
|
}
|
||||||
|
|
||||||
|
NegotiationTokenWin ::= CHOICE {
|
||||||
|
negTokenInit[0] NegTokenInitWin
|
||||||
|
}
|
||||||
|
|
||||||
END
|
END
|
||||||
|
Reference in New Issue
Block a user