s3-librpc: Add cli_rpc_pipe_open_with_creds()
authorAndrew Bartlett <abartlet@samba.org>
Tue, 23 Sep 2014 16:12:20 +0000 (09:12 -0700)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 17 Oct 2014 10:57:07 +0000 (12:57 +0200)
commit295b323b1c65cd8387b3977a189f81253c139b43
tree999dddd197ddd32458a39e6ced44728672ae8e29
parentbe994ca579c6c302d9d6487c863699b3e4457210
s3-librpc: Add cli_rpc_pipe_open_with_creds()

This provides a credentials-based interface.  In the long term, we
will want to change this not to reference the credentials, but for now
this suits the caller in winbindd_cm.c

Andrew Bartlett

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source3/include/auth_generic.h
source3/libsmb/auth_generic.c
source3/rpc_client/cli_pipe.c
source3/rpc_client/cli_pipe.h