diff --git a/vfs/ChangeLog b/vfs/ChangeLog index 34228cdce..71ec7e344 100644 --- a/vfs/ChangeLog +++ b/vfs/ChangeLog @@ -1,3 +1,9 @@ +2001-11-01 Andrew V. Samoilov + + * samba/smblib/pwd_cache.c (pwd_read): Commented out. + * samba/Makefile.in (SAMBAFILES): Remove lib/getsmbpass.o. + * samba/lib/getsmbpass.c: Removed. + 2001-10-30 Andrew V. Samoilov * smbfs.c: Include before everything else. diff --git a/vfs/samba/Makefile.in b/vfs/samba/Makefile.in index 9426aa4f3..ff3fe9c8b 100644 --- a/vfs/samba/Makefile.in +++ b/vfs/samba/Makefile.in @@ -98,7 +98,6 @@ SAMBAFILES= \ lib/md4.o \ lib/doscalls.o \ lib/util_unistr.o \ - lib/getsmbpass.o \ lib/interface.o \ lib/netmask.o \ libsmb/clientgen.o \ diff --git a/vfs/samba/libsmb/pwd_cache.c b/vfs/samba/libsmb/pwd_cache.c index f888f4b8e..aa3a75fc1 100644 --- a/vfs/samba/libsmb/pwd_cache.c +++ b/vfs/samba/libsmb/pwd_cache.c @@ -61,6 +61,7 @@ void pwd_obfuscate_key(struct pwd_info *pwd, uint32 int_key, char *str_key) { } +#if 0 /**************************************************************************** reads a password ****************************************************************************/ @@ -86,6 +87,7 @@ void pwd_read(struct pwd_info *pwd, char *passwd_report, BOOL do_encrypt) pwd_set_cleartext(pwd, user_pass); } } +#endif /**************************************************************************** stores a cleartext password