summaryrefslogtreecommitdiff
path: root/source3/include/async_smb.h
AgeCommit message (Expand)AuthorFilesLines
2008-12-19Add the cli_wct_ofs routine to calculate the offset for write&xVolker Lendecke1-0/+2
2008-12-19Convert cli_request->outbuf to uint8_tVolker Lendecke1-2/+2
2008-12-19For large smbwrite&x, we need more than 64k bccVolker Lendecke1-2/+2
2008-12-19Pass "bytes_alignment" up through cli_request_sendVolker Lendecke1-0/+1
2008-12-08Add a "bytes_padding" parameter to smb_splice_chainVolker Lendecke1-0/+1
2008-12-08Factor out smb_splice_chain(), to be used by chain_reply() in smbdVolker Lendecke1-0/+3
2008-09-09Add utility function cli_in_chain()Volker Lendecke1-0/+1
2008-08-28Remove cli_request_get()Volker Lendecke1-6/+0
2008-08-28Add async smbecho client supportVolker Lendecke1-0/+4
2008-08-28Add cli_request->recv_helperVolker Lendecke1-0/+12
2008-08-28Activate code to enable chained requestsVolker Lendecke1-2/+19
2008-08-28Move "struct cli_request" from client.h to async_smb.hVolker Lendecke1-0/+63
2008-08-28Add cli_pull_replyVolker Lendecke1-0/+4
2008-08-28Remove cli->event_ctx, pass it explicitlyVolker Lendecke1-15/+3
2008-08-28Refactoring: Add the routine cli_request_send()Volker Lendecke1-6/+6
2008-03-06Add infrastructure to support async SMB requestsVolker Lendecke1-0/+62