Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
openssh
/
a69812707d34c979a2435d5147ba245c625c352a
/
entropy.c
ff22df5
- (djm) [entropy.c] cast OPENSSL_VERSION_NUMBER to u_long to avoid
by Damien Miller
· 14 years ago
a8d51ee
- (dtucker) [entropy.c scard-opensc.c ssh-rand-helper.c] Bug #1294: include
by Darren Tucker
· 18 years ago
23dd658
- (dtucker) [entropy.c] Bug #1238: include signal.h to fix compilation error
by Darren Tucker
· 18 years ago
ded319c
- (djm) [audit-bsm.c audit.c auth-bsdauth.c auth-chall.c auth-pam.c]
by Damien Miller
· 18 years ago
ecf28ba
- (dtucker) [entropy.c] Needs unistd.h too.
by Darren Tucker
· 18 years ago
4cbfe8e
- (djm) [auth-pam.c auth.c bufaux.h entropy.c openbsd-compat/port-tun.c]
by Damien Miller
· 18 years ago
e0e4aad
- (dtucker) [entropy.c] More fcntl.h, this time on AIX (and probably
by Darren Tucker
· 18 years ago
b0fb687
- deraadt@cvs.openbsd.org 2006/03/19 18:51:18
by Damien Miller
· 19 years ago
d82cbcb
- (dtucker) [entropy.c] Add headers for WIFEXITED and friends.
by Darren Tucker
· 19 years ago
46e7ba5
- (dtucker) [entropy.c] Use u_char for receiving RNG seed for consistency
by Darren Tucker
· 19 years ago
c6f8219
- (dtucker) [entropy.c entropy.h sshd.c] Pass RNG seed to the reexec'ed
by Darren Tucker
· 19 years ago
f1377bd
- (dtucker) [entropy.c] Remove unnecessary tests for getuid and geteuid
by Darren Tucker
· 19 years ago
b6f72f5
-(djm) [audit.c auth1.c auth2.c entropy.c loginrec.c serverloop.c]
by Damien Miller
· 19 years ago
787b2ec
more whitespace (tabs this time)
by Damien Miller
· 21 years ago
a8e06ce
- djm@cvs.openbsd.org 2003/11/21 11:57:03
by Damien Miller
· 21 years ago
5ade9ab
- (bal) redo how we handle 'mysignal()'. Move it to
by Ben Lindstrom
· 21 years ago
c46b6bc
- (djm) A few type mismatch fixes from Bug #565
by Damien Miller
· 21 years ago
5a6abda
unexpand
by Ben Lindstrom
· 22 years ago
f02dccc
by Tim Rice
· 23 years ago
a370f4d
- (djm) Avoid SIGCHLD breakage when run from rsync. Fix from
by Damien Miller
· 23 years ago
5819307
- (stevesk) entropy.c: typo in debug message
by Kevin Steves
· 23 years ago
6c21c51
- (djm) autoconf hacking:
by Damien Miller
· 23 years ago
62116dc
- (djm) Ignore fix & patchlevel in OpenSSL version check. Patch from
by Damien Miller
· 23 years ago
2ab5924
- (djm) Fix interrupted read in entropy gatherer. Spotted by markus@ on
by Damien Miller
· 23 years ago
79b332d
- (djm) Fix a few warnings the above turned up
by Damien Miller
· 23 years ago
60bc517
- (djm) Seed PRNG at startup, rather than waiting for arc4random calls to
by Damien Miller
· 24 years ago
d0ccb98
- Allow PRNGd entropy collection from localhost TCP socket. Replace
by Damien Miller
· 24 years ago
3456d32
avoid warning
by Damien Miller
· 24 years ago
248131a
- (djm) Warning fix on entropy.c saved uid stuff. Patch from Mark Miller
by Damien Miller
· 24 years ago
767c7fc
- (djm) fatal() on OpenSSL version mismatch
by Damien Miller
· 24 years ago
fbd884a
- (djm) Fix up POSIX saved uid support. Report from Mark Miller
by Damien Miller
· 24 years ago
bb7c976
- (djm) Some systems (SCO3, NeXT) have weird saved uid semantics.
by Damien Miller
· 24 years ago
4679f5b
- (stevesk) entropy.c: typo; should be SIGPIPE
by Kevin Steves
· 24 years ago
a1072a8
- (djm) Move entropy.c over to mysignal()
by Damien Miller
· 24 years ago
b3ffc5f
- (djm) Robustify EGD/PRNGd code in face of socket closures. Patch from
by Damien Miller
· 24 years ago
ef4eea9
- stevesk@cvs.openbsd.org 2001/02/04 08:32:27
by Kevin Steves
· 24 years ago
cb57733
20010123
by Ben Lindstrom
· 24 years ago
226cfa0
Hopefully things did not get mixed around too much. It compiles under
by Ben Lindstrom
· 24 years ago
21de450
- (djm) Only write random seed file at exit
by Damien Miller
· 24 years ago
d592b63
give up privs when reading seed file
by Damien Miller
· 24 years ago
52dc96b
- (djm) Make inability to read/write PRNG seedfile non-fatal
by Damien Miller
· 24 years ago
cb5e44a
- (djm) Clean up. Strip some unnecessary differences with OpenBSD's code,
by Damien Miller
· 24 years ago
9d5705a
- (djm) Add Steve VanDevender's <stevev@darkwing.uoregon.edu> PAM
by Damien Miller
· 24 years ago
ecbb26d
- Fixes for SunOS 4.1.4 from Gordon Atwood <gordon@cs.ualberta.ca>
by Damien Miller
· 24 years ago
f9b625c
- (djm) Fix pam sprintf fix
by Damien Miller
· 24 years ago
0800647
Fix fixed egd code
by Damien Miller
· 24 years ago
6468125
- (djm) Make EGD failures non-fatal if OpenSSL's entropy pool is still OK
by Damien Miller
· 24 years ago
7b22d65
- (djm) Add summary of configure options to end of ./configure run
by Damien Miller
· 24 years ago
14c12cb
- (djm) Cleanup of entropy.c. Reorganised code, removed second pass through
by Damien Miller
· 24 years ago
1ea8ac7
- Fix EGD read bug by IWAMURO Motonori <iwa@mmp.fujitsu.co.jp>
by Damien Miller
· 24 years ago
f3c6cf1
- Avoid WCOREDUMP complation errors for systems that lack it
by Damien Miller
· 24 years ago
8d1fd57
- Fix from Andre Lucas <andre.lucas@dial.pipex.com>
by Damien Miller
· 24 years ago
accfeb3
- Fix for prng_seed permissions checking from Lutz Jaenicke
by Damien Miller
· 24 years ago
0437b33
- Add Andre Lucas' <andre.lucas@dial.pipex.com> patch to read entropy
by Damien Miller
· 25 years ago
fc0b11b
- Irix portability fixes - don't include netinet headers more than once
by Damien Miller
· 25 years ago
4018c19
- Integrate Andre Lucas' <andre.lucas@dial.pipex.com> entropy collection
by Damien Miller
· 25 years ago
5f05637
- Reduce diff against OpenBSD source
by Damien Miller
· 25 years ago
bc7c7cc
- Avoid some compiler warnings in fake-get*.c
by Damien Miller
· 25 years ago
74a333b
- Generate manpages before make install not at the end of make all
by Damien Miller
· 25 years ago
ecf6240
remove debugging junk
by Damien Miller
· 25 years ago
040f383
- Wrote entropy collection routines for systems that lack /dev/random
by Damien Miller
· 25 years ago