summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2021-12-07 10:25:38 -0800
committerRalph Boehme <slow@samba.org>2021-12-09 18:57:15 +0000
commitbd98e040d4a4a24cc2be5bb9cfde5ebbe575ce52 (patch)
treee161ead79b894fe42bd8308c207a509bc9ea005f /WHATSNEW.txt
parent4ac91bd065cee699cdb4daeff719d02464d75326 (diff)
downloadsamba-bd98e040d4a4a24cc2be5bb9cfde5ebbe575ce52.tar.gz
Update WHATSNEW.txt with removal of wildcard copy, rename and unlink.
Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org> Autobuild-User(master): Ralph Böhme <slow@samba.org> Autobuild-Date(master): Thu Dec 9 18:57:15 UTC 2021 on sn-devel-184
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 73cbe8d0392..4271539e703 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -41,6 +41,22 @@ are not affected, as the default port is 53.
REMOVED FEATURES
================
+SMB1 CORE and LANMAN1 protocol wildcard copy, unlink and rename removed
+=======================================================================
+
+In preparation for the removal of the SMB1 server, the unused
+SMB1 command SMB_COM_COPY (SMB1 command number 0x29) has been
+removed from the Samba smbd server. In addition, the ability
+to process file name wildcards in requests using the SMB1 commands
+SMB_COM_COPY (SMB1 command number 0x2A), SMB_COM_RENAME (SMB1 command
+number 0x7), SMB_COM_NT_RENAME (SMB1 command number 0xA5) and
+SMB_COM_DELETE (SMB1 command number 0x6) have been removed.
+
+This only affects clients using MS-DOS based versions of
+SMB1, the last release of which was Windows 98. Users requiring
+support for these features will need to use older versions
+of Samba.
+
No longer using Linux mandatory locks for sharemodes
====================================================