summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/smb2cli_read.c
Commit message (Collapse)AuthorAgeFilesLines
* s3:smb2cli_base: fix memory hierachy in smb2cli_req_recv()Stefan Metzmacher2011-07-091-4/+5
| | | | | | | | We need to use talloc_reference() if there're more than one response, but we use it in a way that the caller can't call talloc_free() or talloc_unlink() on it. metze
* s3:libsmb: add smb2cli_read*()Stefan Metzmacher2011-07-081-0/+163
Based on the initial patch from Volker Lendecke <vl@samba.org>. metze