[SCM] Samba Shared Repository - branch master updated - tevent-0-9-8-102-g5f2ec4b

Günther Deschner gd at samba.org
Tue Sep 8 15:22:35 MDT 2009


The branch, master has been updated
       via  5f2ec4b202492c7b06a59606dbc5d5eb366be533 (commit)
      from  d5643a08e9da1f3df2ef7eeb6eb9a0afbdca36a1 (commit)

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


- Log -----------------------------------------------------------------
commit 5f2ec4b202492c7b06a59606dbc5d5eb366be533
Author: Günther Deschner <gd at samba.org>
Date:   Tue Sep 8 23:19:08 2009 +0200

    s3-nterr: add NT_STATUS_RPC_NT_CALL_FAILED.
    
    Guenther

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

Summary of changes:
 libcli/util/ntstatus.h |    1 +
 source3/libsmb/nterr.c |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/libcli/util/ntstatus.h b/libcli/util/ntstatus.h
index dd1a0d0..7739424 100644
--- a/libcli/util/ntstatus.h
+++ b/libcli/util/ntstatus.h
@@ -605,6 +605,7 @@ typedef uint32_t NTSTATUS;
 #define NT_STATUS_RPC_PROTSEQ_NOT_SUPPORTED NT_STATUS(0xC0000000 | 0x20004)
 #define NT_STATUS_RPC_UNSUPPORTED_NAME_SYNTAX NT_STATUS(0xC0000000 | 0x20026)
 #define NT_STATUS_RPC_NT_CALL_FAILED NT_STATUS(0xC0000000 | 0x2001B)
+#define NT_STATUS_RPC_NT_PROTOCOL_ERROR NT_STATUS(0xC0000000 | 0x2001D)
 #define NT_STATUS_ERROR_DS_OBJ_STRING_NAME_EXISTS NT_STATUS(0xC0000000 | 0x2071)
 #define NT_STATUS_ERROR_DS_INCOMPATIBLE_VERSION NT_STATUS(0xC0000000 | 0x00002177)
 
diff --git a/source3/libsmb/nterr.c b/source3/libsmb/nterr.c
index a5e06e0..e9084c0 100644
--- a/source3/libsmb/nterr.c
+++ b/source3/libsmb/nterr.c
@@ -540,6 +540,7 @@ static const nt_err_code_struct nt_errs[] =
 	{ "STATUS_SOME_UNMAPPED", STATUS_SOME_UNMAPPED },
 	{ "STATUS_NO_MORE_FILES", STATUS_NO_MORE_FILES },
 	{ "NT_STATUS_RPC_CANNOT_SUPPORT", NT_STATUS_RPC_CANNOT_SUPPORT },
+	{ "NT_STATUS_RPC_NT_CALL_FAILED", NT_STATUS_RPC_NT_CALL_FAILED },
 	{ NULL, NT_STATUS(0) }
 };
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list