]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
WHATSNEW: add SMB3 Unix Extensions
authorJule Anger <janger@samba.org>
Thu, 28 Aug 2025 08:20:32 +0000 (10:20 +0200)
committerJule Anger <janger@samba.org>
Thu, 28 Aug 2025 09:38:21 +0000 (09:38 +0000)
Signed-off-by: Ralph Boehme <slow@samba.org>
WHATSNEW.txt

index c59c4c50b52dd38b9dde220d163412c7720c37f8..c492d5cfe13f675070ca022a3ab670e4d12af8e1 100644 (file)
@@ -18,7 +18,16 @@ NEW FEATURES/CHANGES
 
 Enable SMB3 Unix Extensions by default
 --------------------------------------
-todo
+Starting with Samba 4.23, the SMB3 UNIX Extensions are enabled by
+default. These extensions provide first-class support for POSIX semantics
+over SMB3, allowing UNIX and Linux clients to access file services with
+features such as proper POSIX permissions, symlink handling, hardlinks,
+and special file types.
+
+Enabling this feature by default improves interoperability for UNIX/Linux
+clients without requiring additional configuration. Windows clients that
+do not support the extensions will continue to function normally, by
+using standard SMB3 behavior.
 
 Add support for SMB3 over QUIC
 ------------------------------