[SCM] Samba Shared Repository - branch master updated

Nadezhda Ivanova nivanova at samba.org
Mon May 3 07:39:25 MDT 2010


The branch, master has been updated
       via  54e68b4... Added a couple of systemFlags, needed for determining filtered attributes.
      from  15b42d6... Added a function to check if an attribute can belong to a filtered replica.

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


- Log -----------------------------------------------------------------
commit 54e68b4949b8d7aadefe0eff8ea6b8c949a2ceb8
Author: Nadezhda Ivanova <nivanova at samba.org>
Date:   Mon May 3 15:38:46 2010 +0200

    Added a couple of systemFlags, needed for determining filtered attributes.

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

Summary of changes:
 libds/common/flags.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/libds/common/flags.h b/libds/common/flags.h
index de3e71c..67811d0 100644
--- a/libds/common/flags.h
+++ b/libds/common/flags.h
@@ -185,8 +185,12 @@
 
 /* sa->systemFlags on attributes */
 #define DS_FLAG_ATTR_NOT_REPLICATED    0x00000001
+#define DS_FLAG_ATTR_REQ_PARTIAL_SET_MEMBER 0x00000002
 #define DS_FLAG_ATTR_IS_CONSTRUCTED    0x00000004
 
+/* sa->systemFlagsEx on attributes */
+#define DS_FLAG_ATTR_IS_CRITICAL    0x00000001
+
 /* 7.1.1.2.2.1.2.1.1           nTDSDSA Object options flags */
 #define DS_NTDSDSA_OPT_IS_GC                    0x00000001
 #define DS_NTDSDSA_OPT_DISABLE_INBOUND_REPL     0x00000002


-- 
Samba Shared Repository


More information about the samba-cvs mailing list