Improved stat cache code by uppercasing any search name that gets added to
authorJeremy Allison <jra@samba.org>
Thu, 10 Sep 1998 00:35:10 +0000 (00:35 +0000)
committerJeremy Allison <jra@samba.org>
Thu, 10 Sep 1998 00:35:10 +0000 (00:35 +0000)
commitaab0323d294770f80c6514389e5f84d3abf82429
tree1baacda2492a93d24fd6a84498f9956b60081942
parent5de3c136808d891ca25009beefc194dc825a5a16
Improved stat cache code by uppercasing any search name that gets added to
it if we're in case insensitive mode, and then doing a memcmp rather
than a StrnCaseCmp (which is *horribly* slow) on every lookup.
Fixed bug with refusing NT SMB's (use *brackets* where needed :-).
Jeremy.
(This used to be commit 02b3fddce33a58a4db2102670b502fc0c6f45fab)
source3/smbd/filename.c
source3/smbd/negprot.c