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)
commit02b3fddce33a58a4db2102670b502fc0c6f45fab
treec52282366d6fb12c64d73dd609e6fd4e34a4af7f
parentac13c29d46f564fc340b652b4b71dfa92e4b5b16
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.
source/smbd/filename.c
source/smbd/negprot.c