CVS update: samba/source/nsswitch

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


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

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

Modified Files:
	winbind_nss.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:
winbind_nss.c		1.6 => 1.7
	http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbind_nss.c?r1=1.6&r2=1.7




More information about the samba-cvs mailing list