CVS update: samba/source

Andrew Tridgell tridge at samba.anu.edu.au
Mon May 11 16:35:36 EST 1998


Date:	Monday May 11, 1998 @ 16:35
Author:	tridge

Update of /data/cvs/samba/source
In directory samba:/tmp/cvs-serv8945

Modified Files:
      Tag: BRANCH_1_9_18
	Makefile charset.c client.c clientgen.c includes.h loadparm.c 
	message.c nmbd.c nmbd_serverlistdb.c nmblib.c password.c 
	printing.c proto.h reply.c server.c shmem_sysv.c smbmount.c 
	system.c trans2.c uid.c util.c 
Added Files:
      Tag: BRANCH_1_9_18
	slprintf.c 
Log Message:

changed to use slprintf() instead of sprintf() just about
everywhere. I've implemented slprintf() as a bounds checked sprintf()
using mprotect() and a non-writeable page.

This should prevent any sprintf based security holes.



More information about the samba-cvs mailing list