From 910d61bcd1fbfc6fc406d4384f305f5210e92d56 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 18 Nov 2005 14:13:49 +0000 Subject: 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) --- source4/smb_server/config.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'source4/smb_server/config.mk') diff --git a/source4/smb_server/config.mk b/source4/smb_server/config.mk index 1dd2632890..192692df5b 100644 --- a/source4/smb_server/config.mk +++ b/source4/smb_server/config.mk @@ -10,8 +10,11 @@ ADD_OBJ_FILES = \ session.o \ management.o REQUIRED_SUBSYSTEMS = \ - LIBPACKET SMB_PROTOCOL + LIBPACKET \ + SMB_PROTOCOL \ + SMB2_PROTOCOL # End SUBSYSTEM SMB ####################### include smb/config.mk +include smb2/config.mk -- cgit