s3-librpc: pass struct ndr_interface_table down to cli_pipe_open_generic/spnego()
authorAndrew Bartlett <abartlet@samba.org>
Tue, 10 Jan 2012 10:53:42 +0000 (21:53 +1100)
committerStefan Metzmacher <metze@samba.org>
Wed, 18 Jan 2012 15:23:24 +0000 (16:23 +0100)
commit40715e1251dc27a677c1b0b894406b6d86e391f0
treee43d45a797e37c760f5c7319a4dab4b15937a738
parent9729bdf89f20998823a1dda9e215647a49ca76a6
s3-librpc: pass struct ndr_interface_table down to cli_pipe_open_generic/spnego()

This allows the target service (as determined from the IDL) to be
passed to GSSAPI (rather than the current, incorrect, "cifs").

Andrew Bartlett

Signed-off-by: Stefan Metzmacher <metze@samba.org>
source3/libsmb/passchange.c
source3/rpc_client/cli_pipe.c
source3/rpc_client/cli_pipe.h
source3/rpc_client/cli_pipe_schannel.c
source3/rpcclient/rpcclient.c
source3/utils/net_rpc.c
source3/winbindd/winbindd_cm.c