]> git.ipfire.org Git - thirdparty/samba.git/commit
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)
commit1c9e10569cd97ee41de39f9f012bea4e4c932b5d
tree27e5e2bb4c7af1768c3c48499a1de6b516b99b25
parent7e862b908057b7971f8163ee94c9358a63998e87
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.
source/client/client.c
source/client/clitar.c
source/client/smbctool.c
source/include/client.h
source/lib/util.c
source/libsmb/clidfs.c
source/libsmb/clilist.c
source/libsmb/clirap.c
source/libsmb/libsmbclient.c
source/utils/net_rpc.c