From ef58222616fc3175f189417ce878d8413ba2d294 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Baumbach?= Date: Tue, 6 Aug 2019 16:32:32 +0200 Subject: CVE-2019-14833 dsdb: send full password to check password script MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit utf8_len represents the number of characters (not bytes) of the password. If the password includes multi-byte characters it is required to write the total number of bytes to the check password script. Otherwise the last bytes of the password string would be ignored. Therefore we rename utf8_len to be clear what it does and does not represent. BUG: https://bugzilla.samba.org/show_bug.cgi?id=12438 Signed-off-by: Björn Baumbach Signed-off-by: Andrew Bartlett Autobuild-User(master): Karolin Seeger Autobuild-Date(master): Tue Oct 29 11:58:45 UTC 2019 on sn-devel-184 --- selftest/knownfail.d/unacceptable-passwords | 1 - 1 file changed, 1 deletion(-) delete mode 100644 selftest/knownfail.d/unacceptable-passwords (limited to 'selftest') diff --git a/selftest/knownfail.d/unacceptable-passwords b/selftest/knownfail.d/unacceptable-passwords deleted file mode 100644 index 75fa2fc32b8..00000000000 --- a/selftest/knownfail.d/unacceptable-passwords +++ /dev/null @@ -1 +0,0 @@ -^samba.tests.samba_tool.user_check_password_script.samba.tests.samba_tool.user_check_password_script.UserCheckPwdTestCase.test_checkpassword_unacceptable\(chgdcpass:local\) \ No newline at end of file -- cgit v1.2.1