diff -Nru samba-4.11.5+dfsg/ctdb/config/functions samba-4.11.6+dfsg/ctdb/config/functions --- samba-4.11.5+dfsg/ctdb/config/functions 2020-01-08 10:24:52.000000000 +0000 +++ samba-4.11.6+dfsg/ctdb/config/functions 2020-01-28 10:18:04.000000000 +0000 @@ -977,10 +977,16 @@ _my_connections="${tickledir}/${_port}.connections.$$" # Parentheses are needed around the filters for precedence but # the parentheses can't be empty! + # + # Recent versions of ss print square brackets around IPv6 + # addresses. While it is desirable to update CTDB's address + # parsing and printing code, something needs to be done here + # for backward compatibility, so just delete the brackets. ss -tn state established \ "${_ip_filter:+( ${_ip_filter} )}" \ "${_port_filter:+( ${_port_filter} )}" | awk 'NR > 1 {print $4, $3}' | + tr -d '][' | sort >"$_my_connections" # Record our current tickles in a temporary file diff -Nru samba-4.11.5+dfsg/ctdb/doc/ctdb.1 samba-4.11.6+dfsg/ctdb/doc/ctdb.1 --- samba-4.11.5+dfsg/ctdb/doc/ctdb.1 2020-01-14 08:53:07.000000000 +0000 +++ samba-4.11.6+dfsg/ctdb/doc/ctdb.1 2020-01-28 10:23:14.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: ctdb .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: CTDB - clustered TDB database .\" Source: ctdb .\" Language: English .\" -.TH "CTDB" "1" "01/14/2020" "ctdb" "CTDB \- clustered TDB database" +.TH "CTDB" "1" "01/28/2020" "ctdb" "CTDB \- clustered TDB database" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru samba-4.11.5+dfsg/ctdb/doc/ctdb.7 samba-4.11.6+dfsg/ctdb/doc/ctdb.7 --- samba-4.11.5+dfsg/ctdb/doc/ctdb.7 2020-01-14 08:53:11.000000000 +0000 +++ samba-4.11.6+dfsg/ctdb/doc/ctdb.7 2020-01-28 10:23:17.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: ctdb .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: CTDB - clustered TDB database .\" Source: ctdb .\" Language: English .\" -.TH "CTDB" "7" "01/14/2020" "ctdb" "CTDB \- clustered TDB database" +.TH "CTDB" "7" "01/28/2020" "ctdb" "CTDB \- clustered TDB database" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru samba-4.11.5+dfsg/ctdb/doc/ctdb.conf.5 samba-4.11.6+dfsg/ctdb/doc/ctdb.conf.5 --- samba-4.11.5+dfsg/ctdb/doc/ctdb.conf.5 2020-01-14 08:53:10.000000000 +0000 +++ samba-4.11.6+dfsg/ctdb/doc/ctdb.conf.5 2020-01-28 10:23:16.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: ctdb.conf .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: CTDB - clustered TDB database .\" Source: ctdb .\" Language: English .\" -.TH "CTDB\&.CONF" "5" "01/14/2020" "ctdb" "CTDB \- clustered TDB database" +.TH "CTDB\&.CONF" "5" "01/28/2020" "ctdb" "CTDB \- clustered TDB database" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru samba-4.11.5+dfsg/ctdb/doc/ctdbd.1 samba-4.11.6+dfsg/ctdb/doc/ctdbd.1 --- samba-4.11.5+dfsg/ctdb/doc/ctdbd.1 2020-01-14 08:53:08.000000000 +0000 +++ samba-4.11.6+dfsg/ctdb/doc/ctdbd.1 2020-01-28 10:23:14.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: ctdbd .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: CTDB - clustered TDB database .\" Source: ctdb .\" Language: English .\" -.TH "CTDBD" "1" "01/14/2020" "ctdb" "CTDB \- clustered TDB database" +.TH "CTDBD" "1" "01/28/2020" "ctdb" "CTDB \- clustered TDB database" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru samba-4.11.5+dfsg/ctdb/doc/ctdb_diagnostics.1 samba-4.11.6+dfsg/ctdb/doc/ctdb_diagnostics.1 --- samba-4.11.5+dfsg/ctdb/doc/ctdb_diagnostics.1 2020-01-14 08:53:09.000000000 +0000 +++ samba-4.11.6+dfsg/ctdb/doc/ctdb_diagnostics.1 2020-01-28 10:23:15.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: ctdb_diagnostics .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: CTDB - clustered TDB database .\" Source: ctdb .\" Language: English .\" -.TH "CTDB_DIAGNOSTICS" "1" "01/14/2020" "ctdb" "CTDB \- clustered TDB database" +.TH "CTDB_DIAGNOSTICS" "1" "01/28/2020" "ctdb" "CTDB \- clustered TDB database" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru samba-4.11.5+dfsg/ctdb/doc/ctdbd_wrapper.1 samba-4.11.6+dfsg/ctdb/doc/ctdbd_wrapper.1 --- samba-4.11.5+dfsg/ctdb/doc/ctdbd_wrapper.1 2020-01-14 08:53:09.000000000 +0000 +++ samba-4.11.6+dfsg/ctdb/doc/ctdbd_wrapper.1 2020-01-28 10:23:15.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: ctdbd_wrapper .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: CTDB - clustered TDB database .\" Source: ctdb .\" Language: English .\" -.TH "CTDBD_WRAPPER" "1" "01/14/2020" "ctdb" "CTDB \- clustered TDB database" +.TH "CTDBD_WRAPPER" "1" "01/28/2020" "ctdb" "CTDB \- clustered TDB database" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru samba-4.11.5+dfsg/ctdb/doc/ctdb-etcd.7 samba-4.11.6+dfsg/ctdb/doc/ctdb-etcd.7 --- samba-4.11.5+dfsg/ctdb/doc/ctdb-etcd.7 2020-01-14 08:53:12.000000000 +0000 +++ samba-4.11.6+dfsg/ctdb/doc/ctdb-etcd.7 2020-01-28 10:23:18.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: ctdb-etcd .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: CTDB - clustered TDB database .\" Source: ctdb .\" Language: English .\" -.TH "CTDB\-ETCD" "7" "01/14/2020" "ctdb" "CTDB \- clustered TDB database" +.TH "CTDB\-ETCD" "7" "01/28/2020" "ctdb" "CTDB \- clustered TDB database" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru samba-4.11.5+dfsg/ctdb/doc/ctdb_mutex_ceph_rados_helper.7 samba-4.11.6+dfsg/ctdb/doc/ctdb_mutex_ceph_rados_helper.7 --- samba-4.11.5+dfsg/ctdb/doc/ctdb_mutex_ceph_rados_helper.7 2020-01-14 08:53:12.000000000 +0000 +++ samba-4.11.6+dfsg/ctdb/doc/ctdb_mutex_ceph_rados_helper.7 2020-01-28 10:23:18.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: Ceph RADOS Mutex .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: CTDB - clustered TDB database .\" Source: ctdb .\" Language: English .\" -.TH "CEPH RADOS MUTEX" "7" "01/14/2020" "ctdb" "CTDB \- clustered TDB database" +.TH "CEPH RADOS MUTEX" "7" "01/28/2020" "ctdb" "CTDB \- clustered TDB database" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru samba-4.11.5+dfsg/ctdb/doc/ctdb-script.options.5 samba-4.11.6+dfsg/ctdb/doc/ctdb-script.options.5 --- samba-4.11.5+dfsg/ctdb/doc/ctdb-script.options.5 2020-01-14 08:53:10.000000000 +0000 +++ samba-4.11.6+dfsg/ctdb/doc/ctdb-script.options.5 2020-01-28 10:23:16.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: ctdb-script.options .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: CTDB - clustered TDB database .\" Source: ctdb .\" Language: English .\" -.TH "CTDB\-SCRIPT\&.OPTIO" "5" "01/14/2020" "ctdb" "CTDB \- clustered TDB database" +.TH "CTDB\-SCRIPT\&.OPTIO" "5" "01/28/2020" "ctdb" "CTDB \- clustered TDB database" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru samba-4.11.5+dfsg/ctdb/doc/ctdb-statistics.7 samba-4.11.6+dfsg/ctdb/doc/ctdb-statistics.7 --- samba-4.11.5+dfsg/ctdb/doc/ctdb-statistics.7 2020-01-14 08:53:11.000000000 +0000 +++ samba-4.11.6+dfsg/ctdb/doc/ctdb-statistics.7 2020-01-28 10:23:17.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: ctdb-statistics .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: CTDB - clustered TDB database .\" Source: ctdb .\" Language: English .\" -.TH "CTDB\-STATISTICS" "7" "01/14/2020" "ctdb" "CTDB \- clustered TDB database" +.TH "CTDB\-STATISTICS" "7" "01/28/2020" "ctdb" "CTDB \- clustered TDB database" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru samba-4.11.5+dfsg/ctdb/doc/ctdb.sysconfig.5 samba-4.11.6+dfsg/ctdb/doc/ctdb.sysconfig.5 --- samba-4.11.5+dfsg/ctdb/doc/ctdb.sysconfig.5 2020-01-14 08:53:10.000000000 +0000 +++ samba-4.11.6+dfsg/ctdb/doc/ctdb.sysconfig.5 2020-01-28 10:23:17.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: ctdb.sysconfig .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: CTDB - clustered TDB database .\" Source: ctdb .\" Language: English .\" -.TH "CTDB\&.SYSCONFIG" "5" "01/14/2020" "ctdb" "CTDB \- clustered TDB database" +.TH "CTDB\&.SYSCONFIG" "5" "01/28/2020" "ctdb" "CTDB \- clustered TDB database" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru samba-4.11.5+dfsg/ctdb/doc/ctdb-tunables.7 samba-4.11.6+dfsg/ctdb/doc/ctdb-tunables.7 --- samba-4.11.5+dfsg/ctdb/doc/ctdb-tunables.7 2020-01-14 08:53:11.000000000 +0000 +++ samba-4.11.6+dfsg/ctdb/doc/ctdb-tunables.7 2020-01-28 10:23:18.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: ctdb-tunables .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: CTDB - clustered TDB database .\" Source: ctdb .\" Language: English .\" -.TH "CTDB\-TUNABLES" "7" "01/14/2020" "ctdb" "CTDB \- clustered TDB database" +.TH "CTDB\-TUNABLES" "7" "01/28/2020" "ctdb" "CTDB \- clustered TDB database" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru samba-4.11.5+dfsg/ctdb/doc/ltdbtool.1 samba-4.11.6+dfsg/ctdb/doc/ltdbtool.1 --- samba-4.11.5+dfsg/ctdb/doc/ltdbtool.1 2020-01-14 08:53:08.000000000 +0000 +++ samba-4.11.6+dfsg/ctdb/doc/ltdbtool.1 2020-01-28 10:23:14.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: ltdbtool .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: CTDB - clustered TDB database .\" Source: ctdb .\" Language: English .\" -.TH "LTDBTOOL" "1" "01/14/2020" "ctdb" "CTDB \- clustered TDB database" +.TH "LTDBTOOL" "1" "01/28/2020" "ctdb" "CTDB \- clustered TDB database" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru samba-4.11.5+dfsg/ctdb/doc/onnode.1 samba-4.11.6+dfsg/ctdb/doc/onnode.1 --- samba-4.11.5+dfsg/ctdb/doc/onnode.1 2020-01-14 08:53:09.000000000 +0000 +++ samba-4.11.6+dfsg/ctdb/doc/onnode.1 2020-01-28 10:23:16.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: onnode .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: CTDB - clustered TDB database .\" Source: ctdb .\" Language: English .\" -.TH "ONNODE" "1" "01/14/2020" "ctdb" "CTDB \- clustered TDB database" +.TH "ONNODE" "1" "01/28/2020" "ctdb" "CTDB \- clustered TDB database" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru samba-4.11.5+dfsg/ctdb/doc/ping_pong.1 samba-4.11.6+dfsg/ctdb/doc/ping_pong.1 --- samba-4.11.5+dfsg/ctdb/doc/ping_pong.1 2020-01-14 08:53:08.000000000 +0000 +++ samba-4.11.6+dfsg/ctdb/doc/ping_pong.1 2020-01-28 10:23:15.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: ping_pong .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: CTDB - clustered TDB database .\" Source: ctdb .\" Language: English .\" -.TH "PING_PONG" "1" "01/14/2020" "ctdb" "CTDB \- clustered TDB database" +.TH "PING_PONG" "1" "01/28/2020" "ctdb" "CTDB \- clustered TDB database" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru samba-4.11.5+dfsg/ctdb/tests/complex/60_rogueip_releaseip.sh samba-4.11.6+dfsg/ctdb/tests/complex/60_rogueip_releaseip.sh --- samba-4.11.5+dfsg/ctdb/tests/complex/60_rogueip_releaseip.sh 2020-01-08 10:24:52.000000000 +0000 +++ samba-4.11.6+dfsg/ctdb/tests/complex/60_rogueip_releaseip.sh 2020-01-28 10:18:04.000000000 +0000 @@ -21,6 +21,16 @@ echo "Using $test_ip, which is onnode $test_node" +# This test depends on being able to assign a duplicate address on a +# 2nd node. However, IPv6 guards against this and causes the test to +# fail. +case "$test_ip" in +*:*) + echo "SKIPPING TEST: not supported for IPv6 addresses" + exit 0 + ;; +esac + get_test_ip_mask_and_iface echo "Finding another node that knows about $test_ip" diff -Nru samba-4.11.5+dfsg/ctdb/tests/complex/61_rogueip_takeip.sh samba-4.11.6+dfsg/ctdb/tests/complex/61_rogueip_takeip.sh --- samba-4.11.5+dfsg/ctdb/tests/complex/61_rogueip_takeip.sh 2020-01-08 10:24:52.000000000 +0000 +++ samba-4.11.6+dfsg/ctdb/tests/complex/61_rogueip_takeip.sh 2020-01-28 10:18:04.000000000 +0000 @@ -21,6 +21,20 @@ echo "Running test against node $test_node and IP $test_ip" +# This test puts an address on an interface and then needs to quickly +# configure that address and cause an IP takeover. However, an IPv6 +# address will be tentative for a while so "quickly" is not possible". +# When ctdb_control_takeover_ip() calls ctdb_sys_have_ip() it will +# decide that the address is not present. It then attempts a takeip, +# which can fail if the address is suddenly present because it is no +# longer tentative. +case "$test_ip" in +*:*) + echo "SKIPPING TEST: not supported for IPv6 addresses" + exit 0 + ;; +esac + get_test_ip_mask_and_iface echo "Deleting IP $test_ip from all nodes" diff -Nru samba-4.11.5+dfsg/debian/changelog samba-4.11.6+dfsg/debian/changelog --- samba-4.11.5+dfsg/debian/changelog 2020-02-22 20:22:21.000000000 +0000 +++ samba-4.11.6+dfsg/debian/changelog 2020-02-26 14:55:16.000000000 +0000 @@ -1,3 +1,10 @@ +samba (2:4.11.6+dfsg-0ubuntu1) focal; urgency=medium + + * New upstream release: 4.11.6 + * d/p/samba-tool-py38-*.patch: dropped, fixed upstream + + -- Andreas Hasenack Wed, 26 Feb 2020 11:55:16 -0300 + samba (2:4.11.5+dfsg-1ubuntu2) focal; urgency=medium * d/p/samba-tool-py38-*.patch: use correct method flags (LP: #1864324) diff -Nru samba-4.11.5+dfsg/debian/patches/samba-tool-py38-1.patch samba-4.11.6+dfsg/debian/patches/samba-tool-py38-1.patch --- samba-4.11.5+dfsg/debian/patches/samba-tool-py38-1.patch 2020-02-22 20:22:21.000000000 +0000 +++ samba-4.11.6+dfsg/debian/patches/samba-tool-py38-1.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,38 +0,0 @@ -From a7505aabbe9710a0b025f40ffd5c4db1a6d78ed0 Mon Sep 17 00:00:00 2001 -From: Douglas Bagnall -Date: Tue, 3 Dec 2019 11:17:26 +1300 -Subject: [PATCH] pygpo: use correct method flags - -The METH_KEYWORDS argument must always be combined with METH_VARARGS. - -In Python up to 3.7 this was checked at runtime, and as we had no callers to -get_unix_path() in Python we never noticed. In Python 3.8 it is checked at -import time, and everyone notices even if they aren't directly using GPOs. - -Found and reported by Val Kulkov. - -BUG: https://bugzilla.samba.org/show_bug.cgi?id=14209 -Signed-off-by: Douglas Bagnall -Reviewed-by: Andrew Bartlett -(cherry picked from commit 12cccf3447333dfd4f5e437cd57ca5ec68724fdd) ---- - libgpo/pygpo.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -Origin: upstream, https://github.com/samba-team/samba/commit/a7505aabbe9710a0b025f40ffd5c4db1a6d78ed0 -Bug-Ubuntu: https://bugs.launchpad.net/samba/+bug/1864324 -Last-Update: 2020-02-22 - -diff --git a/libgpo/pygpo.c b/libgpo/pygpo.c -index 581d20e0649..97bbb3ec528 100644 ---- a/libgpo/pygpo.c -+++ b/libgpo/pygpo.c -@@ -118,7 +118,7 @@ static PyObject *py_gpo_get_unix_path(PyObject *self, PyObject *args, - static PyMethodDef GPO_methods[] = { - {"get_unix_path", PY_DISCARD_FUNC_SIG(PyCFunction, - py_gpo_get_unix_path), -- METH_KEYWORDS, -+ METH_VARARGS | METH_KEYWORDS, - NULL }, - {NULL} - }; diff -Nru samba-4.11.5+dfsg/debian/patches/samba-tool-py38-2.patch samba-4.11.6+dfsg/debian/patches/samba-tool-py38-2.patch --- samba-4.11.5+dfsg/debian/patches/samba-tool-py38-2.patch 2020-02-22 20:22:21.000000000 +0000 +++ samba-4.11.6+dfsg/debian/patches/samba-tool-py38-2.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,39 +0,0 @@ -From db5c0d6c05b7d15ca0503642bb7741bf57d2d489 Mon Sep 17 00:00:00 2001 -From: Torsten Fohrer -Date: Sun, 15 Dec 2019 16:58:40 +0100 -Subject: [PATCH] Avoiding bad call flags with python 3.8, using METH_NOARGS - instead of zero. - -(C) SBE network solutions GmbH - -BUG: https://bugzilla.samba.org/show_bug.cgi?id=14209 - -Signed-off-by: Torsten Fohrer -Reviewed-by: Douglas Bagnall -Reviewed-by: Ralph Boehme - -Autobuild-User(master): Ralph Böhme -Autobuild-Date(master): Wed Dec 18 14:33:58 UTC 2019 on sn-devel-184 - -(cherry picked from commit f0eb1e623f76d3dbd0c22f96cabebd1041c147df) ---- - source4/auth/gensec/pygensec.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -Origin: upstream, https://github.com/samba-team/samba/commit/db5c0d6c05b7d15ca0503642bb7741bf57d2d489 -Bug-Ubuntu: https://bugs.launchpad.net/samba/+bug/1864324 -Last-Update: 2020-02-22 - -diff --git a/source4/auth/gensec/pygensec.c b/source4/auth/gensec/pygensec.c -index b2c1e9c279a..c866180edb3 100644 ---- a/source4/auth/gensec/pygensec.c -+++ b/source4/auth/gensec/pygensec.c -@@ -678,7 +678,7 @@ static PyMethodDef py_gensec_security_methods[] = { - "S.have_feature()\n Return True if GENSEC negotiated a particular feature." }, - { "set_max_update_size", (PyCFunction)py_gensec_set_max_update_size, METH_VARARGS, - "S.set_max_update_size(max_size) \n Some mechs can fragment update packets, needs to be use before the mech is started." }, -- { "max_update_size", (PyCFunction)py_gensec_max_update_size, 0, -+ { "max_update_size", (PyCFunction)py_gensec_max_update_size, METH_NOARGS, - "S.max_update_size() \n Return the current max_update_size." }, - { "update", (PyCFunction)py_gensec_update, METH_VARARGS, - "S.update(blob_in) -> (finished, blob_out)\nPerform one step in a GENSEC dance. Repeat with new packets until finished is true or exception." }, diff -Nru samba-4.11.5+dfsg/debian/patches/series samba-4.11.6+dfsg/debian/patches/series --- samba-4.11.5+dfsg/debian/patches/series 2020-02-22 20:22:21.000000000 +0000 +++ samba-4.11.6+dfsg/debian/patches/series 2020-02-26 14:55:16.000000000 +0000 @@ -12,5 +12,3 @@ wscript-remove-all-checks-for-_FUNC-and-__FUNC.patch wscript-split-function-check-to-one-per-line-and-sor.patch ctdb-config-enable-syslog-by-default.patch -samba-tool-py38-1.patch -samba-tool-py38-2.patch diff -Nru samba-4.11.5+dfsg/docs/manpages/cifsdd.8 samba-4.11.6+dfsg/docs/manpages/cifsdd.8 --- samba-4.11.5+dfsg/docs/manpages/cifsdd.8 2020-01-14 08:53:14.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/cifsdd.8 2020-01-28 10:23:20.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: cifsdd .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "CIFSDD" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "CIFSDD" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru samba-4.11.5+dfsg/docs/manpages/dbwrap_tool.1 samba-4.11.6+dfsg/docs/manpages/dbwrap_tool.1 --- samba-4.11.5+dfsg/docs/manpages/dbwrap_tool.1 2020-01-14 08:53:14.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/dbwrap_tool.1 2020-01-28 10:23:20.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: dbwrap_tool .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "DBWRAP_TOOL" "1" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "DBWRAP_TOOL" "1" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -301,7 +301,7 @@ Use with caution! .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "SEE ALSO" .PP \fBsmbd\fR(8), diff -Nru samba-4.11.5+dfsg/docs/manpages/eventlogadm.8 samba-4.11.6+dfsg/docs/manpages/eventlogadm.8 --- samba-4.11.5+dfsg/docs/manpages/eventlogadm.8 2020-01-14 08:53:14.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/eventlogadm.8 2020-01-28 10:23:20.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: eventlogadm .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "EVENTLOGADM" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "EVENTLOGADM" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -339,7 +339,7 @@ .\} .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "AUTHOR" .PP The original Samba software and related utilities were created by Andrew Tridgell\&. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\&. diff -Nru samba-4.11.5+dfsg/docs/manpages/findsmb.1 samba-4.11.6+dfsg/docs/manpages/findsmb.1 --- samba-4.11.5+dfsg/docs/manpages/findsmb.1 2020-01-14 08:53:14.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/findsmb.1 2020-01-28 10:23:21.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: findsmb .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: User Commands -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "FINDSMB" "1" "01/14/2020" "Samba 4\&.11\&.5" "User Commands" +.TH "FINDSMB" "1" "01/28/2020" "Samba 4\&.11\&.6" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -119,7 +119,7 @@ .\} .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "SEE ALSO" .PP \fBnmbd\fR(8), diff -Nru samba-4.11.5+dfsg/docs/manpages/idmap_ad.8 samba-4.11.6+dfsg/docs/manpages/idmap_ad.8 --- samba-4.11.5+dfsg/docs/manpages/idmap_ad.8 2020-01-14 08:53:15.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/idmap_ad.8 2020-01-28 10:23:21.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: idmap_ad .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "IDMAP_AD" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "IDMAP_AD" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru samba-4.11.5+dfsg/docs/manpages/idmap_autorid.8 samba-4.11.6+dfsg/docs/manpages/idmap_autorid.8 --- samba-4.11.5+dfsg/docs/manpages/idmap_autorid.8 2020-01-14 08:53:15.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/idmap_autorid.8 2020-01-28 10:23:21.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: idmap_autorid .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "IDMAP_AUTORID" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "IDMAP_AUTORID" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru samba-4.11.5+dfsg/docs/manpages/idmap_hash.8 samba-4.11.6+dfsg/docs/manpages/idmap_hash.8 --- samba-4.11.5+dfsg/docs/manpages/idmap_hash.8 2020-01-14 08:53:15.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/idmap_hash.8 2020-01-28 10:23:21.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: idmap_hash .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "IDMAP_HASH" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "IDMAP_HASH" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru samba-4.11.5+dfsg/docs/manpages/idmap_ldap.8 samba-4.11.6+dfsg/docs/manpages/idmap_ldap.8 --- samba-4.11.5+dfsg/docs/manpages/idmap_ldap.8 2020-01-14 08:53:15.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/idmap_ldap.8 2020-01-28 10:23:21.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: idmap_ldap .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "IDMAP_LDAP" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "IDMAP_LDAP" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru samba-4.11.5+dfsg/docs/manpages/idmap_nss.8 samba-4.11.6+dfsg/docs/manpages/idmap_nss.8 --- samba-4.11.5+dfsg/docs/manpages/idmap_nss.8 2020-01-14 08:53:15.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/idmap_nss.8 2020-01-28 10:23:22.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: idmap_nss .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "IDMAP_NSS" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "IDMAP_NSS" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru samba-4.11.5+dfsg/docs/manpages/idmap_rfc2307.8 samba-4.11.6+dfsg/docs/manpages/idmap_rfc2307.8 --- samba-4.11.5+dfsg/docs/manpages/idmap_rfc2307.8 2020-01-14 08:53:16.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/idmap_rfc2307.8 2020-01-28 10:23:22.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: idmap_rfc2307 .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "IDMAP_RFC2307" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "IDMAP_RFC2307" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru samba-4.11.5+dfsg/docs/manpages/idmap_rid.8 samba-4.11.6+dfsg/docs/manpages/idmap_rid.8 --- samba-4.11.5+dfsg/docs/manpages/idmap_rid.8 2020-01-14 08:53:16.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/idmap_rid.8 2020-01-28 10:23:22.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: idmap_rid .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "IDMAP_RID" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "IDMAP_RID" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru samba-4.11.5+dfsg/docs/manpages/idmap_script.8 samba-4.11.6+dfsg/docs/manpages/idmap_script.8 --- samba-4.11.5+dfsg/docs/manpages/idmap_script.8 2020-01-14 08:53:16.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/idmap_script.8 2020-01-28 10:23:22.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: idmap_script .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "IDMAP_SCRIPT" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "IDMAP_SCRIPT" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru samba-4.11.5+dfsg/docs/manpages/idmap_tdb2.8 samba-4.11.6+dfsg/docs/manpages/idmap_tdb2.8 --- samba-4.11.5+dfsg/docs/manpages/idmap_tdb2.8 2020-01-14 08:53:17.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/idmap_tdb2.8 2020-01-28 10:23:23.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: idmap_tdb2 .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "IDMAP_TDB2" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "IDMAP_TDB2" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru samba-4.11.5+dfsg/docs/manpages/idmap_tdb.8 samba-4.11.6+dfsg/docs/manpages/idmap_tdb.8 --- samba-4.11.5+dfsg/docs/manpages/idmap_tdb.8 2020-01-14 08:53:16.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/idmap_tdb.8 2020-01-28 10:23:22.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: idmap_tdb .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "IDMAP_TDB" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "IDMAP_TDB" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru samba-4.11.5+dfsg/docs/manpages/libsmbclient.7 samba-4.11.6+dfsg/docs/manpages/libsmbclient.7 --- samba-4.11.5+dfsg/docs/manpages/libsmbclient.7 2020-01-14 08:53:17.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/libsmbclient.7 2020-01-28 10:23:23.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: libsmbclient .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: 7 -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "LIBSMBCLIENT" "7" "01/14/2020" "Samba 4\&.11\&.5" "7" +.TH "LIBSMBCLIENT" "7" "01/28/2020" "Samba 4\&.11\&.6" "7" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -86,7 +86,7 @@ Watch this space for future updates\&. .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "AUTHOR" .PP The original Samba software and related utilities were created by Andrew Tridgell\&. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\&. diff -Nru samba-4.11.5+dfsg/docs/manpages/lmhosts.5 samba-4.11.6+dfsg/docs/manpages/lmhosts.5 --- samba-4.11.5+dfsg/docs/manpages/lmhosts.5 2020-01-14 08:53:17.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/lmhosts.5 2020-01-28 10:23:23.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: lmhosts .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: File Formats and Conventions -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "LMHOSTS" "5" "01/14/2020" "Samba 4\&.11\&.5" "File Formats and Conventions" +.TH "LMHOSTS" "5" "01/28/2020" "Samba 4\&.11\&.6" "File Formats and Conventions" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -112,7 +112,7 @@ /usr/local/samba/lib\&. .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "SEE ALSO" .PP \fBsmbclient\fR(1), diff -Nru samba-4.11.5+dfsg/docs/manpages/log2pcap.1 samba-4.11.6+dfsg/docs/manpages/log2pcap.1 --- samba-4.11.5+dfsg/docs/manpages/log2pcap.1 2020-01-14 08:53:17.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/log2pcap.1 2020-01-28 10:23:23.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: log2pcap .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: User Commands -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "LOG2PCAP" "1" "01/14/2020" "Samba 4\&.11\&.5" "User Commands" +.TH "LOG2PCAP" "1" "01/28/2020" "Samba 4\&.11\&.6" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -107,7 +107,7 @@ .\} .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "BUGS" .PP Only SMB data is extracted from the samba logs, no LDAP, NetBIOS lookup or other data\&. diff -Nru samba-4.11.5+dfsg/docs/manpages/mvxattr.1 samba-4.11.6+dfsg/docs/manpages/mvxattr.1 --- samba-4.11.5+dfsg/docs/manpages/mvxattr.1 2020-01-14 08:53:17.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/mvxattr.1 2020-01-28 10:23:24.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: mvxattr .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: User Commands -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "MVXATTR" "1" "01/14/2020" "Samba 4\&.11\&.5" "User Commands" +.TH "MVXATTR" "1" "01/28/2020" "Samba 4\&.11\&.6" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -76,7 +76,7 @@ .RE .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "AUTHOR" .PP The original Samba software and related utilities were created by Andrew Tridgell\&. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\&. diff -Nru samba-4.11.5+dfsg/docs/manpages/net.8 samba-4.11.6+dfsg/docs/manpages/net.8 --- samba-4.11.5+dfsg/docs/manpages/net.8 2020-01-14 08:53:18.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/net.8 2020-01-28 10:23:24.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: net .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "NET" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "NET" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru samba-4.11.5+dfsg/docs/manpages/nmbd.8 samba-4.11.6+dfsg/docs/manpages/nmbd.8 --- samba-4.11.5+dfsg/docs/manpages/nmbd.8 2020-01-14 08:53:18.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/nmbd.8 2020-01-28 10:23:24.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: nmbd .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "NMBD" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "NMBD" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -278,7 +278,7 @@ (SIGUSR[1|2] signals are no longer used since Samba 2\&.2)\&. This is to allow transient problems to be diagnosed, whilst still running at a normally low log level\&. .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "SEE ALSO" .PP \fBinetd\fR(8), diff -Nru samba-4.11.5+dfsg/docs/manpages/nmblookup.1 samba-4.11.6+dfsg/docs/manpages/nmblookup.1 --- samba-4.11.5+dfsg/docs/manpages/nmblookup.1 2020-01-14 08:53:18.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/nmblookup.1 2020-01-28 10:23:24.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: nmblookup .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: User Commands -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "NMBLOOKUP" "1" "01/14/2020" "Samba 4\&.11\&.5" "User Commands" +.TH "NMBLOOKUP" "1" "01/28/2020" "Samba 4\&.11\&.6" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -214,7 +214,7 @@ would query the WINS server samba\&.org for the domain master browser (1B name type) for the IRIX workgroup\&. .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "SEE ALSO" .PP \fBnmbd\fR(8), diff -Nru samba-4.11.5+dfsg/docs/manpages/ntlm_auth.1 samba-4.11.6+dfsg/docs/manpages/ntlm_auth.1 --- samba-4.11.5+dfsg/docs/manpages/ntlm_auth.1 2020-01-14 08:53:18.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/ntlm_auth.1 2020-01-28 10:23:24.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: ntlm_auth .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: User Commands -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "NTLM_AUTH" "1" "01/14/2020" "Samba 4\&.11\&.5" "User Commands" +.TH "NTLM_AUTH" "1" "01/28/2020" "Samba 4\&.11\&.6" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -421,7 +421,7 @@ the Microsoft Knowledge Base article #239869 and follow instructions described there\&. .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "AUTHOR" .PP The original Samba software and related utilities were created by Andrew Tridgell\&. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\&. diff -Nru samba-4.11.5+dfsg/docs/manpages/pam_winbind.8 samba-4.11.6+dfsg/docs/manpages/pam_winbind.8 --- samba-4.11.5+dfsg/docs/manpages/pam_winbind.8 2020-01-14 08:53:19.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/pam_winbind.8 2020-01-28 10:23:25.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: pam_winbind .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: 8 -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "PAM_WINBIND" "8" "01/14/2020" "Samba 4\&.11\&.5" "8" +.TH "PAM_WINBIND" "8" "01/28/2020" "Samba 4\&.11\&.6" "8" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -177,7 +177,7 @@ \fBsmb.conf\fR(5) .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of Samba\&. +This man page is part of version 4\&.11\&.6 of Samba\&. .SH "AUTHOR" .PP The original Samba software and related utilities were created by Andrew Tridgell\&. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\&. diff -Nru samba-4.11.5+dfsg/docs/manpages/pam_winbind.conf.5 samba-4.11.6+dfsg/docs/manpages/pam_winbind.conf.5 --- samba-4.11.5+dfsg/docs/manpages/pam_winbind.conf.5 2020-01-14 08:53:19.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/pam_winbind.conf.5 2020-01-28 10:23:25.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: pam_winbind.conf .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: 5 -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "PAM_WINBIND\&.CONF" "5" "01/14/2020" "Samba 4\&.11\&.5" "5" +.TH "PAM_WINBIND\&.CONF" "5" "01/28/2020" "Samba 4\&.11\&.6" "5" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -142,7 +142,7 @@ \fBsmb.conf\fR(5) .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of Samba\&. +This man page is part of version 4\&.11\&.6 of Samba\&. .SH "AUTHOR" .PP The original Samba software and related utilities were created by Andrew Tridgell\&. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\&. diff -Nru samba-4.11.5+dfsg/docs/manpages/pdbedit.8 samba-4.11.6+dfsg/docs/manpages/pdbedit.8 --- samba-4.11.5+dfsg/docs/manpages/pdbedit.8 2020-01-14 08:53:19.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/pdbedit.8 2020-01-28 10:23:25.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: pdbedit .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "PDBEDIT" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "PDBEDIT" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -619,7 +619,7 @@ This command may be used only by root\&. .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "SEE ALSO" .PP \fBsmbpasswd\fR(5), diff -Nru samba-4.11.5+dfsg/docs/manpages/profiles.1 samba-4.11.6+dfsg/docs/manpages/profiles.1 --- samba-4.11.5+dfsg/docs/manpages/profiles.1 2020-01-14 08:53:19.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/profiles.1 2020-01-28 10:23:25.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: profiles .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: User Commands -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "PROFILES" "1" "01/14/2020" "Samba 4\&.11\&.5" "User Commands" +.TH "PROFILES" "1" "01/28/2020" "Samba 4\&.11\&.6" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -112,7 +112,7 @@ .RE .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "AUTHOR" .PP The original Samba software and related utilities were created by Andrew Tridgell\&. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\&. diff -Nru samba-4.11.5+dfsg/docs/manpages/rpcclient.1 samba-4.11.6+dfsg/docs/manpages/rpcclient.1 --- samba-4.11.5+dfsg/docs/manpages/rpcclient.1 2020-01-14 08:53:19.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/rpcclient.1 2020-01-28 10:23:26.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: rpcclient .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: User Commands -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "RPCCLIENT" "1" "01/14/2020" "Samba 4\&.11\&.5" "User Commands" +.TH "RPCCLIENT" "1" "01/28/2020" "Samba 4\&.11\&.6" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -1127,7 +1127,7 @@ that are incompatible for some commands or services\&. Additionally, the developers are sending reports to Microsoft, and problems found or reported to Microsoft are fixed in Service Packs, which may result in incompatibilities\&. .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "AUTHOR" .PP The original Samba software and related utilities were created by Andrew Tridgell\&. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\&. diff -Nru samba-4.11.5+dfsg/docs/manpages/samba.7 samba-4.11.6+dfsg/docs/manpages/samba.7 --- samba-4.11.5+dfsg/docs/manpages/samba.7 2020-01-14 08:53:20.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/samba.7 2020-01-28 10:23:26.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: samba .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: Miscellanea -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "SAMBA" "7" "01/14/2020" "Samba 4\&.11\&.5" "Miscellanea" +.TH "SAMBA" "7" "01/28/2020" "Samba 4\&.11\&.6" "Miscellanea" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -238,7 +238,7 @@ you can find a lot of information in the archives and you can subscribe to the samba list and ask for help or discuss things\&. .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "CONTRIBUTIONS" .PP If you wish to contribute to the Samba project, then I suggest you join the Samba mailing list at diff -Nru samba-4.11.5+dfsg/docs/manpages/samba.8 samba-4.11.6+dfsg/docs/manpages/samba.8 --- samba-4.11.5+dfsg/docs/manpages/samba.8 2020-01-14 08:53:20.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/samba.8 2020-01-28 10:23:26.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: samba .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "SAMBA" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "SAMBA" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -241,7 +241,7 @@ Most messages are reasonably self\-explanatory\&. Unfortunately, at the time this man page was created, there are too many diagnostics available in the source code to warrant describing each and every diagnostic\&. At this stage your best bet is still to grep the source code and inspect the conditions that gave rise to the diagnostics you are seeing\&. .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "SEE ALSO" .PP \fBhosts_access\fR(5) diff -Nru samba-4.11.5+dfsg/docs/manpages/samba_downgrade_db.8 samba-4.11.6+dfsg/docs/manpages/samba_downgrade_db.8 --- samba-4.11.5+dfsg/docs/manpages/samba_downgrade_db.8 2020-01-14 08:53:20.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/samba_downgrade_db.8 2020-01-28 10:23:27.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: samba_downgrade_db .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: User Commands -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "SAMBA_DOWNGRADE_DB" "8" "01/14/2020" "Samba 4\&.11\&.5" "User Commands" +.TH "SAMBA_DOWNGRADE_DB" "8" "01/28/2020" "Samba 4\&.11\&.6" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -42,7 +42,7 @@ \fIbefore\fR the Samba packages can be safely downgraded\&. .PP -This tool downgrades a Samba sam\&.ldb database from the format used in version 4\&.11\&.5 to that of version 4\&.7\&. The v4\&.7 database format can safely be read by any version of Samba\&. If necessary, later versions of Samba will repack and reconfigure a v4\&.7\-format database when the samba executable is first started\&. +This tool downgrades a Samba sam\&.ldb database from the format used in version 4\&.11\&.6 to that of version 4\&.7\&. The v4\&.7 database format can safely be read by any version of Samba\&. If necessary, later versions of Samba will repack and reconfigure a v4\&.7\-format database when the samba executable is first started\&. .PP Note that all Samba services must be stopped on the DC before running this tool\&. Once the tool has run, do not restart samba or modify the database before the Samba software package has been downgraded\&. .SH "OPTIONS" @@ -58,7 +58,7 @@ .RE .SH "VERSION" .PP -This man page is complete for version 4\&.11\&.5 of the Samba suite\&. +This man page is complete for version 4\&.11\&.6 of the Samba suite\&. .SH "AUTHOR" .PP The original Samba software and related utilities were created by Andrew Tridgell\&. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\&. diff -Nru samba-4.11.5+dfsg/docs/manpages/samba-regedit.8 samba-4.11.6+dfsg/docs/manpages/samba-regedit.8 --- samba-4.11.5+dfsg/docs/manpages/samba-regedit.8 2020-01-14 08:53:20.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/samba-regedit.8 2020-01-28 10:23:26.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: samba-regedit .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "SAMBA\-REGEDIT" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "SAMBA\-REGEDIT" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -207,7 +207,7 @@ .RE .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "SEE ALSO" .PP \fBsmbd\fR(8), diff -Nru samba-4.11.5+dfsg/docs/manpages/samba-tool.8 samba-4.11.6+dfsg/docs/manpages/samba-tool.8 --- samba-4.11.5+dfsg/docs/manpages/samba-tool.8 2020-01-14 08:53:20.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/samba-tool.8 2020-01-28 10:23:26.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: samba-tool .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "SAMBA\-TOOL" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "SAMBA\-TOOL" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -887,7 +887,7 @@ Gives usage information\&. .SH "VERSION" .PP -This man page is complete for version 4\&.11\&.5 of the Samba suite\&. +This man page is complete for version 4\&.11\&.6 of the Samba suite\&. .SH "AUTHOR" .PP The original Samba software and related utilities were created by Andrew Tridgell\&. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\&. diff -Nru samba-4.11.5+dfsg/docs/manpages/sharesec.1 samba-4.11.6+dfsg/docs/manpages/sharesec.1 --- samba-4.11.5+dfsg/docs/manpages/sharesec.1 2020-01-14 08:53:21.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/sharesec.1 2020-01-28 10:23:27.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: sharesec .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: User Commands -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "SHARESEC" "1" "01/14/2020" "Samba 4\&.11\&.5" "User Commands" +.TH "SHARESEC" "1" "01/28/2020" "Samba 4\&.11\&.6" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -337,7 +337,7 @@ .\} .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "AUTHOR" .PP The original Samba software and related utilities were created by Andrew Tridgell\&. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\&. diff -Nru samba-4.11.5+dfsg/docs/manpages/smbcacls.1 samba-4.11.6+dfsg/docs/manpages/smbcacls.1 --- samba-4.11.5+dfsg/docs/manpages/smbcacls.1 2020-01-14 08:53:22.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/smbcacls.1 2020-01-28 10:23:29.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: smbcacls .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: User Commands -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "SMBCACLS" "1" "01/14/2020" "Samba 4\&.11\&.5" "User Commands" +.TH "SMBCACLS" "1" "01/28/2020" "Samba 4\&.11\&.6" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -496,7 +496,7 @@ couldn\*(Aqt connect to the specified server, or there was an error getting or setting the ACLs, an exit status of 1 is returned\&. If there was an error parsing any command line arguments, an exit status of 2 is returned\&. .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "AUTHOR" .PP The original Samba software and related utilities were created by Andrew Tridgell\&. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\&. diff -Nru samba-4.11.5+dfsg/docs/manpages/smbclient.1 samba-4.11.6+dfsg/docs/manpages/smbclient.1 --- samba-4.11.5+dfsg/docs/manpages/smbclient.1 2020-01-14 08:53:23.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/smbclient.1 2020-01-28 10:23:29.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: smbclient .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: User Commands -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "SMBCLIENT" "1" "01/14/2020" "Samba 4\&.11\&.5" "User Commands" +.TH "SMBCLIENT" "1" "01/28/2020" "Samba 4\&.11\&.6" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -1165,7 +1165,7 @@ The number and nature of diagnostics available depends on the debug level used by the client\&. If you have problems, set the debug level to 3 and peruse the log files\&. .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "AUTHOR" .PP The original Samba software and related utilities were created by Andrew Tridgell\&. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\&. diff -Nru samba-4.11.5+dfsg/docs/manpages/smb.conf.5 samba-4.11.6+dfsg/docs/manpages/smb.conf.5 --- samba-4.11.5+dfsg/docs/manpages/smb.conf.5 2020-01-14 08:53:22.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/smb.conf.5 2020-01-28 10:23:28.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: smb.conf .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: File Formats and Conventions -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "SMB\&.CONF" "5" "01/14/2020" "Samba 4\&.11\&.5" "File Formats and Conventions" +.TH "SMB\&.CONF" "5" "01/28/2020" "Samba 4\&.11\&.6" "File Formats and Conventions" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -12815,9 +12815,11 @@ .IP \(bu 2.3 .\} \fI\fR -\- When Samba is running in security = ads and your Active Directory Domain Controller does support the Microsoft "Services for Unix" (SFU) LDAP schema, winbind can retrieve the login shell and the home directory attributes directly from your Directory Server\&. For SFU 3\&.0 or 3\&.5 simply choose "sfu", if you use SFU 2\&.0 please choose "sfu20"\&. Note that retrieving UID and GID from your ADS\-Server requires to use -\fIidmap config DOMAIN:backend\fR -= ad as well\&. The primary group membership is currently always calculated via the "primaryGroupID" LDAP attribute\&. +\- When Samba is running in security = ads and your Active Directory Domain Controller does support the Microsoft "Services for Unix" (SFU) LDAP schema, winbind can retrieve the login shell and the home directory attributes directly from your Directory Server\&. For SFU 3\&.0 or 3\&.5 simply choose "sfu", if you use SFU 2\&.0 please choose "sfu20"\&. +.sp +Note that for the idmap backend +idmap_ad +you need to configure those settings in the idmap configuration section\&. Make sure to consult the documentation of the idmap backend that you are using\&. .RE .sp .RE @@ -13327,7 +13329,7 @@ special sections make life for an administrator easy, but the various combinations of default attributes can be tricky\&. Take extreme care when designing these sections\&. In particular, ensure that the permissions on spool directories are correct\&. .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "SEE ALSO" .PP \fBsamba\fR(7), diff -Nru samba-4.11.5+dfsg/docs/manpages/smbcontrol.1 samba-4.11.6+dfsg/docs/manpages/smbcontrol.1 --- samba-4.11.5+dfsg/docs/manpages/smbcontrol.1 2020-01-14 08:53:23.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/smbcontrol.1 2020-01-28 10:23:29.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: smbcontrol .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: User Commands -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "SMBCONTROL" "1" "01/14/2020" "Samba 4\&.11\&.5" "User Commands" +.TH "SMBCONTROL" "1" "01/28/2020" "Samba 4\&.11\&.6" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -309,7 +309,7 @@ .RE .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "SEE ALSO" .PP \fBnmbd\fR(8) diff -Nru samba-4.11.5+dfsg/docs/manpages/smbcquotas.1 samba-4.11.6+dfsg/docs/manpages/smbcquotas.1 --- samba-4.11.5+dfsg/docs/manpages/smbcquotas.1 2020-01-14 08:53:23.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/smbcquotas.1 2020-01-28 10:23:29.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: smbcquotas .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: User Commands -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "SMBCQUOTAS" "1" "01/14/2020" "Samba 4\&.11\&.5" "User Commands" +.TH "SMBCQUOTAS" "1" "01/28/2020" "Samba 4\&.11\&.6" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -247,7 +247,7 @@ couldn\*(Aqt connect to the specified server, or when there was an error getting or setting the quota(s), an exit status of 1 is returned\&. If there was an error parsing any command line arguments, an exit status of 2 is returned\&. .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "AUTHOR" .PP The original Samba software and related utilities were created by Andrew Tridgell\&. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\&. diff -Nru samba-4.11.5+dfsg/docs/manpages/smbd.8 samba-4.11.6+dfsg/docs/manpages/smbd.8 --- samba-4.11.5+dfsg/docs/manpages/smbd.8 2020-01-14 08:53:23.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/smbd.8 2020-01-28 10:23:30.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: smbd .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "SMBD" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "SMBD" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -252,7 +252,7 @@ .RE .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "DIAGNOSTICS" .PP Most diagnostics issued by the server are logged in a specified log file\&. The log file name is specified at compile time, but may be overridden on the command line\&. diff -Nru samba-4.11.5+dfsg/docs/manpages/smbget.1 samba-4.11.6+dfsg/docs/manpages/smbget.1 --- samba-4.11.5+dfsg/docs/manpages/smbget.1 2020-01-14 08:53:24.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/smbget.1 2020-01-28 10:23:30.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: smbget .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: User Commands -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "SMBGET" "1" "01/14/2020" "Samba 4\&.11\&.5" "User Commands" +.TH "SMBGET" "1" "01/28/2020" "Samba 4\&.11\&.6" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -189,7 +189,7 @@ Permission denied is returned in some cases where the cause of the error is unknown (such as an illegally formatted smb:// url or trying to get a directory without \-R turned on)\&. .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "AUTHOR" .PP The original Samba software and related utilities were created by Andrew Tridgell\&. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\&. diff -Nru samba-4.11.5+dfsg/docs/manpages/smbgetrc.5 samba-4.11.6+dfsg/docs/manpages/smbgetrc.5 --- samba-4.11.5+dfsg/docs/manpages/smbgetrc.5 2020-01-14 08:53:24.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/smbgetrc.5 2020-01-28 10:23:30.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: smbgetrc .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: File Formats and Conventions -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "SMBGETRC" "5" "01/14/2020" "Samba 4\&.11\&.5" "File Formats and Conventions" +.TH "SMBGETRC" "5" "01/28/2020" "Samba 4\&.11\&.6" "File Formats and Conventions" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -87,7 +87,7 @@ .RE .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "SEE ALSO" .PP \fBsmbget\fR(1) diff -Nru samba-4.11.5+dfsg/docs/manpages/smbpasswd.5 samba-4.11.6+dfsg/docs/manpages/smbpasswd.5 --- samba-4.11.5+dfsg/docs/manpages/smbpasswd.5 2020-01-14 08:53:24.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/smbpasswd.5 2020-01-28 10:23:30.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: smbpasswd .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: File Formats and Conventions -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "SMBPASSWD" "5" "01/14/2020" "Samba 4\&.11\&.5" "File Formats and Conventions" +.TH "SMBPASSWD" "5" "01/28/2020" "Samba 4\&.11\&.6" "File Formats and Conventions" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -165,7 +165,7 @@ All other colon separated fields are ignored at this time\&. .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "SEE ALSO" .PP \fBsmbpasswd\fR(8), diff -Nru samba-4.11.5+dfsg/docs/manpages/smbpasswd.8 samba-4.11.6+dfsg/docs/manpages/smbpasswd.8 --- samba-4.11.5+dfsg/docs/manpages/smbpasswd.8 2020-01-14 08:53:24.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/smbpasswd.8 2020-01-28 10:23:30.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: smbpasswd .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "SMBPASSWD" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "SMBPASSWD" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -314,7 +314,7 @@ In addition, the smbpasswd command is only useful if Samba has been set up to use encrypted passwords\&. .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "SEE ALSO" .PP \fBsmbpasswd\fR(5), diff -Nru samba-4.11.5+dfsg/docs/manpages/smbspool.8 samba-4.11.6+dfsg/docs/manpages/smbspool.8 --- samba-4.11.5+dfsg/docs/manpages/smbspool.8 2020-01-14 08:53:24.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/smbspool.8 2020-01-28 10:23:31.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: smbspool .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "SMBSPOOL" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "SMBSPOOL" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -173,7 +173,7 @@ .RE .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "SEE ALSO" .PP \fBsmbd\fR(8) diff -Nru samba-4.11.5+dfsg/docs/manpages/smbspool_krb5_wrapper.8 samba-4.11.6+dfsg/docs/manpages/smbspool_krb5_wrapper.8 --- samba-4.11.5+dfsg/docs/manpages/smbspool_krb5_wrapper.8 2020-01-14 08:53:25.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/smbspool_krb5_wrapper.8 2020-01-28 10:23:31.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: smbspool_krb5_wrapper .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "SMBSPOOL_KRB5_WRAPPE" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "SMBSPOOL_KRB5_WRAPPE" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru samba-4.11.5+dfsg/docs/manpages/smbstatus.1 samba-4.11.6+dfsg/docs/manpages/smbstatus.1 --- samba-4.11.5+dfsg/docs/manpages/smbstatus.1 2020-01-14 08:53:25.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/smbstatus.1 2020-01-28 10:23:31.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: smbstatus .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: User Commands -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "SMBSTATUS" "1" "01/14/2020" "Samba 4\&.11\&.5" "User Commands" +.TH "SMBSTATUS" "1" "01/28/2020" "Samba 4\&.11\&.6" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -154,7 +154,7 @@ .RE .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "SEE ALSO" .PP \fBsmbd\fR(8) diff -Nru samba-4.11.5+dfsg/docs/manpages/smbtar.1 samba-4.11.6+dfsg/docs/manpages/smbtar.1 --- samba-4.11.5+dfsg/docs/manpages/smbtar.1 2020-01-14 08:53:25.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/smbtar.1 2020-01-28 10:23:31.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: smbtar .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: User Commands -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "SMBTAR" "1" "01/14/2020" "Samba 4\&.11\&.5" "User Commands" +.TH "SMBTAR" "1" "01/28/2020" "Samba 4\&.11\&.6" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -145,7 +145,7 @@ command\&. .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "SEE ALSO" .PP \fBsmbd\fR(8), diff -Nru samba-4.11.5+dfsg/docs/manpages/smbtree.1 samba-4.11.6+dfsg/docs/manpages/smbtree.1 --- samba-4.11.5+dfsg/docs/manpages/smbtree.1 2020-01-14 08:53:25.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/smbtree.1 2020-01-28 10:23:31.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: smbtree .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: User Commands -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "SMBTREE" "1" "01/14/2020" "Samba 4\&.11\&.5" "User Commands" +.TH "SMBTREE" "1" "01/28/2020" "Samba 4\&.11\&.6" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -191,7 +191,7 @@ .RE .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "AUTHOR" .PP The original Samba software and related utilities were created by Andrew Tridgell\&. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\&. diff -Nru samba-4.11.5+dfsg/docs/manpages/testparm.1 samba-4.11.6+dfsg/docs/manpages/testparm.1 --- samba-4.11.5+dfsg/docs/manpages/testparm.1 2020-01-14 08:53:25.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/testparm.1 2020-01-28 10:23:32.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: testparm .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: User Commands -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "TESTPARM" "1" "01/14/2020" "Samba 4\&.11\&.5" "User Commands" +.TH "TESTPARM" "1" "01/28/2020" "Samba 4\&.11\&.6" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -169,7 +169,7 @@ The program will issue a message saying whether the configuration file loaded OK or not\&. This message may be preceded by errors and warnings if the file did not load\&. If the file was loaded OK, the program then dumps all known service details to stdout\&. .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "SEE ALSO" .PP \fBsmb.conf\fR(5), diff -Nru samba-4.11.5+dfsg/docs/manpages/traffic_learner.7 samba-4.11.6+dfsg/docs/manpages/traffic_learner.7 --- samba-4.11.5+dfsg/docs/manpages/traffic_learner.7 2020-01-14 08:53:26.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/traffic_learner.7 2020-01-28 10:23:32.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: traffic_learner .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: User Commands -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "TRAFFIC_LEARNER" "7" "01/14/2020" "Samba 4\&.11\&.5" "User Commands" +.TH "TRAFFIC_LEARNER" "7" "01/28/2020" "Samba 4\&.11\&.6" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -115,7 +115,7 @@ The other special packet is "\-", which represents the limit of the conversation\&. In the example, this indicates that one observed conversation ended after this particular ngram\&. This special opcode is also used at the beginning of conversations, which are indicated by the ngram "\-\et\-"\&. .SH "VERSION" .PP -This man page is complete for version 4\&.11\&.5 of the Samba suite\&. +This man page is complete for version 4\&.11\&.6 of the Samba suite\&. .SH "SEE ALSO" .PP \fBtraffic_replay\fR(7)\&. diff -Nru samba-4.11.5+dfsg/docs/manpages/traffic_replay.7 samba-4.11.6+dfsg/docs/manpages/traffic_replay.7 --- samba-4.11.5+dfsg/docs/manpages/traffic_replay.7 2020-01-14 08:53:26.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/traffic_replay.7 2020-01-28 10:23:32.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: traffic_replay .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: User Commands -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "TRAFFIC_REPLAY" "7" "01/14/2020" "Samba 4\&.11\&.5" "User Commands" +.TH "TRAFFIC_REPLAY" "7" "01/28/2020" "Samba 4\&.11\&.6" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -355,7 +355,7 @@ The users created by the test will have names like STGU\-0\-xyz\&. The groups generated have names like STGG\-0\-xyz\&. .SH "VERSION" .PP -This man page is complete for version 4\&.11\&.5 of the Samba suite\&. +This man page is complete for version 4\&.11\&.6 of the Samba suite\&. .SH "SEE ALSO" .PP \fBtraffic_learner\fR(7)\&. diff -Nru samba-4.11.5+dfsg/docs/manpages/vfs_acl_tdb.8 samba-4.11.6+dfsg/docs/manpages/vfs_acl_tdb.8 --- samba-4.11.5+dfsg/docs/manpages/vfs_acl_tdb.8 2020-01-14 08:53:26.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/vfs_acl_tdb.8 2020-01-28 10:23:32.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: vfs_acl_tdb .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "VFS_ACL_TDB" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "VFS_ACL_TDB" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru samba-4.11.5+dfsg/docs/manpages/vfs_acl_xattr.8 samba-4.11.6+dfsg/docs/manpages/vfs_acl_xattr.8 --- samba-4.11.5+dfsg/docs/manpages/vfs_acl_xattr.8 2020-01-14 08:53:26.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/vfs_acl_xattr.8 2020-01-28 10:23:32.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: vfs_acl_xattr .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "VFS_ACL_XATTR" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "VFS_ACL_XATTR" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru samba-4.11.5+dfsg/docs/manpages/vfs_aio_fork.8 samba-4.11.6+dfsg/docs/manpages/vfs_aio_fork.8 --- samba-4.11.5+dfsg/docs/manpages/vfs_aio_fork.8 2020-01-14 08:53:27.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/vfs_aio_fork.8 2020-01-28 10:23:33.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: vfs_aio_fork .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "VFS_AIO_FORK" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "VFS_AIO_FORK" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -62,7 +62,7 @@ .\} .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "AUTHOR" .PP The original Samba software and related utilities were created by Andrew Tridgell\&. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\&. diff -Nru samba-4.11.5+dfsg/docs/manpages/vfs_aio_pthread.8 samba-4.11.6+dfsg/docs/manpages/vfs_aio_pthread.8 --- samba-4.11.5+dfsg/docs/manpages/vfs_aio_pthread.8 2020-01-14 08:53:27.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/vfs_aio_pthread.8 2020-01-28 10:23:33.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: vfs_aio_pthread .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "VFS_AIO_PTHREAD" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "VFS_AIO_PTHREAD" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -75,7 +75,7 @@ .RE .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "AUTHOR" .PP The original Samba software and related utilities were created by Andrew Tridgell\&. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\&. diff -Nru samba-4.11.5+dfsg/docs/manpages/vfs_audit.8 samba-4.11.6+dfsg/docs/manpages/vfs_audit.8 --- samba-4.11.5+dfsg/docs/manpages/vfs_audit.8 2020-01-14 08:53:27.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/vfs_audit.8 2020-01-28 10:23:33.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: vfs_audit .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "VFS_AUDIT" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "VFS_AUDIT" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -112,7 +112,7 @@ .\} .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "AUTHOR" .PP The original Samba software and related utilities were created by Andrew Tridgell\&. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\&. diff -Nru samba-4.11.5+dfsg/docs/manpages/vfs_btrfs.8 samba-4.11.6+dfsg/docs/manpages/vfs_btrfs.8 --- samba-4.11.5+dfsg/docs/manpages/vfs_btrfs.8 2020-01-14 08:53:27.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/vfs_btrfs.8 2020-01-28 10:23:33.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: vfs_btrfs .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "VFS_BTRFS" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "VFS_BTRFS" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -104,7 +104,7 @@ .\} .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "AUTHOR" .PP The original Samba software and related utilities were created by Andrew Tridgell\&. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\&. diff -Nru samba-4.11.5+dfsg/docs/manpages/vfs_cacheprime.8 samba-4.11.6+dfsg/docs/manpages/vfs_cacheprime.8 --- samba-4.11.5+dfsg/docs/manpages/vfs_cacheprime.8 2020-01-14 08:53:27.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/vfs_cacheprime.8 2020-01-28 10:23:33.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: vfs_cacheprime .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "VFS_CACHEPRIME" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "VFS_CACHEPRIME" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -115,7 +115,7 @@ is not a substitute for a general\-purpose readahead mechanism\&. It is intended for use only in very specific environments where disk operations must be aligned and sized to known values (as much as that is possible)\&. .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "AUTHOR" .PP The original Samba software and related utilities were created by Andrew Tridgell\&. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\&. diff -Nru samba-4.11.5+dfsg/docs/manpages/vfs_cap.8 samba-4.11.6+dfsg/docs/manpages/vfs_cap.8 --- samba-4.11.5+dfsg/docs/manpages/vfs_cap.8 2020-01-14 08:53:28.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/vfs_cap.8 2020-01-28 10:23:34.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: vfs_cap .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "VFS_CAP" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "VFS_CAP" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -63,7 +63,7 @@ .\} .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "AUTHOR" .PP The original Samba software and related utilities were created by Andrew Tridgell\&. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\&. diff -Nru samba-4.11.5+dfsg/docs/manpages/vfs_catia.8 samba-4.11.6+dfsg/docs/manpages/vfs_catia.8 --- samba-4.11.5+dfsg/docs/manpages/vfs_catia.8 2020-01-14 08:53:28.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/vfs_catia.8 2020-01-28 10:23:34.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: vfs_catia .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "VFS_CATIA" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "VFS_CATIA" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru samba-4.11.5+dfsg/docs/manpages/vfs_ceph.8 samba-4.11.6+dfsg/docs/manpages/vfs_ceph.8 --- samba-4.11.5+dfsg/docs/manpages/vfs_ceph.8 2020-01-14 08:53:28.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/vfs_ceph.8 2020-01-28 10:23:34.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: vfs_ceph .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "VFS_CEPH" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "VFS_CEPH" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -109,7 +109,7 @@ .RE .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "AUTHOR" .PP The original Samba software and related utilities were created by Andrew Tridgell\&. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\&. diff -Nru samba-4.11.5+dfsg/docs/manpages/vfs_ceph_snapshots.8 samba-4.11.6+dfsg/docs/manpages/vfs_ceph_snapshots.8 --- samba-4.11.5+dfsg/docs/manpages/vfs_ceph_snapshots.8 2020-01-14 08:53:28.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/vfs_ceph_snapshots.8 2020-01-28 10:23:34.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: vfs_ceph_snapshots .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "VFS_CEPH_SNAPSHOTS" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "VFS_CEPH_SNAPSHOTS" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -107,7 +107,7 @@ .RE .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "AUTHOR" .PP The original Samba software and related utilities were created by Andrew Tridgell\&. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\&. diff -Nru samba-4.11.5+dfsg/docs/manpages/vfs_commit.8 samba-4.11.6+dfsg/docs/manpages/vfs_commit.8 --- samba-4.11.5+dfsg/docs/manpages/vfs_commit.8 2020-01-14 08:53:28.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/vfs_commit.8 2020-01-28 10:23:34.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: vfs_commit .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "VFS_COMMIT" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "VFS_COMMIT" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -116,7 +116,7 @@ may reduce performance\&. .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "AUTHOR" .PP The original Samba software and related utilities were created by Andrew Tridgell\&. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\&. diff -Nru samba-4.11.5+dfsg/docs/manpages/vfs_crossrename.8 samba-4.11.6+dfsg/docs/manpages/vfs_crossrename.8 --- samba-4.11.5+dfsg/docs/manpages/vfs_crossrename.8 2020-01-14 08:53:29.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/vfs_crossrename.8 2020-01-28 10:23:35.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: vfs_crossrename .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "VFS_CROSSRENAME" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "VFS_CROSSRENAME" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -89,7 +89,7 @@ .\} .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "AUTHOR" .PP The original Samba software and related utilities were created by Andrew Tridgell\&. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\&. diff -Nru samba-4.11.5+dfsg/docs/manpages/vfs_default_quota.8 samba-4.11.6+dfsg/docs/manpages/vfs_default_quota.8 --- samba-4.11.5+dfsg/docs/manpages/vfs_default_quota.8 2020-01-14 08:53:29.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/vfs_default_quota.8 2020-01-28 10:23:35.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: vfs_default_quota .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "VFS_DEFAULT_QUOTA" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "VFS_DEFAULT_QUOTA" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -86,7 +86,7 @@ .\} .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "AUTHOR" .PP The original Samba software and related utilities were created by Andrew Tridgell\&. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\&. diff -Nru samba-4.11.5+dfsg/docs/manpages/vfs_dirsort.8 samba-4.11.6+dfsg/docs/manpages/vfs_dirsort.8 --- samba-4.11.5+dfsg/docs/manpages/vfs_dirsort.8 2020-01-14 08:53:29.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/vfs_dirsort.8 2020-01-28 10:23:35.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: vfs_dirsort .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "VFS_DIRSORT" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "VFS_DIRSORT" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -59,7 +59,7 @@ .\} .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "AUTHOR" .PP The original Samba software and related utilities were created by Andrew Tridgell\&. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\&. diff -Nru samba-4.11.5+dfsg/docs/manpages/vfs_extd_audit.8 samba-4.11.6+dfsg/docs/manpages/vfs_extd_audit.8 --- samba-4.11.5+dfsg/docs/manpages/vfs_extd_audit.8 2020-01-14 08:53:29.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/vfs_extd_audit.8 2020-01-28 10:23:35.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: vfs_extd_audit .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "VFS_EXTD_AUDIT" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "VFS_EXTD_AUDIT" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -55,7 +55,7 @@ This module is stackable\&. .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "AUTHOR" .PP The original Samba software and related utilities were created by Andrew Tridgell\&. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\&. diff -Nru samba-4.11.5+dfsg/docs/manpages/vfs_fake_perms.8 samba-4.11.6+dfsg/docs/manpages/vfs_fake_perms.8 --- samba-4.11.5+dfsg/docs/manpages/vfs_fake_perms.8 2020-01-14 08:53:29.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/vfs_fake_perms.8 2020-01-28 10:23:36.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: vfs_fake_perms .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "VFS_FAKE_PERMS" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "VFS_FAKE_PERMS" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -58,7 +58,7 @@ .\} .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "AUTHOR" .PP The original Samba software and related utilities were created by Andrew Tridgell\&. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\&. diff -Nru samba-4.11.5+dfsg/docs/manpages/vfs_fileid.8 samba-4.11.6+dfsg/docs/manpages/vfs_fileid.8 --- samba-4.11.5+dfsg/docs/manpages/vfs_fileid.8 2020-01-14 08:53:30.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/vfs_fileid.8 2020-01-28 10:23:36.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: vfs_fileid .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "VFS_FILEID" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "VFS_FILEID" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -138,7 +138,7 @@ .\} .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "AUTHOR" .PP The original Samba software and related utilities were created by Andrew Tridgell\&. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\&. diff -Nru samba-4.11.5+dfsg/docs/manpages/vfs_fruit.8 samba-4.11.6+dfsg/docs/manpages/vfs_fruit.8 --- samba-4.11.5+dfsg/docs/manpages/vfs_fruit.8 2020-01-14 08:53:30.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/vfs_fruit.8 2020-01-28 10:23:36.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: vfs_fruit .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "VFS_FRUIT" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "VFS_FRUIT" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru samba-4.11.5+dfsg/docs/manpages/vfs_full_audit.8 samba-4.11.6+dfsg/docs/manpages/vfs_full_audit.8 --- samba-4.11.5+dfsg/docs/manpages/vfs_full_audit.8 2020-01-14 08:53:30.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/vfs_full_audit.8 2020-01-28 10:23:36.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: vfs_full_audit .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "VFS_FULL_AUDIT" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "VFS_FULL_AUDIT" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -394,7 +394,7 @@ .\} .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "AUTHOR" .PP The original Samba software and related utilities were created by Andrew Tridgell\&. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\&. diff -Nru samba-4.11.5+dfsg/docs/manpages/vfs_glusterfs.8 samba-4.11.6+dfsg/docs/manpages/vfs_glusterfs.8 --- samba-4.11.5+dfsg/docs/manpages/vfs_glusterfs.8 2020-01-14 08:53:30.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/vfs_glusterfs.8 2020-01-28 10:23:36.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: vfs_glusterfs .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "VFS_GLUSTERFS" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "VFS_GLUSTERFS" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -109,7 +109,7 @@ .RE .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "AUTHOR" .PP The original Samba software and related utilities were created by Andrew Tridgell\&. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\&. diff -Nru samba-4.11.5+dfsg/docs/manpages/vfs_glusterfs_fuse.8 samba-4.11.6+dfsg/docs/manpages/vfs_glusterfs_fuse.8 --- samba-4.11.5+dfsg/docs/manpages/vfs_glusterfs_fuse.8 2020-01-14 08:53:31.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/vfs_glusterfs_fuse.8 2020-01-28 10:23:37.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: vfs_glusterfs_fuse .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "VFS_GLUSTERFS_FUSE" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "VFS_GLUSTERFS_FUSE" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -78,7 +78,7 @@ This module does currently have no further options\&. .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "AUTHOR" .PP The original Samba software and related utilities were created by Andrew Tridgell\&. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\&. diff -Nru samba-4.11.5+dfsg/docs/manpages/vfs_gpfs.8 samba-4.11.6+dfsg/docs/manpages/vfs_gpfs.8 --- samba-4.11.5+dfsg/docs/manpages/vfs_gpfs.8 2020-01-14 08:53:31.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/vfs_gpfs.8 2020-01-28 10:23:37.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: vfs_gpfs .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "VFS_GPFS" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "VFS_GPFS" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -660,7 +660,7 @@ in gpfs versions newer than 3\&.2\&.1 PTF8\&. .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "AUTHOR" .PP The original Samba software and related utilities were created by Andrew Tridgell\&. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\&. diff -Nru samba-4.11.5+dfsg/docs/manpages/vfs_linux_xfs_sgid.8 samba-4.11.6+dfsg/docs/manpages/vfs_linux_xfs_sgid.8 --- samba-4.11.5+dfsg/docs/manpages/vfs_linux_xfs_sgid.8 2020-01-14 08:53:31.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/vfs_linux_xfs_sgid.8 2020-01-28 10:23:37.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: vfs_syncops .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "VFS_SYNCOPS" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "VFS_SYNCOPS" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -64,7 +64,7 @@ .\} .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "AUTHOR" .PP The original Samba software and related utilities were created by Andrew Tridgell\&. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\&. diff -Nru samba-4.11.5+dfsg/docs/manpages/vfs_media_harmony.8 samba-4.11.6+dfsg/docs/manpages/vfs_media_harmony.8 --- samba-4.11.5+dfsg/docs/manpages/vfs_media_harmony.8 2020-01-14 08:53:31.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/vfs_media_harmony.8 2020-01-28 10:23:37.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: vfs_media_harmony .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "VFS_MEDIA_HARMONY" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "VFS_MEDIA_HARMONY" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -138,7 +138,7 @@ is designed to work with Avid editing applications that look in the Avid MediaFiles or OMFI MediaFiles directories for media\&. It is not designed to work as expected in all circumstances for general use\&. For example: It is possible to open a client\-specific file such as msmMMOB\&.mdb_192\&.168\&.1\&.10_userx even though it doesn\*(Aqt show up in a directory listing\&. .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "AUTHOR" .PP The original Samba software and related utilities were created by Andrew Tridgell\&. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\&. diff -Nru samba-4.11.5+dfsg/docs/manpages/vfs_netatalk.8 samba-4.11.6+dfsg/docs/manpages/vfs_netatalk.8 --- samba-4.11.5+dfsg/docs/manpages/vfs_netatalk.8 2020-01-14 08:53:31.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/vfs_netatalk.8 2020-01-28 10:23:37.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: vfs_netatalk .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "VFS_NETATALK" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "VFS_NETATALK" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -62,7 +62,7 @@ This module is largely historic and unlikely to be of use in modern networks since current Apple systems are able to mount CIFS shares natively\&. .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "AUTHOR" .PP The original Samba software and related utilities were created by Andrew Tridgell\&. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\&. diff -Nru samba-4.11.5+dfsg/docs/manpages/vfs_nfs4acl_xattr.8 samba-4.11.6+dfsg/docs/manpages/vfs_nfs4acl_xattr.8 --- samba-4.11.5+dfsg/docs/manpages/vfs_nfs4acl_xattr.8 2020-01-14 08:53:32.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/vfs_nfs4acl_xattr.8 2020-01-28 10:23:38.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: vfs_nfs4acl_xattr .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "VFS_NFS4ACL_XATTR" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "VFS_NFS4ACL_XATTR" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru samba-4.11.5+dfsg/docs/manpages/vfs_offline.8 samba-4.11.6+dfsg/docs/manpages/vfs_offline.8 --- samba-4.11.5+dfsg/docs/manpages/vfs_offline.8 2020-01-14 08:53:32.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/vfs_offline.8 2020-01-28 10:23:38.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: vfs_offline .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "VFS_OFFLINE" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "VFS_OFFLINE" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -59,7 +59,7 @@ .\} .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "AUTHOR" .PP The original Samba software and related utilities were created by Andrew Tridgell\&. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\&. diff -Nru samba-4.11.5+dfsg/docs/manpages/vfs_prealloc.8 samba-4.11.6+dfsg/docs/manpages/vfs_prealloc.8 --- samba-4.11.5+dfsg/docs/manpages/vfs_prealloc.8 2020-01-14 08:53:32.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/vfs_prealloc.8 2020-01-28 10:23:38.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: vfs_prealloc .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "VFS_PREALLOC" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "VFS_PREALLOC" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -112,7 +112,7 @@ is not supported on all platforms and filesystems\&. Currently only XFS filesystems on Linux and IRIX are supported\&. .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "AUTHOR" .PP The original Samba software and related utilities were created by Andrew Tridgell\&. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\&. diff -Nru samba-4.11.5+dfsg/docs/manpages/vfs_preopen.8 samba-4.11.6+dfsg/docs/manpages/vfs_preopen.8 --- samba-4.11.5+dfsg/docs/manpages/vfs_preopen.8 2020-01-14 08:53:32.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/vfs_preopen.8 2020-01-28 10:23:38.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: vfs_preopen .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "VFS_PREOPEN" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "VFS_PREOPEN" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -67,7 +67,7 @@ .RE .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "AUTHOR" .PP The original Samba software and related utilities were created by Andrew Tridgell\&. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\&. diff -Nru samba-4.11.5+dfsg/docs/manpages/vfs_readahead.8 samba-4.11.6+dfsg/docs/manpages/vfs_readahead.8 --- samba-4.11.5+dfsg/docs/manpages/vfs_readahead.8 2020-01-14 08:53:32.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/vfs_readahead.8 2020-01-28 10:23:38.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: vfs_readahead .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "VFS_READAHEAD" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "VFS_READAHEAD" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -115,7 +115,7 @@ .\} .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "AUTHOR" .PP The original Samba software and related utilities were created by Andrew Tridgell\&. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\&. diff -Nru samba-4.11.5+dfsg/docs/manpages/vfs_readonly.8 samba-4.11.6+dfsg/docs/manpages/vfs_readonly.8 --- samba-4.11.5+dfsg/docs/manpages/vfs_readonly.8 2020-01-14 08:53:33.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/vfs_readonly.8 2020-01-28 10:23:39.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: vfs_readonly .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "VFS_READONLY" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "VFS_READONLY" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -81,7 +81,7 @@ .\} .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "AUTHOR" .PP The original Samba software and related utilities were created by Andrew Tridgell\&. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\&. diff -Nru samba-4.11.5+dfsg/docs/manpages/vfs_recycle.8 samba-4.11.6+dfsg/docs/manpages/vfs_recycle.8 --- samba-4.11.5+dfsg/docs/manpages/vfs_recycle.8 2020-01-14 08:53:33.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/vfs_recycle.8 2020-01-28 10:23:39.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: vfs_recycle .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "VFS_RECYCLE" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "VFS_RECYCLE" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -136,7 +136,7 @@ .\} .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "AUTHOR" .PP The original Samba software and related utilities were created by Andrew Tridgell\&. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\&. diff -Nru samba-4.11.5+dfsg/docs/manpages/vfs_shadow_copy2.8 samba-4.11.6+dfsg/docs/manpages/vfs_shadow_copy2.8 --- samba-4.11.5+dfsg/docs/manpages/vfs_shadow_copy2.8 2020-01-14 08:53:33.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/vfs_shadow_copy2.8 2020-01-28 10:23:39.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: vfs_shadow_copy2 .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "VFS_SHADOW_COPY2" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "VFS_SHADOW_COPY2" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -519,7 +519,7 @@ is designed to be an end\-user tool only\&. It does not replace or enhance your backup and archival solutions and should in no way be considered as such\&. Additionally, if you need version control, implement a version control system\&. .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "AUTHOR" .PP The original Samba software and related utilities were created by Andrew Tridgell\&. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\&. diff -Nru samba-4.11.5+dfsg/docs/manpages/vfs_shadow_copy.8 samba-4.11.6+dfsg/docs/manpages/vfs_shadow_copy.8 --- samba-4.11.5+dfsg/docs/manpages/vfs_shadow_copy.8 2020-01-14 08:53:33.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/vfs_shadow_copy.8 2020-01-28 10:23:39.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: vfs_shadow_copy .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "VFS_SHADOW_COPY" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "VFS_SHADOW_COPY" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -167,7 +167,7 @@ is designed to be an end\-user tool only\&. It does not replace or enhance your backup and archival solutions and should in no way be considered as such\&. Additionally, if you need version control, implement a version control system\&. .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "AUTHOR" .PP The original Samba software and related utilities were created by Andrew Tridgell\&. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\&. diff -Nru samba-4.11.5+dfsg/docs/manpages/vfs_shell_snap.8 samba-4.11.6+dfsg/docs/manpages/vfs_shell_snap.8 --- samba-4.11.5+dfsg/docs/manpages/vfs_shell_snap.8 2020-01-14 08:53:34.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/vfs_shell_snap.8 2020-01-28 10:23:39.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: vfs_shell_snap .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "VFS_SHELL_SNAP" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "VFS_SHELL_SNAP" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -215,7 +215,7 @@ .\} .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "AUTHOR" .PP The original Samba software and related utilities were created by Andrew Tridgell\&. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\&. diff -Nru samba-4.11.5+dfsg/docs/manpages/vfs_snapper.8 samba-4.11.6+dfsg/docs/manpages/vfs_snapper.8 --- samba-4.11.5+dfsg/docs/manpages/vfs_snapper.8 2020-01-14 08:53:34.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/vfs_snapper.8 2020-01-28 10:23:40.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: vfs_snapper .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "VFS_SNAPPER" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "VFS_SNAPPER" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -85,7 +85,7 @@ The DiskShadow\&.exe FSRVP client initially authenticates as the Active Directory computer account\&. This account must therefore be granted the same permissions as the user account issuing the snapshot creation and deletion requests\&. .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "AUTHOR" .PP The original Samba software and related utilities were created by Andrew Tridgell\&. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\&. diff -Nru samba-4.11.5+dfsg/docs/manpages/vfs_streams_depot.8 samba-4.11.6+dfsg/docs/manpages/vfs_streams_depot.8 --- samba-4.11.5+dfsg/docs/manpages/vfs_streams_depot.8 2020-01-14 08:53:34.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/vfs_streams_depot.8 2020-01-28 10:23:40.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: vfs_streams_depot .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "VFS_STREAMS_DEPOT" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "VFS_STREAMS_DEPOT" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru samba-4.11.5+dfsg/docs/manpages/vfs_streams_xattr.8 samba-4.11.6+dfsg/docs/manpages/vfs_streams_xattr.8 --- samba-4.11.5+dfsg/docs/manpages/vfs_streams_xattr.8 2020-01-14 08:53:34.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/vfs_streams_xattr.8 2020-01-28 10:23:40.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: vfs_streams_xattr .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "VFS_STREAMS_XATTR" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "VFS_STREAMS_XATTR" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru samba-4.11.5+dfsg/docs/manpages/vfs_syncops.8 samba-4.11.6+dfsg/docs/manpages/vfs_syncops.8 --- samba-4.11.5+dfsg/docs/manpages/vfs_syncops.8 2020-01-14 08:53:34.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/vfs_syncops.8 2020-01-28 10:23:40.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: vfs_syncops .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "VFS_SYNCOPS" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "VFS_SYNCOPS" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -76,7 +76,7 @@ .\} .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "AUTHOR" .PP The original Samba software and related utilities were created by Andrew Tridgell\&. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\&. diff -Nru samba-4.11.5+dfsg/docs/manpages/vfstest.1 samba-4.11.6+dfsg/docs/manpages/vfstest.1 --- samba-4.11.5+dfsg/docs/manpages/vfstest.1 2020-01-14 08:53:36.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/vfstest.1 2020-01-28 10:23:42.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: vfstest .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: User Commands -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "VFSTEST" "1" "01/14/2020" "Samba 4\&.11\&.5" "User Commands" +.TH "VFSTEST" "1" "01/28/2020" "Samba 4\&.11\&.6" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -783,7 +783,7 @@ .RE .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "AUTHOR" .PP The original Samba software and related utilities were created by Andrew Tridgell\&. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\&. diff -Nru samba-4.11.5+dfsg/docs/manpages/vfs_time_audit.8 samba-4.11.6+dfsg/docs/manpages/vfs_time_audit.8 --- samba-4.11.5+dfsg/docs/manpages/vfs_time_audit.8 2020-01-14 08:53:35.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/vfs_time_audit.8 2020-01-28 10:23:40.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: vfs_time_audit .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "VFS_TIME_AUDIT" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "VFS_TIME_AUDIT" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -72,7 +72,7 @@ .\} .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "AUTHOR" .PP The original Samba software and related utilities were created by Andrew Tridgell\&. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\&. diff -Nru samba-4.11.5+dfsg/docs/manpages/vfs_tsmsm.8 samba-4.11.6+dfsg/docs/manpages/vfs_tsmsm.8 --- samba-4.11.5+dfsg/docs/manpages/vfs_tsmsm.8 2020-01-14 08:53:35.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/vfs_tsmsm.8 2020-01-28 10:23:41.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: vfs_tsmsm .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "VFS_TSMSM" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "VFS_TSMSM" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -83,7 +83,7 @@ .\} .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "AUTHOR" .PP The original Samba software and related utilities were created by Andrew Tridgell\&. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\&. diff -Nru samba-4.11.5+dfsg/docs/manpages/vfs_unityed_media.8 samba-4.11.6+dfsg/docs/manpages/vfs_unityed_media.8 --- samba-4.11.5+dfsg/docs/manpages/vfs_unityed_media.8 2020-01-14 08:53:35.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/vfs_unityed_media.8 2020-01-28 10:23:41.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: vfs_unityed_media .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "VFS_UNITYED_MEDIA" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "VFS_UNITYED_MEDIA" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -111,7 +111,7 @@ .\} .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "AUTHOR" .PP The original Samba software and related utilities were created by Andrew Tridgell\&. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\&. diff -Nru samba-4.11.5+dfsg/docs/manpages/vfs_virusfilter.8 samba-4.11.6+dfsg/docs/manpages/vfs_virusfilter.8 --- samba-4.11.5+dfsg/docs/manpages/vfs_virusfilter.8 2020-01-14 08:53:35.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/vfs_virusfilter.8 2020-01-28 10:23:41.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: vfs_virusfilter .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools .\" Source: Samba 4.8 .\" Language: English .\" -.TH "VFS_VIRUSFILTER" "8" "01/14/2020" "Samba 4\&.8" "System Administration tools" +.TH "VFS_VIRUSFILTER" "8" "01/28/2020" "Samba 4\&.8" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru samba-4.11.5+dfsg/docs/manpages/vfs_worm.8 samba-4.11.6+dfsg/docs/manpages/vfs_worm.8 --- samba-4.11.5+dfsg/docs/manpages/vfs_worm.8 2020-01-14 08:53:36.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/vfs_worm.8 2020-01-28 10:23:41.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: vfs_worm .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "VFS_WORM" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "VFS_WORM" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -68,7 +68,7 @@ .\} .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "AUTHOR" .PP The original Samba software and related utilities were created by Andrew Tridgell\&. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\&. diff -Nru samba-4.11.5+dfsg/docs/manpages/vfs_xattr_tdb.8 samba-4.11.6+dfsg/docs/manpages/vfs_xattr_tdb.8 --- samba-4.11.5+dfsg/docs/manpages/vfs_xattr_tdb.8 2020-01-14 08:53:36.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/vfs_xattr_tdb.8 2020-01-28 10:23:42.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: vfs_xattr_tdb .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "VFS_XATTR_TDB" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "VFS_XATTR_TDB" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru samba-4.11.5+dfsg/docs/manpages/vfs_zfsacl.8 samba-4.11.6+dfsg/docs/manpages/vfs_zfsacl.8 --- samba-4.11.5+dfsg/docs/manpages/vfs_zfsacl.8 2020-01-14 08:53:36.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/vfs_zfsacl.8 2020-01-28 10:23:42.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: vfs_zfsacl .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "VFS_ZFSACL" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "VFS_ZFSACL" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -215,7 +215,7 @@ .\} .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "AUTHOR" .PP The original Samba software and related utilities were created by Andrew Tridgell\&. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\&. diff -Nru samba-4.11.5+dfsg/docs/manpages/wbinfo.1 samba-4.11.6+dfsg/docs/manpages/wbinfo.1 --- samba-4.11.5+dfsg/docs/manpages/wbinfo.1 2020-01-14 08:53:36.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/wbinfo.1 2020-01-28 10:23:42.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: wbinfo .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: User Commands -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "WBINFO" "1" "01/14/2020" "Samba 4\&.11\&.5" "User Commands" +.TH "WBINFO" "1" "01/28/2020" "Samba 4\&.11\&.6" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -467,7 +467,7 @@ will always return failure\&. .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "SEE ALSO" .PP \fBwinbindd\fR(8) diff -Nru samba-4.11.5+dfsg/docs/manpages/winbindd.8 samba-4.11.6+dfsg/docs/manpages/winbindd.8 --- samba-4.11.5+dfsg/docs/manpages/winbindd.8 2020-01-14 08:53:37.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/winbindd.8 2020-01-28 10:23:43.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: winbindd .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: System Administration tools -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "WINBINDD" "8" "01/14/2020" "Samba 4\&.11\&.5" "System Administration tools" +.TH "WINBINDD" "8" "01/28/2020" "Samba 4\&.11\&.6" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -579,7 +579,7 @@ .RE .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "SEE ALSO" .PP nsswitch\&.conf(5), diff -Nru samba-4.11.5+dfsg/docs/manpages/winbind_krb5_localauth.8 samba-4.11.6+dfsg/docs/manpages/winbind_krb5_localauth.8 --- samba-4.11.5+dfsg/docs/manpages/winbind_krb5_localauth.8 2020-01-14 08:53:37.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/winbind_krb5_localauth.8 2020-01-28 10:23:42.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: winbind_krb5_localauth .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: 8 -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "WINBIND_KRB5_LOCALAU" "8" "01/14/2020" "Samba 4\&.11\&.5" "8" +.TH "WINBIND_KRB5_LOCALAU" "8" "01/28/2020" "Samba 4\&.11\&.6" "8" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -66,7 +66,7 @@ .sp .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "AUTHOR" .PP The original Samba software and related utilities were created by Andrew Tridgell\&. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\&. diff -Nru samba-4.11.5+dfsg/docs/manpages/winbind_krb5_locator.8 samba-4.11.6+dfsg/docs/manpages/winbind_krb5_locator.8 --- samba-4.11.5+dfsg/docs/manpages/winbind_krb5_locator.8 2020-01-14 08:53:37.000000000 +0000 +++ samba-4.11.6+dfsg/docs/manpages/winbind_krb5_locator.8 2020-01-28 10:23:43.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: winbind_krb5_locator .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/14/2020 +.\" Date: 01/28/2020 .\" Manual: 8 -.\" Source: Samba 4.11.5 +.\" Source: Samba 4.11.6 .\" Language: English .\" -.TH "WINBIND_KRB5_LOCATOR" "8" "01/14/2020" "Samba 4\&.11\&.5" "8" +.TH "WINBIND_KRB5_LOCATOR" "8" "01/28/2020" "Samba 4\&.11\&.6" "8" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -57,7 +57,7 @@ /etc/krb5\&.conf\&. .SH "VERSION" .PP -This man page is part of version 4\&.11\&.5 of the Samba suite\&. +This man page is part of version 4\&.11\&.6 of the Samba suite\&. .SH "AUTHOR" .PP The original Samba software and related utilities were created by Andrew Tridgell\&. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\&. diff -Nru samba-4.11.5+dfsg/docs-xml/smbdotconf/winbind/winbindnssinfo.xml samba-4.11.6+dfsg/docs-xml/smbdotconf/winbind/winbindnssinfo.xml --- samba-4.11.5+dfsg/docs-xml/smbdotconf/winbind/winbindnssinfo.xml 2019-12-06 09:46:56.000000000 +0000 +++ samba-4.11.6+dfsg/docs-xml/smbdotconf/winbind/winbindnssinfo.xml 2020-01-28 10:18:04.000000000 +0000 @@ -22,11 +22,10 @@ Domain Controller does support the Microsoft "Services for Unix" (SFU) LDAP schema, winbind can retrieve the login shell and the home directory attributes directly from your Directory Server. For SFU 3.0 or 3.5 simply choose - "sfu", if you use SFU 2.0 please choose "sfu20". Note that - retrieving UID and GID from your ADS-Server requires to - use idmap config DOMAIN:backend = ad - as well. The primary group membership is currently - always calculated via the "primaryGroupID" LDAP attribute. + "sfu", if you use SFU 2.0 please choose "sfu20". + Note that for the idmap backend idmap_ad + you need to configure those settings in the idmap configuration section. + Make sure to consult the documentation of the idmap backend that you are using. diff -Nru samba-4.11.5+dfsg/lib/ldb/tests/ldb_key_value_sub_txn_test.c samba-4.11.6+dfsg/lib/ldb/tests/ldb_key_value_sub_txn_test.c --- samba-4.11.5+dfsg/lib/ldb/tests/ldb_key_value_sub_txn_test.c 2020-01-08 10:24:52.000000000 +0000 +++ samba-4.11.6+dfsg/lib/ldb/tests/ldb_key_value_sub_txn_test.c 2020-01-28 10:18:04.000000000 +0000 @@ -37,6 +37,7 @@ */ #include #include +#include #include #include diff -Nru samba-4.11.5+dfsg/lib/ldb/tests/ldb_key_value_test.c samba-4.11.6+dfsg/lib/ldb/tests/ldb_key_value_test.c --- samba-4.11.5+dfsg/lib/ldb/tests/ldb_key_value_test.c 2020-01-08 10:24:52.000000000 +0000 +++ samba-4.11.6+dfsg/lib/ldb/tests/ldb_key_value_test.c 2020-01-28 10:18:04.000000000 +0000 @@ -39,6 +39,7 @@ */ #include #include +#include #include #include diff -Nru samba-4.11.5+dfsg/lib/ldb/tests/ldb_lmdb_size_test.c samba-4.11.6+dfsg/lib/ldb/tests/ldb_lmdb_size_test.c --- samba-4.11.5+dfsg/lib/ldb/tests/ldb_lmdb_size_test.c 2020-01-08 10:24:52.000000000 +0000 +++ samba-4.11.6+dfsg/lib/ldb/tests/ldb_lmdb_size_test.c 2020-01-28 10:18:04.000000000 +0000 @@ -43,6 +43,7 @@ */ #include #include +#include #include #include diff -Nru samba-4.11.5+dfsg/lib/ldb/tests/ldb_lmdb_test.c samba-4.11.6+dfsg/lib/ldb/tests/ldb_lmdb_test.c --- samba-4.11.5+dfsg/lib/ldb/tests/ldb_lmdb_test.c 2020-01-08 10:24:52.000000000 +0000 +++ samba-4.11.6+dfsg/lib/ldb/tests/ldb_lmdb_test.c 2020-01-28 10:18:04.000000000 +0000 @@ -40,6 +40,7 @@ */ #include #include +#include #include #include diff -Nru samba-4.11.5+dfsg/lib/ldb/tests/ldb_no_lmdb_test.c samba-4.11.6+dfsg/lib/ldb/tests/ldb_no_lmdb_test.c --- samba-4.11.5+dfsg/lib/ldb/tests/ldb_no_lmdb_test.c 2020-01-08 10:24:52.000000000 +0000 +++ samba-4.11.6+dfsg/lib/ldb/tests/ldb_no_lmdb_test.c 2020-01-28 10:18:04.000000000 +0000 @@ -40,6 +40,7 @@ */ #include #include +#include #include #include diff -Nru samba-4.11.5+dfsg/lib/ldb/tests/test_ldb_dn.c samba-4.11.6+dfsg/lib/ldb/tests/test_ldb_dn.c --- samba-4.11.5+dfsg/lib/ldb/tests/test_ldb_dn.c 2020-01-08 10:24:52.000000000 +0000 +++ samba-4.11.6+dfsg/lib/ldb/tests/test_ldb_dn.c 2020-01-28 10:18:04.000000000 +0000 @@ -19,6 +19,7 @@ #include #include +#include #include #include diff -Nru samba-4.11.5+dfsg/libgpo/pygpo.c samba-4.11.6+dfsg/libgpo/pygpo.c --- samba-4.11.5+dfsg/libgpo/pygpo.c 2020-01-08 10:24:52.000000000 +0000 +++ samba-4.11.6+dfsg/libgpo/pygpo.c 2020-01-28 10:18:04.000000000 +0000 @@ -118,7 +118,7 @@ static PyMethodDef GPO_methods[] = { {"get_unix_path", PY_DISCARD_FUNC_SIG(PyCFunction, py_gpo_get_unix_path), - METH_KEYWORDS, + METH_VARARGS | METH_KEYWORDS, NULL }, {NULL} }; diff -Nru samba-4.11.5+dfsg/librpc/ndr/ndr_string.c samba-4.11.6+dfsg/librpc/ndr/ndr_string.c --- samba-4.11.5+dfsg/librpc/ndr/ndr_string.c 2020-01-08 10:24:52.000000000 +0000 +++ samba-4.11.6+dfsg/librpc/ndr/ndr_string.c 2020-01-28 10:18:04.000000000 +0000 @@ -553,6 +553,47 @@ return i+1; } +/** + * @brief Get the string length including the null terminator if available. + * + * This checks the string length based on the elements. The returned number + * includes the terminating null byte(s) if found. + * + * @param[in] _var The string the calculate the length for. + * + * @param[in] length The length of the buffer passed by _var. + * + * @param[in] element_size The element_size of a string char in bytes. + * + * @return The length of the strings or 0. + */ +static uint32_t ndr_string_n_length(const void *_var, + size_t length, + uint32_t element_size) +{ + size_t i = 0; + uint8_t zero[4] = {0,0,0,0}; + const char *var = (const char *)_var; + int cmp; + + if (element_size > 4) { + return 0; + } + + for (i = 0; i < length; i++, var += element_size) { + cmp = memcmp(var, zero, element_size); + if (cmp == 0) { + break; + } + } + + if (i == length) { + return length; + } + + return i + 1; +} + _PUBLIC_ enum ndr_err_code ndr_check_string_terminator(struct ndr_pull *ndr, uint32_t count, uint32_t element_size) { uint32_t i; @@ -622,8 +663,12 @@ NDR_PULL_NEED_BYTES(ndr, length*byte_mul); - str_len = ndr_string_length(ndr->data+ndr->offset, byte_mul); - str_len = MIN(str_len, length); /* overrun protection */ + str_len = ndr_string_n_length(ndr->data+ndr->offset, length, byte_mul); + if (str_len == 0) { + return ndr_pull_error(ndr, NDR_ERR_LENGTH, + "Invalid length"); + } + if (!convert_string_talloc(ndr->current_mem_ctx, chset, CH_UNIX, ndr->data+ndr->offset, str_len*byte_mul, discard_const_p(void *, var), diff -Nru samba-4.11.5+dfsg/python/samba/provision/sambadns.py samba-4.11.6+dfsg/python/samba/provision/sambadns.py --- samba-4.11.5+dfsg/python/samba/provision/sambadns.py 2020-01-08 10:24:52.000000000 +0000 +++ samba-4.11.6+dfsg/python/samba/provision/sambadns.py 2020-01-28 10:18:04.000000000 +0000 @@ -858,9 +858,19 @@ os.path.join(dns_samldb_dir, metadata_file)) os.link(os.path.join(private_dir, domainzone_file), os.path.join(dns_dir, domainzone_file)) + if backend_store == "mdb": + # If the file is an lmdb data file need to link the + # lock file as well + os.link(os.path.join(private_dir, domainzone_file + "-lock"), + os.path.join(dns_dir, domainzone_file + "-lock")) if forestzone_file: os.link(os.path.join(private_dir, forestzone_file), os.path.join(dns_dir, forestzone_file)) + if backend_store == "mdb": + # If the database file is an lmdb data file need to link the + # lock file as well + os.link(os.path.join(private_dir, forestzone_file + "-lock"), + os.path.join(dns_dir, forestzone_file + "-lock")) except OSError: logger.error( "Failed to setup database for BIND, AD based DNS cannot be used") diff -Nru samba-4.11.5+dfsg/python/samba/tests/samba_upgradedns_lmdb.py samba-4.11.6+dfsg/python/samba/tests/samba_upgradedns_lmdb.py --- samba-4.11.5+dfsg/python/samba/tests/samba_upgradedns_lmdb.py 1970-01-01 00:00:00.000000000 +0000 +++ samba-4.11.6+dfsg/python/samba/tests/samba_upgradedns_lmdb.py 2020-01-28 10:18:04.000000000 +0000 @@ -0,0 +1,75 @@ +# Unix SMB/CIFS implementation. +# Copyright (C) Catalyst IT Ltd. 2019 +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# + +from samba.tests.samba_tool.base import SambaToolCmdTest +import os +import shutil + + +class UpgradeDnsLmdbTestCase(SambaToolCmdTest): + """ + Tests for dns upgrade on a lmdb backend + """ + + def setUp(self): + super(UpgradeDnsLmdbTestCase, self).setUp() + self.tempsambadir = os.path.join(self.tempdir, "samba") + os.mkdir(self.tempsambadir) + + # provision a domain + # + # returns the tuple (ret, stdout, stderr) + def provision(self): + command = ( + "samba-tool " + "domain provision " + "--realm=foo.example.com " + "--domain=FOO " + "--targetdir=%s " + "--backend-store=mdb " + "--use-ntvfs " % self.tempsambadir) + return self.run_command(command) + + # upgrade a domains dns to BIND9 + # + # returns the tuple (ret, stdout, stderr) + def upgrade_dns(self): + command = ( + "samba_upgradedns " + "--dns-backend=BIND9_DLZ " + "--configfile %s/etc/smb.conf" % self.tempsambadir) + return self.run_command(command) + + def tearDown(self): + super(UpgradeDnsLmdbTestCase, self).tearDown() + shutil.rmtree(self.tempsambadir) + + def test_lmdb_lock_files_linked_on_upgrade_to_bind9_dlz(self): + """ + Ensure that links are created for the lock files as well as the + data files + """ + self.provision() + self.upgrade_dns() + directory = ("%s/bind-dns/dns/sam.ldb.d" % self.tempsambadir) + for filename in os.listdir(directory): + if filename.endswith(".ldb") and "DNSZONES" in filename: + lock_file = ("%s/%s-lock" % (directory, filename)) + self.assertTrue( + os.path.isfile(lock_file), + msg=("Lock file %s/%s-lock for %s, does not exist" % + (directory, filename, filename))) diff -Nru samba-4.11.5+dfsg/script/release.sh samba-4.11.6+dfsg/script/release.sh --- samba-4.11.5+dfsg/script/release.sh 2019-12-06 09:46:56.000000000 +0000 +++ samba-4.11.6+dfsg/script/release.sh 2020-01-28 10:22:48.000000000 +0000 @@ -17,14 +17,14 @@ CONF_DOWNLOAD_URL="https://download.samba.org/pub" CONF_HISTORY_URL="https://www.samba.org" -test -d ".git" || { +test -d ".git" -o -r ".git" || { echo "Run this script from the top-level directory in the" echo "repository" exit 1 } usage() { - echo "Usage: release.sh " + echo "Usage: script/release.sh " echo "" echo "PRODUCT: ldb, talloc, tevent, tdb, samba-rc, samba-stable" echo "COMMAND: fullrelease, create, push, upload, announce" @@ -32,6 +32,13 @@ return 0 } +test -x "script/release.sh" || { + usage + echo "Run this script from the top-level directory in the" + echo "repository: as 'script/release.sh'" + exit 1 +} + check_args() { local cmd="$1" local got_args="$2" @@ -186,26 +193,6 @@ load_samba_stable_versions - test x"${product}" = x"samba-stable" && { - test -f "announce.${tagname}.quotation.txt" || { - echo "" - echo "announce.${tagname}.quotation.txt missing!" - echo "" - echo "Please create it and retry" - echo "" - echo "The content should look like this:" - echo "cat announce.${tagname}.quotation.txt" - echo '======================================================' - echo ' "Some text' - echo ' from someone."' - echo '' - echo ' The author' - echo '======================================================' - echo "" - return 1 - } - } - test -n "${oldtagname}" || { return 0 } @@ -786,11 +773,6 @@ return 1 } - test -f "announce.${tagname}.quotation.txt" || { - echo "announce.${tagname}.quotation.txt missing!" - return 1 - } - local release_url="${download_url}samba/stable/" local patch_url="${download_url}samba/patches/" @@ -833,7 +815,6 @@ local headlimit=$(expr ${top} - 1 ) local taillimit=$(expr ${headlimit} - \( ${skip} - 1 \)) - cat "announce.${tagname}.quotation.txt" echo "" echo "" echo "Release Announcements" diff -Nru samba-4.11.5+dfsg/source3/include/libsmb_internal.h samba-4.11.6+dfsg/source3/include/libsmb_internal.h --- samba-4.11.5+dfsg/source3/include/libsmb_internal.h 2020-01-08 10:24:52.000000000 +0000 +++ samba-4.11.6+dfsg/source3/include/libsmb_internal.h 2020-01-28 10:18:04.000000000 +0000 @@ -76,6 +76,7 @@ struct _SMBCSRV { struct cli_state *cli; dev_t dev; + bool try_posixinfo; bool no_pathinfo; bool no_pathinfo2; bool no_pathinfo3; @@ -401,13 +402,7 @@ SMBC_getatr(SMBCCTX * context, SMBCSRV *srv, const char *path, - uint16_t *mode, - off_t *size, - struct timespec *create_time_ts, - struct timespec *access_time_ts, - struct timespec *write_time_ts, - struct timespec *change_time_ts, - SMB_INO_T *ino); + struct stat *sbuf); bool SMBC_setatr(SMBCCTX * context, SMBCSRV *srv, char *path, @@ -522,6 +517,19 @@ /* Functions in libsmb_stat.c */ +void setup_stat(struct stat *st, + const char *fname, + off_t size, + int mode, + ino_t ino, + dev_t dev, + struct timespec access_time_ts, + struct timespec change_time_ts, + struct timespec write_time_ts); +void setup_stat_from_stat_ex(const struct stat_ex *stex, + const char *fname, + struct stat *st); + int SMBC_stat_ctx(SMBCCTX *context, const char *fname, diff -Nru samba-4.11.5+dfsg/source3/libsmb/libsmb_dir.c samba-4.11.6+dfsg/source3/libsmb/libsmb_dir.c --- samba-4.11.5+dfsg/source3/libsmb/libsmb_dir.c 2020-01-08 10:24:52.000000000 +0000 +++ samba-4.11.6+dfsg/source3/libsmb/libsmb_dir.c 2020-01-28 10:18:04.000000000 +0000 @@ -474,7 +474,6 @@ char *workgroup = NULL; char *path = NULL; size_t path_len = 0; - uint16_t mode; uint16_t port = 0; SMBCSRV *srv = NULL; SMBCFILE *dir = NULL; @@ -961,6 +960,7 @@ saved_errno = SMBC_errno(context, targetcli); if (saved_errno == EINVAL) { + struct stat sb = {0}; /* * See if they asked to opendir * something other than a directory. @@ -970,11 +970,11 @@ */ path[path_len] = '\0'; /* restore original path */ - if (SMBC_getatr(context, srv, path, - &mode, NULL, - NULL, NULL, NULL, NULL, - NULL) && - ! IS_DOS_DIR(mode)) { + if (SMBC_getatr(context, + srv, + path, + &sb) && + !S_ISDIR(sb.st_mode)) { /* It is. Correct the error value */ saved_errno = ENOTDIR; @@ -2098,20 +2098,11 @@ if (errno == EACCES) { /* Check if the file is a directory */ int saverr = errno; - off_t size = 0; - uint16_t mode = 0; - struct timespec write_time_ts; - struct timespec access_time_ts; - struct timespec change_time_ts; - SMB_INO_T ino = 0; - - if (!SMBC_getatr(context, srv, path, &mode, &size, - NULL, - &access_time_ts, - &write_time_ts, - &change_time_ts, - &ino)) { + struct stat sb = {0}; + bool ok; + ok = SMBC_getatr(context, srv, path, &sb); + if (!ok) { /* Hmmm, bad error ... What? */ errno = SMBC_errno(context, targetcli); @@ -2121,7 +2112,7 @@ } else { - if (IS_DOS_DIR(mode)) + if (S_ISDIR(sb.st_mode)) errno = EISDIR; else errno = saverr; /* Restore this */ diff -Nru samba-4.11.5+dfsg/source3/libsmb/libsmb_file.c samba-4.11.6+dfsg/source3/libsmb/libsmb_file.c --- samba-4.11.5+dfsg/source3/libsmb/libsmb_file.c 2020-01-08 10:24:52.000000000 +0000 +++ samba-4.11.6+dfsg/source3/libsmb/libsmb_file.c 2020-01-28 10:18:04.000000000 +0000 @@ -452,18 +452,19 @@ SMBC_getatr(SMBCCTX * context, SMBCSRV *srv, const char *path, - uint16_t *mode, - off_t *size, - struct timespec *create_time_ts, - struct timespec *access_time_ts, - struct timespec *write_time_ts, - struct timespec *change_time_ts, - SMB_INO_T *ino) + struct stat *sb) { char *fixedpath = NULL; char *targetpath = NULL; struct cli_state *targetcli = NULL; - time_t write_time; + uint16_t mode = 0; + off_t size = 0; + struct timespec create_time_ts = {0}; + struct timespec access_time_ts = {0}; + struct timespec write_time_ts = {0}; + struct timespec change_time_ts = {0}; + time_t write_time = 0; + SMB_INO_T ino = 0; TALLOC_CTX *frame = talloc_stackframe(); NTSTATUS status; @@ -503,28 +504,56 @@ return False; } - if (!srv->no_pathinfo2 && - NT_STATUS_IS_OK(cli_qpathinfo2(targetcli, targetpath, - create_time_ts, - access_time_ts, - write_time_ts, - change_time_ts, - size, mode, ino))) { - TALLOC_FREE(frame); - return True; + if (srv->try_posixinfo) { + SMB_STRUCT_STAT sbuf; + + status = cli_posix_stat(targetcli, frame, &sbuf); + if (NT_STATUS_IS_OK(status)) { + setup_stat_from_stat_ex(&sbuf, path, sb); + + TALLOC_FREE(frame); + return true; + } + if (NT_STATUS_EQUAL(status, NT_STATUS_NOT_IMPLEMENTED) || + NT_STATUS_EQUAL(status, NT_STATUS_INVALID_LEVEL)) { + /* + * Turn this off if the server doesn't + * support it. + */ + srv->try_posixinfo = false; + } + } + + if (!srv->no_pathinfo2) { + status = cli_qpathinfo2(targetcli, + targetpath, + &create_time_ts, + &access_time_ts, + &write_time_ts, + &change_time_ts, + &size, + &mode, + &ino); + if (NT_STATUS_IS_OK(status)) { + goto setup_stat; + } } srv->no_pathinfo2 = True; - if (!srv->no_pathinfo3 && - NT_STATUS_IS_OK(cli_qpathinfo3(targetcli, targetpath, - create_time_ts, - access_time_ts, - write_time_ts, - change_time_ts, - size, mode, ino))) { - TALLOC_FREE(frame); - return True; + if (!srv->no_pathinfo3) { + status = cli_qpathinfo3(targetcli, + targetpath, + &create_time_ts, + &access_time_ts, + &write_time_ts, + &change_time_ts, + &size, + &mode, + &ino); + if (NT_STATUS_IS_OK(status)) { + goto setup_stat; + } } srv->no_pathinfo3 = True; @@ -534,29 +563,30 @@ goto all_failed; } - if (NT_STATUS_IS_OK(cli_getatr(targetcli, targetpath, mode, size, &write_time))) { - struct timespec w_time_ts; + status = cli_getatr(targetcli, targetpath, &mode, &size, &write_time); + if (NT_STATUS_IS_OK(status)) { + struct timespec w_time_ts = + convert_time_t_to_timespec(write_time); - w_time_ts = convert_time_t_to_timespec(write_time); - if (write_time_ts != NULL) { - *write_time_ts = w_time_ts; - } - if (create_time_ts != NULL) { - *create_time_ts = w_time_ts; - } - if (access_time_ts != NULL) { - *access_time_ts = w_time_ts; - } - if (change_time_ts != NULL) { - *change_time_ts = w_time_ts; - } - if (ino) { - *ino = 0; - } - TALLOC_FREE(frame); - return True; + access_time_ts = change_time_ts = write_time_ts = w_time_ts; + + goto setup_stat; } +setup_stat: + setup_stat(sb, + path, + size, + mode, + ino, + srv->dev, + access_time_ts, + change_time_ts, + write_time_ts); + + TALLOC_FREE(frame); + return true; + all_failed: srv->no_pathinfo2 = False; srv->no_pathinfo3 = False; diff -Nru samba-4.11.5+dfsg/source3/libsmb/libsmb_server.c samba-4.11.6+dfsg/source3/libsmb/libsmb_server.c --- samba-4.11.5+dfsg/source3/libsmb/libsmb_server.c 2020-01-08 10:24:52.000000000 +0000 +++ samba-4.11.6+dfsg/source3/libsmb/libsmb_server.c 2020-01-28 10:18:04.000000000 +0000 @@ -657,6 +657,15 @@ ZERO_STRUCTP(srv); DLIST_ADD(srv->cli, c); srv->dev = (dev_t)(str_checksum(server) ^ str_checksum(share)); + srv->try_posixinfo = false; + /* + * Until SMB2 POSIX is done, only + * try POSIX stat on SMB1 with POSIX capabilities. + */ + if ((smbXcli_conn_protocol(c->conn) < PROTOCOL_SMB2_02) && + (smb1cli_conn_capabilities(c->conn) & CAP_UNIX)) { + srv->try_posixinfo = true; + } srv->no_pathinfo = False; srv->no_pathinfo2 = False; srv->no_pathinfo3 = False; diff -Nru samba-4.11.5+dfsg/source3/libsmb/libsmb_stat.c samba-4.11.6+dfsg/source3/libsmb/libsmb_stat.c --- samba-4.11.5+dfsg/source3/libsmb/libsmb_stat.c 2020-01-08 10:24:52.000000000 +0000 +++ samba-4.11.6+dfsg/source3/libsmb/libsmb_stat.c 2020-01-28 10:18:04.000000000 +0000 @@ -32,16 +32,11 @@ * Generate an inode number from file name for those things that need it */ -static ino_t -generate_inode(SMBCCTX *context, - const char *name) +static ino_t generate_inode(const char *name) { - if (!context || !context->internal->initialized) { - errno = EINVAL; - return -1; + if (name == NULL) { + return (ino_t)-1; } - - if (!*name) return 2; /* FIXME, why 2 ??? */ return (ino_t)str_checksum(name); } @@ -50,15 +45,16 @@ * fstat below. */ -static int -setup_stat(SMBCCTX *context, - struct stat *st, - const char *fname, - off_t size, - int mode) +void setup_stat(struct stat *st, + const char *fname, + off_t size, + int mode, + ino_t ino, + dev_t dev, + struct timespec access_time_ts, + struct timespec change_time_ts, + struct timespec write_time_ts) { - TALLOC_CTX *frame = talloc_stackframe(); - st->st_mode = 0; if (IS_DOS_DIR(mode)) { @@ -67,10 +63,18 @@ st->st_mode = SMBC_FILE_MODE; } - if (IS_DOS_ARCHIVE(mode)) st->st_mode |= S_IXUSR; - if (IS_DOS_SYSTEM(mode)) st->st_mode |= S_IXGRP; - if (IS_DOS_HIDDEN(mode)) st->st_mode |= S_IXOTH; - if (!IS_DOS_READONLY(mode)) st->st_mode |= S_IWUSR; + if (IS_DOS_ARCHIVE(mode)) { + st->st_mode |= S_IXUSR; + } + if (IS_DOS_SYSTEM(mode)) { + st->st_mode |= S_IXGRP; + } + if (IS_DOS_HIDDEN(mode)) { + st->st_mode |= S_IXOTH; + } + if (!IS_DOS_READONLY(mode)) { + st->st_mode |= S_IWUSR; + } st->st_size = size; #ifdef HAVE_STAT_ST_BLKSIZE @@ -91,12 +95,53 @@ st->st_nlink = 1; } - if (st->st_ino == 0) { - st->st_ino = generate_inode(context, fname); + if (ino != 0) { + st->st_ino = ino; + } else { + st->st_ino = generate_inode(fname); } - TALLOC_FREE(frame); - return True; /* FIXME: Is this needed ? */ + st->st_dev = dev; + st->st_atime = convert_timespec_to_time_t(access_time_ts); + st->st_ctime = convert_timespec_to_time_t(change_time_ts); + st->st_mtime = convert_timespec_to_time_t(write_time_ts); +} + +void setup_stat_from_stat_ex(const struct stat_ex *stex, + const char *fname, + struct stat *st) +{ + st->st_atime = convert_timespec_to_time_t(stex->st_ex_atime); + st->st_ctime = convert_timespec_to_time_t(stex->st_ex_ctime); + st->st_mtime = convert_timespec_to_time_t(stex->st_ex_mtime); + + st->st_mode = stex->st_ex_mode; + st->st_size = stex->st_ex_size; +#ifdef HAVE_STAT_ST_BLKSIZE + st->st_blksize = 512; +#endif +#ifdef HAVE_STAT_ST_BLOCKS + st->st_blocks = (st->st_size + 511) / 512; +#endif +#ifdef HAVE_STRUCT_STAT_ST_RDEV + st->st_rdev = 0; +#endif + st->st_uid = stex->st_ex_uid; + st->st_gid = stex->st_ex_gid; + + st->st_nlink = stex->st_ex_nlink; + + if (stex->st_ex_ino == 0) { + st->st_ino = 0; + if (fname != NULL) { + st->st_ino = generate_inode(fname); + } + } else { + st->st_ino = stex->st_ex_ino; + } + + st->st_dev = stex->st_ex_dev; + } /* @@ -115,13 +160,7 @@ char *password = NULL; char *workgroup = NULL; char *path = NULL; - struct timespec write_time_ts; - struct timespec access_time_ts; - struct timespec change_time_ts; - off_t size = 0; - uint16_t mode = 0; uint16_t port = 0; - SMB_INO_T ino = 0; TALLOC_CTX *frame = talloc_stackframe(); if (!context || !context->internal->initialized) { @@ -170,26 +209,12 @@ return -1; /* errno set by SMBC_server */ } - if (!SMBC_getatr(context, srv, path, &mode, &size, - NULL, - &access_time_ts, - &write_time_ts, - &change_time_ts, - &ino)) { + if (!SMBC_getatr(context, srv, path, st)) { errno = SMBC_errno(context, srv->cli); TALLOC_FREE(frame); return -1; } - st->st_ino = ino; - - setup_stat(context, st, fname, size, mode); - - st->st_atime = convert_timespec_to_time_t(access_time_ts); - st->st_ctime = convert_timespec_to_time_t(change_time_ts); - st->st_mtime = convert_timespec_to_time_t(write_time_ts); - st->st_dev = srv->dev; - TALLOC_FREE(frame); return 0; } @@ -286,14 +311,15 @@ write_time_ts = convert_time_t_to_timespec(write_time); } - st->st_ino = ino; - - setup_stat(context, st, file->fname, size, mode); - - st->st_atime = convert_timespec_to_time_t(access_time_ts); - st->st_ctime = convert_timespec_to_time_t(change_time_ts); - st->st_mtime = convert_timespec_to_time_t(write_time_ts); - st->st_dev = file->srv->dev; + setup_stat(st, + path, + size, + mode, + ino, + file->srv->dev, + access_time_ts, + change_time_ts, + write_time_ts); TALLOC_FREE(frame); return 0; diff -Nru samba-4.11.5+dfsg/source3/libsmb/libsmb_xattr.c samba-4.11.6+dfsg/source3/libsmb/libsmb_xattr.c --- samba-4.11.5+dfsg/source3/libsmb/libsmb_xattr.c 2020-01-08 10:24:52.000000000 +0000 +++ samba-4.11.6+dfsg/source3/libsmb/libsmb_xattr.c 2020-01-28 10:18:04.000000000 +0000 @@ -552,13 +552,7 @@ const char *filename, SMBCSRV *srv) { - struct timespec create_time_ts; - struct timespec write_time_ts; - struct timespec access_time_ts; - struct timespec change_time_ts; - off_t size = 0; - uint16_t mode = 0; - SMB_INO_T inode = 0; + struct stat sb = {0}; DOS_ATTR_DESC *ret; ret = talloc(ctx, DOS_ATTR_DESC); @@ -568,26 +562,20 @@ } /* Obtain the DOS attributes */ - if (!SMBC_getatr(context, srv, filename, - &mode, &size, - &create_time_ts, - &access_time_ts, - &write_time_ts, - &change_time_ts, - &inode)) { + if (!SMBC_getatr(context, srv, filename, &sb)) { errno = SMBC_errno(context, srv->cli); DEBUG(5, ("dos_attr_query Failed to query old attributes\n")); TALLOC_FREE(ret); return NULL; } - ret->mode = mode; - ret->size = size; - ret->create_time = convert_timespec_to_time_t(create_time_ts); - ret->access_time = convert_timespec_to_time_t(access_time_ts); - ret->write_time = convert_timespec_to_time_t(write_time_ts); - ret->change_time = convert_timespec_to_time_t(change_time_ts); - ret->inode = inode; + ret->mode = sb.st_mode; + ret->size = sb.st_size; + ret->create_time = sb.st_ctime; + ret->access_time = sb.st_atime; + ret->write_time = sb.st_mtime; + ret->change_time = sb.st_mtime; + ret->inode = sb.st_ino; return ret; } @@ -736,17 +724,6 @@ char *name; char *pExclude; char *p; - struct timespec create_time_ts; - struct timespec write_time_ts; - struct timespec access_time_ts; - struct timespec change_time_ts; - time_t create_time = (time_t)0; - time_t write_time = (time_t)0; - time_t access_time = (time_t)0; - time_t change_time = (time_t)0; - off_t size = 0; - uint16_t mode = 0; - SMB_INO_T ino = 0; struct cli_state *cli = srv->cli; struct { const char * create_time_attr; @@ -1155,25 +1132,31 @@ } if (all || some_dos) { + struct stat sb = {0}; + time_t create_time = (time_t)0; + time_t write_time = (time_t)0; + time_t access_time = (time_t)0; + time_t change_time = (time_t)0; + off_t size = 0; + uint16_t mode = 0; + SMB_INO_T ino = 0; + /* Point to the portion after "system.dos_attr." */ name += 16; /* if (all) this will be invalid but unused */ /* Obtain the DOS attributes */ - if (!SMBC_getatr(context, srv, filename, &mode, &size, - &create_time_ts, - &access_time_ts, - &write_time_ts, - &change_time_ts, - &ino)) { - + if (!SMBC_getatr(context, srv, filename, &sb)) { errno = SMBC_errno(context, srv->cli); return -1; } - create_time = convert_timespec_to_time_t(create_time_ts); - access_time = convert_timespec_to_time_t(access_time_ts); - write_time = convert_timespec_to_time_t(write_time_ts); - change_time = convert_timespec_to_time_t(change_time_ts); + create_time = sb.st_ctime; + access_time = sb.st_atime; + write_time = sb.st_mtime; + change_time = sb.st_mtime; + size = sb.st_size; + mode = sb.st_mode; + ino = sb.st_ino; if (! exclude_dos_mode) { if (all || all_dos) { diff -Nru samba-4.11.5+dfsg/source3/modules/vfs_ceph_snapshots.c samba-4.11.6+dfsg/source3/modules/vfs_ceph_snapshots.c --- samba-4.11.5+dfsg/source3/modules/vfs_ceph_snapshots.c 2020-01-08 10:24:52.000000000 +0000 +++ samba-4.11.6+dfsg/source3/modules/vfs_ceph_snapshots.c 2020-01-28 10:18:04.000000000 +0000 @@ -390,8 +390,12 @@ parent_dir = tmp; } - ret = snprintf(snaps_path, sizeof(snaps_path), "%s/%s", - parent_dir, snapdir); + if (strlen(parent_dir) == 0) { + ret = strlcpy(snaps_path, snapdir, sizeof(snaps_path)); + } else { + ret = snprintf(snaps_path, sizeof(snaps_path), "%s/%s", + parent_dir, snapdir); + } if (ret >= sizeof(snaps_path)) { ret = -EINVAL; goto err_out; @@ -534,7 +538,11 @@ /* * Temporally use the caller's return buffer for this. */ - ret = snprintf(_converted_buf, buflen, "%s/%s", name, snapdir); + if (strlen(name) == 0) { + ret = strlcpy(_converted_buf, snapdir, buflen); + } else { + ret = snprintf(_converted_buf, buflen, "%s/%s", name, snapdir); + } if (ret >= buflen) { ret = -EINVAL; goto err_out; diff -Nru samba-4.11.5+dfsg/source3/modules/vfs_glusterfs.c samba-4.11.6+dfsg/source3/modules/vfs_glusterfs.c --- samba-4.11.5+dfsg/source3/modules/vfs_glusterfs.c 2020-01-08 10:24:52.000000000 +0000 +++ samba-4.11.6+dfsg/source3/modules/vfs_glusterfs.c 2020-01-28 10:18:04.000000000 +0000 @@ -564,7 +564,10 @@ } if (sbuf != NULL) { - smb_stat_ex_from_stat(sbuf, &stat); + SET_STAT_INVALID(*sbuf); + if (!S_ISLNK(stat.st_mode)) { + smb_stat_ex_from_stat(sbuf, &stat); + } } END_PROFILE(syscall_readdir); diff -Nru samba-4.11.5+dfsg/source3/smbd/trans2.c samba-4.11.6+dfsg/source3/smbd/trans2.c --- samba-4.11.5+dfsg/source3/smbd/trans2.c 2020-01-08 10:24:52.000000000 +0000 +++ samba-4.11.6+dfsg/source3/smbd/trans2.c 2020-01-28 10:18:04.000000000 +0000 @@ -4848,7 +4848,7 @@ unsigned int size_needed = 0; NTSTATUS status; bool ok; - bool close_fsp; + bool close_fsp = false; /* * Ensure we always operate on a file descriptor, not just diff -Nru samba-4.11.5+dfsg/source4/auth/gensec/pygensec.c samba-4.11.6+dfsg/source4/auth/gensec/pygensec.c --- samba-4.11.5+dfsg/source4/auth/gensec/pygensec.c 2020-01-08 10:24:52.000000000 +0000 +++ samba-4.11.6+dfsg/source4/auth/gensec/pygensec.c 2020-01-28 10:18:04.000000000 +0000 @@ -678,7 +678,7 @@ "S.have_feature()\n Return True if GENSEC negotiated a particular feature." }, { "set_max_update_size", (PyCFunction)py_gensec_set_max_update_size, METH_VARARGS, "S.set_max_update_size(max_size) \n Some mechs can fragment update packets, needs to be use before the mech is started." }, - { "max_update_size", (PyCFunction)py_gensec_max_update_size, 0, + { "max_update_size", (PyCFunction)py_gensec_max_update_size, METH_NOARGS, "S.max_update_size() \n Return the current max_update_size." }, { "update", (PyCFunction)py_gensec_update, METH_VARARGS, "S.update(blob_in) -> (finished, blob_out)\nPerform one step in a GENSEC dance. Repeat with new packets until finished is true or exception." }, diff -Nru samba-4.11.5+dfsg/source4/selftest/tests.py samba-4.11.6+dfsg/source4/selftest/tests.py --- samba-4.11.5+dfsg/source4/selftest/tests.py 2020-01-08 10:31:41.000000000 +0000 +++ samba-4.11.6+dfsg/source4/selftest/tests.py 2020-01-28 10:18:04.000000000 +0000 @@ -700,6 +700,8 @@ planpythontestsuite("ad_dc_default:local", "samba.tests.samba_tool.passwordsettings") planpythontestsuite("ad_dc:local", "samba.tests.samba_tool.dsacl") +planpythontestsuite("none", "samba.tests.samba_upgradedns_lmdb") + # Run these against chgdcpass to share the runtime load planpythontestsuite("chgdcpass:local", "samba.tests.samba_tool.sites") planpythontestsuite("chgdcpass:local", "samba.tests.samba_tool.dnscmd") diff -Nru samba-4.11.5+dfsg/source4/utils/oLschema2ldif/test.c samba-4.11.6+dfsg/source4/utils/oLschema2ldif/test.c --- samba-4.11.5+dfsg/source4/utils/oLschema2ldif/test.c 2020-01-08 10:24:52.000000000 +0000 +++ samba-4.11.6+dfsg/source4/utils/oLschema2ldif/test.c 2020-01-28 10:18:04.000000000 +0000 @@ -19,6 +19,7 @@ #include #include +#include #include #include diff -Nru samba-4.11.5+dfsg/VERSION samba-4.11.6+dfsg/VERSION --- samba-4.11.5+dfsg/VERSION 2020-01-14 08:52:41.000000000 +0000 +++ samba-4.11.6+dfsg/VERSION 2020-01-28 10:18:04.000000000 +0000 @@ -25,7 +25,7 @@ ######################################################## SAMBA_VERSION_MAJOR=4 SAMBA_VERSION_MINOR=11 -SAMBA_VERSION_RELEASE=5 +SAMBA_VERSION_RELEASE=6 ######################################################## # If a official release has a serious bug # diff -Nru samba-4.11.5+dfsg/WHATSNEW.txt samba-4.11.6+dfsg/WHATSNEW.txt --- samba-4.11.5+dfsg/WHATSNEW.txt 2020-01-14 08:53:02.000000000 +0000 +++ samba-4.11.6+dfsg/WHATSNEW.txt 2020-01-28 10:18:04.000000000 +0000 @@ -1,4 +1,76 @@ ============================== + Release Notes for Samba 4.11.6 + January 28, 2020 + ============================== + + +This is the latest stable release of the Samba 4.11 release series. + + +Changes since 4.11.5: +--------------------- + +o Douglas Bagnall + * BUG 14209: pygpo: Use correct method flags. + +o David Disseldorp + * BUG 14216: vfs_ceph_snapshots: Fix root relative path handling. + +o Torsten Fohrer + * BUG 14209: Avoiding bad call flags with python 3.8, using METH_NOARGS + instead of zero. + +o Fabrice Fontaine + * BUG 14218: source4/utils/oLschema2ldif: Include stdint.h before cmocka.h. + +o Björn Jacke + * BUG 14122: docs-xml/winbindnssinfo: Clarify interaction with idmap_ad etc. + +o Volker Lendecke + * BUG 14251: smbd: Fix the build with clang. + +o Gary Lockyer + * BUG 14199: upgradedns: Ensure lmdb lock files linked. + +o Anoop C S + * BUG 14182: s3: VFS: glusterfs: Reset nlinks for symlink entries during + readdir. + +o Andreas Schneider + * BUG 14101: smbc_stat() doesn't return the correct st_mode and also the + uid/gid is not filled (SMBv1) file. + * BUG 14219: librpc: Fix string length checking in + ndr_pull_charset_to_null(). + +o Martin Schwenke + * BUG 14227: ctdb-scripts: Strip square brackets when gathering connection + info. + + +####################################### +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.11.5 January 21, 2020 ============================== @@ -67,8 +139,8 @@ ====================================================================== -Release notes for older releases follow: ----------------------------------------- +---------------------------------------------------------------------- + ============================== Release Notes for Samba 4.11.4