]> git.ipfire.org Git - thirdparty/samba.git/commit
s4:libcli: allow passing an already negotiated connection to smb_composite_connect()
authorStefan Metzmacher <metze@samba.org>
Wed, 18 Jul 2018 13:34:55 +0000 (15:34 +0200)
committerKarolin Seeger <kseeger@samba.org>
Sat, 28 Jul 2018 04:16:14 +0000 (06:16 +0200)
commit139ee191d6320f348a94c989f47857e0f90a2caf
tree6a0cb429441ee9ae9b2768ba58f9d971358dd6e3
parent5bed1ef4a8e4ca0a42594ad2d0eec094c0567fe3
s4:libcli: allow passing an already negotiated connection to smb_composite_connect()

It will just do the session setup and tree connect steps.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=13308

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
(cherry picked from commit 2b68f9b8b0dd944fa89b9e0037886ddd4fb4e5f9)
source4/libcli/raw/clitree.c
source4/libcli/smb_composite/connect.c
source4/libcli/smb_composite/smb_composite.h
source4/ntvfs/cifs/vfs_cifs.c