mirror of
https://github.com/torvalds/linux.git
synced 2024-11-14 16:12:02 +00:00
38c8a9a520
Move CIFS/SMB3 related client and server files (cifs.ko and ksmbd.ko and helper modules) to new fs/smb subdirectory: fs/cifs --> fs/smb/client fs/ksmbd --> fs/smb/server fs/smbfs_common --> fs/smb/common Suggested-by: Linus Torvalds <torvalds@linux-foundation.org> Acked-by: Namjae Jeon <linkinjeon@kernel.org> 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
|
|
}
|