This adds client-side support for the unicode/SAMR password change scheme.
authorAndrew Bartlett <abartlet@samba.org>
Mon, 26 Jan 2004 08:45:02 +0000 (08:45 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 26 Jan 2004 08:45:02 +0000 (08:45 +0000)
commit784b05c4895fa8d7f5215d4444bc74e91a918114
treed5de5096447ed8b44e8605fbf35090729bd25e13
parent8be4584979e0ad5ae4b4da59c032b462eebf9021
This adds client-side support for the unicode/SAMR password change scheme.

As well as avoiding DOS charset issues, this scheme returns useful error
codes, that we can map back via the pam interface.

This patch also cleans up the interfaces used for password buffers, to
avoid duplication of code.

Andrew Bartlett
(This used to be commit 2a2b1f0c872d154fbcce71a250e23dfad085ba1e)
source3/Makefile.in
source3/libsmb/clirap.c
source3/libsmb/passchange.c
source3/libsmb/smbencrypt.c
source3/nsswitch/winbindd_pam.c
source3/rpc_client/cli_samr.c
source3/rpc_parse/parse_samr.c
source3/rpc_server/srv_samr_nt.c
source3/utils/net_rpc.c
source3/utils/net_rpc_join.c