Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/fsirand Remove the SECURITY CONSIDERATIONS section whic...



details:   https://anonhg.NetBSD.org/src/rev/292d8cec310b
branches:  trunk
changeset: 582041:292d8cec310b
user:      peter <peter%NetBSD.org@localhost>
date:      Tue Jun 14 14:02:12 2005 +0000

description:
Remove the SECURITY CONSIDERATIONS section which stated that the
implementation didn't used a good random generator, this is not true
anymore since arc4random(3) is used these days.

Pointed out by Jeff Ito in PR/30321

diffstat:

 sbin/fsirand/fsirand.8 |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (16 lines):

diff -r b5d0fec3761a -r 292d8cec310b sbin/fsirand/fsirand.8
--- a/sbin/fsirand/fsirand.8    Tue Jun 14 13:55:59 2005 +0000
+++ b/sbin/fsirand/fsirand.8    Tue Jun 14 14:02:12 2005 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: fsirand.8,v 1.7 2001/11/16 04:25:43 lukem Exp $
+.\"    $NetBSD: fsirand.8,v 1.8 2005/06/14 14:02:12 peter Exp $
 .\"
 .\" Copyright (c) 1997 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -87,6 +87,3 @@
 .Sh SEE ALSO
 .Xr fsck_ffs 8 ,
 .Xr newfs 8
-.Sh SECURITY CONSIDERATIONS
-The current implementation does not use a good random number generator,
-so the randomization can be predicted.



Home | Main Index | Thread Index | Old Index