The branch, master has been updated
       via  c6e5788435d2141f9161f3dc2ae75d1283193a25 (commit)
      from  616bc99b141b54abba9d377d7056dccfd49d4717 (commit)

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


- Log -----------------------------------------------------------------
commit c6e5788435d2141f9161f3dc2ae75d1283193a25
Author: Stefan Metzmacher <[EMAIL PROTECTED]>
Date:   Fri Nov 7 17:52:01 2008 +0100

    s4: security.idl: for now move server_id also to dom_sid.idl
    
    We should move server_id somewhere else...
    
    metze

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

Summary of changes:
 source4/librpc/idl/dom_sid.idl  |    8 ++++++++
 source4/librpc/idl/security.idl |    7 -------
 2 files changed, 8 insertions(+), 7 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/librpc/idl/dom_sid.idl b/source4/librpc/idl/dom_sid.idl
index 59faaba..80df11d 100644
--- a/source4/librpc/idl/dom_sid.idl
+++ b/source4/librpc/idl/dom_sid.idl
@@ -30,5 +30,13 @@ interface dom_sid
                uint8  id_auth[6];              /**< Identifier Authority */
                uint32 sub_auths[num_auths];
        } dom_sid;
+
+       /* id used to identify a endpoint, possibly in a cluster */
+       typedef [public] struct {
+               hyper id;
+               uint32 id2;
+               uint32 node;
+       } server_id;
+
 }
 
diff --git a/source4/librpc/idl/security.idl b/source4/librpc/idl/security.idl
index 964e0b9..2c8edac 100644
--- a/source4/librpc/idl/security.idl
+++ b/source4/librpc/idl/security.idl
@@ -225,13 +225,6 @@ interface security
                SEC_PRIV_REMOTE_INTERACTIVE_LOGON  = 24
        } sec_privilege;
 
-       /* id used to identify a endpoint, possibly in a cluster */
-       typedef [public] struct {
-               hyper id;
-               uint32 id2;
-               uint32 node;
-       } server_id;
-
        typedef [bitmap8bit] bitmap {
                SEC_ACE_FLAG_OBJECT_INHERIT             = 0x01,
                SEC_ACE_FLAG_CONTAINER_INHERIT          = 0x02,


-- 
Samba Shared Repository

Reply via email to