CVS update: samba/source/lib/rpc/parse

Jeremy Allison jra at samba.anu.edu.au
Tue May 12 10:55:24 EST 1998


Date:	Tuesday May 12, 1998 @ 10:55
Author:	jra

Update of /data/cvs/samba/source/lib/rpc/parse
In directory samba:/tmp/cvs-serv3553/lib/rpc/parse

Modified Files:
	parse_lsa.c parse_misc.c parse_samr.c 
Log Message:
This is a security audit change of the main 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.

Once Andrew has fixed the slprintf implementation then
this code will be moved back to the 1.9.18 code stream.

Jeremy.



More information about the samba-cvs mailing list