The branch, v3-2-test has been updated
       via  970daaa0a620d8e47475909cd7b5e54869602530 (commit)
      from  de3a3e3745e58cbfa777ae426e38bad3d74230d4 (commit)

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


- Log -----------------------------------------------------------------
commit 970daaa0a620d8e47475909cd7b5e54869602530
Author: Günther Deschner <[EMAIL PROTECTED]>
Date:   Fri Dec 7 16:19:34 2007 +0100

    Add NT_STATUS_DOWNGRADE_DETECTED (thanks to Magnus Mertens).
    
    Guenther

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

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


Changeset truncated at 500 lines:

diff --git a/source/include/nterr.h b/source/include/nterr.h
index da9fab3..5749c4e 100644
--- a/source/include/nterr.h
+++ b/source/include/nterr.h
@@ -563,6 +563,7 @@
 #define NT_STATUS_FILE_IS_OFFLINE NT_STATUS(0xC0000000 | 0x0267)
 #define NT_STATUS_DS_NO_MORE_RIDS NT_STATUS(0xC0000000 | 0x02a8)
 #define NT_STATUS_NOT_A_REPARSE_POINT NT_STATUS(0xC0000000 | 0x0275)
+#define NT_STATUS_DOWNGRADE_DETECTED NT_STATUS(0xC0000000 | 0x0388)
 #define NT_STATUS_NO_SUCH_JOB NT_STATUS(0xC0000000 | 0xEDE) /* scheduler */
 #define NT_STATUS_RPC_PROTSEQ_NOT_SUPPORTED NT_STATUS(0xC0000000 | 0x20004)
 
diff --git a/source/libsmb/nterr.c b/source/libsmb/nterr.c
index cf443f2..608fe9d 100644
--- a/source/libsmb/nterr.c
+++ b/source/libsmb/nterr.c
@@ -534,6 +534,7 @@ static const nt_err_code_struct nt_errs[] =
        { "NT_STATUS_FILE_IS_OFFLINE", NT_STATUS_FILE_IS_OFFLINE },
        { "NT_STATUS_DS_NO_MORE_RIDS", NT_STATUS_DS_NO_MORE_RIDS },
        { "NT_STATUS_NOT_A_REPARSE_POINT", NT_STATUS_NOT_A_REPARSE_POINT },
+       { "NT_STATUS_DOWNGRADE_DETECTED", NT_STATUS_DOWNGRADE_DETECTED },
         { "NT_STATUS_NO_MORE_ENTRIES", NT_STATUS_NO_MORE_ENTRIES },
        { "STATUS_MORE_ENTRIES", STATUS_MORE_ENTRIES },
        { "STATUS_SOME_UNMAPPED", STATUS_SOME_UNMAPPED },


-- 
Samba Shared Repository

Reply via email to