mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
29429a1f58
commit 38c8a9a520
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>
41 lines
698 B
Groff
41 lines
698 B
Groff
GSSAPI ::=
|
|
[APPLICATION 0] IMPLICIT SEQUENCE {
|
|
thisMech
|
|
OBJECT IDENTIFIER ({cifs_gssapi_this_mech}),
|
|
negotiationToken
|
|
NegotiationToken
|
|
}
|
|
|
|
MechType ::= OBJECT IDENTIFIER ({cifs_neg_token_init_mech_type})
|
|
|
|
MechTypeList ::= SEQUENCE OF MechType
|
|
|
|
NegHints ::= SEQUENCE {
|
|
hintName
|
|
[0] GeneralString OPTIONAL,
|
|
hintAddress
|
|
[1] OCTET STRING OPTIONAL
|
|
}
|
|
|
|
NegTokenInit2 ::=
|
|
SEQUENCE {
|
|
mechTypes
|
|
[0] MechTypeList OPTIONAL,
|
|
reqFlags
|
|
[1] BIT STRING OPTIONAL,
|
|
mechToken
|
|
[2] OCTET STRING OPTIONAL,
|
|
negHints
|
|
[3] NegHints OPTIONAL,
|
|
mechListMIC
|
|
[3] OCTET STRING OPTIONAL
|
|
}
|
|
|
|
NegotiationToken ::=
|
|
CHOICE {
|
|
negTokenInit
|
|
[0] NegTokenInit2,
|
|
negTokenTarg
|
|
[1] ANY
|
|
}
|