]> www.infradead.org Git - users/jedix/linux-maple.git/commit
cifs: support reconnect with alternate password for SMB1
authorMeetakshi Setiya <msetiya@microsoft.com>
Fri, 10 Jan 2025 12:10:27 +0000 (07:10 -0500)
committerSteve French <stfrench@microsoft.com>
Mon, 13 Jan 2025 05:20:53 +0000 (23:20 -0600)
commitb8ed9da102beb2d0926a1d7a7e652392190151c0
tree8d24836ba4d9fbf12c41b4a980efad1b60e84d95
parent5bc55a333a2f7316b58edc7573e8e893f7acb532
cifs: support reconnect with alternate password for SMB1

SMB1 shares the mount and remount code paths with SMB2/3 and already
supports password rotation in some scenarios. This patch extends the
password rotation support to SMB1 reconnects as well.

Cc: stable@vger.kernel.org
Signed-off-by: Meetakshi Setiya <msetiya@microsoft.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/cifssmb.c