[SCM] Samba Website Repository - branch master updated

Karolin Seeger kseeger at samba.org
Thu Mar 9 13:45:12 UTC 2017


The branch, master has been updated
       via  8dd3f5d Add Samba 4.5.6 to the list.
       via  59ade11 NEWS[4.5.6]: Samba 4.5.6 Available for Download
      from  eea4ca9 Add Samba 4.6.0 to the list.

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


- Log -----------------------------------------------------------------
commit 8dd3f5d3e233afc2097de85213057cd79b8fda10
Author: Karolin Seeger <kseeger at samba.org>
Date:   Thu Mar 9 14:44:53 2017 +0100

    Add Samba 4.5.6 to the list.
    
    Signed-off-by: Karolin Seeger <kseeger at samba.org>

commit 59ade118ba26bd5b6f2db6e121cf31c0ee709260
Author: Karolin Seeger <kseeger at samba.org>
Date:   Thu Mar 9 10:31:51 2017 +0100

    NEWS[4.5.6]: Samba 4.5.6 Available for Download
    
    Signed-off-by: Karolin Seeger <kseeger at samba.org>

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

Summary of changes:
 history/header_history.html                     |   1 +
 history/samba-4.5.6.html                        | 106 ++++++++++++++++++++++++
 posted_news/20170309-134419.4.5.6.body.html     |  13 +++
 posted_news/20170309-134419.4.5.6.headline.html |   3 +
 4 files changed, 123 insertions(+)
 create mode 100644 history/samba-4.5.6.html
 create mode 100644 posted_news/20170309-134419.4.5.6.body.html
 create mode 100644 posted_news/20170309-134419.4.5.6.headline.html


Changeset truncated at 500 lines:

diff --git a/history/header_history.html b/history/header_history.html
index 9d60d53..d3f0435 100755
--- a/history/header_history.html
+++ b/history/header_history.html
@@ -10,6 +10,7 @@
 		<li class="navSub">
 			<ul>
 			<li><a href="samba-4.6.0.html">samba-4.6.0</a></li>
+			<li><a href="samba-4.5.6.html">samba-4.5.6</a></li>
 			<li><a href="samba-4.5.5.html">samba-4.5.5</a></li>
 			<li><a href="samba-4.5.4.html">samba-4.5.4</a></li>
 			<li><a href="samba-4.5.3.html">samba-4.5.3</a></li>
