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)
commit5c050a735f86927c7ef2a98b6f3a56abe39e4674
tree7748f22edbcc5b16e870259fe63c5b9b0a6923b5
parent00e0aba2cf97e686a0b6b4d7bab50afbc5e97ac1
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.
25 files changed:
source/auth/auth_builtin.c
source/include/safe_string.h
source/lib/access.c
source/lib/charcnv.c
source/lib/iconv.c
source/lib/smbldap.c
source/lib/substitute.c
source/lib/util_sock.c
source/libads/ads_struct.c
source/libads/ldap.c
source/libsmb/namequery_dc.c
source/msdfs/msdfs.c
source/nmbd/nmbd_elections.c
source/nsswitch/winbindd_rpc.c
source/nsswitch/winbindd_util.c
source/param/loadparm.c
source/passdb/pdb_ldap.c
source/passdb/pdb_smbpasswd.c
source/smbd/mangle_hash2.c
source/smbd/sesssetup.c
source/smbwrapper/smbw_dir.c
source/torture/mangle_test.c
source/utils/net.c
source/utils/smbcquotas.c
source/web/cgi.c