svn commit: samba r4571 - in trunk/source: include libsmb rpc_client rpcclient torture utils

vlendec at samba.org vlendec at samba.org
Thu Jan 6 15:36:18 GMT 2005


Author: vlendec
Date: 2005-01-06 15:35:58 +0000 (Thu, 06 Jan 2005)
New Revision: 4571

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=4571

Log:
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


Modified:
   trunk/source/include/client.h
   trunk/source/libsmb/clientgen.c
   trunk/source/libsmb/clitrans.c
   trunk/source/rpc_client/cli_pipe.c
   trunk/source/rpcclient/rpcclient.c
   trunk/source/torture/rpctorture.c
   trunk/source/utils/net_rpc.c
   trunk/source/utils/net_rpc_join.c


Changeset:
Sorry, the patch is too large (434 lines) to include; please use WebSVN to see it!
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=4571


More information about the samba-cvs mailing list