Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-09 | s3:smb2cli_base: fix memory hierachy in smb2cli_req_recv() | Stefan Metzmacher | 1 | -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 | |||||
2011-07-08 | s3:libsmb: add smb2cli_read*() | Stefan Metzmacher | 1 | -0/+163 | |
Based on the initial patch from Volker Lendecke <vl@samba.org>. metze |