linux/fs/smb
Pali Rohár 6510ef4230 cifs: Fix encoding of SMB1 Session Setup NTLMSSP Request in non-UNICODE mode
SMB1 Session Setup NTLMSSP Request in non-UNICODE mode is similar to
UNICODE mode, just strings are encoded in ASCII and not in UTF-16.

With this change it is possible to setup SMB1 session with NTLM
authentication in non-UNICODE mode with Windows SMB server.

This change fixes mounting SMB1 servers with -o nounicode mount option
together with -o sec=ntlmssp mount option (which is the default sec=).

Signed-off-by: Pali Rohár <pali@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
2025-06-01 20:43:40 -05:00
..
client cifs: Fix encoding of SMB1 Session Setup NTLMSSP Request in non-UNICODE mode 2025-06-01 20:43:40 -05:00
common cifs: Fix support for WSL-style symlinks 2025-04-08 18:38:03 -05:00
server ksmbd: use list_first_entry_or_null for opinfo_get_list() 2025-05-21 22:30:39 -05:00
Kconfig
Makefile