mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
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.
(This used to be commit cd9fad92d0
)
This commit is contained in:
@ -3731,6 +3731,7 @@ char *automount_server(char *user_name)
|
||||
home_server_len = sizeof(pstring);
|
||||
}
|
||||
strncpy(server_name, nis_result, home_server_len);
|
||||
server_name[home_server_len] = '\0';
|
||||
}
|
||||
#else
|
||||
/* use the local machine name instead of the auto-map server */
|
||||
|
Reference in New Issue
Block a user