CVS update: samba/source/rpcclient

Luke Leighton lkcl at samba.anu.edu.au
Mon Jan 17 05:45:07 EST 2000


Date:	Monday January 17, 2000 @ 5:45
Author:	lkcl

Update of /data/cvs/samba/source/rpcclient
In directory samba:/tmp/cvs-serv1393/rpcclient

Modified Files:
      Tag: SAMBA_TNG
	cmd_samr.c 
Log Message:
interesting!  fixing client connections to work showed that the order of
policy handle closing was wrong in a lot of rpcclient code.  MUST do:
samr_close(user_handle); samr_close(domain_handle); samr_close(sam_handle);
NOT:
samr_close(sam_handle); ...

<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