summaryrefslogtreecommitdiffstats
path: root/libcli/util/tstream.c
Commit message (Collapse)AuthorAgeFilesLines
* s4:libcli/util/tstream.c - Need to include "system/network.h"Matthias Dieter Wallnöfer2010-01-291-0/+1
| | | | Otherwise I don't get "struct iovec" through "<sys/uio.h>" on CentOS 4.
* libcli/util: add tstream_read_pdu_blob_send/recvStefan Metzmacher2010-01-081-0/+167
This will take the some full_request callback function as the Samba4 packet code. metze