[SCM] Samba Shared Repository - branch v4-14-test updated

Jule Anger janger at samba.org
Wed Dec 15 14:49:15 UTC 2021


The branch, v4-14-test has been updated
       via  1d27e85826a VERSION: Bump version up to Samba 4.14.12...
       via  ae3229e76d0 VERSION: Disable GIT_SNAPSHOT for the 4.14.11 release.
       via  808afc79cc9 WHATSNEW: Add release notes for Samba 4.14.11.
      from  08eb470b9c5 smb2_server: don't let SMB2_OP_IOCTL force FILE_CLOSED for invalid file ids

https://git.samba.org/?p=samba.git;a=shortlog;h=v4-14-test


- Log -----------------------------------------------------------------
commit 1d27e85826afb4571bc2c6dcda7c2c4f984a6726
Author: Jule Anger <janger at samba.org>
Date:   Wed Dec 15 15:47:30 2021 +0100

    VERSION: Bump version up to Samba 4.14.12...
    
    and re-enable GIT_SNAPSHOT.
    
    Signed-off-by: Jule Anger <janger at samba.org>

commit ae3229e76d04e79addb2fa03319365a2f7675a82
Author: Jule Anger <janger at samba.org>
Date:   Wed Dec 15 15:46:52 2021 +0100

    VERSION: Disable GIT_SNAPSHOT for the 4.14.11 release.
    
    Signed-off-by: Jule Anger <janger at samba.org>

commit 808afc79cc9ac85e094c87d47537e6b5fa2f9f5b
Author: Jule Anger <janger at samba.org>
Date:   Wed Dec 15 15:46:22 2021 +0100

    WHATSNEW: Add release notes for Samba 4.14.11.
    
    Signed-off-by: Jule Anger <janger at samba.org>

-----------------------------------------------------------------------

Summary of changes:
 VERSION      |  2 +-
 WHATSNEW.txt | 90 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 2 files changed, 89 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/VERSION b/VERSION
index 96e3ed0ae96..4b80d608672 100644
--- a/VERSION
+++ b/VERSION
@@ -25,7 +25,7 @@
 ########################################################
 SAMBA_VERSION_MAJOR=4
 SAMBA_VERSION_MINOR=14
-SAMBA_VERSION_RELEASE=11
+SAMBA_VERSION_RELEASE=12
 
 ########################################################
 # If a official release has a serious bug              #
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index f81a31d49b0..ea20a3ea952 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -1,3 +1,90 @@
+                   ===============================
+                   Release Notes for Samba 4.14.11
+                          December 15, 2021
+                   ===============================
+
+
+This is the latest stable release of the Samba 4.14 release series.
+
+Important Notes
+===============
+
+There have been a few regressions in the security release 4.14.10:
+
+o CVE-2020-25717: A user on the domain can become root on domain members.
+                  https://www.samba.org/samba/security/CVE-2020-25717.html
+                  PLEASE [RE-]READ!
+                  The instructions have been updated and some workarounds
+                  initially adviced for 4.14.10 are no longer required and
+                  should be reverted in most cases.
+
+o BUG-14902: User with multiple spaces (eg Fred<space><space>Nurk) become
+             un-deletable. While this release should fix this bug, it is
+             adviced to have a look at the bug report for more detailed
+             information, see https://bugzilla.samba.org/show_bug.cgi?id=14902.
+
+Changes since 4.14.10
+---------------------
+
+o  Jeremy Allison <jra at samba.org>
+   * BUG 14878: Recursive directory delete with veto files is broken.
+   * BUG 14879: A directory containing dangling symlinks cannot be deleted by
+     SMB2 alone when they are the only entry in the directory.
+
+o  Andrew Bartlett <abartlet at samba.org>
+   * BUG 14656: Spaces incorrectly collapsed in ldb attributes.
+   * BUG 14694: Ensure that the LDB request has not timed out during filter
+     processing as the LDAP server MaxQueryDuration is otherwise not honoured.
+   * BUG 14901: The CVE-2020-25717 username map [script] advice has undesired
+     side effects for the local nt token.
+   * BUG 14902: User with multiple spaces (eg Fred<space><space>Nurk) become un-
+     deletable.
+
+o  Ralph Boehme <slow at samba.org>
+   * BUG 14127: Avoid storing NTTIME_THAW (-2) as value on disk
+   * BUG 14922: Kerberos authentication on standalone server in MIT realm
+     broken.
+   * BUG 14923: Segmentation fault when joining the domain.
+
+o  Alexander Bokovoy <ab at samba.org>
+   * BUG 14903: Support for ROLE_IPA_DC is incomplete.
+
+o  Stefan Metzmacher <metze at samba.org>
+   * BUG 14788: Memory leak if ioctl(FSCTL_VALIDATE_NEGOTIATE_INFO) fails before
+     smbd_smb2_ioctl_send.
+   * BUG 14899: winbindd doesn't start when "allow trusted domains" is off.
+   * BUG 14901: The CVE-2020-25717 username map [script] advice has undesired
+     side effects for the local nt token.
+
+o  Joseph Sutton <josephsutton at catalyst.net.nz>
+   * BUG 14694: Ensure that the LDB request has not timed out during filter
+     processing as the LDAP server MaxQueryDuration is otherwise not honoured.
+   * BUG 14901: The CVE-2020-25717 username map [script] advice has undesired
+     side effects for the local nt token.
+
+
+#######################################
+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.14.10
                            November 9, 2021
@@ -103,8 +190,7 @@ database (https://bugzilla.samba.org/).
 ======================================================================
 
 
-Release notes for older releases follow:
-----------------------------------------
+----------------------------------------------------------------------
 
 
                    ==============================


-- 
Samba Shared Repository



More information about the samba-cvs mailing list