[SCM] Samba Shared Repository - branch master updated

Karolin Seeger kseeger at samba.org
Tue Jan 12 10:13:01 UTC 2021


The branch, master has been updated
       via  081afc495f5 WHATSNEW: Change order.
       via  649cfefb1b3 WHATSNEW: Add new parameters.
       via  07700d0f1ac python/wscript: python3-asn1 -> python3-pyasn1
      from  1c2460a87e5 lib: Fix 'charset' dependencies

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


- Log -----------------------------------------------------------------
commit 081afc495f5bd88d13e5835557509da0ec5f7452
Author: Karolin Seeger <kseeger at samba.org>
Date:   Mon Jan 11 12:51:20 2021 +0100

    WHATSNEW: Change order.
    
    Signed-off-by: Karolin Seeger <kseeger at samba.org>
    
    Autobuild-User(master): Karolin Seeger <kseeger at samba.org>
    Autobuild-Date(master): Tue Jan 12 10:12:02 UTC 2021 on sn-devel-184

commit 649cfefb1b3f1a76543ecf29395b46a465cfac75
Author: Karolin Seeger <kseeger at samba.org>
Date:   Thu Jan 7 09:04:50 2021 +0100

    WHATSNEW: Add new parameters.
    
    Signed-off-by: Karolin Seeger <kseeger at samba.org>

commit 07700d0f1ac118436126054cd2f45cbc76ffdcb5
Author: Karolin Seeger <kseeger at samba.org>
Date:   Tue Jan 5 09:33:30 2021 +0100

    python/wscript: python3-asn1 -> python3-pyasn1
    
    Signed-off-by: Karolin Seeger <kseeger at samba.org>
    Reviewed-by: Björn Jacke <bjacke at samba.org>

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

Summary of changes:
 WHATSNEW.txt   | 48 +++++++++++++++++++++++++++++-------------------
 python/wscript |  2 +-
 2 files changed, 30 insertions(+), 20 deletions(-)


Changeset truncated at 500 lines:

diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index fd94e0c217f..37ede1af57e 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -82,21 +82,6 @@ Configuration/Policies/Administrative Templates. Alternatively, Samba policy
 may be managed using the `samba-tool gpo manage` command. This tool does not
 require the admx templates to be installed.
 
-CTDB CHANGES
-============
-
-* The NAT gateway and LVS features now uses the term "leader" to refer
-  to the main node in a group through which traffic is routed and
-  "follower" for other members of a group.  The command for
-  determining the leader has changed to "ctdb natgw leader" (from
-  "ctdb natgw master").  The configuration keyword for indicating that
-  a node can not be the leader of a group has changed to
-  "follower-only" (from "slave-only").  Identical changes were made
-  for LVS.
-
-* Remove "ctdb isnotrecmaster" command.  It isn't used by CTDB's
-  scripts and can be checked by users with "ctdb pnn" and "ctdb
-  recmaster".
 
 Python 3.6 or later required
 ----------------------------
@@ -119,30 +104,55 @@ Sites using Samba as a Domain Controller should upgrade from the
 NT4-like 'classic' Domain Controller to a Samba Active Directory DC
 to ensure full operation with modern windows clients.
 
+
 SMBv1 only protocol options deprecated
 --------------------------------------
 
 A number of smb.conf parameters for less-secure authentication methods
 which are only possible over SMBv1 are deprecated in this release.
 
+
+CTDB CHANGES
+============
+
+* The NAT gateway and LVS features now uses the term "leader" to refer
+  to the main node in a group through which traffic is routed and
+  "follower" for other members of a group.  The command for
+  determining the leader has changed to "ctdb natgw leader" (from
+  "ctdb natgw master").  The configuration keyword for indicating that
+  a node can not be the leader of a group has changed to
+  "follower-only" (from "slave-only").  Identical changes were made
+  for LVS.
+
+* Remove "ctdb isnotrecmaster" command.  It isn't used by CTDB's
+  scripts and can be checked by users with "ctdb pnn" and "ctdb
+  recmaster".
+
+
 REMOVED FEATURES
 ================
 
 The deprecated "ldap ssl ads" smb.conf option has been removed.
 
+
 smb.conf changes
 ================
 
   Parameter Name                     Description                Default
   --------------                     -----------                -------
-  ldap ssl ads                       removed
-  domain logons                      Deprecated                 no
-  raw NTLMv2 auth                    Deprecated                 no
+  smb encrypt                        Removed
+  ldap ssl ads                       Removed
   client plaintext auth              Deprecated                 no
   client NTLMv2 auth                 Deprecated                 yes
   client lanman auth                 Deprecated                 no
   client use spnego                  Deprecated                 yes
-
+  domain logons                      Deprecated                 no
+  raw NTLMv2 auth                    Deprecated                 no
+  async dns timeout                  New                        10
+  client smb encrypt                 New                        default
+  honor change notify privilege      New                        No
+  smbd force process locks           New                        No
+  server smb encrypt                 New                        default
 
 
 KNOWN ISSUES
diff --git a/python/wscript b/python/wscript
index 20ca9f1f862..bd49bd4512a 100644
--- a/python/wscript
+++ b/python/wscript
@@ -7,7 +7,7 @@ from waflib import Options, Errors
 selftest_pkgs = {
     'iso8601': 'python3-iso8601',
     'cryptography': 'python3-cryptography',
-    'pyasn1': 'python3-asn1'
+    'pyasn1': 'python3-pyasn1'
 }
 
 ad_dc_pkgs = {


-- 
Samba Shared Repository



More information about the samba-cvs mailing list