r5518: Add initial msdfs support to smbclient. Currently I can only
commit2e8736d51976926553e0126c83741f8e0eccfc86
authorGerald Carter <jerry@samba.org>
Wed, 23 Feb 2005 17:29:28 +0000 (23 17:29 +0000)
committerGerald Carter <jerry@samba.org>
Wed, 23 Feb 2005 17:29:28 +0000 (23 17:29 +0000)
treece50b5d4e2bfe760fb5d5ff2750ceb2605002ea1
parent9f7f482a8581ba6612dbbd13eb0a149fd390988d
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