r11789: - add the start of a SMB2 server
commit08b31d5f618d2e416cb9812ad3a49754cd7212b8
authorStefan Metzmacher <metze@samba.org>
Fri, 18 Nov 2005 14:13:49 +0000 (18 14:13 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:46:28 +0000 (10 13:46 -0500)
treec32b25b3b4f3f779d849e39b4d5b0257929e31a3
parent27a2615876be3d49cca417796ad7466c342a6f8b
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
source/include/structs.h
source/smb_server/config.mk
source/smb_server/smb2/config.mk [new file with mode: 0644]
source/smb_server/smb2/fileio.c [new file with mode: 0644]
source/smb_server/smb2/negprot.c [new file with mode: 0644]
source/smb_server/smb2/receive.c [new file with mode: 0644]
source/smb_server/smb2/sesssetup.c [new file with mode: 0644]
source/smb_server/smb2/smb2_server.h [new file with mode: 0644]
source/smb_server/smb2/tcon.c [new file with mode: 0644]
source/smb_server/smb_server.c