s3/rpc_client: move copy_netr_SamInfo3() to util_netlogon
authorRalph Boehme <slow@samba.org>
Sat, 2 Dec 2017 21:35:36 +0000 (22:35 +0100)
committerRalph Boehme <slow@samba.org>
Sat, 13 Jan 2018 07:24:08 +0000 (08:24 +0100)
commit158c89068b5f0ebd10e41f578530e3210fc1d8b3
tree1621d101b23d3b5be893ecbd8054aed714e1d993
parenta1a9feb72001e9107d339555d2d7593c8be637ca
s3/rpc_client: move copy_netr_SamInfo3() to util_netlogon

The next commit will add an additional caller that in rpc_client and I
don't want to pull in AUTH_COMMON. The natural place to consolidate
netlogon related helper functions seems to be util_netlogon.c which
already has copy_netr_SamBaseInfo().

No change in behaviour.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source3/auth/auth_util.c
source3/auth/proto.h
source3/auth/server_info.c
source3/rpc_client/util_netlogon.c
source3/rpc_client/util_netlogon.h
source3/winbindd/winbindd_pam.c