Put strcasecmp/strncasecmp on the banned list (except for needed calls
authorJeremy Allison <jra@samba.org>
Wed, 22 Oct 2003 23:38:18 +0000 (23:38 +0000)
committerJeremy Allison <jra@samba.org>
Wed, 22 Oct 2003 23:38:18 +0000 (23:38 +0000)
commit2710c35e549bb7775a8efe3265b105e594ad26ba
treebb72b0ffdf54c716dca54fbe5a22f3ef7c510a52
parentbca9e7d3258058594daaaedd2518fcb2c793ded0
Put strcasecmp/strncasecmp on the banned list (except for needed calls
in iconv.c and nsswitch/). Using them means you're not thinking about multibyte at
all and I really want to discourage that.
Jeremy.
(This used to be commit 5c050a735f86927c7ef2a98b6f3a56abe39e4674)
25 files changed:
source3/auth/auth_builtin.c
source3/include/safe_string.h
source3/lib/access.c
source3/lib/charcnv.c
source3/lib/iconv.c
source3/lib/smbldap.c
source3/lib/substitute.c
source3/lib/util_sock.c
source3/libads/ads_struct.c
source3/libads/ldap.c
source3/libsmb/namequery_dc.c
source3/msdfs/msdfs.c
source3/nmbd/nmbd_elections.c
source3/nsswitch/winbindd_rpc.c
source3/nsswitch/winbindd_util.c
source3/param/loadparm.c
source3/passdb/pdb_ldap.c
source3/passdb/pdb_smbpasswd.c
source3/smbd/mangle_hash2.c
source3/smbd/sesssetup.c
source3/smbwrapper/smbw_dir.c
source3/torture/mangle_test.c
source3/utils/net.c
source3/utils/smbcquotas.c
source3/web/cgi.c