r2432: more string function updates.
authorAndrew Tridgell <tridge@samba.org>
Mon, 20 Sep 2004 07:24:00 +0000 (07:24 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:58:52 +0000 (12:58 -0500)
commitdefe32e9f47d9eca44533056b652f3b1c3f56c8e
tree9282f8d424a4caa586837b797fe066192e8f2fc9
parent44090f273c612a9a2131ef49cea553850dbad2ad
r2432: more string function updates.

btw, the reason I want to use strncasecmp() instead of StrnCaseCmp()
is that the Samba internal functions are built to deal with
multi-byte, whereas in the cases I am converting we know we are
dealing with solely ascii string constants, so going via the slow
conversion libraries is pointless.
(This used to be commit cef08d5789277bdaa25d5bf0e7cfca8615230f1b)
source4/libcli/auth/kerberos_verify.c
source4/libcli/ldap/ldap.c