[SCM] Samba Website Repository - branch master updated

Jule Anger janger at samba.org
Thu Sep 7 09:03:46 UTC 2023


The branch, master has been updated
       via  cca00b6 NEWS[4.17.11]: Samba 4.17.11 Available for Download
      from  223b2b0 NEWS[4.19.0]: Samba 4.19.0 Available for Download

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


- Log -----------------------------------------------------------------
commit cca00b66ec98714d504f36537fe988e5405beaf9
Author: Jule Anger <janger at samba.org>
Date:   Thu Sep 7 11:01:15 2023 +0200

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

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

Summary of changes:
 history/header_history.html                       |  1 +
 history/samba-4.17.11.html                        | 88 +++++++++++++++++++++++
 posted_news/20230907-090238.4.17.11.body.html     | 13 ++++
 posted_news/20230907-090238.4.17.11.headline.html |  3 +
 4 files changed, 105 insertions(+)
 create mode 100644 history/samba-4.17.11.html
 create mode 100644 posted_news/20230907-090238.4.17.11.body.html
 create mode 100644 posted_news/20230907-090238.4.17.11.headline.html


Changeset truncated at 500 lines:

diff --git a/history/header_history.html b/history/header_history.html
index ad9978a..75185de 100755
--- a/history/header_history.html
+++ b/history/header_history.html
@@ -17,6 +17,7 @@
 			<li><a href="samba-4.18.2.html">samba-4.18.2</a></li>
 			<li><a href="samba-4.18.1.html">samba-4.18.1</a></li>
 			<li><a href="samba-4.18.0.html">samba-4.18.0</a></li>
+			<li><a href="samba-4.17.11.html">samba-4.17.11</a></li>
 			<li><a href="samba-4.17.10.html">samba-4.17.10</a></li>
 			<li><a href="samba-4.17.9.html">samba-4.17.9</a></li>
 			<li><a href="samba-4.17.8.html">samba-4.17.8</a></li>
diff --git a/history/samba-4.17.11.html b/history/samba-4.17.11.html
new file mode 100644
index 0000000..33b9747
--- /dev/null
+++ b/history/samba-4.17.11.html
@@ -0,0 +1,88 @@
+<!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.17.11 - Release Notes</title>
+</head>
+<body>
+<H2>Samba 4.17.11 Available for Download</H2>
+<p>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.17.11.tar.gz">Samba 4.17.11 (gzipped)</a><br>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.17.11.tar.asc">Signature</a>
+</p>
+<p>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.17.10-4.17.11.diffs.gz">Patch (gzipped) against Samba 4.17.10</a><br>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.17.10-4.17.11.diffs.asc">Signature</a>
+</p>
+<p>
+<pre>
+                   ===============================
+                   Release Notes for Samba 4.17.11
+                         September 07, 2023
+                   ===============================
+
+
+This is the latest stable release of the Samba 4.17 release series.
+
+
+Changes since 4.17.10
+---------------------
+
+o  Jeremy Allison <jra at samba.org>
+   * BUG 15419: Weird filename can cause assert to fail in
+     openat_pathref_fsp_nosymlink().
+   * BUG 15420: reply_sesssetup_and_X() can dereference uninitialized tmp
+     pointer.
+   * BUG 15430: Missing return in reply_exit_done().
+   * BUG 15432: TREE_CONNECT without SETUP causes smbd to use uninitialized
+     pointer.
+
+o  Andrew Bartlett <abartlet at samba.org>
+   * BUG 15401: Improve GetNChanges to address some (but not all "Azure AD
+     Connect") syncronisation tool looping during the initial user sync phase.
+   * BUG 15407: Samba replication logs show (null) DN.
+   * BUG 9959: Windows client join fails if a second container CN=System exists
+    somewhere.
+
+o  Ralph Boehme <slow at samba.org>
+   * BUG 15342: Spotlight sometimes returns no results on latest macOS.
+   * BUG 15417: Renaming results in NT_STATUS_SHARING_VIOLATION if previously
+     attempted to remove the destination.
+   * BUG 15427: Spotlight results return wrong date in result list.
+   * BUG 15463: macOS mdfind returns only 50 results.
+
+o  Volker Lendecke <vl at samba.org>
+   * BUG 15346: 2-3min delays at reconnect with smb2_validate_sequence_number:
+     bad message_id 2.
+
+o  Stefan Metzmacher <metze at samba.org>
+   * BUG 15346: 2-3min delays at reconnect with smb2_validate_sequence_number:
+     bad message_id 2.
+   * BUG 15441: samba-tool ntacl get segfault if aio_pthread appended.
+   * BUG 15446: DCERPC_PKT_CO_CANCEL and DCERPC_PKT_ORPHANED can't be parsed.
+
+o  MikeLiu <mikeliu at qnap.com>
+   * BUG 15453: File doesn't show when user doesn't have permission if
+     aio_pthread is loaded.
+
+o  Noel Power <noel.power at suse.com>
+   * BUG 15384: net ads lookup (with unspecified realm) fails
+   * BUG 15435: Regression DFS not working with widelinks = true.
+
+o  Arvid Requate <requate at univention.de>
+   * BUG 9959: Windows client join fails if a second container CN=System exists
+    somewhere.
+
+o  Martin Schwenke <mschwenke at ddn.com>
+   * BUG 15451: ctdb_killtcp fails to work with --enable-pcap and libpcap ≥
+     1.9.1.
+
+o  Jones Syue <jonessyue at qnap.com>
+   * BUG 15441: samba-tool ntacl get segfault if aio_pthread appended.
+   * BUG 15449: mdssvc: Do an early talloc_free() in _mdssvc_open().
+
+
+</pre>
+</p>
+</body>
+</html>
diff --git a/posted_news/20230907-090238.4.17.11.body.html b/posted_news/20230907-090238.4.17.11.body.html
new file mode 100644
index 0000000..629b617
--- /dev/null
+++ b/posted_news/20230907-090238.4.17.11.body.html
@@ -0,0 +1,13 @@
+<!-- BEGIN: posted_news/20230907-090238.4.17.11.body.html -->
+<h5><a name="4.17.11">07 September 2023</a></h5>
+<p class=headline>Samba 4.17.11 Available for Download</p>
+<p>
+This is the latest stable release of the Samba 4.17 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.17.11.tar.gz">downloaded now</a>.
+A <a href="https://download.samba.org/pub/samba/patches/samba-4.17.10-4.17.11.diffs.gz">patch against Samba 4.17.10</a> is also available.
+See <a href="https://www.samba.org/samba/history/samba-4.17.11.html">the release notes for more info</a>.
+</p>
+<!-- END: posted_news/20230907-090238.4.17.11.body.html -->
diff --git a/posted_news/20230907-090238.4.17.11.headline.html b/posted_news/20230907-090238.4.17.11.headline.html
new file mode 100644
index 0000000..0c6430b
--- /dev/null
+++ b/posted_news/20230907-090238.4.17.11.headline.html
@@ -0,0 +1,3 @@
+<!-- BEGIN: posted_news/20230907-090238.4.17.11.headline.html -->
+<li> 07 September 2023 <a href="#4.17.11">Samba 4.17.11 Available for Download</a></li>
+<!-- END: posted_news/20230907-090238.4.17.11.headline.html -->


-- 
Samba Website Repository



More information about the samba-cvs mailing list