Second part of fix for bug #8541 - readlink() on Linux clients fails if the symlink...
authorJeremy Allison <jra@samba.org>
Sat, 22 Oct 2011 00:46:12 +0000 (17:46 -0700)
committerJeremy Allison <jra@samba.org>
Sat, 22 Oct 2011 02:57:10 +0000 (04:57 +0200)
commitd1a4ee604ffaac4c6ddf6b8939e3d42688d2c73d
treee65f33dbc6634d75b33be2af640970b9eb717a03
parent60d9afa806e21bb932336f53842af9a5405ff588
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/smbd/filename.c
source3/smbd/proto.h
source3/smbd/statcache.c