The branch, master has been updated
via 7d46ea4 samba3.blackbox.smbclient_auth.plain: Add new regression
test case.
from e55806e ldb-samba:wscript: python_samba__ldb depends on pyauth
https://git.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 7d46ea44642a0fdaa6ae7ac3e545ef4d083b398f
Author: Robin Hack <[email protected]>
Date: Mon Mar 14 14:37:10 2016 +0100
samba3.blackbox.smbclient_auth.plain: Add new regression test case.
Test case covers commit:
96a49d23a4caebefcea66cfb855fadbae12ccf7c
Test case covers segfault of smbclient binary when
client NTLMv2 auth = yes
client use spnego = no
client max protocol = NT1
options are used.
BUG: https://bugzilla.samba.org/show_bug.cgi?id=11793
RH BUG: http://bugzilla.redhat.com/show_bug.cgi?id=1271763
How to test:
$ make -j test TESTS="samba3.blackbox.smbclient_auth.plain"
RESULD: Should PASS
$ git revert 96a49d23a4caebefcea66cfb855fadbae12ccf7c
$ make -j test TESTS="samba3.blackbox.smbclient_auth.plain"
RESULT: Should FAIL
(and you can see segfault in dmesg)
Signed-off-by: Robin Hack <[email protected]>
Reviewed-by: Andreas Schneider <[email protected]>
Reviewed-by: Jeremy Allison <[email protected]>
Reviewed-by: Stefan Metzmacher <[email protected]>
Autobuild-User(master): Stefan Metzmacher <[email protected]>
Autobuild-Date(master): Wed Mar 16 18:29:10 CET 2016 on sn-devel-144
-----------------------------------------------------------------------
Summary of changes:
source3/selftest/tests.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Changeset truncated at 500 lines:
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py
index e4f7248..24b439c 100755
--- a/source3/selftest/tests.py
+++ b/source3/selftest/tests.py
@@ -125,7 +125,7 @@ plantestsuite("samba.vfstest.xattr-tdb-1", "nt4_dc:local",
[os.path.join(samba3s
plantestsuite("samba.vfstest.acl", "nt4_dc:local", [os.path.join(samba3srcdir,
"script/tests/vfstest-acl/run.sh"), binpath("vfstest"), "$PREFIX",
configuration])
plantestsuite("samba.vfstest.catia", "nt4_dc:local",
[os.path.join(samba3srcdir, "script/tests/vfstest-catia/run.sh"),
binpath("vfstest"), "$PREFIX", configuration])
-for options in ["--option=clientusespnego=no", " --option=clientntlmv2auth=no
--option=clientlanmanauth=yes --max-protocol=LANMAN2", ""]:
+for options in ["--option=clientusespnego=no", " --option=clientntlmv2auth=no
--option=clientlanmanauth=yes --max-protocol=LANMAN2",
"--option=clientntlmv2auth=no --option=clientlanmanauth=yes
--option=clientmaxprotocol=NT1", ""]:
env = "nt4_dc"
plantestsuite("samba3.blackbox.smbclient_auth.plain (%s) %s" % (env,
options), env, [os.path.join(samba3srcdir,
"script/tests/test_smbclient_auth.sh"), '$SERVER', '$SERVER_IP',
'$DC_USERNAME', '$DC_PASSWORD', smbclient3, configuration, options])
--
Samba Shared Repository