The branch, master has been updated
via 520e0ce NEWS[4.10.4]: Samba 4.10.4 Available for Download
from af4ea9b NEWS[4.10.3]: Samba 4.10.3, 4.9.8 and 4.8.12 Security
Releases Available
https://git.samba.org/?p=samba-web.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 520e0ceba6e267c0cb6d7db28ba806561c59329b
Author: Karolin Seeger <[email protected]>
Date: Wed May 22 12:25:25 2019 +0200
NEWS[4.10.4]: Samba 4.10.4 Available for Download
Signed-off-by: Karolin Seeger <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
history/header_history.html | 1 +
history/samba-4.10.4.html | 115 +++++++++++++++++++++++
posted_news/20190522-102630.4.10.4.body.html | 13 +++
posted_news/20190522-102630.4.10.4.headline.html | 3 +
4 files changed, 132 insertions(+)
create mode 100644 history/samba-4.10.4.html
create mode 100644 posted_news/20190522-102630.4.10.4.body.html
create mode 100644 posted_news/20190522-102630.4.10.4.headline.html
Changeset truncated at 500 lines:
diff --git a/history/header_history.html b/history/header_history.html
index 229a679..15a3c50 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.10.4.html">samba-4.10.4</a></li>
<li><a href="samba-4.10.3.html">samba-4.10.3</a></li>
<li><a href="samba-4.10.2.html">samba-4.10.2</a></li>
<li><a href="samba-4.10.1.html">samba-4.10.1</a></li>
diff --git a/history/samba-4.10.4.html b/history/samba-4.10.4.html
new file mode 100644
index 0000000..778a5d5
--- /dev/null
+++ b/history/samba-4.10.4.html
@@ -0,0 +1,115 @@
+<!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.10.4 - Release Notes</title>
+</head>
+<body>
+<H2>Samba 4.10.4 Available for Download</H2>
+<p>
+<a
href="https://download.samba.org/pub/samba/stable/samba-4.10.4.tar.gz">Samba
4.10.4 (gzipped)</a><br>
+<a
href="https://download.samba.org/pub/samba/stable/samba-4.10.4.tar.asc">Signature</a>
+</p>
+<p>
+<a
href="https://download.samba.org/pub/samba/patches/samba-4.10.3-4.10.4.diffs.gz">Patch
(gzipped) against Samba 4.10.3</a><br>
+<a
href="https://download.samba.org/pub/samba/patches/samba-4.10.3-4.10.4.diffs.asc">Signature</a>
+</p>
+<p>
+<pre>
+ ==============================
+ Release Notes for Samba 4.10.4
+ May 22, 2019
+ ==============================
+
+
+This is the latest stable release of the Samba 4.10 release series.
+
+
+Changes since 4.10.3:
+---------------------
+
+o Jeremy Allison <[email protected]>
+ * BUG 13938: s3: SMB1: Don't allow recvfile on stream fsp's.
+
+o Douglas Bagnall <[email protected]>
+ * BUG 13882: py/provision: Fix for Python 2.6.
+
+o Tim Beale <[email protected]>
+ * BUG 13873: netcmd: Fix 'passwordsettings --max-pwd-age' command.
+
+o Ralph Boehme <[email protected]>
+ * BUG 13938: s3:smbd: Don't use recvfile on streams.
+
+o Günther Deschner <[email protected]>
+ * BUG 13861: s3-libnet_join: 'net ads join' to child domain fails
when using
+ "-U admin@forestroot".
+
+o David Disseldorp <[email protected]>
+ * BUG 13896: vfs_ceph: Explicitly enable libcephfs POSIX ACL support.
+ * BUG 13940: vfs_ceph: Fix cephwrap_flistxattr() debug message.
+
+o Amitay Isaacs <[email protected]>
+ * BUG 13895: ctdb-common: Avoid race between fd and signal events.
+ * BUG 13943: ctdb-common: Fix memory leak in run_proc.
+
+o Volker Lendecke <[email protected]>
+ * BUG 13892: lib: Initialize getline() arguments.
+ * BUG 13903: winbind: Fix overlapping id ranges.
+
+o Gary Lockyer <[email protected]>
+ * BUG 13902: lib util debug: Increase format buffer to 4KiB.
+ * BUG 13927: nsswitch pam_winbind: Fix Asan use after free.
+ * BUG 13929: s4 lib socket: Ensure address string owned by parent struct.
+ * BUG 13936: s3 rpc_client: Fix Asan stack use after scope.
+
+o Stefan Metzmacher <[email protected]>
+ * BUG 10097: s3:smbd: Handle IO_REPARSE_TAG_DFS in
+ SMB_FIND_FILE_FULL_DIRECTORY_INFO.
+ * BUG 10344: smb2_tcon: Avoid STATUS_PENDING completely on tdis.
+ * BUG 12845: smb2_sesssetup: avoid STATUS_PENDING responses for session
+ setup.
+ * BUG 13698: smb2_tcon: Avoid STATUS_PENDING completely on tdis.
+ * BUG 13796: smb2_sesssetup: avoid STATUS_PENDING responses for session
+ setup.
+ * BUG 13843: dbcheck: Fix the err_empty_attribute() check.
+ * BUG 13858: vfs_snapper: Drop unneeded fstat handler.
+ * BUG 13862: vfs_default: Fix vfswrap_offload_write_send()
+ NT_STATUS_INVALID_VIEW_SIZE check.
+ * BUG 13863: smb2_server: Grant all 8192 credits to clients.
+ * BUG 13919: smbd: Implement SMB_FILE_NORMALIZED_NAME_INFORMATION handling.
+
+o Anoop C S <[email protected]>
+ * BUG 13872: s3/vfs_glusterfs: Dynamically determine NAME_MAX.
+
+o Robert Sander <[email protected]>
+ * BUG 13918: s3: modules: ceph: Use current working directory instead of
+ share path.
+
+o Christof Schmitt <[email protected]>
+ * BUG 13831: winbind: Use domain name from lsa query for sid_to_name cache
+ entry.
+ * BUG 13865: memcache: Increase size of default memcache to 512k.
+
+o Andreas Schneider <[email protected]>
+ * BUG 13857: docs: Update smbclient manpage for "--max-protocol".
+ * BUG 13861: 'net ads join' to child domain fails when using
+ "-U admin@forestroot".
+ * BUG 13937: s3:utils: If share is NULL in smbcacls, don't print it.
+ * BUG 13939: s3:smbspool: Fix regression printing with Kerberos credentials.
+
+o Martin Schwenke <[email protected]>
+ * BUG 13860: ctdb-scripts: CTDB restarts failed NFS RPC services by hand,
+ which is incompatible with systemd.
+ * BUG 13888: ctdb-daemon: Revert "We can not assume that just because
we
+ could complete a TCP handshake".
+ * BUG 13930: ctdb-daemon: Never use 0 as a client ID.
+ * BUG 13943: ctdb-common: Fix memory leak.
+
+o Ralph Wuerthner <[email protected]>
+ * BUG 13904: s3:debug: Enable logging for early startup failures.
+
+
+</pre>
+</p>
+</body>
+</html>
diff --git a/posted_news/20190522-102630.4.10.4.body.html
b/posted_news/20190522-102630.4.10.4.body.html
new file mode 100644
index 0000000..72580ea
--- /dev/null
+++ b/posted_news/20190522-102630.4.10.4.body.html
@@ -0,0 +1,13 @@
+<!-- BEGIN: posted_news/20190522-102630.4.10.4.body.html -->
+<h5><a name="4.10.4">22 May 2019</a></h5>
+<p class=headline>Samba 4.10.4 Available for Download</p>
+<p>
+This is the latest stable release of the Samba 4.10 release series.
+</p>
+<p>
+The uncompressed tarball has been signed using GnuPG (ID 6F33915B6568B7EA).
+The source code can be <a
href="https://download.samba.org/pub/samba/stable/samba-4.10.4.tar.gz">downloaded
now</a>.
+A <a
href="https://download.samba.org/pub/samba/patches/samba-4.10.3-4.10.4.diffs.gz">patch
against Samba 4.10.3</a> is also available.
+See <a href="https://www.samba.org/samba/history/samba-4.10.4.html">the
release notes for more info</a>.
+</p>
+<!-- END: posted_news/20190522-102630.4.10.4.body.html -->
diff --git a/posted_news/20190522-102630.4.10.4.headline.html
b/posted_news/20190522-102630.4.10.4.headline.html
new file mode 100644
index 0000000..08489f3
--- /dev/null
+++ b/posted_news/20190522-102630.4.10.4.headline.html
@@ -0,0 +1,3 @@
+<!-- BEGIN: posted_news/20190522-102630.4.10.4.headline.html -->
+<li> 22 May 2019 <a href="#4.10.4">Samba 4.10.4 Available for Download</a></li>
+<!-- END: posted_news/20190522-102630.4.10.4.headline.html -->
--
Samba Website Repository