[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha2-394-g0686977

Günther Deschner gd at samba.org
Mon Jan 14 16:42:47 GMT 2008


The branch, v4-0-test has been updated
       via  068697706652373d28091cd7594e0276da27dbc4 (commit)
       via  54458c46249e07176e2a5b37279a3c95d21df0ab (commit)
      from  9041e385fe666c16d9a5b9a030b54a856f17e5e5 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v4-0-test


- Log -----------------------------------------------------------------
commit 068697706652373d28091cd7594e0276da27dbc4
Author: Günther Deschner <gd at samba.org>
Date:   Mon Jan 14 17:37:35 2008 +0100

    Use lsa_PolicyInfo enum in lsa policy info calls.
    
    Guenther

commit 54458c46249e07176e2a5b37279a3c95d21df0ab
Author: Günther Deschner <gd at samba.org>
Date:   Mon Jan 14 17:10:31 2008 +0100

    Fill in IDL for lsa_SetInfoPolicy and lsa_SetInfoPolicy2.
    
    Guenther

-----------------------------------------------------------------------

Summary of changes:
 source/librpc/idl/lsa.idl |   18 +++++++++++++-----
 1 files changed, 13 insertions(+), 5 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/librpc/idl/lsa.idl b/source/librpc/idl/lsa.idl
index ea94458..705c86e 100644
--- a/source/librpc/idl/lsa.idl
+++ b/source/librpc/idl/lsa.idl
@@ -214,7 +214,7 @@ import "security.idl";
 		LSA_POLICY_INFO_AUDIT_FULL_SET=10,
 		LSA_POLICY_INFO_AUDIT_FULL_QUERY=11,
 		LSA_POLICY_INFO_DNS=12
-	} lsaPolicyInfo;
+	} lsa_PolicyInfo;
 
 	typedef [switch_type(uint16)] union {
 		[case(LSA_POLICY_INFO_AUDIT_LOG)]        lsa_AuditLogInfo       audit_log;
@@ -233,13 +233,17 @@ import "security.idl";
 
 	NTSTATUS lsa_QueryInfoPolicy (
 		[in]                            policy_handle *handle,
-		[in]                            uint16 level,
+		[in]                            lsa_PolicyInfo level,
 		[out,unique,switch_is(level)]   lsa_PolicyInformation *info
 		);
 
 	/******************/
 	/* Function:       0x08 */
-	NTSTATUS lsa_SetInfoPolicy ();
+	NTSTATUS lsa_SetInfoPolicy (
+		[in]                            policy_handle *handle,
+		[in]                            lsa_PolicyInfo level,
+		[in,switch_is(level)]           lsa_PolicyInformation *info
+		);
 
 	/******************/
 	/* Function:       0x09 */
@@ -722,12 +726,16 @@ import "security.idl";
 
 	NTSTATUS lsa_QueryInfoPolicy2(
 		[in]                 policy_handle *handle,
-		[in]                     uint16 level,
+		[in]                     lsa_PolicyInfo level,
 		[out,unique,switch_is(level)]   lsa_PolicyInformation *info
 		);
 
 	/* Function 0x2f */
-	NTSTATUS lsa_SetInfoPolicy2();
+	NTSTATUS lsa_SetInfoPolicy2(
+		[in]                            policy_handle *handle,
+		[in]                            lsa_PolicyInfo level,
+		[in,switch_is(level)]           lsa_PolicyInformation *info
+		);
 
 	/**********************/
 	/* Function 0x30 */


-- 
Samba Shared Repository


More information about the samba-cvs mailing list