diff options
author | Jeremy Allison <jra@samba.org> | 2004-05-10 23:04:31 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:51:31 -0500 |
commit | 9aeff8d280875ae573e7b6a92df8e2b39a96b502 (patch) | |
tree | f5ced17b90c9dc8e3fc50984e9f36c6151d1db83 /source3/include/trans2.h | |
parent | 47e712c95063e2861b1936691071c3b36e27a6f3 (diff) | |
download | samba-9aeff8d280875ae573e7b6a92df8e2b39a96b502.tar.gz |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/trans2.h b/source3/include/trans2.h index 3106cd092ab..98a4fc09768 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 |