[SCM] Samba Shared Repository - branch v4-5-test updated

Karolin Seeger kseeger at samba.org
Thu Mar 9 09:20:47 UTC 2017


The branch, v4-5-test has been updated
       via  520e1a5 VERSION: Bump version up to 4.5.7...
       via  4a7d548 VERSION: Disable GIT_SNAPSHOTS for the 4.5.6 release.
       via  4f40c35 WHATSNEW: Add release notes for Samba 4.5.6.
       via  61ecd4e WHATSNEW: Clarify entry.
      from  89f2fd3 s4:ldap_server: match windows in the error messages of failing LDAP Bind requests

https://git.samba.org/?p=samba.git;a=shortlog;h=v4-5-test


- Log -----------------------------------------------------------------
commit 520e1a58e1598f412698a38b7af2d6c2015ba056
Author: Karolin Seeger <kseeger at samba.org>
Date:   Thu Mar 9 10:19:50 2017 +0100

    VERSION: Bump version up to 4.5.7...
    
    and re-enable GIT_SNAPSHOTS.
    
    Signed-off-by: Karolin Seeger <kseeger at samba.org>

commit 4a7d5482fdc9963ddc290f5761cd7893f3b7f97b
Author: Karolin Seeger <kseeger at samba.org>
Date:   Thu Mar 9 10:19:01 2017 +0100

    VERSION: Disable GIT_SNAPSHOTS for the 4.5.6 release.
    
    Signed-off-by: Karolin Seeger <kseeger at samba.org>

commit 4f40c3510f3cdfa89b55a421c1f3ba33cf2deb28
Author: Karolin Seeger <kseeger at samba.org>
Date:   Thu Mar 9 10:17:38 2017 +0100

    WHATSNEW: Add release notes for Samba 4.5.6.
    
    Signed-off-by: Karolin Seeger <kseeger at samba.org>

commit 61ecd4e4d3e7a211b76bfa0013f58b0747bacf61
Author: Karolin Seeger <kseeger at samba.org>
Date:   Tue Mar 7 12:27:15 2017 +0100

    WHATSNEW: Clarify entry.
    
    Signed-off-by: Karolin Seeger <kseeger at samba.org>

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

Summary of changes:
 VERSION      |   2 +-
 WHATSNEW.txt | 113 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 2 files changed, 111 insertions(+), 4 deletions(-)


Changeset truncated at 500 lines:

diff --git a/VERSION b/VERSION
index 9e7a279..3847e29 100644
--- a/VERSION
+++ b/VERSION
@@ -25,7 +25,7 @@
 ########################################################
 SAMBA_VERSION_MAJOR=4
 SAMBA_VERSION_MINOR=5
-SAMBA_VERSION_RELEASE=6
+SAMBA_VERSION_RELEASE=7
 
 ########################################################
 # If a official release has a serious bug              #
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 4c96fef..cc26d56 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -1,4 +1,111 @@
                    =============================
+                   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.
+
+
+#######################################
+Reporting bugs & Development Discussion
+#######################################
+
+Please discuss this release on the samba-technical mailing list or by
+joining the #samba-technical IRC channel on irc.freenode.net.
+
+If you do report problems then please try to send high quality
+feedback. If you don't provide vital information to help us track down
+the problem then you will probably be ignored.  All bug reports should
+be filed under the Samba 4.1 and newer product in the project's Bugzilla
+database (https://bugzilla.samba.org/).
+
+
+======================================================================
+== Our Code, Our Bugs, Our Responsibility.
+== The Samba Team
+======================================================================
+
+
+Release notes for older releases follow:
+----------------------------------------
+
+                   =============================
                    Release Notes for Samba 4.5.5
                           January 30, 2017
                    =============================
@@ -22,7 +129,7 @@ o  Björn Jacke <bj at sernet.de>
 
 o  Martin Schwenke <martin at meltin.net>
    * BUG 12512: ctdb-scripts: Fix remaining uses of "ctdb gratiousarp".
-   * BUG 12516: /etc/iproute2/rt_tables gets populated with multiple
+   * BUG 12516: ctdb-scripts: /etc/iproute2/rt_tables gets populated with multiple
      'default' entries.
 
 
@@ -46,8 +153,8 @@ database (https://bugzilla.samba.org/).
 ======================================================================
 
 
-Release notes for older releases follow:
-----------------------------------------
+----------------------------------------------------------------------
+
 
                    =============================
                    Release Notes for Samba 4.5.4


-- 
Samba Shared Repository



More information about the samba-cvs mailing list