CVS update: samba/source/smbd

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


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

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

Modified Files:
	blocking.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:
blocking.c		1.16 => 1.17
	http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/blocking.c?r1=1.16&r2=1.17




More information about the samba-cvs mailing list