[SCM] Samba Shared Repository - branch master updated

Michael Adam obnox at samba.org
Mon Sep 22 22:55:05 MDT 2014


The branch, master has been updated
       via  8a6445d WHATSNEW: some fixes
      from  f92086f libcli: Fix a segfault calling smbXcli_req_set_pending() on NULL.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 8a6445d02580aca37ef2f69964890cf3de2aeac4
Author: Brad Hards <bradh at frogmouth.net>
Date:   Mon Sep 22 09:42:57 2014 +0200

    WHATSNEW: some fixes
    
    Signed-off-by: Brad Hards <bradh at frogmouth.net>
    Reviewed-by: Volker Lendecke <vl at samba.org>
    Reviewed-by: Michael Adam <obnox at samba.org>
    
    Autobuild-User(master): Michael Adam <obnox at samba.org>
    Autobuild-Date(master): Tue Sep 23 06:54:11 CEST 2014 on sn-devel-104

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

Summary of changes:
 WHATSNEW.txt |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)


Changeset truncated at 500 lines:

diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 295cbb6..2a4e7b7 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -40,7 +40,7 @@ Winbindd/Netlogon improvements
 ==============================
 
 The whole concept of maintaining the netlogon secure channel
-to (other) domain controllers is rewritten in order to maintain
+to (other) domain controllers was rewritten in order to maintain
 global state in a netlogon_creds_cli.tdb. This is the proper fix
 for a large number of bugs:
 
@@ -50,11 +50,11 @@ for a large number of bugs:
   https://bugzilla.samba.org/show_bug.cgi?id=7568
   https://bugzilla.samba.org/show_bug.cgi?id=8599
 
-In addition a strong session key is required by default now,
+In addition a strong session key is now required by default,
 which means that communication to older servers or clients
 might be rejected by default.
 
-For the client side we the following new options:
+For the client side we have the following new options:
 "require strong key" (yes by default), "reject md5 servers" (no by default).
 E.g. for Samba 3.0.37 you need "require strong key = no" and
 for NT4 DCs you need "require strong key = no" and "client NTLMv2 auth = no",
@@ -69,7 +69,7 @@ winbindd does not list group memberships for display purposes
 The new default is "winbind expand groups = 0" now,
 the reason for this is the same as for "winbind enum users = no"
 and "winbind enum groups = no". Providing this information is not always
-reliably possible, e.g. if there're trusted domains.
+reliably possible, e.g. if there are trusted domains.
 
 Please consult the smb.conf manpage for more details on these new options.
 
@@ -91,7 +91,7 @@ Overhauled "net idmap" command
 ==============================
 
 The command line interface of the "net idmap" command has been
-systematized and subcommands for reading and writing the autorid idmap
+made systematic, and subcommands for reading and writing the autorid idmap
 database have been added. Note that the writing commands should be
 used with great care. See the net(8) manual page for details.
 
@@ -108,7 +108,7 @@ dbwrap_tdb_mutexes:* = yes
 
 in the [global] section of your smb.conf.
 
-Tdb has furthermore improved to manage its file space more efficiently. This
+Tdb file space management has also been made more efficient. This
 will lead to smaller and less fragmented databases.
 
 Messaging improvements


-- 
Samba Shared Repository


More information about the samba-cvs mailing list