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)
commit5a4881bf396e691524329bcd6aa1ae4a7f4084ec
treeea2cce14847e28629ec48f2a70f547bdbb08fe98
parentd186ff50721011f839a02aaac4866201eda23034
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.
(This used to be commit c2752347eb2deeb2798c580ec7fc751a847717e9)
13 files changed:
source3/auth/pass_check.c
source3/client/clitar.c
source3/include/smb.h
source3/lib/charcnv.c
source3/lib/replace.c
source3/lib/username.c
source3/lib/util_str.c
source3/lib/util_unistr.c
source3/passdb/passdb.c
source3/passdb/pdb_pgsql.c
source3/smbd/mangle_hash.c
source3/smbd/mangle_hash2.c
source3/web/swat.c