Use filesystem capabilities to support case-insensitive filesystems.
authorJames Peach <jpeach@samba.org>
Sat, 22 Dec 2007 22:55:37 +0000 (14:55 -0800)
committerJames Peach <jpeach@samba.org>
Sat, 22 Dec 2007 22:55:37 +0000 (14:55 -0800)
commit9e8b8f8c16612d8a08b55802f4fd9afca5498a7c
tree1aaf329d2b5cd49ca1ac25a342e4d47b17baadc2
parent22ac34a329c9be9cf7d1e6749ebcfb50215378e4
Use filesystem capabilities to support case-insensitive filesystems.

If we know the underlying filesystem is case-insensitive, then we
know that it won't help to search for case variations of the requested
name.

Jeremy, please review (and revert if you disagree).
source/smbd/dir.c
source/smbd/filename.c