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

Karolin Seeger kseeger at samba.org
Thu Jun 21 07:59:24 UTC 2018


The branch, v4-7-test has been updated
       via  0b95014 VERSION: Bump version up to 4.7.9...
       via  c216a22 VERSION: Disable GIT_SNAPSHOT for the 4.7.8 release.
       via  8d6bfb4 WHATSNEW: Add release notes for Samba 4.7.8.
      from  ca441a0 python: Fix talloc frame use in make_simple_acl().

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


- Log -----------------------------------------------------------------
commit 0b9501442285fc17eb508d3d7afac1938850363a
Author: Karolin Seeger <kseeger at samba.org>
Date:   Thu Jun 21 09:58:10 2018 +0200

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

commit c216a22f793c5b21825afbcfc5b95c1ff051d969
Author: Karolin Seeger <kseeger at samba.org>
Date:   Thu Jun 21 09:57:01 2018 +0200

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

commit 8d6bfb41fbce6c958dd45cecaf7a51b6a3b3d395
Author: Karolin Seeger <kseeger at samba.org>
Date:   Thu Jun 21 09:56:30 2018 +0200

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

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

Summary of changes:
 VERSION      |   2 +-
 WHATSNEW.txt | 120 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 119 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/VERSION b/VERSION
index b54c7f1..b3be468 100644
--- a/VERSION
+++ b/VERSION
@@ -25,7 +25,7 @@
 ########################################################
 SAMBA_VERSION_MAJOR=4
 SAMBA_VERSION_MINOR=7
-SAMBA_VERSION_RELEASE=8
+SAMBA_VERSION_RELEASE=9
 
 ########################################################
 # If a official release has a serious bug              #
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 629dba8..54a9398 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -1,4 +1,120 @@
                    =============================
+                   Release Notes for Samba 4.7.8
+                           June 21, 2018
+                   =============================
+
+
+This is the latest stable release of the Samba 4.7 release series.
+
+
+Changes since 4.7.7:
+--------------------
+
+o  Jeremy Allison <jra at samba.org>
+   * BUG 13380: s3: smbd: Generic fix for incorrect reporting of stream dos
+     attributes on a directory.
+   * BUG 13412: ceph: VFS: Add asynchronous fsync to ceph module, fake using
+     synchronous call.
+   * BUG 13419: s3: libsmbclient: Fix hard-coded connection error return of
+     ETIMEDOUT.
+   * BUG 13428: s3: smbd: Fix SMB2-FLUSH against directories.
+   * BUG 13457: s3: smbd: printing: Re-implement delete-on-close semantics for
+     print files missing since 3.5.x.
+   * BUG 13474: python: Fix talloc frame use in make_simple_acl().
+
+o  Andrew Bartlett <abartlet at samba.org>
+   * BUG 13430: winbindd on the AD DC is slow for passdb queries.
+   * BUG 13454: No Backtrace given by Samba's AD DC by default. 
+
+o  Ralph Boehme <slow at samba.org>
+   * BUG 13332: winbindd doesn't recover loss of netlogon secure channel in
+     case the peer DC is rebooted.
+   * BUG 13432: s3:smbd: Fix interaction between chown and SD flags.
+
+o  Günther Deschner <gd at samba.org>
+   * BUG 13437: s4-heimdal: Fix the format-truncation errors.
+
+o  David Disseldorp <ddiss at samba.org>
+   * BUG 13425: vfs_ceph: Add fake async pwrite/pread send/recv hooks.
+
+o  Björn Jacke <bjacke at samba.org>
+   * BUG 13395: printing: Return the same error code as Windows does on upload
+     failures.
+
+o  Volker Lendecke <vl at samba.org>
+   * BUG 13290: winbind: Improve child selection.
+   * BUG 13292: winbind: Maintain a binding handle per domain and always go via
+     wb_domain_request_send().
+   * BUG 13332: winbindd doesn't recover loss of netlogon secure channel in
+     case the peer DC is rebooted.
+   * BUG 13369: Looking up the user using the UPN results in user name with the
+     REALM instead of the DOMAIN.
+   * BUG 13370: rpc_server: Init local_server_* in
+     make_internal_rpc_pipe_socketpair.
+   * BUG 13382: smbclient: Fix broken notify. 
+
+o  Stefan Metzmacher <metze at samba.org>
+   * BUG 13273: libads: Fix the build --without-ads.
+   * BUG 13279: winbindd: Don't split the rid for SID_NAME_DOMAIN sids in
+     wb_lookupsids.
+   * BUG 13280: winbindd: initialize type = SID_NAME_UNKNOWN in
+     wb_lookupsids_single_done().
+   * BUG 13289: s4:rpc_server: Fix call_id truncation in
+     dcesrv_find_fragmented_call().
+   * BUG 13290:  A disconnecting winbind client can cause a problem in the
+     winbind parent child communication.
+   * BUG 13291: tevent: version 0.9.36
+	- improve documentation of tevent_queue_add_optimize_empty()
+        - add tevent_queue_entry_untrigger()
+   * BUG 13292: winbind: Use one queue for all domain children.
+   * BUG 13293: Minimize the lifetime of winbindd_cli_state->{pw,gr}ent_state.
+   * BUG 13294: winbind should avoid using fstrcpy(domain->dcname,...) on a
+     char *.
+   * BUG 13295: The winbind parent should find the dc of a foreign domain via
+     the primary domain.
+   * BUG 13400: nsswitch: Fix memory leak in winbind_open_pipe_sock() when the
+     privileged pipe is not accessable.
+   * BUG 13427: Fix broken server side GENSEC_FEATURE_LDAP_STYLE handling
+     (NTLMSSP NTLM2 packet check failed due to invalid signature!).
+
+o  Vandana Rungta <vrungta at amazon.com>
+   * BUG 13424: s3: VFS: Fix memory leak in vfs_ceph.
+
+o  Christof Schmitt <cs at samba.org>
+   * BUG 13407: rpc_server: Fix NetSessEnum with stale sessions.
+   * BUG 13446: dfree cache returning incorrect data for sub directory mounts. 
+
+o  Andreas Schneider <asn at samba.org>
+   * BUG 13369: Looking up the user using the UPN results in user name with the
+     REALM instead of the DOMAIN.
+   * BUG 13376: s3:passdb: Do not return OK if we don't have pinfo set up.
+   * BUG 13440: s3:utils: Do not segfault on error in DoDNSUpdate().
+
+
+#######################################
+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.7.7
                            April 17, 2018
                    =============================
@@ -100,8 +216,8 @@ database (https://bugzilla.samba.org/).
 ======================================================================
 
 
-Release notes for older releases follow:
-----------------------------------------
+----------------------------------------------------------------------
+
 
                    =============================
                    Release Notes for Samba 4.7.6


-- 
Samba Shared Repository



More information about the samba-cvs mailing list