r5495: * add in some code from Mike Nix <mnix@wanm.com.au> for the SMBsplopen
commitd461a56213ed143fa9843ff7282ed0ab1033d64c
authorGerald Carter <jerry@samba.org>
Tue, 22 Feb 2005 03:31:22 +0000 (22 03:31 +0000)
committerGerald Carter <jerry@samba.org>
Tue, 22 Feb 2005 03:31:22 +0000 (22 03:31 +0000)
tree79a178d0b30adbe22bd3b63a74d6d690429b92df
parent5e7414cfa86560b81817a7f35f9927ebf4633818
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