summaryrefslogtreecommitdiff
path: root/source3/smbd/smb2_flush.c
AgeCommit message (Collapse)AuthorFilesLines
2009-06-05s3:smbd: split smbd_smb2_flush() into a tevent_req based _send()/_recv() pairStefan Metzmacher1-25/+97
metze
2009-06-03s3:smbd: implement SMB2 FlushStefan Metzmacher1-0/+120
This works only on file shares yet. metze