From 3caf4af915a54226c3c34837284f696817f77697 Mon Sep 17 00:00:00 2001 From: Jule Anger Date: Wed, 27 Oct 2021 14:36:42 +0200 Subject: [PATCH] WHATSNEW: Add release notes for Samba 4.15.1. Signed-off-by: Jule Anger --- WHATSNEW.txt | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 105 insertions(+) diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 18cc15dcff5..73cc1613bef 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,4 +1,109 @@ ============================== + Release Notes for Samba 4.15.1 + October 27, 2021 + ============================== + + +This is the latest stable release of the Samba 4.15 release series. + + +Changes since 4.15.0 +-------------------- + +o Jeremy Allison + * BUG 14682: vfs_shadow_copy2: core dump in make_relative_path. + * BUG 14685: Log clutter from filename_convert_internal. + * BUG 14862: MacOSX compilation fixes. + +o Douglas Bagnall + * BUG 14868: rodc_rwdc test flaps. + +o Andrew Bartlett + * BUG 14642: Provide a fix for MS CVE-2020-17049 in Samba [SECURITY] 'Bronze + bit' S4U2Proxy Constrained Delegation bypass in Samba with embedded + Heimdal. + * BUG 14836: Python ldb.msg_diff() memory handling failure. + * BUG 14845: "in" operator on ldb.Message is case sensitive. + * BUG 14848: Release LDB 2.4.1 for Samba 4.15.1. + * BUG 14854: samldb_krbtgtnumber_available() looks for incorrect string. + * BUG 14871: Fix Samba support for UF_NO_AUTH_DATA_REQUIRED. + * BUG 14874: Allow special chars like "@" in samAccountName when generating + the salt. + +o Ralph Boehme + * BUG 14826: Correctly ignore comments in CTDB public addresses file. + +o Isaac Boukris + * BUG 14642: Provide a fix for MS CVE-2020-17049 in Samba [SECURITY] 'Bronze + bit' S4U2Proxy Constrained Delegation bypass in Samba with embedded + Heimdal. + +o Viktor Dukhovni + * BUG 12998: Fix transit path validation. + +o Pavel Filipenský + * BUG 14852: Fix that child winbindd logs to log.winbindd instead of + log.wb-. + +o Luke Howard + * BUG 14642: Provide a fix for MS CVE-2020-17049 in Samba [SECURITY] 'Bronze + bit' S4U2Proxy Constrained Delegation bypass in Samba with embedded + Heimdal. + +o Stefan Metzmacher + * BUG 14855: SMB3 cancel requests should only include the MID together with + AsyncID when AES-128-GMAC is used. + +o Alex Richardson + * BUG 14862: MacOSX compilation fixes. + +o Andreas Schneider + * BUG 14870: Prepare to operate with MIT krb5 >= 1.20. + +o Martin Schwenke + * BUG 14826: Correctly ignore comments in CTDB public addresses file. + +o Joseph Sutton + * BUG 14642: Provide a fix for MS CVE-2020-17049 in Samba [SECURITY] 'Bronze + bit' S4U2Proxy Constrained Delegation bypass in Samba with embedded + Heimdal. + * BUG 14836: Python ldb.msg_diff() memory handling failure. + * BUG 14845: "in" operator on ldb.Message is case sensitive. + * BUG 14864: Heimdal prefers RC4 over AES for machine accounts. + * BUG 14868: rodc_rwdc test flaps. + * BUG 14871: Fix Samba support for UF_NO_AUTH_DATA_REQUIRED. + * BUG 14874: Allow special chars like "@" in samAccountName when generating + the salt. + +o Nicolas Williams + * BUG 14642: Provide a fix for MS CVE-2020-17049 in Samba [SECURITY] 'Bronze + bit' S4U2Proxy Constrained Delegation bypass in Samba with embedded + Heimdal. + + +####################################### +Reporting bugs & Development Discussion +####################################### + +Please discuss this release on the samba-technical mailing list or by +joining the #samba-technical IRC channel on irc.freenode.net. + +If you do report problems then please try to send high quality +feedback. If you don't provide vital information to help us track down +the problem then you will probably be ignored. All bug reports should +be filed under the Samba 4.1 and newer product in the project's Bugzilla +database (https://bugzilla.samba.org/). + + +====================================================================== +== Our Code, Our Bugs, Our Responsibility. +== The Samba Team +====================================================================== + + +Release notes for older releases follow: +---------------------------------------- + ============================== Release Notes for Samba 4.15.0 September 20, 2021 ============================== -- 2.11.4.GIT