1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/libcli/named_pipe_auth
Volker Lendecke 05c358759c rpc: Add tstream_u32_read
In npa_tstream.c we have two next_vector functions reading a big
endian uin32_t length and then the blob described by the length. This
factors that next_vector out into a central routine.

Why? I'll add another NPA protocol in the future, and this would add
yet another two copies of that next_vector code

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
2019-04-05 00:00:10 +00:00
..
npa_tstream.c rpc: Fix a typo 2019-04-03 17:53:30 +00:00
npa_tstream.h named_pipe_auth: Rename client -> remote_client and server -> local_server 2017-03-29 02:37:28 +02:00
tstream_u32_read.c rpc: Add tstream_u32_read 2019-04-05 00:00:10 +00:00
tstream_u32_read.h rpc: Add tstream_u32_read 2019-04-05 00:00:10 +00:00
wscript_build rpc: Add tstream_u32_read 2019-04-05 00:00:10 +00:00