s3: selftest: Add test_smbclient_iconv.sh to check client behavior on bad name conver...
authorJeremy Allison <jra@samba.org>
Mon, 11 May 2020 22:37:00 +0000 (15:37 -0700)
committerKarolin Seeger <kseeger@samba.org>
Thu, 4 Jun 2020 10:32:21 +0000 (10:32 +0000)
commitf02467bf688e8ba7ef5dd48dda723314e09f21a5
treeea33a6ea7cffd75cc1bdaba5c7b046a28b13570c
parentac45713a18aa9f1bfbca3dbd350635e8fbb83a26
s3: selftest: Add test_smbclient_iconv.sh to check client behavior on bad name conversion.

SMB2 and NT1 fail this, CORE already returns NT_STATUS_INVALID_NETWORK_RESPONSE
on bad conversion.

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>
(back-ported from commit e016671d34c24c4768df774425ec743b88e30015)
selftest/knownfail.d/bad_iconv [new file with mode: 0644]
source3/script/tests/test_smbclient_iconv.sh [new file with mode: 0755]
source3/selftest/tests.py