[SCM] Samba Website Repository - branch master updated

Karolin Seeger kseeger at samba.org
Wed Mar 1 08:56:11 UTC 2017


The branch, master has been updated
       via  a0569aa Add Samba 4.4.10 to the list.
       via  13bd798 NEWS[4.4.10]: Samba 4.4.10 Available for Download
      from  abe362d NEWS[4.6.0rc4]: Samba 4.6.0rc4 Available for Download

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


- Log -----------------------------------------------------------------
commit a0569aac3951be1ac1aaa0f743db05c21852091c
Author: Karolin Seeger <kseeger at samba.org>
Date:   Wed Mar 1 09:55:57 2017 +0100

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

commit 13bd798ac23d7557a64863c1a50b767b0a81b504
Author: Karolin Seeger <kseeger at samba.org>
Date:   Wed Mar 1 09:53:39 2017 +0100

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

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

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


Changeset truncated at 500 lines:

diff --git a/history/header_history.html b/history/header_history.html
index 377383a..45dd4b5 100755
--- a/history/header_history.html
+++ b/history/header_history.html
@@ -15,6 +15,7 @@
 			<li><a href="samba-4.5.2.html">samba-4.5.2</a></li>
 			<li><a href="samba-4.5.1.html">samba-4.5.1</a></li>
 			<li><a href="samba-4.5.0.html">samba-4.5.0</a></li>
+			<li><a href="samba-4.4.10.html">samba-4.4.10</a></li>
 			<li><a href="samba-4.4.9.html">samba-4.4.9</a></li>
 			<li><a href="samba-4.4.8.html">samba-4.4.8</a></li>
 			<li><a href="samba-4.4.7.html">samba-4.4.7</a></li>
diff --git a/history/samba-4.4.10.html b/history/samba-4.4.10.html
new file mode 100644
index 0000000..7d15aaa
--- /dev/null
+++ b/history/samba-4.4.10.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.4.10 - Release Notes</title>
+</head>
+<body>
+<H2>Samba 4.4.10 Available for Download</H2>
+<p>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.4.10.tar.gz">Samba 4.4.10 (gzipped)</a><br>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.4.10.tar.asc">Signature</a>
+</p>
+<p>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.4.9-4.4.10.diffs.gz">Patch (gzipped) against Samba 4.4.9</a><br>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.4.9-4.4.10.diffs.asc">Signature</a>
+</p>
+<p>
+<pre>
+                   ==============================
+                   Release Notes for Samba 4.4.10
+                            March 1, 2017
+                   ==============================
+
+
+This is the latest stable release of Samba 4.4. Please note that this will
+likely be the last maintenance release of the Samba 4.4 release branch.
+
+Major enhancements in Samba 4.4.10 include:
+
+o  Domain join broken under certain circumstances after winbindd changed the
+   trust password (bug #12262).
+
+A new parameter "include system krb5 conf" has been added (bug #12441). Please
+see the man page for details.
+
+
+Changes since 4.4.9:
+--------------------
+
+o  Jeremy Allison <jra at samba.org>
+   * BUG 12479: s3: libsmb: Add cli_smb2_ftruncate(), plumb into
+     cli_ftruncate().
+   * BUG 12499: s3: vfs: dirsort doesn't handle opendir of "." correctly.
+   * BUG 12572: s3: smbd: Don't loop infinitely on bad-symlink resolution.
+   * BUG 12531: Make vfs_shadow_copy2 cope with server changing directories.
+   * BUG 12546: s3: VFS: vfs_streams_xattr.c: Make streams_xattr_open() store
+     the same path as streams_xattr_recheck().
+
+o  Ralph Boehme <slow at samba.org>
+   * 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.
+
+o  David Disseldorp <ddiss at samba.org>
+   * BUG 12144: smbd/ioctl: Match WS2016 ReFS set compression behaviour.
+
+o  Amitay Isaacs <amitay at gmail.com>
+   * BUG 12580: ctdb-common: Fix use-after-free error in comm_fd_handler().
+
+o  Björn Jacke <bj at sernet.de>
+   * BUG 2210: pam: Map more NT password errors to PAM errors.
+   * BUG 12535: vfs_default: Unlock the right file in copy chunk.
+
+o  Volker Lendecke <vl at samba.org>
+   * BUG 12509: messaging: Fix dead but not cleaned-up-yet destination sockets.
+   * BUG 12551: smbd: Fix "map acl inherit" = yes.
+
+o  Stefan Metzmacher <metze at samba.org>
+   * BUG 11830: Domain member cannot resolve trusted domains' users.
+   * BUG 12262: Domain join broken under certain circumstances after winbindd
+     changed the trust password.
+   * BUG 12480: 'kinit' succeeded, but ads_sasl_spnego_gensec_bind(KRB5) failed: An
+     internal error occurred (with MIT krb5).
+   * 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: netlogon_creds_cli_LogonSamLogon doesn't work without
+     netr_LogonSamLogonEx.
+   * BUG 12587: Fix 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.
+
+o  Andreas Schneider <asn at samba.org>
+   * BUG 12441: s3:libads: Include system /etc/krb5.conf if we use MIT Kerberos.
+   * BUG 12571: s3-vfs: Only walk the directory once in open_and_sort_dir().
+
+o  Martin Schwenke <martin at meltin.net>
+   * BUG 12589: CTDB statd-callout does not cause grace period when
+     CTDB_NFS_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/20170301-085516.4.4.10.body.html b/posted_news/20170301-085516.4.4.10.body.html
new file mode 100644
index 0000000..bd1e303
--- /dev/null
+++ b/posted_news/20170301-085516.4.4.10.body.html
@@ -0,0 +1,13 @@
+<!-- BEGIN: posted_news/20170301-085516.4.4.10.body.html -->
+<h5><a name="4.4.10">01 March 2017</a></h5>
+<p class=headline>Samba 4.4.10 Available for Download</p>
+<p>
+This is the latest stable release of the Samba 4.4 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.4.10.tar.gz">downloaded now</a>.
+A <a href="https://download.samba.org/pub/samba/patches/samba-4.4.9-4.4.10.diffs.gz">patch against Samba 4.4.9</a> is also available.
+See <a href="https://www.samba.org/samba/history/samba-4.4.10.html">the release notes for more info</a>.
+</p>
+<!-- END: posted_news/20170301-085516.4.4.10.body.html -->
diff --git a/posted_news/20170301-085516.4.4.10.headline.html b/posted_news/20170301-085516.4.4.10.headline.html
new file mode 100644
index 0000000..9f147a6
--- /dev/null
+++ b/posted_news/20170301-085516.4.4.10.headline.html
@@ -0,0 +1,3 @@
+<!-- BEGIN: posted_news/20170301-085516.4.4.10.headline.html -->
+<li> 01 March 2017 <a href="#4.4.10">Samba 4.4.10 Available for Download</a></li>
+<!-- END: posted_news/20170301-085516.4.4.10.headline.html -->


-- 
Samba Website Repository



More information about the samba-cvs mailing list