summaryrefslogtreecommitdiff
path: root/libcli/util/tstream.h
AgeCommit message (Collapse)AuthorFilesLines
2023-10-25libcli/util: add struct tstream_context to tstream_read_pdu_blob_full_fn_tRalph Boehme1-1/+4
Add struct tstream_context to tstream_read_pdu_blob_full_fn_t and update all callers of tstream_read_pdu_blob_send() to use the correct callback. Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2023-10-25libcli/util: add tstream_full_request_u32 and tstream_full_request_u16Ralph Boehme1-0/+27
Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2018-11-30Fix spelling mistakesOlly Betts1-2/+2
Signed-off-by: Olly Betts <olly@survex.com> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2010-02-23tstream: Added a typedef for the function prototype.Andreas Schneider1-3/+17
2010-01-08libcli/util: add tstream_read_pdu_blob_send/recvStefan Metzmacher1-0/+79
This will take the some full_request callback function as the Samba4 packet code. metze