linux-stable/fs/cifs
Linus Torvalds 9c849ce86e 11 cifs/smb3 client fixes, including some restructuring to allow disabling less secure algorithms, and 2 for stable
-----BEGIN PGP SIGNATURE-----
 
 iQGzBAABCgAdFiEE6fsu8pdIjtWE/DpLiiy9cAdyT1EFAmEsHj4ACgkQiiy9cAdy
 T1EIaAwAojBPoKmXwYGWRWtged9Z2U0gKa2yud+e02dqXemR0g7dqtyQThYru9VV
 v/lbQUi+WZT+uWpYPyXqcFjOXj2gZkSAcXxpXgDQfDecl3rXo+pUTzPXCqcbRxmu
 mpNrU5XrFtuX44dltPhg/BQvdnIyzmeeJ34BbdljQ+Ph9jy89hr7plXMmloyClCY
 f/BS1jalE9QMBgGDjmqaJ0eaz7oyhCjXF399NXE245OQsT6N+92D/mH7CYFMjKNp
 FQZ6rK1qeZaPuG5zFTYiS9ajzAdYxxGDa7gjo7+Totdr+IJJHW6aODjklngjZKHl
 ihTXLKpX/PxNZ45ILDLYcmzfDsj9hB63V9B0ARfDTI4VMc3f5yltxu0DxSTOn78v
 zRtfvyyw3scVnk9j2PhaJk/fofrv/RwdNPjlMX5QvuSG4u0E2DlKNX/YUpPgAZmH
 PU7XS/OPYcpo5Q4aPJ5cYgulsvnNiTlY0QYkM1eB0zv8koLPRFkvpMnShVEcahOq
 0Tw5Ekhp
 =d9f7
 -----END PGP SIGNATURE-----

Merge tag '5.15-rc-smb3-fixes-part1' of git://git.samba.org/sfrench/cifs-2.6

Pull cifs client updates from Steve French:
 "Eleven cifs/smb3 client fixes:

   - mostly restructuring to allow disabling less secure algorithms
     (this will allow eventual removing rc4 and md4 from general use in
     the kernel)

   - four fixes, including two for stable

   - enable r/w support with fscache and cifs.ko

  I am working on a larger set of changes (the usual ... multichannel,
  auth and signing improvements), but wanted to get these in earlier to
  reduce chance of merge conflicts later in the merge window"

* tag '5.15-rc-smb3-fixes-part1' of git://git.samba.org/sfrench/cifs-2.6:
  cifs: Do not leak EDEADLK to dgetents64 for STATUS_USER_SESSION_DELETED
  cifs: add cifs_common directory to MAINTAINERS file
  cifs: cifs_md4 convert to SPDX identifier
  cifs: create a MD4 module and switch cifs.ko to use it
  cifs: fork arc4 and create a separate module for it for cifs and other users
  cifs: remove support for NTLM and weaker authentication algorithms
  cifs: enable fscache usage even for files opened as rw
  oid_registry: Add OIDs for missing Spnego auth mechanisms to Macs
  smb3: fix posix extensions mount option
  cifs: fix wrong release in sess_alloc_buffer() failed path
  CIFS: Fix a potencially linear read overflow
