Fix bug #8493 - DFS breaks zip file extracting unless "follow symlinks = no" set
authorJeremy Allison <jra@samba.org>
Fri, 30 Sep 2011 20:35:59 +0000 (13:35 -0700)
committerKarolin Seeger <kseeger@samba.org>
Mon, 24 Oct 2011 17:16:30 +0000 (19:16 +0200)
commit5679f815af20a0108a39668e035c08e829b213aa
treec6c0bddc3c654c4e8b00302612708ce50dbbba05
parent7cba110fa575080a5c4b499d6c29b447350ae37c
Fix bug #8493 - DFS breaks zip file extracting unless "follow symlinks = no" set

If a client sends a mangled name as part of a DFS path, use the
post-mangled name for the pathname walk, not the mangled name.

Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Sat Oct  1 00:45:59 CEST 2011 on sn-devel-104
(cherry picked from commit 149875f887287dbbf016d2252962b023b0bae967)
(cherry picked from commit 1ed1b19b2eeda3217d03d66d4220abd871b03cb4)
source3/smbd/msdfs.c