[SCM] Samba Shared Repository - branch master updated - b41fc6c7290f7a50b250771364fee29143140546

Jelmer Vernooij jelmer at samba.org
Wed Oct 15 14:55:07 GMT 2008


The branch, master has been updated
       via  b41fc6c7290f7a50b250771364fee29143140546 (commit)
       via  d210393639eeb387470e7acd06d0b8ed81d057c7 (commit)
      from  5390dc0d242e77a14a7873972431776a1e18dc45 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit b41fc6c7290f7a50b250771364fee29143140546
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Wed Oct 15 16:54:28 2008 +0200

    Re-run pidl.

commit d210393639eeb387470e7acd06d0b8ed81d057c7
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Wed Oct 15 16:54:01 2008 +0200

    lsa.idl: Sync a couple more constants from Samba 4.

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

Summary of changes:
 source3/librpc/gen_ndr/lsa.h |    3 +++
 source3/librpc/idl/lsa.idl   |   10 ++++++++--
 2 files changed, 11 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/librpc/gen_ndr/lsa.h b/source3/librpc/gen_ndr/lsa.h
index b37d7a1..ac7c64c 100644
--- a/source3/librpc/gen_ndr/lsa.h
+++ b/source3/librpc/gen_ndr/lsa.h
@@ -12,6 +12,9 @@
 #define MAX_REF_DOMAINS	( LSA_REF_DOMAIN_LIST_MULTIPLIER )
 #define MAX_LOOKUP_SIDS	( 0x5000 )
 #define LSA_ENUM_TRUST_DOMAIN_EX_MULTIPLIER	( 82 )
+#define LSA_CLIENT_REVISION_NO_DNS	( 0x00000001 )
+#define LSA_CLIENT_REVISION_DNS	( 0x00000002 )
+#define LSA_LOOKUP_OPTIONS_NO_ISOLATED	( 0x80000000 )
 struct lsa_String {
 	uint16_t length;/* [value(2*strlen_m(string))] */
 	uint16_t size;/* [value(2*strlen_m(string))] */
diff --git a/source3/librpc/idl/lsa.idl b/source3/librpc/idl/lsa.idl
index ff4aafa..0a6c3b9 100644
--- a/source3/librpc/idl/lsa.idl
+++ b/source3/librpc/idl/lsa.idl
@@ -696,10 +696,11 @@ import "misc.idl", "security.idl";
 		);
 
 	/* Function:        0x22 */
-	NTSTATUS lsa_DeleteObject(
-		[in,out] policy_handle *handle
+	NTSTATUS lsa_DeleteObject (
+		[in,out]     policy_handle *handle
 		);
 
+
 	/*******************/
 	/* Function:      0x23 */
 	NTSTATUS lsa_EnumAccountsWithUserRight (
@@ -1076,6 +1077,11 @@ import "misc.idl", "security.idl";
 		[in]         uint32 unknown2
 		);
 
+	const int LSA_CLIENT_REVISION_NO_DNS     = 0x00000001;
+	const int LSA_CLIENT_REVISION_DNS        = 0x00000002;
+
+	const int LSA_LOOKUP_OPTIONS_NO_ISOLATED = 0x80000000;
+
 	/* Function 0x4d */
 	NTSTATUS lsa_LookupNames4(
 		[in,range(0,1000)] uint32 num_names,


-- 
Samba Shared Repository


More information about the samba-cvs mailing list