summaryrefslogtreecommitdiff
path: root/selftest/tests.py
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2018-07-27 08:44:24 +1200
committerKarolin Seeger <kseeger@samba.org>2018-08-11 21:56:42 +0200
commita5fe27c10e776ad59288762330ab513439efbfb2 (patch)
tree0796fb4f44166861e3071ddab63ec22de57c8487 /selftest/tests.py
parentb2a68d6badbf8ea8662f788c903ebe3f802cea53 (diff)
downloadsamba-a5fe27c10e776ad59288762330ab513439efbfb2.tar.gz
CVE-2018-1139 libcli/auth: Add initial tests for ntlm_password_check()
BUG: https://bugzilla.samba.org/show_bug.cgi?id=13360 Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'selftest/tests.py')
-rw-r--r--selftest/tests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/selftest/tests.py b/selftest/tests.py
index 5745cee033b..1188c6402d6 100644
--- a/selftest/tests.py
+++ b/selftest/tests.py
@@ -161,3 +161,5 @@ plantestsuite("samba.unittests.lib_util_modules", "none",
plantestsuite("samba.unittests.smb1cli_session", "none",
[os.path.join(bindir(), "default/libcli/smb/test_smb1cli_session")])
+plantestsuite("samba.unittests.ntlm_check", "none",
+ [os.path.join(bindir(), "default/libcli/auth/test_ntlm_check")])