[SCM] Samba Shared Repository - branch master updated

Björn Jacke bjacke at samba.org
Tue Aug 21 17:31:02 MDT 2012


The branch, master has been updated
       via  db075b0 libcli: fix value of NT_STATUS_FILE_NOT_AVAILABLE
      from  c84e6ae Fix bug #9098 - winbind does not refresh kerberos tickets.

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


- Log -----------------------------------------------------------------
commit db075b0202a4046f6329b52dccbff906c401005a
Author: Björn Jacke <bj at sernet.de>
Date:   Tue Aug 21 18:29:51 2012 +0200

    libcli: fix value of NT_STATUS_FILE_NOT_AVAILABLE
    
    Autobuild-User(master): Björn Jacke <bj at sernet.de>
    Autobuild-Date(master): Wed Aug 22 01:30:06 CEST 2012 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/libcli/util/ntstatus.h b/libcli/util/ntstatus.h
index a42f78f..22be74a 100644
--- a/libcli/util/ntstatus.h
+++ b/libcli/util/ntstatus.h
@@ -608,7 +608,7 @@ typedef uint32_t NTSTATUS;
 #define NT_STATUS_DOWNGRADE_DETECTED NT_STATUS(0xC0000000 | 0x0388)
 #define NT_STATUS_NO_S4U_PROT_SUPPORT NT_STATUS(0xC0000000 | 0x040A)
 #define NT_STATUS_CROSSREALM_DELEGATION_FAILURE NT_STATUS(0xC0000000 | 0x040B)
-#define NT_STATUS_FILE_NOT_AVAILABLE NT_STATUS(0xC00000000 | 0x0467)
+#define NT_STATUS_FILE_NOT_AVAILABLE NT_STATUS(0xC0000000 | 0x0467)
 #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_UNKNOWN_IF NT_STATUS(0xC0000000 | 0x20012)


-- 
Samba Shared Repository


More information about the samba-cvs mailing list