[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha6-1101-g1a9bb33

Günther Deschner gd at samba.org
Tue Feb 24 00:02:30 GMT 2009


The branch, master has been updated
       via  1a9bb33a7db393aff970619f20490e755f0d282b (commit)
      from  2033b44c3f0872d98d8144a9fbf6d09fbde196e5 (commit)

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


- Log -----------------------------------------------------------------
commit 1a9bb33a7db393aff970619f20490e755f0d282b
Author: Günther Deschner <gd at samba.org>
Date:   Mon Feb 23 22:59:42 2009 +0100

    error-codes: add WERR_INVALID_USER_BUFFER.
    
    Guenther

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

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 160e7bc..226c2f9 100644
--- a/libcli/util/doserr.c
+++ b/libcli/util/doserr.c
@@ -135,6 +135,7 @@ static const struct werror_code_struct dos_errs[] =
 	{ "WERR_INVALID_FLAGS", WERR_INVALID_FLAGS },
 	{ "WERR_NOT_FOUND", WERR_NOT_FOUND },
 	{ "WERR_SERVER_UNAVAILABLE", WERR_SERVER_UNAVAILABLE },
+	{ "WERR_INVALID_USER_BUFFER", WERR_INVALID_USER_BUFFER },
 	{ "WERR_NO_TRUST_SAM_ACCOUNT", WERR_NO_TRUST_SAM_ACCOUNT },
 	{ "WERR_CLASS_NOT_REGISTERED", WERR_CLASS_NOT_REGISTERED },
 	{ "WERR_NO_SHUTDOWN_IN_PROGRESS", WERR_NO_SHUTDOWN_IN_PROGRESS },
diff --git a/libcli/util/werror.h b/libcli/util/werror.h
index d22516a..4b34b14 100644
--- a/libcli/util/werror.h
+++ b/libcli/util/werror.h
@@ -136,6 +136,7 @@ typedef uint32_t WERROR;
 #define WERR_TIME_SKEW W_ERROR(1398)
 #define WERR_EVENTLOG_FILE_CORRUPT W_ERROR(1500)
 #define WERR_SERVER_UNAVAILABLE W_ERROR(1722)
+#define WERR_INVALID_USER_BUFFER W_ERROR(1784)
 #define WERR_NO_TRUST_SAM_ACCOUNT W_ERROR(1787)
 #define WERR_INVALID_FORM_NAME W_ERROR(1902)
 #define WERR_INVALID_FORM_SIZE W_ERROR(1903)


-- 
Samba Shared Repository


More information about the samba-cvs mailing list