1. dbcea87 - (bal) fixpaths fixed to stop it from quitely failing. Patch by by Ben Lindstrom · 24 years ago
  2. 89ef41a - (bal) acconfig.in - removed the double "USE_PIPES" entry. Patch by by Ben Lindstrom · 24 years ago
  3. df4a7ae HP-UX 11 supports PAM. by Kevin Steves · 24 years ago
  4. 2ed9818 - (bal) typo in configure.in in regards to --with-ldflags from Marko by Ben Lindstrom · 24 years ago
  5. 6bad177 Prepare for release by Damien Miller · 24 years ago
  6. 2b023d8 Whoops, forgot changelog by Damien Miller · 24 years ago
  7. 969c07e - (djm) Fix multiple dependancy on gnome-libs from Pekka Savola by Damien Miller · 24 years ago
  8. ab36050 Remove UPGRADING from spec files by Damien Miller · 24 years ago
  9. 6604fad - (djm) Remove UPGRADING document in favour of a link to the better by Damien Miller · 24 years ago
  10. 389edc4 - (djm) Manually fix up missed diff hunks (mainly RCS idents) by Damien Miller · 24 years ago
  11. c78abaa - (djm) Use Jim's new 1.0.3 askpass in Redhat RPMs by Damien Miller · 24 years ago
  12. e4c82b5 - (bal) Missed auth-skey.o in Makefile.in and minor correction to by Ben Lindstrom · 24 years ago
  13. 85b3db6 - (stevesk) pty.c: use __hpux to identify HP-UX. by Kevin Steves · 24 years ago
  14. 67e21e1 - (bal) Reworked NEWS-OS and NeXT ports to extract waitpid() and by Ben Lindstrom · 24 years ago
  15. fd49605 - (bal) auth2-skey.c - Checked in. Missing from portable tree. by Ben Lindstrom · 24 years ago
  16. f2de06b - (bal) Sync with OpenBSD: by Ben Lindstrom · 24 years ago
  17. 2791cd5 - (bal) next-posix.h - spelling and forgot a prototype by Ben Lindstrom · 24 years ago
  18. 23e1371 by Ben Lindstrom · 24 years ago
  19. 9be6e26 - (stevesk) Create contrib/cygwin/ directory; patch from by Kevin Steves · 24 years ago
  20. a58e0af - (stevesk) Fix typo in auth.c: USE_PAM not PAM by Kevin Steves · 24 years ago
  21. 95c7b4d fix by Damien Miller · 24 years ago
  22. d425d4d - (djm) authctxt->pw may be NULL. Fix from Markus Friedl by Damien Miller · 24 years ago
  23. 69b69aa - (djm) Sync with OpenBSD: by Damien Miller · 24 years ago
  24. c05e018 - (djm) Fix mangled AIXAUTHENTICATE code by Damien Miller · 24 years ago
  25. 6bd90df - (djm) fix select hack in serverloop.c from Philippe WILLEM by Damien Miller · 24 years ago
  26. e95b52e Change of employer :) by Damien Miller · 24 years ago
  27. 656d717 - (djm) Increase REKEY_BYTES to 2^24 for arc4random by Damien Miller · 24 years ago
  28. 76020ba - (bal) Added USE_PIPS defined to NeXT configure.in since scp hangs randomly. by Ben Lindstrom · 24 years ago
  29. df1b645 Reword by Damien Miller · 24 years ago
  30. 6f9c337 - (djm) Added WARNING.RNG file and modified configure to ask users of the by Damien Miller · 24 years ago
  31. e5a8525 by Ben Lindstrom · 24 years ago
  32. 81fa28a - (djm) Don't define _REENTRANT for SNI/Reliant Unix by Damien Miller · 24 years ago
  33. ac09665 formatting change for contrib/hpux/README by Kevin Steves · 24 years ago
  34. ee184da - (stevesk) Add egd startup scripts to contrib/hpux/ by Kevin Steves · 24 years ago
  35. 8848b24 - (stevesk) Add initial support for setproctitle(). Current by Kevin Steves · 24 years ago
  36. b562864 - (bal) Changed from GNU rx to PCRE on suggestion from djm. by Ben Lindstrom · 24 years ago
  37. 2594de8 - (djm) Don't rely on atomicio's retval to determine length of askpass by Damien Miller · 24 years ago
  38. ef767ac - (djm) Add -lregex to cywin libs from Corinna Vinschen by Damien Miller · 24 years ago
  39. 52dc96b - (djm) Make inability to read/write PRNG seedfile non-fatal by Damien Miller · 24 years ago
  40. ff649d8 - (djm) Merge some of Nalin Dahyabhai <nalin@redhat.com> changes from the by Damien Miller · 24 years ago
  41. 2b2cf52 - Added condrestart to Redhat init script. Patch from Pekka Savola by Damien Miller · 24 years ago
  42. cd57198 oops - forgot to commit by Damien Miller · 24 years ago
  43. 50a41ed - (djm) Sync with OpenBSD: by Damien Miller · 24 years ago
  44. 5993935 - (djm) Fix ssh2 hang on background processes at logout. by Damien Miller · 24 years ago
  45. b4df15d - (bal) Add support for realpath and getcwd for platforms with broken by Ben Lindstrom · 24 years ago
  46. ca1c2a0 Add support for GNU rx library for those lacking regexp support by Ben Lindstrom · 24 years ago
  47. e0f4914 - (stevesk) Display correct path to ssh-askpass in configure output. by Kevin Steves · 24 years ago
  48. c368a3c comparing against buf and not hostname; openbsd tree has this problem also. by Kevin Steves · 24 years ago
  49. 8d3ebb4 get_last_login_time() called twice. by Kevin Steves · 24 years ago
  50. 6beac8c function prototype and definition consistency cleanup. by Kevin Steves · 24 years ago
  51. 092f2ef - (stevesk) ~/.hushlogin shouldn't cause required password change to by Kevin Steves · 24 years ago
  52. f16b9d2 - (stevesk) rijndael.c: cleanup missing declaration warnings. by Kevin Steves · 24 years ago
  53. cee23de - (stevesk) Include config.h in rijndael.c so we define intXX_t and by Kevin Steves · 24 years ago
  54. e4041c9 - (djm) Fix scp user@host handling by Damien Miller · 24 years ago
  55. 874d77b - (djm) Big OpenBSD sync: by Damien Miller · 24 years ago
  56. 89d9796 - (djm) Add workaround for Linux 2.4's gratuitious errno change. Patch by Damien Miller · 24 years ago
  57. 15b2952 - (djm) Revert SSH2 serverloop hack, will find a better way. by Damien Miller · 24 years ago
  58. 60819b4 - (djm) Don't accept PAM_PROMPT_ECHO_ON messages during initial auth by Damien Miller · 24 years ago
  59. 48b7cc0 - (stevesk) Fix detection of pw_class struct member in configure; by Kevin Steves · 24 years ago
  60. cccca27 - (stevesk) Print PAM return value in PAM log messages to aid by Kevin Steves · 24 years ago
  61. e68f92b - (djm) Add host system and CC to end-of-configure report. Suggested by by Damien Miller · 24 years ago
  62. 05dd795 - (djm) Cygwin fixes from Corinna Vinschen <vinschen@cygnus.com> by Damien Miller · 24 years ago
  63. 87f43ff Forgot to commit changelog from loginrec changes by Damien Miller · 24 years ago
  64. f5a8147 - (djm) Irix strips "/dev/tty" from [uw]tmp entries (other systems only by Damien Miller · 24 years ago
  65. 51155a7 - (djm) Add LICENSE to RPM spec files by Damien Miller · 24 years ago
  66. 7294baa - (djm) Forgot to cvs add LICENSE file by Damien Miller · 24 years ago
  67. b27ef9e - (djm) Add recent InitScripts as a RPM dependancy for openssh-server by Damien Miller · 24 years ago
  68. 29d6469 forgot this by Damien Miller · 24 years ago
  69. d344494 - (djm) CVS OpenBSD sync: by Damien Miller · 24 years ago
  70. cf3888d - (djm) Ignore SIGPIPEs from serverloop to child. Fixes crashes with by Damien Miller · 24 years ago
  71. b88532e oops, forgot changelog by Damien Miller · 24 years ago
  72. 3dfb0dd - (djm) Support in bsd-snprintf.c for long long conversions from by Damien Miller · 24 years ago
  73. bea034a oops by Damien Miller · 24 years ago
  74. 190d5a8 - (djm) Irix ssh_prng_cmds path fix from Pekka Savola <pekkas@netcore.fi> by Damien Miller · 24 years ago
  75. 78315eb - (djm) Merged big SCO portability patch from Tim Rice by Damien Miller · 24 years ago
  76. cb5e44a - (djm) Clean up. Strip some unnecessary differences with OpenBSD's code, by Damien Miller · 24 years ago
  77. 280e71b Forgot the changelog by Damien Miller · 24 years ago
  78. e9edd7c - (djm) Another off-by-one fix from Pavel Kankovsky by Damien Miller · 24 years ago
  79. 15e7d4b - (djm) Fix SSH2 not terminating until all background tasks done problem. by Damien Miller · 24 years ago
  80. ecf5830 fix fix by Damien Miller · 24 years ago
  81. e772b68 - (djm) Security: fix off-by-one buffer overrun in fake-getnameinfo.c. by Damien Miller · 24 years ago
  82. b2033a4 - (djm) Define _REENTRANT by Damien Miller · 24 years ago
  83. 96f0c72 - (djm) Update X11-askpass to 1.0.2 in RPM spec file by Damien Miller · 24 years ago
  84. 89d3bd7 doh by Damien Miller · 24 years ago
  85. 80ecfe8 - (djm) Include strtok_r() from OpenBSD libc. Fixes report from Mark Miller by Damien Miller · 24 years ago
  86. 72c9a7e - (djm) Merged cleanup patch from Mark Miller <markm@swoon.net> by Damien Miller · 24 years ago
  87. 62cee00 - (djm) OpenBSD CVS sync: by Damien Miller · 24 years ago
  88. f056e23 - (djm) Use printf %lld instead of %qd in sftp-server.c. Fix from by Damien Miller · 24 years ago
  89. b9c2ce8 - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com> by Damien Miller · 24 years ago
  90. 62dd94b - (djm) Tweak password expiry checking at suggestion of Kevin Steves by Damien Miller · 24 years ago
  91. 578783e - (djm) Seperate tests for int64_t and u_int64_t types by Damien Miller · 24 years ago
  92. 9600233 - (djm) Redhat spec and manpage fixes from Pekka Savola <pekkas@netcore.fi> by Damien Miller · 24 years ago
  93. d6f204d - (djm) Fix address logging in utmp from Kevin Steves by Damien Miller · 24 years ago
  94. 337cf32 Cleanup by Damien Miller · 24 years ago
  95. f13f75d - (djm) Fix bad path substitution. Report from Andrew Miner by Damien Miller · 24 years ago
  96. a1b61e1 - (djm) Fix SSL search order from Lutz Jaenicke by Damien Miller · 24 years ago
  97. 2efcd3c - (djm) New SuSE spec from Corinna Vinschen <corinna@vinschen.de> by Damien Miller · 24 years ago
  98. f3b1c54 bye bye by Damien Miller · 24 years ago
  99. b70b61f - (djm) Update CygWin support from Corinna Vinschen <vinschen@cygnus.com> by Damien Miller · 24 years ago
  100. 52cbcbf - (djm) Use a real struct sockaddr inside the fake struct sockaddr_storage. by Damien Miller · 24 years ago