charcnv.c: Added codepage 866 support onto the file system. Patch
authorJeremy Allison <jra@samba.org>
Sat, 17 Jan 1998 07:08:21 +0000 (07:08 +0000)
committerJeremy Allison <jra@samba.org>
Sat, 17 Jan 1998 07:08:21 +0000 (07:08 +0000)
commitcd9fad92d0316e5a0007ba3c5668906dc2f011f1
treeb713b3d382fe4ea75fb7fac634a1a2b0b02cb106
parent0b0b1fb122a52e67a8fdc77d013ad0b3bbb90d19
charcnv.c: Added codepage 866 support onto the file system. Patch
from Max Khon <max@iclub.nsu.ru>.
chgpasswd.c: Allow old RAP change password to work with encrypted
passwords. Samba can now allow Windows 95/NT clients to securely
change the Lanman password ! (But not the NT hash - that gets lost).
ipc.c:
smbdes.c:
smbpass.c: Support for the above.
server.c: #ifdef'ed out fix for NT redirector bug.
util.c: Fix NIS bug with server name.
Jeremy.
source/include/proto.h
source/lib/charcnv.c
source/lib/util.c
source/libsmb/smbdes.c
source/passdb/smbpass.c
source/smbd/chgpasswd.c
source/smbd/ipc.c
source/smbd/server.c