mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-09 14:43:16 +00:00
29429a1f58
commit 38c8a9a52082579090e34c033d439ed2cd1a462d upstream. 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> [ added to stable trees to handle the directory change to handle the future stable patches due to the constant churn in this filesystem at the moment - gregkh ] Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
32 lines
579 B
Groff
32 lines
579 B
Groff
GSSAPI ::=
|
|
[APPLICATION 0] IMPLICIT SEQUENCE {
|
|
thisMech
|
|
OBJECT IDENTIFIER ({ksmbd_gssapi_this_mech}),
|
|
negotiationToken
|
|
NegotiationToken
|
|
}
|
|
|
|
MechType ::= OBJECT IDENTIFIER ({ksmbd_neg_token_init_mech_type})
|
|
|
|
MechTypeList ::= SEQUENCE OF MechType
|
|
|
|
NegTokenInit ::=
|
|
SEQUENCE {
|
|
mechTypes
|
|
[0] MechTypeList,
|
|
reqFlags
|
|
[1] BIT STRING OPTIONAL,
|
|
mechToken
|
|
[2] OCTET STRING OPTIONAL ({ksmbd_neg_token_init_mech_token}),
|
|
mechListMIC
|
|
[3] OCTET STRING OPTIONAL
|
|
}
|
|
|
|
NegotiationToken ::=
|
|
CHOICE {
|
|
negTokenInit
|
|
[0] NegTokenInit,
|
|
negTokenTarg
|
|
[1] ANY
|
|
}
|