CVS update: samba/source/rpcclient

tridge at samba.org tridge at samba.org
Thu Jun 21 19:10:42 EST 2001


Date:	Thu Jun 21 02:10:41 2001
Author:	tridge

Update of /home/cvs/samba/source/rpcclient
In directory va:/tmp/cvs-serv25579/rpcclient

Modified Files:
	cmd_reg.c cmd_wkssvc.c rpcclient.c 
Log Message:
next_token() was supposed to be a reentrant replacement for strtok(),
but the code suffered from bitrot and is not now reentrant. That means
we can get bizarre behaviour 
i've fixed this by making next_token() reentrant and creating a 
next_token_nr() that is a small non-reentrant wrapper for those lumps
of code (mostly smbclient) that have come to rely on the non-reentrant
behaviour



Revisions:
cmd_reg.c		1.35 => 1.36
	http://www.samba.org/cgi-bin/cvsweb/samba/source/rpcclient/cmd_reg.c?r1=1.35&r2=1.36
cmd_wkssvc.c		1.11 => 1.12
	http://www.samba.org/cgi-bin/cvsweb/samba/source/rpcclient/cmd_wkssvc.c?r1=1.11&r2=1.12
rpcclient.c		1.140 => 1.141
	http://www.samba.org/cgi-bin/cvsweb/samba/source/rpcclient/rpcclient.c?r1=1.140&r2=1.141




More information about the samba-cvs mailing list