Second part of fix for bug #8541 - readlink() on Linux clients fails if the symlink...
authorJeremy Allison <jra@samba.org>
Mon, 24 Oct 2011 22:34:27 +0000 (15:34 -0700)
committerKarolin Seeger <kseeger@samba.org>
Wed, 26 Oct 2011 17:22:45 +0000 (19:22 +0200)
commit84ce5f1b96be650ad80fa1dc030539113a27c50d
tree8965642e9c393668ef3f8a588b8547f7072f07f6
parent9685fb343de057598752d8f43d43523cab5c4356
Second part of fix for bug #8541 - readlink() on Linux clients fails if the symlink target is outside of the share.

The statcache has to do lstat instead of stat when returning cached
posix pathnames.
source3/include/proto.h
source3/smbd/filename.c
source3/smbd/statcache.c