The branch, v3-2-test has been updated
       via  9b5f69cb1f7d22174b2cd67ebf02a271d4bf6e2f (commit)
       via  6ed640fadea6355dd6808db156228e6876d9f064 (commit)
      from  f1d7de462cf0f64648a3a1fc6f0c64a7bbdb3c2a (commit)

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


- Log -----------------------------------------------------------------
commit 9b5f69cb1f7d22174b2cd67ebf02a271d4bf6e2f
Author: Stefan Metzmacher <[EMAIL PROTECTED]>
Date:   Thu Jan 24 10:24:41 2008 +0100

    netlogon.idl: make use of bitmap samr_GroupAttrs
    
    metze
    
    (from v4-0-test 6d68161e676d381600c77c3f862bd7e013968724)

commit 6ed640fadea6355dd6808db156228e6876d9f064
Author: Stefan Metzmacher <[EMAIL PROTECTED]>
Date:   Thu Jan 24 10:22:45 2008 +0100

    netlogon.idl: remove unused netr_GroupsMembership structure
    
    We have samr_RidWithAttribute and use that in all cases.
    
    metze
    (cherry picked from commit 3c5bae2249d01213ff4bd7df2b4e3ac04da4a52d)

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

Summary of changes:
 source/librpc/idl/netlogon.idl |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/librpc/idl/netlogon.idl b/source/librpc/idl/netlogon.idl
index 51efebd..581d307 100644
--- a/source/librpc/idl/netlogon.idl
+++ b/source/librpc/idl/netlogon.idl
@@ -19,6 +19,7 @@ import "lsa.idl", "samr.idl", "security.idl";
 interface netlogon
 {
        typedef bitmap samr_AcctFlags samr_AcctFlags;
+       typedef bitmap samr_GroupAttrs samr_GroupAttrs;
 
        /*****************/
        /* Function 0x00 */
@@ -126,11 +127,6 @@ interface netlogon
                [case(6)] netr_NetworkInfo  *network;
        } netr_LogonLevel;
 
-       typedef [public] struct {
-               uint32 rid;
-               uint32 attributes;
-       } netr_GroupMembership;
-
        typedef [public,flag(NDR_PAHEX)] struct {
                uint8 key[16];
        } netr_UserSessionKey;
@@ -188,7 +184,7 @@ interface netlogon
 
        typedef struct {
                dom_sid2 *sid;
-               uint32 attribute;
+               samr_GroupAttrs attributes;
        } netr_SidAttr;
 
        typedef [public] struct {


-- 
Samba Shared Repository

Reply via email to