r11693: added a full async composite function for SMB2 that does:
authorAndrew Tridgell <tridge@samba.org>
Sat, 12 Nov 2005 02:12:51 +0000 (02:12 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:46:14 +0000 (13:46 -0500)
commite27ba5e4c6f684c0fc0f0db9a84164384ff3c0fd
tree1fc42a7c666674370da0d00918953f827667346b
parent2b7ee2ceee0a1b2be596a602997908f72a3af14d
r11693: added a full async composite function for SMB2 that does:

 - name resolution
 - socket connect
 - negprot
 - multi-stage session setup
 - tcon
(This used to be commit c1a8e866fe6a0544b7b26da451ea093cdcacdd8f)
source4/libcli/smb2/config.mk
source4/libcli/smb2/connect.c [new file with mode: 0644]
source4/torture/smb2/connect.c