svn commit: samba r4570 - in branches/SAMBA_3_0/source: include libsmb rpc_client rpcclient torture utils

vlendec at samba.org vlendec at samba.org
Thu Jan 6 15:35:02 GMT 2005


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

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

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:
   branches/SAMBA_3_0/source/include/client.h
   branches/SAMBA_3_0/source/libsmb/clientgen.c
   branches/SAMBA_3_0/source/libsmb/clitrans.c
   branches/SAMBA_3_0/source/rpc_client/cli_pipe.c
   branches/SAMBA_3_0/source/rpcclient/rpcclient.c
   branches/SAMBA_3_0/source/torture/rpctorture.c
   branches/SAMBA_3_0/source/utils/net_rpc.c
   branches/SAMBA_3_0/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=4570


More information about the samba-cvs mailing list