The branch, v3-2-test has been updated
       via  2605c6758ebb2f53c0c91f99d766e3db548e07ce (commit)
      from  1702a1512ece1a9d2bb092cb9bbfc499c081da70 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit 2605c6758ebb2f53c0c91f99d766e3db548e07ce
Author: Günther Deschner <[EMAIL PROTECTED]>
Date:   Tue Jan 29 12:31:51 2008 +0100

    Move DS_DOMAIN_FUNCTION defines to ads.h.
    
    Guenther

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

Summary of changes:
 source/include/ads.h    |    7 +++++++
 source/include/rpc_ds.h |    6 ------
 2 files changed, 7 insertions(+), 6 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/include/ads.h b/source/include/ads.h
index a75eaf8..d1047bb 100644
--- a/source/include/ads.h
+++ b/source/include/ads.h
@@ -396,4 +396,11 @@ typedef struct {
 
 #define ADS_IGNORE_PRINCIPAL "[EMAIL PROTECTED]"
 
+/* Settings for the domainFunctionality attribute in the rootDSE */
+
+#define DS_DOMAIN_FUNCTION_2000                0
+#define DS_DOMAIN_FUCNTION_2003_MIXED  1
+#define DS_DOMAIN_FUNCTION_2003                2
+#define DS_DOMAIN_FUNCTION_2008                3
+
 #endif /* _INCLUDE_ADS_H_ */
diff --git a/source/include/rpc_ds.h b/source/include/rpc_ds.h
index 0278b61..b836689 100644
--- a/source/include/rpc_ds.h
+++ b/source/include/rpc_ds.h
@@ -24,12 +24,6 @@
 
 #define DS_ENUM_DOM_TRUSTS      0x28
 
-/* Settings for the domainFunctionality attribute in the rootDSE */
-
-#define DS_DOMAIN_FUNCTION_2000                0
-#define DS_DOMAIN_FUCNTION_2003_MIXED  1
-#define DS_DOMAIN_FUNCTION_2003                2
-
 typedef struct {
        /* static portion of structure */
        uint32          netbios_ptr;


-- 
Samba Shared Repository

Reply via email to