The branch, master has been updated
via 62d4a31 libcli/smb: add SMB2_DIALECT_REVISION_222
via f6217aa libcli/smb: add PROTOCOL_SMB2_22
via fa84d41 s3:libsmb: forward declaration for struct
smb_trans_enc_state
from 3a07fe5 s3-waf: finally make SO_PEERCRED configure check work with
stricter CFLAGS.
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 62d4a317f9786d2f3761c566ea9d5b004024d542
Author: Stefan Metzmacher <[email protected]>
Date: Fri Sep 16 16:12:24 2011 +0200
libcli/smb: add SMB2_DIALECT_REVISION_222
metze
Autobuild-User: Stefan Metzmacher <[email protected]>
Autobuild-Date: Fri Sep 16 19:51:47 CEST 2011 on sn-devel-104
commit f6217aa7d1fb19634198f7e36bcc8cf798863b90
Author: Stefan Metzmacher <[email protected]>
Date: Fri Sep 16 16:11:47 2011 +0200
libcli/smb: add PROTOCOL_SMB2_22
metze
commit fa84d4116105b922a5b0cd4280e25023491be8e4
Author: Stefan Metzmacher <[email protected]>
Date: Thu Sep 15 17:56:04 2011 +0200
s3:libsmb: forward declaration for struct smb_trans_enc_state
metze
-----------------------------------------------------------------------
Summary of changes:
libcli/smb/smb2_constants.h | 1 +
libcli/smb/smb_constants.h | 3 ++-
source3/libsmb/proto.h | 2 ++
3 files changed, 5 insertions(+), 1 deletions(-)
Changeset truncated at 500 lines:
diff --git a/libcli/smb/smb2_constants.h b/libcli/smb/smb2_constants.h
index 27d7495..947520f 100644
--- a/libcli/smb/smb2_constants.h
+++ b/libcli/smb/smb2_constants.h
@@ -76,6 +76,7 @@
#define SMB2_DIALECT_REVISION_000 0x0000 /* early beta dialect */
#define SMB2_DIALECT_REVISION_202 0x0202
#define SMB2_DIALECT_REVISION_210 0x0210
+#define SMB2_DIALECT_REVISION_222 0x0222
#define SMB2_DIALECT_REVISION_2FF 0x02FF
/* SMB2 negotiate security_mode */
diff --git a/libcli/smb/smb_constants.h b/libcli/smb/smb_constants.h
index c5d07ae..187ba56 100644
--- a/libcli/smb/smb_constants.h
+++ b/libcli/smb/smb_constants.h
@@ -42,7 +42,8 @@ enum protocol_types {
PROTOCOL_LANMAN2,
PROTOCOL_NT1,
PROTOCOL_SMB2_02,
- PROTOCOL_SMB2_10
+ PROTOCOL_SMB2_10,
+ PROTOCOL_SMB2_22
};
/* NT Flags2 bits - cifs6.txt section 3.1.2 */
diff --git a/source3/libsmb/proto.h b/source3/libsmb/proto.h
index e0c8a67..8df3aab 100644
--- a/source3/libsmb/proto.h
+++ b/source3/libsmb/proto.h
@@ -28,6 +28,8 @@
#include "ads.h"
+struct smb_trans_enc_state;
+
/* The following definitions come from libsmb/cliconnect.c */
NTSTATUS cli_session_setup(struct cli_state *cli,
--
Samba Shared Repository