[SCM] Samba Shared Repository - branch master updated

Michael Adam obnox at samba.org
Sun Mar 4 07:11:02 MST 2012


The branch, master has been updated
       via  4a8dfa4 libcli:smb: define SMB2_HDR_FLAG_REPLAY_OPERATION
      from  b6f4a5d s3: Fix some && vs & warnings

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


- Log -----------------------------------------------------------------
commit 4a8dfa48dd7e33a57f063821f9b9b39b2a39fe80
Author: Michael Adam <obnox at samba.org>
Date:   Fri Mar 2 23:51:26 2012 +0100

    libcli:smb: define SMB2_HDR_FLAG_REPLAY_OPERATION
    
    Autobuild-User: Michael Adam <obnox at samba.org>
    Autobuild-Date: Sun Mar  4 15:10:38 CET 2012 on sn-devel-104

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

Summary of changes:
 libcli/smb/smb2_constants.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/libcli/smb/smb2_constants.h b/libcli/smb/smb2_constants.h
index 23c505d..fe681a3 100644
--- a/libcli/smb/smb2_constants.h
+++ b/libcli/smb/smb2_constants.h
@@ -48,6 +48,7 @@
 #define SMB2_HDR_FLAG_CHAINED   0x04
 #define SMB2_HDR_FLAG_SIGNED    0x08
 #define SMB2_HDR_FLAG_DFS       0x10000000
+#define SMB2_HDR_FLAG_REPLAY_OPERATION 0x20000000
 
 /* SMB2 opcodes */
 #define SMB2_OP_NEGPROT   0x00


-- 
Samba Shared Repository


More information about the samba-cvs mailing list