Restore the contract on all convert_stringXX() interfaces. Add a "allow_bad_conv"
authorJeremy Allison <jra@samba.org>
Thu, 11 Mar 2004 22:48:24 +0000 (22:48 +0000)
committerJeremy Allison <jra@samba.org>
Thu, 11 Mar 2004 22:48:24 +0000 (22:48 +0000)
commit7b96765c23637613f079d37566d95d5edd511f05
treec68e7fbd16c0f8d8d7ae1e743f45c55c9d86d15e
parentd275c0e384db08c2a6efc28e52844f676ff71fb6
Restore the contract on all convert_stringXX() interfaces. Add a "allow_bad_conv"
boolean parameter that allows broken iconv conversions to work. Gets rid of the
nasty errno checks in mangle_hash2 and check_path_syntax and allows correct
return code checking.
Jeremy.
source/lib/charcnv.c
source/lib/dprintf.c
source/lib/smbldap.c
source/lib/util_unistr.c
source/libsmb/climessage.c
source/smbd/mangle_hash2.c
source/smbd/message.c
source/smbd/reply.c
source/utils/ntlm_auth.c
source/web/cgi.c