lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAH2r5muDAU9fFmkDERtE_Dvrt2HgC4s9t1wH-uHG6B4vQH39iw@mail.gmail.com>
Date: Wed, 4 Jun 2025 18:20:46 -0500
From: Steve French <smfrench@...il.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: LKML <linux-kernel@...r.kernel.org>, CIFS <linux-cifs@...r.kernel.org>, 
	Namjae Jeon <linkinjeon@...nel.org>
Subject: [GIT PULL] ksmbd sever fixes

Please pull the following changes since commit
0ff41df1cb268fc69e703a08a57ee14ae967d0ca:

  Linux 6.15 (2025-05-25 16:09:23 -0700)

are available in the Git repository at:

  git://git.samba.org/ksmbd.git tags/6.16-rc-ksmbd-server-fixes

for you to fetch changes up to dc3e0f17f74558e8a2fce00608855f050de10230:

  ksmbd: allow a filename to contain special characters on SMB3.1.1
posix extension (2025-05-27 10:25:12 -0500)

----------------------------------------------------------------
four smb3 server fixes
- Fix for special character handling when mounting with "posix"
- Fix for mounts from Mac for fs that don't provide unique inode numbers
- Two cleanup patches (e.g. for crypto calls)
-----------------------------------------------------------------
Eric Biggers (2):
      ksmbd: use SHA-256 library API instead of crypto_shash API
      ksmbd: remove unnecessary softdep on crc32

Namjae Jeon (2):
      ksmbd: provide zero as a unique ID to the Mac client
      ksmbd: allow a filename to contain special characters on
SMB3.1.1 posix extension

 fs/smb/server/Kconfig      |  1 +
 fs/smb/server/auth.c       | 34 ---------------------
 fs/smb/server/auth.h       |  2 --
 fs/smb/server/connection.h |  1 +
 fs/smb/server/crypto_ctx.c |  8 -----
 fs/smb/server/crypto_ctx.h |  4 ---
 fs/smb/server/server.c     |  1 -
 fs/smb/server/smb2pdu.c    | 72 +++++++++++++++++++++++++++------------------
 fs/smb/server/smb2pdu.h    |  3 ++
 fs/smb/server/vfs.c        | 20 +++----------
 10 files changed, 53 insertions(+), 93 deletions(-)

-- 
Thanks,

Steve

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