[SCM] Samba Shared Repository - branch v3-devel updated - release-3-2-0pre2-4149-ge065802

Günther Deschner gd at samba.org
Fri Sep 12 12:11:05 GMT 2008


The branch, v3-devel has been updated
       via  e065802a61f22e9fdcd4b911805c42c46a79b3f2 (commit)
      from  6c346d0eb20af5ba9b09f30319420f7c91480da6 (commit)

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


- Log -----------------------------------------------------------------
commit e065802a61f22e9fdcd4b911805c42c46a79b3f2
Author: Günther Deschner <gd at samba.org>
Date:   Fri Sep 12 10:12:01 2008 +0200

    doserr: add WERR_NO_SUCH_ALIAS.
    
    Guenther

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

Summary of changes:
 source/include/doserr.h |    1 +
 source/libsmb/doserr.c  |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/include/doserr.h b/source/include/doserr.h
index c901df2..5d3b866 100644
--- a/source/include/doserr.h
+++ b/source/include/doserr.h
@@ -223,6 +223,7 @@
 #define WERR_INVALID_DOMAIN_STATE W_ERROR(1353)
 #define WERR_INVALID_DOMAIN_ROLE W_ERROR(1354)
 #define WERR_SPECIAL_ACCOUNT W_ERROR(1371)
+#define WERR_NO_SUCH_ALIAS W_ERROR(1376)
 #define WERR_MEMBER_IN_ALIAS W_ERROR(1378)
 #define WERR_ALIAS_EXISTS W_ERROR(1379)
 #define WERR_TIME_SKEW W_ERROR(1398)
diff --git a/source/libsmb/doserr.c b/source/libsmb/doserr.c
index c62918e..2716e04 100644
--- a/source/libsmb/doserr.c
+++ b/source/libsmb/doserr.c
@@ -100,6 +100,7 @@ werror_code_struct dos_errs[] =
 	{ "WERR_INVALID_DOMAIN_ROLE", WERR_INVALID_DOMAIN_ROLE },
 	{ "WERR_SPECIAL_ACCOUNT", WERR_SPECIAL_ACCOUNT },
 	{ "WERR_ALIAS_EXISTS", WERR_ALIAS_EXISTS },
+	{ "WERR_NO_SUCH_ALIAS", WERR_NO_SUCH_ALIAS },
 	{ "WERR_MEMBER_IN_ALIAS", WERR_MEMBER_IN_ALIAS },
 	{ "WERR_TIME_SKEW", WERR_TIME_SKEW },
 	{ "WERR_INVALID_OWNER", WERR_INVALID_OWNER },


-- 
Samba Shared Repository


More information about the samba-cvs mailing list