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 08:16:03 +0200
commit3454eae9d41b23f856b350d1aac88795f339bdc3 (patch)
tree445142dd247ff0895eab006f3e37d9d1d5d7a643 /selftest/tests.py
parentc775bd8b26ef91238cb69d055930d3434ed049a0 (diff)
downloadsamba-3454eae9d41b23f856b350d1aac88795f339bdc3.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 3f5097b680c..dc6486c13f8 100644
--- a/selftest/tests.py
+++ b/selftest/tests.py
@@ -176,3 +176,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")])