summaryrefslogtreecommitdiff
path: root/source3/libsmb/smb2cli_base.h
AgeCommit message (Collapse)AuthorFilesLines
2011-07-09s3:smb2cli_base: fix memory hierachy in smb2cli_req_recv()Stefan Metzmacher1-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
2011-07-08s3:libsmb: add basic smb2 client infrastructureStefan Metzmacher1-0/+47
Based on the initial patch from Volker Lendecke <vl@samba.org>. metze