s3/4: libsmbclient test. Test using smbc_telldir/smbc_lseekdir with smbc_readdir...
authorJeremy Allison <jra@samba.org>
Mon, 26 Aug 2019 18:22:35 +0000 (11:22 -0700)
committerJeremy Allison <jra@samba.org>
Tue, 3 Sep 2019 17:31:28 +0000 (17:31 +0000)
commit3355601fe8541994cc41f5ed800aab9b6a2294f4
tree8ddaeabd22be2b411811e1c4418d2c3ef4e5ab52
parent0d9b1645499ce12a79a137d3482434aa5d2eb47c
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
source3/selftest/tests.py
source4/torture/libsmbclient/libsmbclient.c