log random.c @ 709:abd99ecd7ec2

age author description
Tue, 19 Mar 2013 19:47:29 +0800 Matt Johnston Include /proc/vmstat as another random source
Mon, 11 Mar 2013 23:07:45 +0800 Matt Johnston fix signedness error in prototype
Sat, 23 Feb 2013 10:27:49 +0800 Matt Johnston add loadavg and entropy_avail as sources
Thu, 19 Jul 2012 21:34:27 +0800 Matt Johnston /dev/random blocks on busy servers too.
Sat, 30 Jun 2012 22:12:28 +0800 Matt Johnston Add a few more files in /proc for Linux
Fri, 29 Jun 2012 23:19:43 +0800 Matt Johnston Improve RNG seeding.
Mon, 21 Nov 2011 19:52:28 +0800 Matt Johnston - Update tfm changes to current default tip dropbear-tfm
Mon, 21 Nov 2011 19:19:57 +0800 Matt Johnston - Bring in original tomsfastmath patch against 0.52 from Peter Turczak dropbear-tfm
Sun, 27 Feb 2011 13:12:17 +0000 Matt Johnston - Fix DROPBEAR_PRNGD_SOCKET since it doesn't need to call connect()
Wed, 23 Feb 2011 15:50:30 +0000 Matt Johnston Improve capitalisation for all logged strings
Thu, 16 Aug 2007 13:34:37 +0000 Matt Johnston propagate from branch 'au.asn.ucc.matt.dropbear' (head 8a7db1e2fdc5636abb338adb636babc32f465739) agent-client
Thu, 19 Jul 2007 15:47:32 +0000 Matt Johnston Just use /dev/urandom since that's what everyone ends up using anyway.
Mon, 16 Apr 2007 13:39:50 +0000 Matt Johnston Add -u option to specify /dev/urandom instead
Fri, 16 Feb 2007 14:42:08 +0000 Matt Johnston Fix for -pedantic -ansi compilation, change // to /**/, plus some signedness
Sat, 03 Feb 2007 13:23:18 +0000 Matt Johnston Remove extraneous tests in random mpint generation,