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