(merge from 3.0)
commitf85a7bb04286fcab5e844b5457a4fc93da8d96f5
authorAndrew Bartlett <abartlet@samba.org>
Mon, 26 Jan 2004 08:51:58 +0000 (26 08:51 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 26 Jan 2004 08:51:58 +0000 (26 08:51 +0000)
tree4bfa03c14925d0bd822e664a1e63ff0ba6d2d4a0
parent3e0ecb4561d2af5c61b053d4c0e386172f6a9751
(merge from 3.0)

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 8063b8b6c2eb30cb116988e265fb289109d7c348)
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