CVS update: samba/source/web

Jeremy Allison jra at samba.anu.edu.au
Wed May 13 08:53:20 EST 1998


Date:	Wednesday May 13, 1998 @ 8:53
Author:	jra

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

Modified Files:
      Tag: BRANCH_1_9_18
	cgi.c 
Log Message:
This is a security audit change of the 1.9.18 source.
It removed all ocurrences of the following functions :

sprintf
strcpy
strcat

The replacements are slprintf, safe_strcpy and safe_strcat.

It should not be possible to use code in Samba that uses
sprintf, strcpy or strcat, only the safe_equivalents.

Jeremy.



More information about the samba-cvs mailing list