From 98f8f891643d356eaf67206f5606aa2ed82c96ce Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 28 Oct 2008 01:06:31 +0100 Subject: s4-netlogon: merge misc stuff. Guenther --- source3/librpc/idl/netlogon.idl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'source3/librpc') diff --git a/source3/librpc/idl/netlogon.idl b/source3/librpc/idl/netlogon.idl index 06e0c328d6..ea8319b620 100644 --- a/source3/librpc/idl/netlogon.idl +++ b/source3/librpc/idl/netlogon.idl @@ -313,7 +313,7 @@ interface netlogon /*****************/ /* Function 0x04 */ - NTSTATUS netr_ServerReqChallenge( + [public] NTSTATUS netr_ServerReqChallenge( [in,unique,string,charset(UTF16)] uint16 *server_name, [in,string,charset(UTF16)] uint16 computer_name[], [in,ref] netr_Credential *credentials, @@ -1107,7 +1107,7 @@ interface netlogon /****************/ /* Function 0x1a */ - NTSTATUS netr_ServerAuthenticate3( + [public] NTSTATUS netr_ServerAuthenticate3( [in,unique] [string,charset(UTF16)] uint16 *server_name, [in] [string,charset(UTF16)] uint16 account_name[], [in] netr_SchannelType secure_channel_type, @@ -1129,6 +1129,7 @@ interface netlogon [out,ref] netr_DsRGetDCNameInfo **info ); + /****************/ /* Function 0x1c */ WERROR netr_DsRGetSiteName( @@ -1313,6 +1314,7 @@ interface netlogon /****************/ /* Function 0x24 */ + typedef [v1_enum] enum { NETR_TRUST_TYPE_DOWNLEVEL = 1, NETR_TRUST_TYPE_UPLEVEL = 2, -- cgit