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)
committerKarolin Seeger <kseeger@samba.org>
Thu, 4 Jun 2020 11:47:26 +0000 (11:47 +0000)
commit0f35dbd96c068d5d9638e2477cf0e5f6dafe8f37
tree7af9b50b76bdd6083447fca9327acc83839c361c
parentdaddc6956f673e5cf369924c9e4a9963e079aca5
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

(cherry picked from commit 393da520e43bd3a28feb231bcd9fd5308a3daa4a)

Autobuild-User(v4-11-test): Karolin Seeger <kseeger@samba.org>
Autobuild-Date(v4-11-test): Thu Jun  4 11:47:26 UTC 2020 on sn-devel-184
selftest/knownfail.d/bad_iconv [deleted file]
source3/libsmb/clilist.c