[SCM] Samba Website Repository - branch master updated

Jule Anger janger at samba.org
Wed Dec 8 14:41:01 UTC 2021


The branch, master has been updated
       via  0dccc6d Add Samba 4.15.3
       via  870ebc5 NEWS[4.15.3]: Samba 4.15.3 Available for Download
      from  795517f updates regarding https://bugzilla.samba.org/show_bug.cgi?id=14922

https://git.samba.org/?p=samba-web.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 0dccc6d1e2a761dcdc09961f0e9d79f07b8c71fb
Author: Jule Anger <janger at samba.org>
Date:   Wed Dec 8 15:40:31 2021 +0100

    Add Samba 4.15.3
    
    Signed-off-by: Jule Anger <janger at samba.org>

commit 870ebc5fab4f1a3c226a50b0caea150f95d6e099
Author: Jule Anger <janger at samba.org>
Date:   Wed Dec 8 15:38:11 2021 +0100

    NEWS[4.15.3]: Samba 4.15.3 Available for Download
    
    Signed-off-by: Jule Anger <janger at samba.org>

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

Summary of changes:
 history/header_history.html                      |   1 +
 history/samba-4.15.3.html                        | 119 +++++++++++++++++++++++
 posted_news/20211208-143903.4.15.3.body.html     |  13 +++
 posted_news/20211208-143903.4.15.3.headline.html |   3 +
 4 files changed, 136 insertions(+)
 create mode 100644 history/samba-4.15.3.html
 create mode 100644 posted_news/20211208-143903.4.15.3.body.html
 create mode 100644 posted_news/20211208-143903.4.15.3.headline.html


Changeset truncated at 500 lines:

diff --git a/history/header_history.html b/history/header_history.html
index 7dbe7f8..25c3521 100755
--- a/history/header_history.html
+++ b/history/header_history.html
@@ -9,6 +9,7 @@
 		<li><a href="/samba/history/">Release Notes</a>
 		<li class="navSub">
 			<ul>
+			<li><a href="samba-4.15.3.html">samba-4.15.3</a></li>
 			<li><a href="samba-4.15.2.html">samba-4.15.2</a></li>
 			<li><a href="samba-4.15.1.html">samba-4.15.1</a></li>
 			<li><a href="samba-4.15.0.html">samba-4.15.0</a></li>
