summaryrefslogtreecommitdiff
path: root/source4/smb_server/smb2
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r12095: the most SMB2 opcodes need a valid session and tcon,Stefan Metzmacher1-0/+46
metze (This used to be commit 40b301c6bdb329ad347ac8a474be85dcbc671518)
2007-10-10r12094: - implement dummy smb2srv_tcon()Stefan Metzmacher1-2/+122
- implement smb2srv_tdis() metze (This used to be commit cb9ddf7997731a4ad21f274fcb2e713614b382ef)
2007-10-10r12093: add missing fileStefan Metzmacher1-0/+74
metze (This used to be commit 1506be37db16e24c3694278739fc3e52719d0d8b)
2007-10-10r12092: - add dummy functions for the missing SMB2 opcodesStefan Metzmacher5-12/+82
- implement keepalive and logoff metze (This used to be commit 859ab627f45a5acca1deb66b8abdc38eaf49e5a2)
2007-10-10r11968: More warning fixes. We're on track to getting to double digits forTim Potter1-1/+1
the number of warnings generated now. (This used to be commit d479f2d7607adc698d71c5ba26932c72a26dcaab)
2007-10-10r11789: - add the start of a SMB2 serverStefan Metzmacher7-0/+803
- 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)