rpc_client3: Avoid "cli_credentials" in cli_rpc_pipe_open_schannel_with_creds
commit4b97de8adb2977aaec21940241dbc4d615307f4f
authorVolker Lendecke <vl@samba.org>
Thu, 7 Sep 2017 10:43:00 +0000 (7 12:43 +0200)
committerVolker Lendecke <vl@samba.org>
Mon, 25 Sep 2017 07:43:12 +0000 (25 09:43 +0200)
tree813222c0fbd924b74fc7675f6fde1ef03bb33560
parent6f879b780a5ff37e80d1bf7c06e377909bcfc950
rpc_client3: Avoid "cli_credentials" in cli_rpc_pipe_open_schannel_with_creds

This provides cleaner data dependencies. A netlogon_creds_ctx contains
everything required to open an schannel, there is no good reason to
require cli_credentials here.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
libcli/auth/netlogon_creds_cli.c
source3/libnet/libnet_join.c
source3/rpc_client/cli_pipe.c
source3/rpc_client/cli_pipe.h
source3/rpc_client/cli_pipe_schannel.c
source3/winbindd/winbindd_cm.c