summaryrefslogtreecommitdiff
path: root/source3/include/trans2.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2004-05-10 23:04:31 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:51:31 -0500
commit9aeff8d280875ae573e7b6a92df8e2b39a96b502 (patch)
treef5ced17b90c9dc8e3fc50984e9f36c6151d1db83 /source3/include/trans2.h
parent47e712c95063e2861b1936691071c3b36e27a6f3 (diff)
downloadsamba-9aeff8d280875ae573e7b6a92df8e2b39a96b502.tar.gz
samba-9aeff8d280875ae573e7b6a92df8e2b39a96b502.tar.bz2
samba-9aeff8d280875ae573e7b6a92df8e2b39a96b502.zip
r640: Make cifsvfs symlinks work with paths within and external to the
share. Store external paths prefixed with smbln:. Jeremy. (This used to be commit 14a9997b2eb394174ccb36d2a10a755279740cba)
Diffstat (limited to 'source3/include/trans2.h')
-rw-r--r--source3/include/trans2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/trans2.h b/source3/include/trans2.h
index 3106cd092a..98a4fc0976 100644
--- a/source3/include/trans2.h
+++ b/source3/include/trans2.h
@@ -450,6 +450,7 @@ Offset Size Name
#define CIFS_UNIX_FCNTL_LOCKS_CAP 0x1
#define CIFS_UNIX_POSIX_ACLS_CAP 0x2
+#define CIFS_CLIENT_SYMLINK_STRING "smbln:"
/* ... more as we think of them :-). */
#endif