summaryrefslogtreecommitdiffstats
path: root/source/include
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2005-11-18 14:13:49 +0000
committerStefan Metzmacher <metze@samba.org>2005-11-18 14:13:49 +0000
commite34725d501448b579759c9541e9d44c8ee36d262 (patch)
tree29e2181481d876a876ef47c21dab48363fa36b88 /source/include
parent3b18d4f88b6234a9bfc35f613418d1d6c1b11cf5 (diff)
downloadsamba-e34725d501448b579759c9541e9d44c8ee36d262.tar.gz
samba-e34725d501448b579759c9541e9d44c8ee36d262.tar.xz
samba-e34725d501448b579759c9541e9d44c8ee36d262.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
Diffstat (limited to 'source/include')
-rw-r--r--source/include/structs.h13
1 files changed, 9 insertions, 4 deletions
diff --git a/source/include/structs.h b/source/include/structs.h
index 7a546f90562..68f7f9af144 100644
--- a/source/include/structs.h
+++ b/source/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;