summaryrefslogtreecommitdiff
path: root/source4/torture/torture.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2004-11-11 04:32:01 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:05:43 -0500
commita8db4dcf03bccb2e1b954d097e758d6c7780db9e (patch)
tree6f91b3623b76da1da8194efd04fcce048fcfaf33 /source4/torture/torture.c
parent5afda90c95e2e120f1121afb6b9fe7f5222ffa1e (diff)
downloadsamba-a8db4dcf03bccb2e1b954d097e758d6c7780db9e.tar.gz
samba-a8db4dcf03bccb2e1b954d097e758d6c7780db9e.tar.bz2
samba-a8db4dcf03bccb2e1b954d097e758d6c7780db9e.zip
r3677: Seperate the SamLogon tests from the main RPC-NETLOGON test into a
RPC-SAMLOGON of their own. I have expanded the tests to validate the use of various flags, which change some of the crypto behaviour. Andrew Bartlett (This used to be commit 3a140a3691ce49ebf4d1efcb99cfffd26c68a28f)
Diffstat (limited to 'source4/torture/torture.c')
-rw-r--r--source4/torture/torture.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/torture.c b/source4/torture/torture.c
index 878325d448..975b83e6ad 100644
--- a/source4/torture/torture.c
+++ b/source4/torture/torture.c
@@ -2438,6 +2438,7 @@ static struct {
{"RPC-SPOOLSS", torture_rpc_spoolss, 0},
{"RPC-SAMR", torture_rpc_samr, 0},
{"RPC-NETLOGON", torture_rpc_netlogon, 0},
+ {"RPC-SAMLOGON", torture_rpc_samlogon, 0},
{"RPC-SCHANNEL", torture_rpc_schannel, 0},
{"RPC-WKSSVC", torture_rpc_wkssvc, 0},
{"RPC-SRVSVC", torture_rpc_srvsvc, 0},