diff options
author | Günther Deschner <gd@samba.org> | 2007-12-04 10:20:13 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:48:09 +0100 |
commit | b466534a0dc592ad03a249228ef02d5ac339089f (patch) | |
tree | 0632ad00f36df47b52c0ea17ed0f8f06a3376306 /source4/librpc | |
parent | 96b46e99072f0c31ade85a5fa539cafc021fb42c (diff) | |
download | samba-b466534a0dc592ad03a249228ef02d5ac339089f.tar.gz samba-b466534a0dc592ad03a249228ef02d5ac339089f.tar.bz2 samba-b466534a0dc592ad03a249228ef02d5ac339089f.zip |
r26286: IDL and torture test for netr_ServerTrustPasswordsGet().
Guenther
(This used to be commit 231fe8826b7d8b0f4307ffbb3cd71b4c7723a290)
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/idl/netlogon.idl | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/source4/librpc/idl/netlogon.idl b/source4/librpc/idl/netlogon.idl index 8e0950c2aa..5285ee15ed 100644 --- a/source4/librpc/idl/netlogon.idl +++ b/source4/librpc/idl/netlogon.idl @@ -1269,7 +1269,16 @@ interface netlogon /****************/ /* Function 0x2a */ - WERROR netr_NETRSERVERTRUSTPASSWORDSGET(); + NTSTATUS netr_ServerTrustPasswordsGet( + [in] [string,charset(UTF16)] uint16 *server_name, + [in] [string,charset(UTF16)] uint16 account_name[], + [in] netr_SchannelType secure_channel_type, + [in] [string,charset(UTF16)] uint16 computer_name[], + [in,ref] netr_Authenticator *credential, + [out,ref] netr_Authenticator *return_authenticator, + [out,ref] samr_Password *password, + [out,ref] samr_Password *password2 + ); /****************/ /* Function 0x2b */ |