1. 11e37f6 - Only set define entropy collection macros if they are found by Damien Miller · 24 years ago
  2. 193ba88 - Add tests for RAND_add function when searching for OpenSSL by Damien Miller · 24 years ago
  3. 70494d1 - Disable tests and typedefs for 64 bit types. They are currently unused. by Damien Miller · 24 years ago
  4. 040f383 - Wrote entropy collection routines for systems that lack /dev/random by Damien Miller · 24 years ago
  5. a208e57 Test RSA_private_decrypt when searching for OpenSSL by Damien Miller · 24 years ago
  6. d6121d2 - Checks for 64 bit int types. Problem report from Mats Fredholm by Damien Miller · 24 years ago
  7. 29ea30d - Clarified --with-default-path option. by Damien Miller · 24 years ago
  8. 166bd44 - Propogate LD through to Makefile by Damien Miller · 24 years ago
  9. 08c788a - Fixed configure not passing LDFLAGS to Solaris. Report from David G. by Damien Miller · 24 years ago
  10. 856799b - Configure fix from Bratislav ILICH <bilic@zepter.ru> by Damien Miller · 24 years ago
  11. 8b1c22b - Created contrib/ subdirectory. Included helpers from Phil Hands' by Damien Miller · 24 years ago
  12. a1ad480 - Fix broken CFLAGS handling during search for OpenSSL. Fixes va_list by Damien Miller · 24 years ago
  13. 086b171 *** empty log message *** by Damien Miller · 24 years ago
  14. db81959 - Include /usr/local/include and /usr/local/lib for systems that don't by Damien Miller · 24 years ago
  15. 7bcb089 - IPv6 workarounds from Hideaki YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp> by Damien Miller · 24 years ago
  16. d58b3ab More config fixes by Damien Miller · 24 years ago
  17. b85dcad - Detect RSAref by Damien Miller · 24 years ago
  18. 8f975b6 - Removed warning workaround for Linux and devpts filesystems (no longer by Damien Miller · 24 years ago
  19. 1a07ebd - Configure fix from Hiroshi Takekawa <takekawa@sr3.t.u-tokyo.ac.jp> by Damien Miller · 24 years ago
  20. 65165f8 - Check for libwrap if --with-tcp-wrappers option specified. Suggestion by Damien Miller · 24 years ago
  21. 9fb07e4 - Check for getpagesize in libucb.a if not found in libc. Fix for old by Damien Miller · 24 years ago
  22. fac99cd - Explicitly seed OpenSSL's PRNG before checking rsa_alive() by Damien Miller · 24 years ago
  23. 204ad07 - Warning was valid - possible race condition on PTYs. Avoided using by Damien Miller · 25 years ago
  24. a22ba01 - Big cleanup of autoconf code by Damien Miller · 25 years ago
  25. 36143d7 - Removed SOCKS code. Will support through a ProxyCommand. by Damien Miller · 25 years ago
  26. 0c0e4bf - Add --with-ssl-dir option by Damien Miller · 25 years ago
  27. c85f9b4 - Added note in UPGRADING re interop with commercial SSH using idea. by Damien Miller · 25 years ago
  28. 27f4c78 - NeXT keeps it lastlog in /usr/adm. Report from mouring@newton.pconline.com by Damien Miller · 25 years ago
  29. 0e1cf7c - Use preformatted manpages on SCO, report from Gary E. Miller by Damien Miller · 25 years ago
  30. 1fa154b - AIX patch from Matt Richards <v2matt@btv.ibm.com> and David Rankin by Damien Miller · 25 years ago
  31. 0727893 - Make IPv4 use the default in RPM packages - Irix uses preformatted manpages by Damien Miller · 25 years ago
  32. 670a4b8 - Merge preformatted manpage patch from Andre Lucas by Damien Miller · 25 years ago
  33. ee1c0b3 - NetBSD patch from David Rankin <drankin@bohemians.lexington.ky.us> and by Damien Miller · 25 years ago
  34. eca71f8 - Don't use getaddrinfo on AIX by Damien Miller · 25 years ago
  35. 7d80e34 - Linux/glibc-2.1.2 takes a *long* time to look up names for AF_UNSPEC by Damien Miller · 25 years ago
  36. eaf9994 - SCO compile fixes from Gary E. Miller <gem@rellim.com> by Damien Miller · 25 years ago
  37. e0f4574 - Compile fix for HPUX and Solaris from Andre Lucas by Damien Miller · 25 years ago
  38. dbd250f - Fixed --with-pid-dir option by Damien Miller · 25 years ago
  39. b13c73e - Substitute PID directory in sshd.8. Suggestion from Andrew by Damien Miller · 25 years ago
  40. 6640995 - Patch from Christos Zoulas <christos@zoulas.com> by Damien Miller · 25 years ago
  41. d426ed6 - Fix --with-ipaddr-display option test. Fix from Jarno Huuskonen by Damien Miller · 25 years ago
  42. 834171e - Revert __snprintf -> snprintf aliasing. Apparently Solaris by Damien Miller · 25 years ago
  43. 62a52ef - Compilation fix from Kiyokazu SUTO <suto@ks-and-ks.ne.jp> by Damien Miller · 25 years ago
  44. 5eed6a2 - Renamed --with-xauth-path to --with-xauth by Damien Miller · 25 years ago
  45. b29ea91 - Add --with-xauth-path configure directive and explicit test for by Damien Miller · 25 years ago
  46. 34132e5 - Merged OpenBSD IPv6 patch: by Damien Miller · 25 years ago
  47. 75b1d10 - Solaris build fix from Gary E. Miller <gem@rellim.com> by Damien Miller · 25 years ago
  48. 105b7f0 - Better KrbIV / AFS detection, based on patch from: by Damien Miller · 25 years ago
  49. 1808f38 - Fixed annoying DES corruption problem. libcrypt has been by Damien Miller · 25 years ago
  50. 6b85a7f - Added support for directory-based lastlogs by Damien Miller · 25 years ago
  51. aa7b64d - Remove test for quad_t. No longer needed. by Damien Miller · 25 years ago
  52. e7f626c - Really fix broken default path. Fix from Jim Knoble <jmknoble@pobox.com> by Damien Miller · 25 years ago
  53. 3131d8b - Fill in ut_utaddr utmp field. Report from Benjamin Charron by Damien Miller · 25 years ago
  54. f3e8be8 - Fix broken autoconf typedef detection. Report from Marc G. by Damien Miller · 25 years ago
  55. 8bdeee2 - Merged Dante SOCKS support patch from David Rankin by Damien Miller · 25 years ago
  56. 9505851 - Detect missing size_t and typedef it. by Damien Miller · 25 years ago
  57. d00d161 - Print whether OpenSSH was compiled with RSARef, patch from by Damien Miller · 25 years ago
  58. e79334a - Autodetect perl, patch from David Rankin by Damien Miller · 25 years ago
  59. 9550a76 - Applied another NetBSD portability patch from David Rankin by Damien Miller · 25 years ago
  60. 74d0d4a - Merged AIX patch from Darren Hall <dhall@virage.org> - Cleaned up defines.h by Damien Miller · 25 years ago
  61. beb4ba5 - Portability fixes for Irix 5.3 (now compiles OK!) by Damien Miller · 25 years ago
  62. 4ff2b9b - NetBSD login.c compile fix from David Rankin by Damien Miller · 25 years ago
  63. 13bc0be - Replacement for getpagesize() for systems which lack it by Damien Miller · 25 years ago
  64. 5a3e683 - Added --with-default-path to specify custom path for server by Damien Miller · 25 years ago
  65. 32b3cf2 19991226 by Damien Miller · 25 years ago
  66. 2e1b082 - Prepare for 1.2.1pre20 by Damien Miller · 25 years ago
  67. 76112de - Integration of large HPUX patch from Andre Lucas by Damien Miller · 25 years ago
  68. 368cf64 Made utmpx optional by Damien Miller · 25 years ago
  69. 3b9d5e9 - Added better test for inline functions compiler support from by Damien Miller · 25 years ago
  70. 84093e9 - Integrated patchs from Juergen Keil <jk@tools.de> by Damien Miller · 25 years ago
  71. 6ae00d6 - Some older systems don't have poll.h, they use sys/poll.h instead by Damien Miller · 25 years ago
  72. c6b3bbe - Fix compilation on systems with AFS. Reported by by Damien Miller · 25 years ago
  73. d7f6615 - Applied patch from David Rankin <drankin@bohemians.lexington.ky.us> by Damien Miller · 25 years ago
  74. bf1c9b2 - Import of patch from Ben Taylor <bent@clark.net>: by Damien Miller · 25 years ago
  75. fce1648 - Compile fix for Solaris with /dev/ptmx from by Damien Miller · 25 years ago
  76. 037a0dc - Merged more OpenBSD changes: by Damien Miller · 25 years ago
  77. 42b81ff - Add definition for __P() by Damien Miller · 25 years ago
  78. 98ac007 Removed old with-askpass option by Damien Miller · 25 years ago
  79. 063fdf8 - Merged beginnings of AIX support from Tor-Ake Fransson <torake@hotmail.com> by Damien Miller · 25 years ago
  80. d8087f6 - Added BSD compatible install program and autoconf test, thanks to by Damien Miller · 25 years ago
  81. 95def09 - Merged very large OpenBSD source code reformat by Damien Miller · 25 years ago
  82. 3744b51 - Numerous little Solaris fixes by Damien Miller · 25 years ago
  83. f7c0f82 by Damien Miller · 25 years ago
  84. d770252 - Added a setenv replacement for systems which lack it by Damien Miller · 25 years ago
  85. 859cec0 - Added autoconf test and macro to deal with old PAM libraries by Damien Miller · 25 years ago
  86. b3ca3aa - Added OpenBSD bsd-strlcat.c, created bsd-strlcat.h by Damien Miller · 25 years ago
  87. c6398ef - Merged more Solaris support from Marc G. Fournier by Damien Miller · 25 years ago
  88. 36fb30f Die if lastlog not found by Damien Miller · 25 years ago
  89. dd1c7ba - Added non-PAM MD5 password support patch from Tudor Bosman <tudorb@jm.nu> by Damien Miller · 25 years ago
  90. 04f8014 - Renamed BSD helper function files to bsd-* by Damien Miller · 25 years ago
  91. 8029775 - Added autoconf option to enable Kerberos 4 support (untested) by Damien Miller · 25 years ago
  92. 4874c79 - Fix some Linux libc5 problems reported by Miles Wilson <mw@mctitle.com> by Damien Miller · 25 years ago
  93. 3f90587 - Merged more Solaris compability from Marc G. Fournier by Damien Miller · 25 years ago
  94. 3bd49ec - Various small cleanups to bring diff (against OpenBSD) size down. by Damien Miller · 25 years ago
  95. cedfecc Further cleanup of askpass autoconf support, enable GNOME askpass option by Damien Miller · 25 years ago
  96. d05a247 - Merged OpenBSD CVS changes: by Damien Miller · 25 years ago
  97. 0a6e668 Solaris compile fixes by Damien Miller · 25 years ago
  98. 2cb210f - Added shadow password patch from Thomas Neumann <tom@smart.ruhr.de> by Damien Miller · 25 years ago
  99. 06e4293 askpass install fix by Damien Miller · 25 years ago
  100. 3d1b22c - Make ssh-askpass support optional through autoconf by Damien Miller · 25 years ago