]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Fix IDL for netr_ServerReqChallenge, netr_ServerAuthenticate and
authorGünther Deschner <gd@samba.org>
Fri, 15 Feb 2008 22:30:53 +0000 (23:30 +0100)
committerGünther Deschner <gd@samba.org>
Fri, 15 Feb 2008 22:30:53 +0000 (23:30 +0100)
netr_ServerAuthenticate2 to match what is on NDR and to
generate a more appropriate samba3 netlogon client.

Guenther

source/librpc/idl/netlogon.idl

index 60bf075ddf8b2670c714d423de0a4222590fb8fb..e5e789c965f15a859ea542135b0e178423d1e84a 100644 (file)
@@ -272,7 +272,8 @@ interface netlogon
        NTSTATUS netr_ServerReqChallenge(
                [in,unique,string,charset(UTF16)] uint16 *server_name,
                [in,string,charset(UTF16)] uint16 computer_name[],
-               [in,out,ref] netr_Credential *credentials
+               [in,ref] netr_Credential *credentials,
+               [out,ref] netr_Credential *return_credentials
                );
 
 
@@ -286,7 +287,8 @@ interface netlogon
                [in,string,charset(UTF16)] uint16 account_name[],
                [in]                       netr_SchannelType secure_channel_type,
                [in,string,charset(UTF16)] uint16 computer_name[],
-               [in,out,ref] netr_Credential *credentials
+               [in,ref] netr_Credential *credentials,
+               [out,ref] netr_Credential *return_credentials
                );
 
 
@@ -854,7 +856,8 @@ interface netlogon
                [in]         [string,charset(UTF16)] uint16 account_name[],
                [in]         netr_SchannelType secure_channel_type,
                [in]         [string,charset(UTF16)] uint16 computer_name[],
-               [in,out,ref] netr_Credential *credentials,
+               [in,ref]     netr_Credential *credentials,
+               [out,ref]    netr_Credential *return_credentials,
                [in,out,ref] uint32 *negotiate_flags
                );