summaryrefslogtreecommitdiff
path: root/libcli/tstream_binding_handle
AgeCommit message (Collapse)AuthorFilesLines
2024-09-26libcli/tstream_binding_handle: implement get_binding()Stefan Metzmacher1-0/+19
We just create an dummy binding handle here as it's not really dcerpc... Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
2023-10-25remove problematic include (seems to bring in conflicted definitions)Noel Power1-1/+0
Signed-off-by: Noel Power <noel.power@suse.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2023-10-25libcli: Implement a tstream dcerpc_binding_handleRalph Boehme3-0/+384
This implements a dcerpc_binding_handle that does just pass request and response blob passing. Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>