Second part of fix for bug #8663 - deleting a symlink fails if the symlink target...
commitb0099de477a8f507e17e6221db8da4ca44a37294
authorJeremy Allison <jra@samba.org>
Fri, 16 Dec 2011 23:37:07 +0000 (16 15:37 -0800)
committerKarolin Seeger <kseeger@samba.org>
Mon, 23 Jan 2012 20:30:23 +0000 (23 21:30 +0100)
tree61e8d7081bd94c44b7bf0c901f5f0528b6aebcb1
parent92b8b043f1491541dfad06cc9e00a66dcaf4683a
Second part of fix for bug #8663 - deleting a symlink fails if the symlink target is outside of the share.

Ensure we use UCF_UNIX_NAME_LOOKUP flags on filename_convert()
when doing a restricted set of infolevels in trans2setfilepathinfo().
(cherry picked from commit cb5f2b3f9d5710ba66182e45bf8380c2f37b4190)
source3/smbd/trans2.c