index
:
dropbear
bindtodevice
master
Smallish SSH server and client
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
random.c
Age
Commit message (
Expand
)
Author
2013-04-02
fix tabs
Matt Johnston
2013-04-02
Fix segfault when /dev/urandom isn't writable
Matt Johnston
2013-03-21
Make sure "struct timeval" is initialised on OS X to avoid valgrind warnings
Matt Johnston
2013-03-19
Include /proc/vmstat as another random source
Matt Johnston
2013-03-11
fix signedness error in prototype
Matt Johnston
2013-02-23
add loadavg and entropy_avail as sources
Matt Johnston
2012-07-19
/dev/random blocks on busy servers too.
Matt Johnston
2012-06-30
Add a few more files in /proc for Linux
Matt Johnston
2012-06-29
Improve RNG seeding.
Matt Johnston
2011-02-27
- Fix DROPBEAR_PRNGD_SOCKET since it doesn't need to call connect()
Matt Johnston
2011-02-23
Improve capitalisation for all logged strings
Matt Johnston
2007-08-16
propagate from branch 'au.asn.ucc.matt.dropbear' (head 8a7db1e2fdc5636abb338a...
Matt Johnston
2007-07-19
Just use /dev/urandom since that's what everyone ends up using anyway.
Matt Johnston
2007-04-16
Add -u option to specify /dev/urandom instead
Matt Johnston
2007-02-16
Fix for -pedantic -ansi compilation, change // to /**/, plus some signedness
Matt Johnston
2007-02-03
Remove extraneous tests in random mpint generation,
Matt Johnston
2006-06-06
propagate from branch 'au.asn.ucc.matt.dropbear' (head 138a11bc1e2babcd8b1182...
Matt Johnston
2006-03-26
A few more fixups, make sure that variable declarations are the
Matt Johnston
2006-03-22
minor cleanups for some warnings
Matt Johnston
2006-03-21
propagate from branch 'au.asn.ucc.matt.dropbear' (head 0501e6f661b5415eb76f3b...
Matt Johnston
2006-02-11
Only read /dev/random once when the program starts
Matt Johnston
2005-07-18
- progress towards client agent forwarding
Matt Johnston
2005-05-10
* add a "label" argument to printhex()
Matt Johnston
2005-05-05
merge of 6b56bdff53b47ae7366d93b496ce353d9e3753dc
Matt Johnston
2005-05-05
- refactored random mp_int generation and byte->mp_int code
Matt Johnston
2005-04-24
* warn if we seem to be blocking on /dev/random
Matt Johnston
2004-12-27
random.c: fix missed instance of DROPBEAR_EGD_SOCKET
Matt Johnston
2004-12-20
Cleaned up the random code, use /dev/random by default,
Matt Johnston
2004-08-12
Merging in the changes from 0.41-0.43 main Dropbear tree
Matt Johnston
2004-06-01
Makefile.in contains updated files required
Matt Johnston