svn commit: samba r12055 - branches/SAMBA_3_0/source/include trunk/source/include

vlendec at samba.org vlendec at samba.org
Sat Dec 3 20:28:19 GMT 2005


Author: vlendec
Date: 2005-12-03 20:28:18 +0000 (Sat, 03 Dec 2005)
New Revision: 12055

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12055

Log:
More cruft
Modified:
   branches/SAMBA_3_0/source/include/passdb.h
   trunk/source/include/passdb.h


Changeset:
Modified: branches/SAMBA_3_0/source/include/passdb.h
===================================================================
--- branches/SAMBA_3_0/source/include/passdb.h	2005-12-03 20:18:43 UTC (rev 12054)
+++ branches/SAMBA_3_0/source/include/passdb.h	2005-12-03 20:28:18 UTC (rev 12055)
@@ -200,29 +200,6 @@
 	
 } SAM_ACCOUNT;
 
-typedef struct sam_group {
-	TALLOC_CTX *mem_ctx;
-	
-	void (*free_fn)(struct sam_group **);
-
-	struct pdb_methods *methods;
-
-	struct group_data {
-		/* initialization flags */
-		struct bitmap *change_flags;
-		struct bitmap *set_flags;
-
-		const char *name;		/* Windows group name string */
-
-		DOM_SID sid;			/* Group SID */
-		enum SID_NAME_USE sid_name_use;	/* Group type */
-
-		uint32 mem_num;			/* Number of member SIDs */
-		DOM_SID *members;		/* SID array */
-	} private_g;
-
-} SAM_GROUP;
-
 struct acct_info {
 	fstring acct_name; /* account name */
 	fstring acct_desc; /* account name */

Modified: trunk/source/include/passdb.h
===================================================================
--- trunk/source/include/passdb.h	2005-12-03 20:18:43 UTC (rev 12054)
+++ trunk/source/include/passdb.h	2005-12-03 20:28:18 UTC (rev 12055)
@@ -200,29 +200,6 @@
 	
 } SAM_ACCOUNT;
 
-typedef struct sam_group {
-	TALLOC_CTX *mem_ctx;
-	
-	void (*free_fn)(struct sam_group **);
-
-	struct pdb_methods *methods;
-
-	struct group_data {
-		/* initialization flags */
-		struct bitmap *change_flags;
-		struct bitmap *set_flags;
-
-		const char *name;		/* Windows group name string */
-
-		DOM_SID sid;			/* Group SID */
-		enum SID_NAME_USE sid_name_use;	/* Group type */
-
-		uint32 mem_num;			/* Number of member SIDs */
-		DOM_SID *members;		/* SID array */
-	} private_g;
-
-} SAM_GROUP;
-
 struct acct_info {
 	fstring acct_name; /* account name */
 	fstring acct_desc; /* account name */



More information about the samba-cvs mailing list