1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-07 17:18:11 +03:00
samba-mirror/source/utils
Andrew Tridgell 674ee2f1d1 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
0001-01-01 00:00:00 +00:00
..
debug2html.c first pass at updating head branch to be to be the same as the SAMBA_2_0 branch 0001-01-01 00:00:00 +00:00
make_printerdef.c Fixed parsing issue with HP printer defs reported by HP. 0001-01-01 00:00:00 +00:00
make_smbcodepage.c locking/posix.c: Fixed double-free nasty crash bug found by insure. 0001-01-01 00:00:00 +00:00
make_unicodemap.c locking/posix.c: Fixed double-free nasty crash bug found by insure. 0001-01-01 00:00:00 +00:00
nmblookup.c rpcclient/rpcclient.c: Non-void return in void function. 0001-01-01 00:00:00 +00:00
pdbedit.c Patch from Simo: 0001-01-01 00:00:00 +00:00
rpccheck.c Added JF's new util. 0001-01-01 00:00:00 +00:00
smbcacls.c next_token() was supposed to be a reentrant replacement for strtok(), 0001-01-01 00:00:00 +00:00
smbcontrol.c added a close-share smbcontrol message that forcibly closes a share in smbd (to allow unmount) 0001-01-01 00:00:00 +00:00
smbfilter.c playing with CAP_NT_SMBS 0001-01-01 00:00:00 +00:00
smbgroupedit.c Big cleanup of passdb and backends. 0001-01-01 00:00:00 +00:00
smbpasswd.c Patch from Simo: 0001-01-01 00:00:00 +00:00
smbw_sample.c fixed character set init in smbw_sample 0001-01-01 00:00:00 +00:00
status.c Renamed -d option (make verbose) on smbstatus to -v. 0001-01-01 00:00:00 +00:00
testparm.c initial support for paramter type P_LIST 0001-01-01 00:00:00 +00:00
testprns.c Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls. 0001-01-01 00:00:00 +00:00