From: Jeremy Allison Date: Tue, 7 Dec 2021 18:25:38 +0000 (-0800) Subject: Update WHATSNEW.txt with removal of wildcard copy, rename and unlink. X-Git-Tag: tdb-1.4.6~378 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd98e040d4a4a24cc2be5bb9cfde5ebbe575ce52;p=thirdparty%2Fsamba.git Update WHATSNEW.txt with removal of wildcard copy, rename and unlink. Signed-off-by: Jeremy Allison Reviewed-by: Ralph Boehme Autobuild-User(master): Ralph Böhme Autobuild-Date(master): Thu Dec 9 18:57:15 UTC 2021 on sn-devel-184 --- 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 ====================================================