libcli/smb: Change smb2cli_create() and smb2cli_create_recv() to return a parameter...
commit1229881df6bd22d4b5055ad283061332ba1c9bc8
authorJeremy Allison <jra@samba.org>
Wed, 7 Aug 2013 22:01:50 +0000 (7 15:01 -0700)
committerStefan Metzmacher <metze@samba.org>
Thu, 15 Aug 2013 07:07:06 +0000 (15 09:07 +0200)
tree057f27ed5fd23898ba5a71847a575320a8fd0c6b
parent00f784ec91d2cfa95b20327ac20f5bc3fa1f400e
libcli/smb: Change smb2cli_create() and smb2cli_create_recv() to return a 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>
libcli/smb/smb2_create_blob.h
libcli/smb/smb2cli_create.c
libcli/smb/smbXcli_base.h
source3/libsmb/cli_np_tstream.c
source3/torture/test_smb2.c