r12522: Try and fix bug #2926 by removing setlocale(LC_ALL, "C")
authorJeremy Allison <jra@samba.org>
Tue, 27 Dec 2005 20:52:36 +0000 (20:52 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:05:58 +0000 (11:05 -0500)
commitc2752347eb2deeb2798c580ec7fc751a847717e9
treef0f957d3aca809dfdb85e5c999c39384c5a57f84
parentc007f20c955f224c6a8deeb0b1f82e8432f1b9ab
r12522: Try and fix bug #2926 by removing setlocale(LC_ALL, "C")
and replace calls to isupper/islower/toupper/tolower with
ASCII equivalents (mapping into _w variants).
Jeremy.
13 files changed:
source/auth/pass_check.c
source/client/clitar.c
source/include/smb.h
source/lib/charcnv.c
source/lib/replace.c
source/lib/username.c
source/lib/util_str.c
source/lib/util_unistr.c
source/passdb/passdb.c
source/passdb/pdb_pgsql.c
source/smbd/mangle_hash.c
source/smbd/mangle_hash2.c
source/web/swat.c