From c1e45ff0dd61af6b63515aea8e5db81be4b7d031 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Jacke?= Date: Tue, 15 Mar 2022 11:24:36 -0700 Subject: [PATCH] Update WHATSNEW to mark CORE and LANMAN1 as unsupported. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit BUG: https://bugzilla.samba.org/show_bug.cgi?id=15017 Signed-off-by: Björn Jacke Reviewed-by: Jeremy Allison --- WHATSNEW.txt | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 83d77b5c028..7e5b83291d7 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -135,17 +135,22 @@ CTDB changes REMOVED FEATURES ================ -SMB1 CORE and LANMAN1 protocol wildcard copy, unlink and rename removed -======================================================================= +SMB1 CORE and LANMAN1 protocol oficially unsupported +==================================================== -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 +While the CORE and LANMAN1 protocols have not been fully removed yet, +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. +Even if your CORE/LANMAN1 clients seem to keep working, you might run +into problems at a later point due to the removal of the above +mentioned commands. For that reason we decided to officially declare +those protocols as unsupported starting with Samba 4.16.0 + 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 -- 2.32.0