libsmb: Add "in_cblobs" to cli_smb2_unlink
authorVolker Lendecke <vl@samba.org>
Mon, 4 Mar 2019 19:40:14 +0000 (20:40 +0100)
committerJeremy Allison <jra@samba.org>
Fri, 8 Mar 2019 18:20:10 +0000 (18:20 +0000)
commit9a38dc0c1f776ef21599f212dd5659676bf9c9fc
tree845afb7ee24e8e430c509cc9d664596803ea2b1d
parent7fc3b2b2642425cf9f55b4409cfb108a5a87e69e
libsmb: Add "in_cblobs" to cli_smb2_unlink

This reveals the fact that unlink is an open/close in smb2 through the
API. This is not nice, but it's an internal API with currently only
one user. And it enables posix semantics for the open easily.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/libsmb/cli_smb2_fnum.c
source3/libsmb/cli_smb2_fnum.h
source3/libsmb/clifile.c