r11945: Make us follow the newly documented pathname processing rules:
commitabc21cc7322d695cf77b6fb18f4ecdb16288c19b
authorJeremy Allison <jra@samba.org>
Mon, 28 Nov 2005 20:14:07 +0000 (28 20:14 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:05:38 +0000 (10 11:05 -0500)
tree527be9aa5301e821199a03abe40d50aafa8f8996
parent8ee569626be7ebf3b6ebf71e1becdd091b9e893a
r11945: Make us follow the newly documented pathname processing rules:
"As a special case for directories with large numbers of files, if the
case options are set as follows, "case sensitive = yes", "case
preserve = no", "short preserve case = no" then the "default case"
option will be applied and will modify all filenames sent from the client
when accessing this share."
This is needed as fixing the case preserve rules to only apply to
new filenames broke the large directory fix. Glad we caught this
before release. Thanks to jht for this one.
Jeremy.
source/smbd/filename.c