mirror of
https://github.com/samba-team/samba.git
synced 2025-03-26 18:50:30 +03:00
r24850: Convert to torture API.
(This used to be commit 6c7a004b9d95e443d07307bbe94f691cc4b03490)
This commit is contained in:
parent
edeea82ae4
commit
9c006b122f
@ -17,3 +17,13 @@ RPC-DRSUAPI.*
|
||||
RPC-LSALOOKUP
|
||||
RPC-CRACKNAMES
|
||||
blackbox.smbclient.*USER and PASSWD
|
||||
RPC-NETLOGON.*/LogonUasLogon
|
||||
RPC-NETLOGON.*/LogonUasLogoff
|
||||
RPC-NETLOGON.*/DatabaseSync
|
||||
RPC-NETLOGON.*/DatabaseSync2
|
||||
RPC-NETLOGON.*/GetDcName
|
||||
RPC-NETLOGON.*/LogonControl
|
||||
RPC-NETLOGON.*/LogonControl2
|
||||
RPC-NETLOGON.*/GetAnyDCName
|
||||
RPC-NETLOGON.*/DsrEnumerateDomainTrusts
|
||||
RPC-NETLOGON.*/DsrGetDcSiteCoverageW
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -396,7 +396,7 @@ NTSTATUS torture_rpc_init(void)
|
||||
torture_suite_add_simple_test(suite, "SAMR", torture_rpc_samr);
|
||||
torture_suite_add_simple_test(suite, "SAMR-USERS", torture_rpc_samr_users);
|
||||
torture_suite_add_simple_test(suite, "SAMR-PASSWORDS", torture_rpc_samr_passwords);
|
||||
torture_suite_add_simple_test(suite, "NETLOGON", torture_rpc_netlogon);
|
||||
torture_suite_add_suite(suite, torture_rpc_netlogon(suite));
|
||||
torture_suite_add_simple_test(suite, "SAMLOGON", torture_rpc_samlogon);
|
||||
torture_suite_add_simple_test(suite, "SAMSYNC", torture_rpc_samsync);
|
||||
torture_suite_add_simple_test(suite, "SCHANNEL", torture_rpc_schannel);
|
||||
|
Loading…
x
Reference in New Issue
Block a user