charcnv.c client.c clitar.c kanji.c kanji.h loadparm.c
authorJeremy Allison <jra@samba.org>
Thu, 11 Sep 1997 20:17:32 +0000 (20:17 +0000)
committerJeremy Allison <jra@samba.org>
Thu, 11 Sep 1997 20:17:32 +0000 (20:17 +0000)
commit30416c0b8a0f54f6cc1179c2e00860eaf5f58401
tree09137fd9f782aaf0df42e59aff10953ed95bed32
parent77df5c87c69ea7f929df211c41da522248d73cfc
charcnv.c client.c clitar.c kanji.c kanji.h loadparm.c
mangle.c smb.h util.c:

  Big merge to allow KANJI support to be in the main
binary without explicitly compiling with it.

locking.c: Fix for smbstatus not being able to read files.
namepacket.c: Removed unneccesary debug statement.
trans2.c: Added Luke's proposed fix (ifdefed out until further testing).
nmblookup.c: Fixed bug where query fails and status is done on bogus IP.

Jeremy (jallison@whistle.com)
(This used to be commit 9196255022ae8c51b527412747b324819bea2c13)
13 files changed:
source3/client/client.c
source3/client/clitar.c
source3/include/kanji.h
source3/include/smb.h
source3/lib/charcnv.c
source3/lib/kanji.c
source3/lib/util.c
source3/locking/locking.c
source3/namepacket.c
source3/param/loadparm.c
source3/smbd/mangle.c
source3/smbd/trans2.c
source3/utils/nmblookup.c