1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source3/libsmb
Jeremy Allison f888868f46 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.
(This used to be commit 2d77445400)
1998-05-12 00:55:32 +00:00
..
clientgen.c This is a security audit change of the main source. 1998-05-12 00:55:32 +00:00
credentials.c This is a security audit change of the main source. 1998-05-12 00:55:32 +00:00
namequery.c This is a security audit change of the main source. 1998-05-12 00:55:32 +00:00
nmblib.c This is a security audit change of the main source. 1998-05-12 00:55:32 +00:00
nterr.c This is a security audit change of the main source. 1998-05-12 00:55:32 +00:00
smbdes.c This is the checkin that adds the security=domain functionality. 1998-04-29 00:02:57 +00:00
smbencrypt.c This is *not* a big change (although it looks like one). 1998-01-22 13:27:43 +00:00
smberr.c This is a security audit change of the main source. 1998-05-12 00:55:32 +00:00