1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source3/client
Jeremy Allison 69e24b4e8b s3: client : Add extra return parameter to all client open calls.
Add a return parameter of struct smb_create_returns *cr to
cli_ntcreate()
cli_ntcreate_recv()
cli_nttrans_create()
cli_nttrans_create_recv()

Always pass in NULL for now. This fixes the create
API to always fully return the data the server has
given back to us on the open file to the caller.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
2014-05-09 23:10:07 +02:00
..
client_proto.h implement argument parsing, split client_proto.h 2014-02-19 18:22:26 +01:00
client.c s3: client : Add extra return parameter to all client open calls. 2014-05-09 23:10:07 +02:00
clitar_proto.h clitar: get tar context handle via helper function 2014-02-19 18:22:29 +01:00
clitar.c clitar: don't panic, propagate talloc errors upwards 2014-02-21 02:49:35 +01:00
dnsbrowse.c s3-talloc Change TALLOC_ARRAY() to talloc_array() 2011-06-09 12:40:08 +02:00
smbspool.c Move the callers that need to use the new cli_open() back to calling 2011-12-03 21:36:47 -08:00
tree.c