diff options
author | Andrew Bartlett <abartlet@samba.org> | 2004-11-11 04:32:01 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:05:43 -0500 |
commit | a8db4dcf03bccb2e1b954d097e758d6c7780db9e (patch) | |
tree | 6f91b3623b76da1da8194efd04fcce048fcfaf33 /source4/include | |
parent | 5afda90c95e2e120f1121afb6b9fe7f5222ffa1e (diff) | |
download | samba-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/include')
-rw-r--r-- | source4/include/structs.h | 7 |
1 files changed, 6 insertions, 1 deletions
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; |