[Fedora-directory-commits] ldapserver/ldap/servers/slapd slapi-plugin.h, 1.37, 1.38 slapi-private.h, 1.32, 1.33

Nathan Kinder nkinder at fedoraproject.org
Fri Jan 9 23:10:19 UTC 2009


Author: nkinder

Update of /cvs/dirsec/ldapserver/ldap/servers/slapd
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24347/ldap/servers/slapd

Modified Files:
	slapi-plugin.h slapi-private.h 
Log Message:
Resolves: 472602
Summary: Expose internal operation flag via SLAPI.



Index: slapi-plugin.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/slapi-plugin.h,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- slapi-plugin.h	9 Jan 2009 21:30:56 -0000	1.37
+++ slapi-plugin.h	9 Jan 2009 23:10:17 -0000	1.38
@@ -100,6 +100,7 @@
 #define SLAPI_ATTR_FLAG_NORMALIZED	0x0200	/* the attr value is normalized */
 
 /* operation flags */
+#define SLAPI_OP_FLAG_INTERNAL		0x00020 /* An operation generated by the core server or a plugin. */
 #define SLAPI_OP_FLAG_NEVER_CHAIN	0x00800 /* Do not chain the operation */	
 #define SLAPI_OP_FLAG_NO_ACCESS_CHECK  	0x10000 /* Do not check for access control - bypass them */
 


Index: slapi-private.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/slapi-private.h,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- slapi-private.h	6 Jan 2009 22:50:29 -0000	1.32
+++ slapi-private.h	9 Jan 2009 23:10:17 -0000	1.33
@@ -391,9 +391,7 @@
                                                   * generated as a consequence
                                                   * of a Replicated Operation.
                                                   */
-#define OP_FLAG_INTERNAL                 0x00020 /* An operation generated by 
-                                                  * the core server or a plugin.
-                                                  */ 
+#define OP_FLAG_INTERNAL                 SLAPI_OP_FLAG_INTERNAL  /* 0x00020 */ 
 #define OP_FLAG_ACTION_LOG_ACCESS        0x00040
 #define OP_FLAG_ACTION_LOG_AUDIT         0x00080
 #define OP_FLAG_ACTION_SCHEMA_CHECK      0x00100




More information about the Fedora-directory-commits mailing list