lib/util Use lib/util/util_str.c in common, including strequal()
authorAndrew Bartlett <abartlet@samba.org>
Tue, 3 May 2011 02:59:36 +0000 (12:59 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 3 May 2011 05:37:07 +0000 (07:37 +0200)
commit2c32534d5ba5d009c48f377aa5aea8e77b4fa316
treefe6dab5d77474d934bce7b30d4204cb2bffab2b0
parent86a62ab4345b8567a346587d2ddf575523d0b5f8
lib/util Use lib/util/util_str.c in common, including strequal()

strequal() is now implemented in terms of strcasecmp_m() which is
tested in smbtorture and which does not talloc() for ASCII or
non-ASCII comparions, and has an ASCII fast-path.

Andrew Bartlett
lib/util/util_str.c
lib/util/wscript_build
source3/Makefile.in
source3/lib/util_str.c