CVS update: samba/source

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


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

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

Modified Files:
      Tag: BRANCH_1_9_18
	cgi.c charset.c chgpasswd.c client.c clientgen.c clientutil.c 
	clitar.c credentials.c dir.c includes.h ipc.c kanji.c 
	loadparm.c locking_shm.c locking_slow.c make_printerdef.c 
	make_smbcodepage.c mangle.c namequery.c nmbd.c 
	nmbd_become_lmb.c nmbd_browsesync.c nmbd_incomingrequests.c 
	nmbd_namelistdb.c nmbd_packets.c nmbd_processlogon.c 
	nmbd_serverlistdb.c nmbd_winsserver.c nmblib.c nmblookup.c 
	ntclient.c password.c pcap.c pipes.c printing.c proto.h 
	quotas.c reply.c server.c shmem.c smberr.c smbmount.c 
	smbpass.c smbpasswd.c smbumount.c status.c testparm.c time.c 
	torture.c trans2.c util.c vt_mode.c wsmbstatus.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