2021-08-31 09:22:37 -07:00
..
Kconfig cifs: create a MD4 module and switch cifs.ko to use it 2021-08-25 15:48:00 -05:00
Makefile cifs: decoding negTokenInit with generic ASN1 decoder 2021-06-20 21:28:17 -05:00
asn1.c cifs: decoding negTokenInit with generic ASN1 decoder 2021-06-20 21:28:17 -05:00
cache.c cifs: use SPDX-Licence-Identifier 2021-06-20 21:28:17 -05:00
cifs_debug.c cifs: remove support for NTLM and weaker authentication algorithms 2021-08-25 15:47:06 -05:00
cifs_debug.h cifs: use SPDX-Licence-Identifier 2021-06-20 21:28:17 -05:00
cifs_dfs_ref.c cifs: Do not use the original cruid when following DFS links for multiuser mounts 2021-07-14 10:06:33 -05:00
cifs_fs_sb.h cifs: use SPDX-Licence-Identifier 2021-06-20 21:28:17 -05:00
cifs_ioctl.h cifs: use SPDX-Licence-Identifier 2021-06-20 21:28:17 -05:00
cifs_spnego.c cifs: use SPDX-Licence-Identifier 2021-06-20 21:28:17 -05:00
cifs_spnego.h cifs: use SPDX-Licence-Identifier 2021-06-20 21:28:17 -05:00
cifs_spnego_negtokeninit.asn1 cifs: decoding negTokenInit with generic ASN1 decoder 2021-06-20 21:28:17 -05:00
cifs_swn.c cifs: remove support for NTLM and weaker authentication algorithms 2021-08-25 15:47:06 -05:00
cifs_swn.h cifs: simplify SWN code with dummy funcs instead of ifdefs 2021-04-25 16:28:22 -05:00
cifs_unicode.c CIFS: Fix a potencially linear read overflow 2021-08-25 15:42:15 -05:00
cifs_unicode.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 2019-05-30 11:26:35 -07:00
cifs_uniupr.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 2019-05-30 11:26:35 -07:00
cifsacl.c smb3: fix possible access to uninitialized pointer to DACL 2021-06-23 19:26:40 -05:00
cifsacl.h cifs: use SPDX-Licence-Identifier 2021-06-20 21:28:17 -05:00
cifsencrypt.c cifs: fork arc4 and create a separate module for it for cifs and other users 2021-08-25 15:47:57 -05:00
cifsfs.c cifs: create a MD4 module and switch cifs.ko to use it 2021-08-25 15:48:00 -05:00
cifsfs.h cifs: update internal version number 2021-07-09 13:03:36 -05:00
cifsglob.h cifs: remove support for NTLM and weaker authentication algorithms 2021-08-25 15:47:06 -05:00
cifspdu.h cifs: remove support for NTLM and weaker authentication algorithms 2021-08-25 15:47:06 -05:00
cifsproto.h cifs: remove support for NTLM and weaker authentication algorithms 2021-08-25 15:47:06 -05:00
cifsroot.c cifs: Standardize logging output 2020-06-01 00:10:18 -05:00
cifssmb.c cifs: remove support for NTLM and weaker authentication algorithms 2021-08-25 15:47:06 -05:00
connect.c cifs: remove support for NTLM and weaker authentication algorithms 2021-08-25 15:47:06 -05:00
dfs_cache.c cifs: support share failover when remounting 2021-07-22 11:43:23 -05:00
dfs_cache.h cifs: support share failover when remounting 2021-07-22 11:43:23 -05:00
dir.c cifs: use the correct max-length for dentry_path_raw() 2021-08-10 10:45:50 -05:00
dns_resolve.c cifs: use the expiry output of dns_query to schedule next resolution 2021-07-14 10:06:03 -05:00
dns_resolve.h cifs: use the expiry output of dns_query to schedule next resolution 2021-07-14 10:06:03 -05:00
export.c cifs: use SPDX-Licence-Identifier 2021-06-20 21:28:17 -05:00
file.c cifs: enable fscache usage even for files opened as rw 2021-08-25 15:45:10 -05:00
fs_context.c cifs: remove support for NTLM and weaker authentication algorithms 2021-08-25 15:47:06 -05:00
fs_context.h cifs: remove support for NTLM and weaker authentication algorithms 2021-08-25 15:47:06 -05:00
fscache.c cifs: enable fscache usage even for files opened as rw 2021-08-25 15:45:10 -05:00
fscache.h cifs: enable fscache usage even for files opened as rw 2021-08-25 15:45:10 -05:00
inode.c cifs: enable fscache usage even for files opened as rw 2021-08-25 15:45:10 -05:00
ioctl.c cifs: use SPDX-Licence-Identifier 2021-06-20 21:28:17 -05:00
link.c cifs: use SPDX-Licence-Identifier 2021-06-20 21:28:17 -05:00
misc.c cifs: Call close synchronously during unlink/rename/lease break. 2021-08-12 11:29:58 -05:00
netlink.c cifs: Constify static struct genl_ops 2021-06-20 21:28:16 -05:00
netlink.h cifs: Register generic netlink family 2020-12-14 09:16:22 -06:00
netmisc.c cifs`: handle ERRBaduid for SMB1 2020-08-02 18:00:25 -05:00
nterr.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61 2019-05-24 17:36:45 +02:00
nterr.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61 2019-05-24 17:36:45 +02:00
ntlmssp.h cifs: use SPDX-Licence-Identifier 2021-06-20 21:28:17 -05:00
readdir.c cifs: Do not leak EDEADLK to dgetents64 for STATUS_USER_SESSION_DELETED 2021-08-25 16:08:38 -05:00
rfc1002pdu.h cifs: use SPDX-Licence-Identifier 2021-06-20 21:28:17 -05:00
sess.c cifs: remove support for NTLM and weaker authentication algorithms 2021-08-25 15:47:06 -05:00
smb1ops.c cifs: constify path argument of ->make_node() 2021-04-25 16:28:23 -05:00
smb2file.c cifs: use SPDX-Licence-Identifier 2021-06-20 21:28:17 -05:00
smb2glob.h cifs: use SPDX-Licence-Identifier 2021-06-20 21:28:17 -05:00
smb2inode.c cifs: use SPDX-Licence-Identifier 2021-06-20 21:28:17 -05:00
smb2maperror.c cifs: cifs_md4 convert to SPDX identifier 2021-08-25 15:51:52 -05:00
smb2misc.c cifs: fix NULL dereference in smb2_check_message() 2021-06-23 13:04:36 -05:00
smb2ops.c \n 2021-08-30 10:24:50 -07:00
smb2pdu.c cifs: create sd context must be a multiple of 8 2021-08-05 12:48:42 -05:00
smb2pdu.h SMB3.1.1: fix mount failure to some servers when compression enabled 2021-07-15 19:07:04 -05:00
smb2proto.h cifs: use SPDX-Licence-Identifier 2021-06-20 21:28:17 -05:00
smb2status.h cifs: use SPDX-Licence-Identifier 2021-06-20 21:28:17 -05:00
smb2transport.c cifs: use SPDX-Licence-Identifier 2021-06-20 21:28:17 -05:00
smbdirect.c smbdirect: missing rc checks while waiting for rdma events 2021-06-22 12:08:32 -05:00
smbdirect.h cifs: smbd: Do not schedule work to send immediate packet on every receive 2020-04-07 12:41:16 -05:00
smbencrypt.c cifs: create a MD4 module and switch cifs.ko to use it 2021-08-25 15:48:00 -05:00
smberr.h cifs: use SPDX-Licence-Identifier 2021-06-20 21:28:17 -05:00
smbfsctl.h cifs: use SPDX-Licence-Identifier 2021-06-20 21:28:17 -05:00
trace.c smb3: Cleanup license mess 2019-01-24 09:37:33 -06:00
trace.h cifs: fix string declarations and assignments in tracepoints 2021-05-27 14:04:32 -05:00
transport.c cifs: make locking consistent around the server session status 2021-07-02 18:35:25 -05:00
unc.c cifs: don't cargo-cult strndup() 2021-04-25 16:28:23 -05:00
winucase.c Replace HTTP links with HTTPS ones: CIFS 2020-07-05 14:23:38 -06:00
xattr.c cifs: use SPDX-Licence-Identifier 2021-06-20 21:28:17 -05:00