summaryrefslogtreecommitdiff
path: root/libcli/smb/smb2_create_blob.h
AgeCommit message (Collapse)AuthorFilesLines
2013-08-15libcli/smb: Change smb2cli_create() and smb2cli_create_recv() to return a ↵Jeremy Allison1-0/+12
parameter blob of the newly opened/created file. Will use in the smb2 client code. Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
2009-08-15libcli/smb: add smb2_create_blob_find()Stefan Metzmacher1-0/+6
metze
2009-08-12libcli/smb: move smb2_create_blob code to libcli/smb/Stefan Metzmacher1-0/+51
I want to use this in source3/smbd/ metze