[SCM] Samba Website Repository - branch master updated

Jule Anger janger at samba.org
Tue Mar 15 13:23:23 UTC 2022


The branch, master has been updated
       via  39744b6 NEWS[4.15.6]: Samba 4.15.6 Available for Download
      from  c940d60 NEWS[4.16.0rc5]: Samba 4.16.0rc5 Available for Download

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


- Log -----------------------------------------------------------------
commit 39744b6923d486946502ad2589c59903de90d084
Author: Jule Anger <janger at samba.org>
Date:   Tue Mar 15 14:21:09 2022 +0100

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

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

Summary of changes:
 history/header_history.html                      |  1 +
 history/samba-4.15.6.html                        | 82 ++++++++++++++++++++++++
 posted_news/20220315-132156.4.15.6.body.html     | 13 ++++
 posted_news/20220315-132156.4.15.6.headline.html |  3 +
 4 files changed, 99 insertions(+)
 create mode 100644 history/samba-4.15.6.html
 create mode 100644 posted_news/20220315-132156.4.15.6.body.html
 create mode 100644 posted_news/20220315-132156.4.15.6.headline.html


Changeset truncated at 500 lines:

diff --git a/history/header_history.html b/history/header_history.html
index 55da16a..9b56767 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.6.html">samba-4.15.6</a></li>
 			<li><a href="samba-4.15.5.html">samba-4.15.5</a></li>
 			<li><a href="samba-4.15.4.html">samba-4.15.4</a></li>
 			<li><a href="samba-4.15.3.html">samba-4.15.3</a></li>
diff --git a/history/samba-4.15.6.html b/history/samba-4.15.6.html
new file mode 100644
index 0000000..74d8904
--- /dev/null
+++ b/history/samba-4.15.6.html
@@ -0,0 +1,82 @@
+<!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.6 - Release Notes</title>
+</head>
+<body>
+<H2>Samba 4.15.6 Available for Download</H2>
+<p>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.15.6.tar.gz">Samba 4.15.6 (gzipped)</a><br>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.15.6.tar.asc">Signature</a>
+</p>
+<p>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.15.5-4.15.6.diffs.gz">Patch (gzipped) against Samba 4.15.5</a><br>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.15.5-4.15.6.diffs.asc">Signature</a>
+</p>
+<p>
+<pre>
+                   ==============================
+                   Release Notes for Samba 4.15.6
+                           March 15, 2022
+                   ==============================
+
+
+This is the latest stable release of the Samba 4.15 release series.
+
+
+Changes since 4.15.5
+--------------------
+
+o  Jeremy Allison <jra at samba.org>
+   * BUG 14169: Renaming file on DFS root fails with
+     NT_STATUS_OBJECT_PATH_NOT_FOUND.
+   * BUG 14737: Samba does not response STATUS_INVALID_PARAMETER when opening 2
+     objects with same lease key.
+   * BUG 14938: NT error code is not set when overwriting a file during rename
+     in libsmbclient.
+
+o  Douglas Bagnall <douglas.bagnall at catalyst.net.nz>
+   * BUG 14996: Fix ldap simple bind with TLS auditing.
+
+o  Ralph Boehme <slow at samba.org>
+   * BUG 14674: net ads info shows LDAP Server: 0.0.0.0 depending on contacted
+     server.
+
+o  Samuel Cabrero <scabrero at suse.de>
+   * BUG 14979: Problem when winbind renews Kerberos.
+
+o  Günther Deschner <gd at samba.org>
+   * BUG 8691: pam_winbind will not allow gdm login if password about to expire.
+
+o  Pavel Filipenský <pfilipen at redhat.com>
+   * BUG 14971: virusfilter_vfs_openat: Not scanned: Directory or special file.
+
+o  Björn Jacke <bj at sernet.de>
+   * BUG 13631: DFS fix for AIX broken.
+   * BUG 14974: Solaris and AIX acl modules: wrong function arguments.
+   * BUG 7239: Function aixacl_sys_acl_get_file not declared / coredump.
+
+o  Volker Lendecke <vl at samba.org>
+   * BUG 14900: Regression: Samba 4.15.2 on macOS segfaults intermittently
+     during strcpy in tdbsam_getsampwnam.
+   * BUG 14989: Fix a use-after-free in SMB1 server.
+
+o  Stefan Metzmacher <metze at samba.org>
+   * BUG 14968: smb2_signing_decrypt_pdu() may not decrypt with
+     gnutls_aead_cipher_decrypt() from gnutls before 3.5.2.
+   * BUG 14984: changing the machine password against an RODC likely destroys
+     the domain join.
+   * BUG 14993: authsam_make_user_info_dc() steals memory from its struct
+     ldb_message *msg argument.
+   * BUG 14995: Use Heimdal 8.0 (pre) rather than an earlier snapshot.
+
+o  Andreas Schneider <asn at samba.org>
+   * BUG 14967: Samba autorid fails to map AD users if id rangesize fits in the
+     id range only once.
+
+
+</pre>
+</p>
+</body>
+</html>
diff --git a/posted_news/20220315-132156.4.15.6.body.html b/posted_news/20220315-132156.4.15.6.body.html
new file mode 100644
index 0000000..3711b7a
--- /dev/null
+++ b/posted_news/20220315-132156.4.15.6.body.html
@@ -0,0 +1,13 @@
+<!-- BEGIN: posted_news/20220315-132156.4.15.6.body.html -->
+<h5><a name="4.15.6">15 March 2022</a></h5>
+<p class=headline>Samba 4.15.6 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.6.tar.gz">downloaded now</a>.
+A <a href="https://download.samba.org/pub/samba/patches/samba-4.15.5-4.15.6.diffs.gz">patch against Samba 4.15.5</a> is also available.
+See <a href="https://www.samba.org/samba/history/samba-4.15.6.html">the release notes for more info</a>.
+</p>
+<!-- END: posted_news/20220315-132156.4.15.6.body.html -->
diff --git a/posted_news/20220315-132156.4.15.6.headline.html b/posted_news/20220315-132156.4.15.6.headline.html
new file mode 100644
index 0000000..8fb069d
--- /dev/null
+++ b/posted_news/20220315-132156.4.15.6.headline.html
@@ -0,0 +1,3 @@
+<!-- BEGIN: posted_news/20220315-132156.4.15.6.headline.html -->
+<li> 15 March 2022 <a href="#4.15.6">Samba 4.15.6 Available for Download</a></li>
+<!-- END: posted_news/20220315-132156.4.15.6.headline.html -->


-- 
Samba Website Repository



More information about the samba-cvs mailing list