diff --git a/history/samba-4.15.3.html b/history/samba-4.15.3.html
new file mode 100644
index 0000000..493015a
--- /dev/null
+++ b/history/samba-4.15.3.html
@@ -0,0 +1,119 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<title>Samba 4.15.3 - Release Notes</title>
+</head>
+<body>
+<H2>Samba 4.15.3 Available for Download</H2>
+<p>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.15.3.tar.gz">Samba 4.15.3 (gzipped)</a><br>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.15.3.tar.asc">Signature</a>
+</p>
+<p>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.15.2-4.15.3.diffs.gz">Patch (gzipped) against Samba 4.15.2</a><br>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.15.2-4.15.3.diffs.asc">Signature</a>
+</p>
+<p>
+<pre>
+                   ==============================
+                   Release Notes for Samba 4.15.3
+                         December 08, 2021
+                   ==============================
+
+
+This is the latest stable release of the Samba 4.15 release series.
+
+Important Notes
+===============
+
+There have been a few regressions in the security release 4.15.2:
+
+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.15.2 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.15.2
+--------------------
+
+o  Jeremy Allison <jra at samba.org>
+   * BUG 14878: Recursive directory delete with veto files is broken in 4.15.0.
+   * BUG 14879: A directory containing dangling symlinks cannot be deleted by
+     SMB2 alone when they are the only entry in the directory.
+   * BUG 14892: SIGSEGV in rmdir_internals/synthetic_pathref - dirfsp is used
+     uninitialized in rmdir_internals().
+
+o  Andrew Bartlett <abartlet at samba.org>
+   * BUG 14694: MaxQueryDuration not honoured in Samba AD DC LDAP.
+   * 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 14882: smbXsrv_client_global record validation leads to crash if
+     existing record points at non-existing process.
+   * BUG 14890: Crash in vfs_fruit asking for fsp_get_io_fd() for an XATTR call.
+   * BUG 14897: Samba process doesn't log to logfile.
+   * BUG 14907: set_ea_dos_attribute() fallback calling
+     get_file_handle_for_metadata() triggers locking.tdb assert.
+   * 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  Günther Deschner <gd at samba.org>
+   * BUG 14767: rpcclient cannot connect to ncacn_ip_tcp services anymore
+   * BUG 14893: winexe crashes since 4.15.0 after popt parsing.
+
+o  Volker Lendecke <vl at samba.org>
+   * BUG 14908: net ads status -P broken in a clustered environment.
+
+o  Stefan Metzmacher <metze at samba.org>
+   * BUG 14788: Memory leak if ioctl(FSCTL_VALIDATE_NEGOTIATE_INFO) fails before
+     smbd_smb2_ioctl_send.
+   * BUG 14882: smbXsrv_client_global record validation leads to crash if
+     existing record points at non-existing process.
+   * 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  Andreas Schneider <asn at samba.org>
+   * BUG 14767: rpcclient cannot connect to ncacn_ip_tcp services anymore.
+   * BUG 14883: smbclient login without password using '-N' fails with
+     NT_STATUS_INVALID_PARAMETER on Samba AD DC.
+   * BUG 14912: A schannel client incorrectly detects a downgrade connecting to
+     an AES only server.
+   * BUG 14921: Possible null pointer dereference in winbind.
+
+o  Andreas Schneider <asn at cryptomilk.org>
+   * BUG 14846: Fix -k legacy option for client tools like smbclient, rpcclient,
+     net, etc.
+
+o  Martin Schwenke <martin at meltin.net>
+   * BUG 14872: Add Debian 11 CI bootstrap support.
+
+o  Joseph Sutton <josephsutton at catalyst.net.nz>
+   * BUG 14694: MaxQueryDuration not honoured in Samba AD DC LDAP.
+   * BUG 14901: The CVE-2020-25717 username map [script] advice has undesired
+     side effects for the local nt token.
+
+o  Andrew Walker <awalker at ixsystems.com>
+   * BUG 14888: Crash in recycle_unlink_internal().
+
+
+</pre>
+</p>
+</body>
+</html>
diff --git a/posted_news/20211208-143903.4.15.3.body.html b/posted_news/20211208-143903.4.15.3.body.html
new file mode 100644
index 0000000..0ff52b8
--- /dev/null
+++ b/posted_news/20211208-143903.4.15.3.body.html
@@ -0,0 +1,13 @@
+<!-- BEGIN: posted_news/20211208-143903.4.15.3.body.html -->
+<h5><a name="4.15.3">08 December 2021</a></h5>
+<p class=headline>Samba 4.15.3 Available for Download</p>
+<p>
+This is the latest stable release of the Samba 4.15 release series.
+</p>
+<p>
+The uncompressed tarball has been signed using GnuPG (ID AA99442FB680B620).
+The source code can be <a href="https://download.samba.org/pub/samba/stable/samba-4.15.3.tar.gz">downloaded now</a>.
+A <a href="https://download.samba.org/pub/samba/patches/samba-4.15.2-4.15.3.diffs.gz">patch against Samba 4.15.2</a> is also available.
+See <a href="https://www.samba.org/samba/history/samba-4.15.3.html">the release notes for more info</a>.
+</p>
+<!-- END: posted_news/20211208-143903.4.15.3.body.html -->
diff --git a/posted_news/20211208-143903.4.15.3.headline.html b/posted_news/20211208-143903.4.15.3.headline.html
new file mode 100644
index 0000000..0c05c7d
--- /dev/null
+++ b/posted_news/20211208-143903.4.15.3.headline.html
@@ -0,0 +1,3 @@
+<!-- BEGIN: posted_news/20211208-143903.4.15.3.headline.html -->
+<li> 08 December 2021 <a href="#4.15.3">Samba 4.15.3 Available for Download</a></li>
+<!-- END: posted_news/20211208-143903.4.15.3.headline.html -->


-- 
Samba Website Repository



More information about the samba-cvs mailing list