Convert Samba3 to use the common lib/util/charset code (partial)
authorAndrew Bartlett <abartlet@samba.org>
Wed, 18 Mar 2009 04:12:36 +0000 (15:12 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 18 Mar 2009 05:55:01 +0000 (16:55 +1100)
commitb02486c5da00ca2eb450ae92757e4cb63645add5
tree176c0cf5e10301e629668b383f965f1c125be206
parent01067df622201ef77c5f8bf1aa15b06cec08c5f6
Convert Samba3 to use the common lib/util/charset code (partial)

This parital commit has it's focus on converting Samba3 code to use
the common functions where possible, and exposes some of the
previously static common functions for use by what remains in
libsmb/charcnv.c

libsmb/charcnv.c contains the Samba-3 only wrapper functions still in use.

Andrew Bartlett
19 files changed:
lib/util/charset/charcnv.c
lib/util/charset/charset.h
lib/util/charset/util_unistr.c
libcli/auth/smbencrypt.c
source3/Makefile.in
source3/include/proto.h
source3/lib/charcnv.c
source3/lib/substitute.c
source3/lib/util_reg.c
source3/lib/util_str.c
source3/libsmb/clifile.c
source3/libsmb/climessage.c
source3/param/loadparm.c
source3/smbd/notify.c
source3/smbd/statcache.c
source3/utils/net_conf.c
source3/utils/net_usershare.c
source3/utils/ntlm_auth_diagnostics.c
source3/web/cgi.c