Date: Sun, 4 Mar 2001 18:15:38 -0800 (PST) From: Kris Kennaway <kris@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ed cbc.c src/usr.sbin/pw pw_user.c src/usr.bin/newkey generic.c Message-ID: <200103050215.f252Fc097489@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
kris 2001/03/04 18:15:38 PST Modified files: bin/ed cbc.c usr.sbin/pw pw_user.c usr.bin/newkey generic.c Log: Switch from using rand() or random() to a stronger, more appropriate PRNG (random() or arc4random()) Reviewed by: bde Revision Changes Path 1.13 +2 -9 src/bin/ed/cbc.c 1.45 +3 -20 src/usr.sbin/pw/pw_user.c 1.4 +2 -11 src/usr.bin/newkey/generic.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103050215.f252Fc097489>