Fix convert_string() to take a *converted_size arg. and return a bool.
authorJeremy Allison <jra@samba.org>
Wed, 30 Mar 2011 20:08:31 +0000 (13:08 -0700)
committerJeremy Allison <jra@samba.org>
Wed, 30 Mar 2011 21:59:37 +0000 (23:59 +0200)
commitc109a70531de72eef30a695248b91704bd0c7c24
tree29182afa1ae334e8aee0e71e59aa1a0e5de65f6a
parent9ede19fdccaf09303012208129a093197403ef2c
Fix convert_string() to take a *converted_size arg. and return a bool.

Makes these interfaces much harder to misuse and easier to ensure error
checking.

Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Wed Mar 30 23:59:37 CEST 2011 on sn-devel-104
14 files changed:
lib/tdr/tdr.c
lib/util/charset/charcnv.c
lib/util/charset/charset.h
lib/util/charset/util_unistr.c
librpc/ndr/ndr_string.c
source3/include/proto.h
source3/lib/charcnv.c
source3/lib/dprintf.c
source3/lib/fstring.c
source3/lib/smbldap.c
source3/smbd/mangle_hash2.c
source3/torture/utable.c
source3/web/cgi.c
source4/torture/basic/utable.c