summaryrefslogtreecommitdiff
path: root/source3/smbd/smb2_write.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-05s3:smbd: add support for SMB2 Write on IPC$Stefan Metzmacher1-5/+49
2009-06-05s3:smbd: add missing return statements to the SMB2 write error casesStefan Metzmacher1-0/+2
2009-06-05s3:smbd: split smbd_smb2_write() into tevent_req based *_send()/_recv() funct...Stefan Metzmacher1-47/+129
2009-06-03s3:smbd: implement SMB2 WriteStefan Metzmacher1-0/+213