summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/smb2cli_base.h
Commit message (Collapse)AuthorAgeFilesLines
* s3:smb2cli_base: fix memory hierachy in smb2cli_req_recv()Stefan Metzmacher2011-07-091-1/+0
| | | | | | | | 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 basic smb2 client infrastructureStefan Metzmacher2011-07-081-0/+47
Based on the initial patch from Volker Lendecke <vl@samba.org>. metze