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)
commit9196255022ae8c51b527412747b324819bea2c13
tree837c3380d2b8624b3145a87a94161623a4ee2d82
parentc30f6a74d0e6c256b1d46b28c1f31f1c1f3dd856
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)
13 files changed:
source/client/client.c
source/client/clitar.c
source/include/kanji.h
source/include/smb.h
source/lib/charcnv.c
source/lib/kanji.c
source/lib/util.c
source/locking/locking.c
source/namepacket.c
source/param/loadparm.c
source/smbd/mangle.c
source/smbd/trans2.c
source/utils/nmblookup.c