s3/4: libsmbclient test. Test using smbc_telldir/smbc_lseekdir with smbc_readdir...
commit075b3fd1143783c57373a1c6554abcad58834a14
authorJeremy Allison <jra@samba.org>
Mon, 26 Aug 2019 18:22:35 +0000 (26 11:22 -0700)
committerKarolin Seeger <kseeger@samba.org>
Wed, 18 Sep 2019 13:53:24 +0000 (18 13:53 +0000)
tree578cbe6082181f31054b5ef643a47770896d58f3
parent71b963ec4b3954b588ed1da035efc8faa4cde3f9
s3/4: libsmbclient test. Test using smbc_telldir/smbc_lseekdir with smbc_readdir/smbc_readdirplus/smbc_getdents.

Ensure that for file access you can mix any of these
three access methods for directory entries and the
returned names/structs stay in sync across telldir/seekdir
changes.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14094

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Böhme <slow@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Tue Sep  3 17:31:29 UTC 2019 on sn-devel-184

(cherry picked from commit 3355601fe8541994cc41f5ed800aab9b6a2294f4)

Autobuild-User(v4-10-test): Karolin Seeger <kseeger@samba.org>
Autobuild-Date(v4-10-test): Wed Sep 18 13:53:25 UTC 2019 on sn-devel-144
source3/selftest/tests.py
source4/torture/libsmbclient/libsmbclient.c