r21768: Fix the client dfs code such that smbclient can
authorJeremy Allison <jra@samba.org>
Thu, 8 Mar 2007 23:54:57 +0000 (23:54 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:18:30 +0000 (12:18 -0500)
commit540911001d1bf25d9534b72b90a32fc7e5efc4b0
treee9ed5f9507e4d8b4980aadcc12a71796a1a93192
parenta39f08eec29235d9b09c169e3a95eba0484c7847
r21768: Fix the client dfs code such that smbclient can
process deep dfs links (ie. links that go to non root
parts of a share). Make the directory handling conanonical
in POSIX and Windows pathname processing.
dfs should not be fully working in client tools. Please
bug me if not.
Jeremy.
(This used to be commit 1c9e10569cd97ee41de39f9f012bea4e4c932b5d)
source3/client/client.c
source3/client/clitar.c
source3/client/smbctool.c
source3/include/client.h
source3/lib/util.c
source3/libsmb/clidfs.c
source3/libsmb/clilist.c
source3/libsmb/clirap.c
source3/libsmb/libsmbclient.c
source3/utils/net_rpc.c