s4-smbtorture: fix test_LogonUasLogon.
[ira/wip.git] / source3 / librpc / idl / netlogon.idl
index 06e0c328d6bd003d0d0882b03c86a5c280327e35..d6c3bd43747dfd392cdeff626e52a72f5e98c713 100644 (file)
@@ -46,7 +46,7 @@ interface netlogon
                [in,unique] [string,charset(UTF16)] uint16 *server_name,
                [in]   [string,charset(UTF16)] uint16 account_name[],
                [in]   [string,charset(UTF16)] uint16 workstation[],
-               [out,ref]  netr_UasInfo *info
+               [out,ref]  netr_UasInfo **info
                );
 
 
@@ -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,