r5495: * add in some code from Mike Nix <mnix@wanm.com.au> for the SMBsplopen
authorGerald Carter <jerry@samba.org>
Tue, 22 Feb 2005 03:31:22 +0000 (03:31 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:55:43 +0000 (10:55 -0500)
commit0449756309812d854037ba0af631abad678e670e
tree79a178d0b30adbe22bd3b63a74d6d690429b92df
parent7b9cb0601ce465361618fcc2c88f8195d93f130a
r5495: * add in some code from Mike Nix <mnix@wanm.com.au> for the SMBsplopen
  and SMBsplclose commands (BUG 2010)
* clarify some debug messages in smbspool (also from Mike)

my changes:

* start adding msdfs client routines
* enable smbclient to maintain multiple connections
* set the CAP_DFS flag for our internal clienht routines.

I actualy have a dfs referral working in do_cd() but that code
is too ugly to live so I'm not checking it in just yet.
Further work is to merge with vl's changes in trunk to support multiple
TIDs per cli_state *.
source/Makefile.in
source/client/client.c
source/client/smbspool.c
source/libsmb/cliconnect.c
source/libsmb/clidfs.c [new file with mode: 0644]
source/libsmb/clientgen.c
source/libsmb/cliprint.c