summaryrefslogtreecommitdiffstats
path: root/source3/smbd/smb2_server.c
Commit message (Expand)AuthorAgeFilesLines
...
* s3:smbd: SMB2 session ids are 64bit...Stefan Metzmacher2009-05-221-1/+1
* s3:smbd: implement SMB2 LogoffStefan Metzmacher2009-05-221-1/+1
* s3:smbd: we want to get the next command offset and not set it...Stefan Metzmacher2009-05-211-1/+1
* s3:smbd: check the incoming session id for SMB2 requestsStefan Metzmacher2009-05-201-2/+61
* s3:smbd: implement SMB2 Session Setup with raw NTLMSSPStefan Metzmacher2009-05-201-1/+8
* s3:smbd: move the callback functions of smbd_smb2_request_reply() closer itselfStefan Metzmacher2009-05-201-42/+42
* s3:smbd: add smbd_smb2_request_done_ex()Stefan Metzmacher2009-05-201-5/+13
* s3:smbd: fix initialized memory in SMB2 responsesStefan Metzmacher2009-05-201-4/+4
* s3:smbd: add support for SMB2 Keepalive (SMB2 Echo)Stefan Metzmacher2009-05-201-0/+36
* s3:smbd: add support for SMB2 NegotiateStefan Metzmacher2009-05-201-0/+2
* s3:smbd: add infrastructure for SMB2 supportStefan Metzmacher2009-05-201-0/+961