]> git.ipfire.org Git - thirdparty/samba.git/commit
s3: libsmbclient: Finish unifing bad iconv behavior across CORE NT1 SMB2 protocols.
authorJeremy Allison <jra@samba.org>
Mon, 11 May 2020 22:58:27 +0000 (15:58 -0700)
committerJeremy Allison <jra@samba.org>
Tue, 12 May 2020 21:32:44 +0000 (21:32 +0000)
commit393da520e43bd3a28feb231bcd9fd5308a3daa4a
tree183feffe5fcb76459a0a20a8fbc7f6fe5750a88b
parent753115a8d19f6ac8cd28305748fc6d888679dccc
s3: libsmbclient: Finish unifing bad iconv behavior across CORE NT1 SMB2 protocols.

On bad name conversion, exit the directory listing with an error, but leave the
connection intact. We were already checking for finfo->name == NULL here,
but were ignoring it and not reporting an error.

Remove the knownfail.d/bad_iconv file as we now
behave the same across CORE/NT1/SMB2.

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

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Tue May 12 21:32:44 UTC 2020 on sn-devel-184
selftest/knownfail.d/bad_iconv [deleted file]
source3/libsmb/clilist.c