r11346: Fix for bug found by Dina Fine. If in case sensitive mode then
commit238b35d2e6e21d0e07d500d446f08ec128ea7720
authorJeremy Allison <jra@samba.org>
Fri, 28 Oct 2005 01:42:03 +0000 (28 01:42 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:05:13 +0000 (10 11:05 -0500)
tree02945f528b664a7e212876c7babae785566855b7
parente959a5be393eb59b8987eb6967a2ee5d11978f41
r11346: Fix for bug found by Dina Fine. If in case sensitive mode then
the mangle cache is no good (3 letter extension could be wrong
case - so don't demangle in this case - leave as mangled and
allow the mangling of the directory entry read (which is done
case insensitively) to match instead. This will lead to more
false positive matches but we fail completely without it.
Jeremy.
source/smbd/filename.c