r2400: make ms_fnmatch() case insensitive. This is much more efficient than
authorAndrew Tridgell <tridge@samba.org>
Sat, 18 Sep 2004 08:12:55 +0000 (08:12 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:58:48 +0000 (12:58 -0500)
commitb3da2c10e268b9d4fe621ec21ab39e4aa45795e9
treef23c853312f23f570293b6c9c0a3b0a4b16d9906
parenta502c85fb12915f9de9b664c6469942ce666c327
r2400: make ms_fnmatch() case insensitive. This is much more efficient than
uppercasing the two whole strings before the call is made, is less
error-prone, and also copes with strings where the upper case version
is longer than the lower case version due to different multi-byte lengths.
(This used to be commit e227ac1edfd48596a9d5096b6965ddd0beb969a5)
source4/lib/ms_fnmatch.c