summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorGary Lockyer <gary@catalyst.net.nz>2019-06-07 10:01:14 +1200
committerTim Beale <timbeale@samba.org>2019-06-10 06:13:27 +0000
commitff4a5f643f4e8d38a748573e9492d8c5d571a0ed (patch)
tree465266068d8eb4e878f9c286f77b79ff9ef53ad8 /WHATSNEW.txt
parent56400153c8c7052fe319f273c30c6d59556102dc (diff)
downloadsamba-ff4a5f643f4e8d38a748573e9492d8c5d571a0ed.tar.gz
WHATSNEW.txt: reindex performance, Bind9 logging
Add entries for: Reindex performance improvements Bind9 logging LDAP referrals Signed-off-by: Gary Lockyer <gary@catalyst.net.nz> Reviewed-by: Tim Beale <timbeale@catalyst.net.nz> Autobuild-User(master): Tim Beale <timbeale@samba.org> Autobuild-Date(master): Mon Jun 10 06:13:27 UTC 2019 on sn-devel-184
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt34
1 files changed, 34 insertions, 0 deletions
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