summaryrefslogtreecommitdiffstats
path: root/source/include/client.h
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-02-23 17:29:28 +0000
committerGerald Carter <jerry@samba.org>2005-02-23 17:29:28 +0000
commit2e8736d51976926553e0126c83741f8e0eccfc86 (patch)
treece50b5d4e2bfe760fb5d5ff2750ceb2605002ea1 /source/include/client.h
parent9f7f482a8581ba6612dbbd13eb0a149fd390988d (diff)
downloadsamba-2e8736d51976926553e0126c83741f8e0eccfc86.tar.gz
samba-2e8736d51976926553e0126c83741f8e0eccfc86.tar.xz
samba-2e8736d51976926553e0126c83741f8e0eccfc86.zip
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* )
Diffstat (limited to 'source/include/client.h')
-rw-r--r--source/include/client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/client.h b/source/include/client.h
index 8ae8faf90dc..61c420c06b1 100644
--- a/source/include/client.h
+++ b/source/include/client.h
@@ -106,6 +106,7 @@ struct cli_state {
int initialised;
int win95;
uint32 capabilities;
+ BOOL dfsroot;
TALLOC_CTX *mem_ctx;