[SCM] Samba Shared Repository - branch v3-4-test updated - release-4-0-0alpha7-585-ga7c80bb

Günther Deschner gd at samba.org
Thu Mar 26 13:55:40 GMT 2009


The branch, v3-4-test has been updated
       via  a7c80bb70e0153568bc26c0dac044458d47dae0a (commit)
      from  66ea221009d9d72868a989c33d48177accc9d924 (commit)

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


- Log -----------------------------------------------------------------
commit a7c80bb70e0153568bc26c0dac044458d47dae0a
Author: Günther Deschner <gd at samba.org>
Date:   Thu Mar 26 14:51:04 2009 +0100

    error-codes: add WERR_DS_DRA_SOURCE_DISABLED.
    
    Guenther
    (cherry picked from commit 5603c0f2ba9d5b90e5f8b71e779ec037053f04f8)

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

Summary of changes:
 libcli/util/doserr.c |    1 +
 libcli/util/werror.h |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/libcli/util/doserr.c b/libcli/util/doserr.c
index 5104c3e..1a7422e 100644
--- a/libcli/util/doserr.c
+++ b/libcli/util/doserr.c
@@ -124,6 +124,7 @@ static const struct werror_code_struct dos_errs[] =
 	{ "WERR_DS_DRA_DB_ERROR", WERR_DS_DRA_DB_ERROR },
 	{ "WERR_DS_DRA_NO_REPLICA", WERR_DS_DRA_NO_REPLICA },
 	{ "WERR_DS_DRA_ACCESS_DENIED", WERR_DS_DRA_ACCESS_DENIED },
+	{ "WERR_DS_DRA_SOURCE_DISABLED", WERR_DS_DRA_SOURCE_DISABLED },
 	{ "WERR_DS_DNS_LOOKUP_FAILURE", WERR_DS_DNS_LOOKUP_FAILURE },
 	{ "WERR_DS_WRONG_LINKED_ATTRIBUTE_SYNTAX", WERR_DS_WRONG_LINKED_ATTRIBUTE_SYNTAX },
 	{ "WERR_DS_NO_MSDS_INTID", WERR_DS_NO_MSDS_INTID },
diff --git a/libcli/util/werror.h b/libcli/util/werror.h
index d922327..a69587f 100644
--- a/libcli/util/werror.h
+++ b/libcli/util/werror.h
@@ -248,6 +248,7 @@ typedef uint32_t WERROR;
 #define WERR_DS_DRA_DB_ERROR W_ERROR(0x00002103)
 #define WERR_DS_DRA_NO_REPLICA W_ERROR(0x00002104)
 #define WERR_DS_DRA_ACCESS_DENIED W_ERROR(0x00002105)
+#define WERR_DS_DRA_SOURCE_DISABLED W_ERROR(0x00002108)
 #define WERR_DS_DNS_LOOKUP_FAILURE W_ERROR(0x0000214c)
 #define WERR_DS_WRONG_LINKED_ATTRIBUTE_SYNTAX W_ERROR(0x00002150)
 #define WERR_DS_NO_MSDS_INTID W_ERROR(0x00002194)


-- 
Samba Shared Repository


More information about the samba-cvs mailing list