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)
commit39c731347045dc345862d527871ae5b9a4619e74
tree1efcc9c3ea2080a20b4bc52bf0b08a69c161b847
parent77b180d401b1f431dd550a8498b83bdb24cd7325
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.
(This used to be commit 3b4fca7b7f410cb0f11322e22c8f26a662eff941)
source3/lib/charcnv.c
source3/lib/dprintf.c
source3/lib/smbldap.c
source3/lib/util_unistr.c
source3/libsmb/climessage.c
source3/smbd/mangle_hash2.c
source3/smbd/message.c
source3/smbd/reply.c
source3/utils/ntlm_auth.c
source3/web/cgi.c