[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Wed Dec 14 13:16:05 MST 2011


The branch, master has been updated
       via  fdcbb7e s3-includes: remove PRIMARY_* SID_INDEX defines defined elsewhere already.
      from  1bea57a s3: Fix raw.mux after UNUSED_SHARE_MODE_ENTRY was removed

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


- Log -----------------------------------------------------------------
commit fdcbb7e03b3d7edf22d41bc3e08e1b8d58e2860c
Author: Günther Deschner <gd at samba.org>
Date:   Wed Dec 14 19:36:52 2011 +0100

    s3-includes: remove PRIMARY_* SID_INDEX defines defined elsewhere already.
    
    They really do not belong to smb.h.
    
    Guenther
    
    Autobuild-User: Günther Deschner <gd at samba.org>
    Autobuild-Date: Wed Dec 14 21:15:39 CET 2011 on sn-devel-104

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

Summary of changes:
 source3/include/smb.h |   13 -------------
 1 files changed, 0 insertions(+), 13 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/include/smb.h b/source3/include/smb.h
index 0724b7c..fed1f38 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -131,19 +131,6 @@ typedef union unid_t {
 
 #include "librpc/gen_ndr/security.h"
 
-/*
- * The complete list of SIDS belonging to this user.
- * Created when a vuid is registered.
- * The definition of the user_sids array is as follows :
- *
- * token->user_sids[0] = primary user SID.
- * token->user_sids[1] = primary group SID.
- * token->user_sids[2..num_sids] = supplementary group SIDS.
- */
-
-#define PRIMARY_USER_SID_INDEX 0
-#define PRIMARY_GROUP_SID_INDEX 1
-
 typedef struct write_cache {
 	SMB_OFF_T file_size;
 	SMB_OFF_T offset;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list