[SCM] Samba Shared Repository - branch master updated

Tim Beale timbeale at samba.org
Mon Jun 10 06:14:02 UTC 2019


The branch, master has been updated
       via  ff4a5f643f4 WHATSNEW.txt: reindex performance, Bind9 logging
      from  56400153c8c Revert TestCaseInSubDir parts of "downgradedatabase: blackbox test"

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


- Log -----------------------------------------------------------------
commit ff4a5f643f4e8d38a748573e9492d8c5d571a0ed
Author: Gary Lockyer <gary at catalyst.net.nz>
Date:   Fri Jun 7 10:01:14 2019 +1200

    WHATSNEW.txt: reindex performance, Bind9 logging
    
    Add entries for:
      Reindex performance improvements
      Bind9 logging
      LDAP referrals
    
    Signed-off-by: Gary Lockyer <gary at catalyst.net.nz>
    Reviewed-by: Tim Beale <timbeale at catalyst.net.nz>
    
    Autobuild-User(master): Tim Beale <timbeale at samba.org>
    Autobuild-Date(master): Mon Jun 10 06:13:27 UTC 2019 on sn-devel-184

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

Summary of changes:
 WHATSNEW.txt | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)


Changeset truncated at 500 lines:

diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 3ef066df34f..c10c1d4ad1e 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -49,6 +49,40 @@ where:
 
 The version of the JSON Authentication messages has been changed to 1.2 from 1.1
 
+Reindex performance improvements
+--------------------------------
+
+The performance of samba-tool dbcheck --reindex has been improved, especially
+for large domains.
+
+LDAP referrals
+--------------
+
+The scheme of returned LDAP referrals now reflects the scheme of the original
+request, i.e. referrals received via ldap are prefixed with "ldap://"
+and those over ldaps are prefixed with "ldaps://"
+
+Previously all referrals were prefixed with "ldap://"
+
+Bind9 logging
+-------------
+
+It is now possible to log the duration of DNS operations performed by Bind9
+This should aid future diagnosis of performance issues, and could be used to
+monitor DNS performance. The logging is enabled by setting log level to
+"dns:10" in smb.conf
+
+The logs are currently Human readable text only, i.e. no JSON formatted output.
+
+Log lines are of the form:
+
+    <function>: DNS timing: result: [<result>] duration: (<duration>)
+    zone: [<zone>] name: [<name>] data: [<data>]
+
+    durations are in microseconds.
+
+
+
 
 
 REMOVED FEATURES


-- 
Samba Shared Repository



More information about the samba-cvs mailing list