Cleanup size_t return values in callers of convert_string_allocate
authorTim Prouty <tim.prouty@isilon.com>
Tue, 29 Apr 2008 21:36:24 +0000 (14:36 -0700)
committerVolker Lendecke <vl@samba.org>
Tue, 20 May 2008 20:40:13 +0000 (22:40 +0200)
commit6b189dabc562d86dcaa685419d0cb6ea276f100d
tree4db914671846d04e2249b50e770932da31408e22
parent80e700e3bd73f2ffa38046bdcba7f532e25198ef
Cleanup size_t return values in callers of convert_string_allocate

This patch is the second iteration of an inside-out conversion to cleanup
functions in charcnv.c returning size_t == -1 to indicate failure.
29 files changed:
source/include/proto.h
source/lib/charcnv.c
source/lib/ms_fnmatch.c
source/lib/smbldap.c
source/lib/util_reg_api.c
source/lib/util_str.c
source/lib/util_unistr.c
source/libads/ldap.c
source/libads/ldap_printer.c
source/libgpo/gpext/registry.c
source/libgpo/gpo_ini.c
source/librpc/ndr/ndr_string.c
source/libsmb/clikrb5.c
source/libsmb/clirap.c
source/libsmb/smbencrypt.c
source/modules/vfs_catia.c
source/passdb/pdb_ldap.c
source/passdb/secrets.c
source/printing/nt_printing.c
source/rpcclient/cmd_wkssvc.c
source/smbd/lanman.c
source/smbd/mangle_hash.c
source/smbd/message.c
source/smbd/negprot.c
source/smbd/trans2.c
source/torture/t_push_ucs2.c
source/utils/ntlm_auth_diagnostics.c
source/web/statuspage.c
source/web/swat.c