Restore the contract on all convert_stringXX() interfaces. Add a "allow_bad_conv"
authorJeremy Allison <jra@samba.org>
Thu, 11 Mar 2004 22:59:58 +0000 (22:59 +0000)
committerJeremy Allison <jra@samba.org>
Thu, 11 Mar 2004 22:59:58 +0000 (22:59 +0000)
commit3b4fca7b7f410cb0f11322e22c8f26a662eff941
tree61da7c4479d3e6e76c44a0c12ad628c7cd4036c5
parent46544e957f00f71e3a49e3d90cd88b4cf1b33408
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