r5518: Add initial msdfs support to smbclient. Currently I can only
commite57fd2c5f00de2b11a2b44374830e89a90bc0022
authorGerald Carter <jerry@samba.org>
Wed, 23 Feb 2005 17:29:28 +0000 (23 17:29 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:55:44 +0000 (10 10:55 -0500)
treece50b5d4e2bfe760fb5d5ff2750ceb2605002ea1
parent00738dca3b07083c91545910486a1f30f2b17281
r5518: Add initial msdfs support to smbclient.  Currently I can only
cd up and down the tree and get directory listings.

Still have to figure out how to get a directory listing on a
2k dfs root.  Also have to work out some issues with relative paths
that cross dfs mount points.

We're protected from the new code paths when connecting to
a non-dfs root share ( the flag from the tcon&X is stored
in the struct cli_state* )
source/Makefile.in
source/client/client.c
source/include/client.h
source/include/msdfs.h
source/libsmb/cliconnect.c
source/libsmb/clidfs.c
source/libsmb/clirap.c