From a8db4dcf03bccb2e1b954d097e758d6c7780db9e Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 11 Nov 2004 04:32:01 +0000 Subject: 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) --- source4/include/structs.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'source4/include') diff --git a/source4/include/structs.h b/source4/include/structs.h index 00dfbf6c79..424b7a0e7a 100644 --- a/source4/include/structs.h +++ b/source4/include/structs.h @@ -46,7 +46,6 @@ struct samr_CryptPassword; struct samr_CryptPasswordEx; struct samr_LogonHours; -struct netr_SamInfo3; struct netr_Authenticator; union netr_Validation; @@ -111,3 +110,9 @@ struct net_context; struct file_info; struct xattr_DosEAs; + +struct test_join; + +struct test_join_ads_dc; + +struct netr_LMSessionKey; -- cgit