search for: entropy_sources

Displaying 2 results from an estimated 2 matches for "entropy_sources".

2000 May 12
1
Patch: OpenSSH 2.1.0 under Solaris 8, Solaris 7 and other systems , too
...- it works for me and my ssh_prng_cmds, YMMV: *** entropy.c.orig Tue May 2 01:56:41 2000 --- entropy.c Fri May 12 15:25:57 2000 *************** *** 225,233 **** --- 225,238 ---- } else { /* FIXME: turn this off later */ #if 1 + if (entropy_sources[c].args[2] != 0) debug("Command '%s %s %s' disabled (badness %d)", entropy_sources[c].path, entropy_sources[c].args[1], entropy_sources[c].args[2], entropy_sources[c].ba...
2000 May 12
1
Patch: OpenSSH 2.1.0 under Solaris 8, Solaris 7 and other sys tems, too
> -----Urspr?ngliche Nachricht----- > Von: Andre Lucas [SMTP:andre.lucas at dial.pipex.com] > Gesendet am: Freitag, 12. Mai 2000 16:37 > An: Bladt Norbert > Cc: 'Karsten Thygesen'; 'openssh-unix-dev at mindrot.org'; > 'carl at bl.echidna.id.au' > Betreff: Re: Patch: OpenSSH 2.1.0 under Solaris 8, Solaris 7 and > other systems, too > > Well