summaryrefslogtreecommitdiff
path: root/source4/smb_server/smb2/sesssetup.c
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r12113: in SMB2 we should only allocate a new sessionStefan Metzmacher1-6/+6
when the client sends UID = 0, otherwise we return NT_STATUS_USER_SESSION_DELETED metze (This used to be commit 15973be48e3da0a49130911b9d3f192338c23783)
2007-10-10r12102: for SMB2 we need to allocate tcons per sessionStefan Metzmacher1-0/+5
metze (This used to be commit 4d527ac005086c2db954578b4126ca128e436e01)
2007-10-10r12092: - add dummy functions for the missing SMB2 opcodesStefan Metzmacher1-8/+49
- implement keepalive and logoff metze (This used to be commit 859ab627f45a5acca1deb66b8abdc38eaf49e5a2)
2007-10-10r11789: - add the start of a SMB2 serverStefan Metzmacher1-0/+185
- 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)