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)
commite3f5b542707e2328030b9d5eff0836a904eccde5
tree13124522e17aa9464fa9e4b965f6b34112af0307
parent3d18997afda94504e9db24115aaa56a58086a653
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 7b96765c23637613f079d37566d95d5edd511f05)
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