summaryrefslogtreecommitdiff
path: root/source4/include
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2005-11-18 14:13:49 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:46:28 -0500
commit910d61bcd1fbfc6fc406d4384f305f5210e92d56 (patch)
tree3d988dc6ec062ef2a8a215253c19559cecd2fb0a /source4/include
parent764dd6027b384640a075a9b56bc83e061ff9438e (diff)
downloadsamba-910d61bcd1fbfc6fc406d4384f305f5210e92d56.tar.gz
samba-910d61bcd1fbfc6fc406d4384f305f5210e92d56.tar.bz2
samba-910d61bcd1fbfc6fc406d4384f305f5210e92d56.zip
r11789: - add the start of a SMB2 server
- it does Negprot and SessionSetup yet the rest returns NT_STATUS_NOT_IMPLEMENTED - it's off by default, enable with: smbsrv:enable smb2 = yes - negotition in the SMB Negprot isn't supported yet - it's only tested with smbtorture SMB2-CONNECT not with vista as client metze (This used to be commit 08b31d5f618d2e416cb9812ad3a49754cd7212b8)
Diffstat (limited to 'source4/include')
-rw-r--r--source4/include/structs.h13
1 files changed, 9 insertions, 4 deletions
diff --git a/source4/include/structs.h b/source4/include/structs.h
index 7a546f9056..68f7f9af14 100644
--- a/source4/include/structs.h
+++ b/source4/include/structs.h
@@ -146,14 +146,19 @@ struct reg_diff_file;
struct rap_NetShareEnum;
struct rap_NetServerEnum2;
-struct smbsrv_request;
-struct smbsrv_tcon;
-struct smb_signing_context;
-struct smbsrv_connection;
struct auth_context;
struct auth_method_context;
+
+struct smb_signing_context;
+
+struct smbsrv_session;
+struct smbsrv_tcon;
+struct smbsrv_connection;
+
+struct smbsrv_request;
struct request_buffer;
+struct smb2srv_request;
struct smb2_request_buffer;
struct ntvfs_context;