CVS update: samba/source/rpc_client

Luke Leighton lkcl at samba.anu.edu.au
Fri Feb 11 11:13:03 EST 2000


Date:	Friday February 11, 2000 @ 11:13
Author:	lkcl

Update of /data/cvs/samba/source/rpc_client
In directory samba:/tmp/cvs-serv24632/rpc_client

Modified Files:
      Tag: SAMBA_TNG
	cli_atsvc.c cli_brs.c cli_eventlog.c cli_lsarpc.c 
	cli_netlogon.c cli_reg.c cli_samr.c cli_spoolss.c cli_srvsvc.c 
	cli_svcctl.c cli_wkssvc.c 
Log Message:
yes, it's a biggie.  another semi-automated job, sed script by sander striker.

i had to use :map = /_io_^[bX$xA &&^[^M6ddcf(  ^[ in vi to modify what you
did, sander, to change this:
if (!xxx_io_xxx(....))
{
	return False;
}


/* ..... */
if (rpc_con_pipe_req(...))
{
....

into this:
if (xxx_io_xxx(....) &&
    rpc_con_pipe_req(...))
{
....

because the return False; would have resulted in memory leaks.


<a href="mailto:lkcl at samba.org"   > Luke Kenneth Casson Leighton    </a>
<a href="http://www.cb1.com/~lkcl"> Samba and Network Development   </a>
<a href="http://samba.org"        > Samba Web site                  </a>
<a href="http://www.iss.net"      > Internet Security Systems, Inc. </a>
<a href="http://mcp.com"          > Macmillan Technical Publishing  </a>

 ISBN1578701503 DCE/RPC over SMB: Samba and Windows NT Domain Internals


More information about the samba-cvs mailing list