1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-02 00:22:11 +03:00

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 14a9997b2e)
This commit is contained in:
Jeremy Allison
2004-05-10 23:04:31 +00:00
committed by Gerald (Jerry) Carter
parent 47e712c950
commit 9aeff8d280
2 changed files with 42 additions and 7 deletions

View File

@ -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