summaryrefslogtreecommitdiffstats
path: root/ssh-rand-helper.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - (bal) "extration" -> "extraction" in ssh-rand-helper.c; repoted by johnBen Lindstrom2003-09-221-2/+2
| | | | on #unixhelp@efnet
* - (djm) s/get_progname/ssh_get_progname/g to avoid conflict with HeimdalDamien Miller2003-08-221-2/+2
| | | | -lbroken; ok dtucker
* - (dtucker) [ssh-rand-helper.c loginrec.c]Darren Tucker2003-07-061-4/+4
| | | | Apply atomicio typing change to these too.
* - (djm) A few type mismatch fixes from Bug #565Damien Miller2003-05-161-4/+4
|
* - (djm) Fix return value checks for RAND_bytes. Report fromDamien Miller2003-03-171-3/+5
| | | | Steve G <linux_4ever@yahoo.com>
* - (djm) Kill ssh-rand-helper children on timeout, patch fromDamien Miller2002-10-211-1/+2
| | | | dtucker@zip.com.au
* - (stevesk) [ssh-rand-helper.c] RAND_bytes() and SHA1_Final() unsignedKevin Steves2002-07-281-7/+6
| | | | char arg.
* unexpandBen Lindstrom2002-06-091-2/+2
|
* - (djm) ssh-rand-helper improvementsDamien Miller2002-04-141-13/+69
| | | | | | - Add commandline debugging options - Don't write binary data if stdout is a tty (use hex instead) - Give it a manpage
* - (djm) OpenBSD CVS SyncDamien Miller2002-02-101-2/+2
| | | | | | | - deraadt@cvs.openbsd.org 2002/02/09 17:37:34 [pathnames.h session.c ssh.1 sshd.8 sshd_config ssh-keyscan.1] move ssh config files to /etc/ssh - (djm) Adjust portable Makefile.in tnd ssh-rand-helper.c o match
* - (djm) Fix some bugs I introduced into ssh-rand-helper yesterdayDamien Miller2002-01-221-9/+5
|
* - (djm) Rework ssh-rand-helper:Damien Miller2002-01-211-348/+349
| | | | | | | | - Reduce quantity of ifdef code, in preparation for ssh_rand_conf - Always seed from system calls, even when doing PRNGd seeding - Tidy and comment #define knobs - Remove unused facility for multiple runs through command list - KNF, cleanup, update copyright
* - (stevesk) [Makefile.in ssh-rand-helper.c]Kevin Steves2001-12-251-1/+8
| | | | portable lib and __progname support for ssh-rand-helper; ok djm@
* - (djm) Ignore fix & patchlevel in OpenSSL version check. Patch fromDamien Miller2001-12-231-0/+805
solar@openwall.com - (djm) Rework entropy code. If the OpenSSL PRNG is has not been internally seeded, execute a subprogram "ssh-rand-helper" to obtain some entropy for us. Rewrite the old in-process entropy collecter as an example ssh-rand-helper. - (djm) Always perform ssh_prng_cmds path lookups in configure, even if we don't end up using ssh_prng_cmds (so we always get a valid file)