diff --git a/history/samba-4.5.6.html b/history/samba-4.5.6.html
new file mode 100644
index 0000000..e024cc5
--- /dev/null
+++ b/history/samba-4.5.6.html
@@ -0,0 +1,106 @@
+<!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.5.6 - Release Notes</title>
+</head>
+<body>
+<H2>Samba 4.5.6 Available for Download</H2>
+<p>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.5.6.tar.gz">Samba 4.5.6 (gzipped)</a><br>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.5.6.tar.asc">Signature</a>
+</p>
+<p>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.5.5-4.5.6.diffs.gz">Patch (gzipped) against Samba 4.5.5</a><br>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.5.5-4.5.6.diffs.asc">Signature</a>
+</p>
+<p>
+<pre>
+                   =============================
+                   Release Notes for Samba 4.5.6
+                           March 9, 2017
+                   =============================
+
+
+This is the latest stable release of the Samba 4.5 release series.
+
+
+Changes since 4.5.5:
+--------------------
+
+o  Jeremy Allison <jra at samba.org>
+   * BUG 12499: s3: vfs: dirsort doesn't handle opendir of "." correctly.
+   * BUG 12531: vfs_shadow_copy2 doesn't cope with server changing directories.
+   * BUG 12546: vfs_streams_xattr doesn't cope with server changing directories.
+   * BUG 12572: s3: smbd: Don't loop infinitely on bad-symlink resolution.
+   * BUG 12608: s3: smbd: Restart reading the incoming SMB2 fd when the send
+     queue is drained.
+
+o  Andrew Bartlett <abartlet at samba.org>
+   * BUG 12573: Samba < 4.7 does not know about compatibleFeatures and
+     requiredFeatures.
+
+o  Ralph Boehme <slow at samba.org>
+   * BUG 12184: s3/rpc_server: Shared rpc modules loading.
+   * BUG 12427: vfs_fruit doesn't work with fruit:metadata=stream.
+   * BUG 12520: Ensure global "smb encrypt = off" is effective.
+   * BUG 12524: s3/rpc_server: move rpc_modules.c to its own subsystem.
+   * BUG 12536: s3/smbd: check for invalid access_mask
+     smbd_calculate_access_mask().
+   * BUG 12541: vfs_fruit: checks wrong AAPL config state and so always uses
+     readdirattr.
+   * BUG 12545: s3/rpc_server/mdssvc: add attribute "kMDItemContentType".
+   * BUG 12591: vfs_streams_xattr: use fsp, not base_fsp.
+   * BUG 12604: vfs_fruit: Enabling AAPL extensions must be a global switch.
+
+o  Amitay Isaacs <amitay at gmail.com>
+   * BUG 12469: ctdb-tests: Use replace headers instead of system headers.
+   * BUG 12547: ctdb-build: Install CTDB tests correctly from toplevel.
+   * BUG 12580: ctdb-common: Fix use-after-free error in comm_fd_handler().
+
+o  Volker Lendecke <vl at samba.org>
+   * BUG 12551: smbd: Fix "map acl inherit" = yes.
+
+o  Stefan Metzmacher <metze at samba.org>
+   * BUG 9048: s4:ldap_server: Match Windows in the error messages of failing
+     LDAP Bind requests.
+   * BUG 11830: s3:winbindd: Try a NETLOGON connection with noauth over NCACN_NP
+     against trusted domains.
+   * BUG 12262: 'net ads testjoin' and smb access fails after winbindd changed the
+     trust password.
+   * BUG 12399: s4:repl_meta_data: Normalize rdn attribute name via the schema.
+   * BUG 12540: s3:smbd: Allow "server min protocol = SMB3_00" to go via "SMB
+     2.???" negprot.
+   * BUG 12581: smbclient fails on bad endianess when listing shares from
+     Solaris kernel SMB server on SPARC.
+   * BUG 12585: librpc/rpc: fix regression in
+     NT_STATUS_RPC_ENUM_VALUE_OUT_OF_RANGE error mapping.
+   * BUG 12586: libcli/auth: Use the correct creds value against servers without
+     LogonSamLogonEx.
+   * BUG 12587: winbindd child segfaults on connect to an NT4 domain.
+   * BUG 12588: cm_prepare_connection may return NT_STATUS_OK without a valid
+     connection.
+   * BUG 12598: winbindd (as member) requires Kerberos against trusted ad
+     domain, while it shouldn't.
+   * BUG 12605: s3:winbindd: Fix endless forest trust scan.
+
+o  Garming Sam <garming at catalyst.net.nz>
+   * BUG 12577: dbcheck-links: Test that dbcheck against one-way links does not
+     error.
+   * BUG 12600: dbchecker: Stop ignoring linked cases where both objects are
+     alive.
+
+o  Andreas Schneider <asn at samba.org>
+   * BUG 12571: s3-vfs: Only walk the directory once in open_and_sort_dir().
+
+o  Martin Schwenke <martin at meltin.net>
+   * BUG 12589: ctdb-scripts: Initialise CTDB_NFS_CALLOUT in statd-callout.
+
+o  Uri Simchoni <uri at samba.org>
+   * BUG 12529: waf: backport finding of pkg-config.
+
+
+</pre>
+</p>
+</body>
+</html>
diff --git a/posted_news/20170309-134419.4.5.6.body.html b/posted_news/20170309-134419.4.5.6.body.html
new file mode 100644
index 0000000..1e7cbb0
--- /dev/null
+++ b/posted_news/20170309-134419.4.5.6.body.html
@@ -0,0 +1,13 @@
+<!-- BEGIN: posted_news/20170309-134419.4.5.6.body.html -->
+<h5><a name="4.5.6">09 March 2017</a></h5>
+<p class=headline>Samba 4.5.6 Available for Download</p>
+<p>
+This is the latest stable release of the Samba 4.5 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.5.6.tar.gz">downloaded now</a>.
+A <a href="https://download.samba.org/pub/samba/patches/samba-4.5.5-4.5.6.diffs.gz">patch against Samba 4.5.5</a> is also available.
+See <a href="https://www.samba.org/samba/history/samba-4.5.6.html">the release notes for more info</a>.
+</p>
+<!-- END: posted_news/20170309-134419.4.5.6.body.html -->
diff --git a/posted_news/20170309-134419.4.5.6.headline.html b/posted_news/20170309-134419.4.5.6.headline.html
new file mode 100644
index 0000000..c4f8662
--- /dev/null
+++ b/posted_news/20170309-134419.4.5.6.headline.html
@@ -0,0 +1,3 @@
+<!-- BEGIN: posted_news/20170309-134419.4.5.6.headline.html -->
+<li> 09 March 2017 <a href="#4.5.6">Samba 4.5.6 Available for Download</a></li>
+<!-- END: posted_news/20170309-134419.4.5.6.headline.html -->


-- 
Samba Website Repository



More information about the samba-cvs mailing list