Adding the same changes to HEAD as were added to BRANCH_1_9_18.
authorJeremy Allison <jra@samba.org>
Thu, 19 Mar 1998 20:06:47 +0000 (20:06 +0000)
committerJeremy Allison <jra@samba.org>
Thu, 19 Mar 1998 20:06:47 +0000 (20:06 +0000)
commit20770b6f1c25288e90d3e0d215afa7f0809ce124
treeff60815a291db1bf9e95ff4cba0c3c2ffa2f8b70
parente02e3bcbbd4333113dde7bef47763fb229148007
Adding the same changes to HEAD as were added to BRANCH_1_9_18.

Changed smbpasswd to be client-server for a normal user, rather
than accessing the private/smbpasswd file directly (it still accesses
this file directly when run as root, so root can add users/change a
users password without knowing the old password).

A shakeout of this change is that smbpasswd can now be used to
change a users password on a remote NT machine (yep - you heard
that one right - we can now change a NT password from UNIX !!!!!).

Jeremy.
docs/manpages/smbpasswd.8
docs/textdocs/ENCRYPTION.txt
source/client/client.c
source/client/smbmount.c
source/include/proto.h
source/libsmb/clientgen.c
source/libsmb/smbdes.c
source/passdb/smbpass.c
source/smbd/chgpasswd.c
source/utils/smbpasswd.c