1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/source3/client
Andrew Tridgell 91b8a8d1d2 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
(This used to be commit 674ee2f1d1)
2001-06-21 09:10:42 +00:00
..
.cvsignore get away with dummy and .dummy files 1998-09-29 04:52:17 +00:00
client.c next_token() was supposed to be a reentrant replacement for strtok(), 2001-06-21 09:10:42 +00:00
clitar.c next_token() was supposed to be a reentrant replacement for strtok(), 2001-06-21 09:10:42 +00:00
smbmnt.c Got "medieval on our ass" about adding the -1 to slprintf. 2001-04-08 20:22:39 +00:00
smbmount.c a couple of minor merges from 2_2 2001-04-22 03:16:04 +00:00
smbspool.c More gcc compile on solaris tidyups. 2001-04-27 22:42:10 +00:00
smbumount.c first pass at updating head branch to be to be the same as the SAMBA_2_0 branch 1999-12-13 13:27:58 +00:00
testsmbc.c Fixes to testsmbc to ensure it will compile on SGI ... 2001-03-09 03:59:45 +00:00
tree.c Fix a small problem where tree.c was using the creation time to display, rather than modification time. Creation time is not returned by the SMB protocol. 2001-02-20 04:40:49 +00:00