mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 21:38:32 +08:00
1a93084b9a
Move fs/cifsd to fs/ksmbd and rename the remaining cifsd name to ksmbd. Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com> Signed-off-by: Steve French <stfrench@microsoft.com>
20 lines
335 B
Groff
20 lines
335 B
Groff
GSSAPI ::=
|
|
CHOICE {
|
|
negTokenInit
|
|
[0] ANY,
|
|
negTokenTarg
|
|
[1] NegTokenTarg
|
|
}
|
|
|
|
NegTokenTarg ::=
|
|
SEQUENCE {
|
|
negResult
|
|
[0] ENUMERATED OPTIONAL,
|
|
supportedMech
|
|
[1] OBJECT IDENTIFIER OPTIONAL,
|
|
responseToken
|
|
[2] OCTET STRING OPTIONAL ({ksmbd_neg_token_targ_resp_token}),
|
|
mechListMIC
|
|
[3] OCTET STRING OPTIONAL
|
|
}
|