r4570: Replace cli->nt_pipe_fnum with an array of NT file numbers, one for each
authorVolker Lendecke <vlendec@samba.org>
Thu, 6 Jan 2005 15:35:02 +0000 (15:35 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:53:47 +0000 (10:53 -0500)
commitc85d9e735c8294088203f1656ae07a4b0835292c
treeb425600689792bcee9fe21e46f2aa8dfdb0eb291
parentf4ec52a0978dca900942e6001947e3b3d58eccd2
r4570: Replace cli->nt_pipe_fnum with an array of NT file numbers, one for each
supported pipe. Netlogon is still special, as we open that twice, one to do
the auth2, the other one with schannel.

The client interface is completely unchanged for those who only use a single
pie. cli->pipe_idx is used as the index for everything except the "real"
client rpc calls, which have been explicitly converted in my last commit. Next
step is to get winbind to just use a single smb connection for multiple pipes.

Volker
(This used to be commit dc294c52e0216424236057ca6cd35e1ebf51d0da)
source3/include/client.h
source3/libsmb/clientgen.c
source3/libsmb/clitrans.c
source3/rpc_client/cli_pipe.c
source3/rpcclient/rpcclient.c
source3/torture/rpctorture.c
source3/utils/net_rpc.c
source3/utils/net_rpc_join.c