added "display charset" option in smb.conf, along with d_printf()
authorAndrew Tridgell <tridge@samba.org>
Fri, 7 Sep 2001 14:14:57 +0000 (14:14 +0000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 7 Sep 2001 14:14:57 +0000 (14:14 +0000)
commit266d8e67669adb329f25676c4bc4d4c50f223428
tree528dc69d97ab0d0cdb8a94052c4850ad6748b8fc
parentce9f95996498f7795aaef069e1443ea1c7d524b3
added "display charset" option in smb.conf, along with d_printf()
which should now be used instead of DEBUG(0) or printf() for
interactive messages

I have only converted client.c to use d_printf(), and the code hasn't
had much testing yet. Eventually we want all interactive code to use
d_printf(), plus SWAT
source/Makefile.in
source/client/client.c
source/include/charset.h [new file with mode: 0644]
source/include/includes.h
source/lib/charcnv.c
source/lib/dprintf.c [new file with mode: 0644]
source/lib/iconv.c
source/param/loadparm.c