1. e0f4914 - (stevesk) Display correct path to ssh-askpass in configure output. by Kevin Steves · 24 years ago
  2. 092f2ef - (stevesk) ~/.hushlogin shouldn't cause required password change to by Kevin Steves · 24 years ago
  3. f16b9d2 - (stevesk) rijndael.c: cleanup missing declaration warnings. by Kevin Steves · 24 years ago
  4. cee23de - (stevesk) Include config.h in rijndael.c so we define intXX_t and by Kevin Steves · 24 years ago
  5. e4041c9 - (djm) Fix scp user@host handling by Damien Miller · 24 years ago
  6. 874d77b - (djm) Big OpenBSD sync: by Damien Miller · 24 years ago
  7. 89d9796 - (djm) Add workaround for Linux 2.4's gratuitious errno change. Patch by Damien Miller · 24 years ago
  8. 15b2952 - (djm) Revert SSH2 serverloop hack, will find a better way. by Damien Miller · 24 years ago
  9. 60819b4 - (djm) Don't accept PAM_PROMPT_ECHO_ON messages during initial auth by Damien Miller · 24 years ago
  10. 48b7cc0 - (stevesk) Fix detection of pw_class struct member in configure; by Kevin Steves · 24 years ago
  11. cccca27 - (stevesk) Print PAM return value in PAM log messages to aid by Kevin Steves · 24 years ago
  12. e68f92b - (djm) Add host system and CC to end-of-configure report. Suggested by by Damien Miller · 24 years ago
  13. 05dd795 - (djm) Cygwin fixes from Corinna Vinschen <vinschen@cygnus.com> by Damien Miller · 24 years ago
  14. 87f43ff Forgot to commit changelog from loginrec changes by Damien Miller · 24 years ago
  15. 51155a7 - (djm) Add LICENSE to RPM spec files by Damien Miller · 24 years ago
  16. 7294baa - (djm) Forgot to cvs add LICENSE file by Damien Miller · 24 years ago
  17. b27ef9e - (djm) Add recent InitScripts as a RPM dependancy for openssh-server by Damien Miller · 24 years ago
  18. d344494 - (djm) CVS OpenBSD sync: by Damien Miller · 24 years ago
  19. cf3888d - (djm) Ignore SIGPIPEs from serverloop to child. Fixes crashes with by Damien Miller · 24 years ago
  20. b88532e oops, forgot changelog by Damien Miller · 24 years ago
  21. bea034a oops by Damien Miller · 24 years ago
  22. 190d5a8 - (djm) Irix ssh_prng_cmds path fix from Pekka Savola <pekkas@netcore.fi> by Damien Miller · 24 years ago
  23. 78315eb - (djm) Merged big SCO portability patch from Tim Rice by Damien Miller · 24 years ago
  24. cb5e44a - (djm) Clean up. Strip some unnecessary differences with OpenBSD's code, by Damien Miller · 24 years ago
  25. 280e71b Forgot the changelog by Damien Miller · 24 years ago
  26. 15e7d4b - (djm) Fix SSH2 not terminating until all background tasks done problem. by Damien Miller · 24 years ago
  27. e772b68 - (djm) Security: fix off-by-one buffer overrun in fake-getnameinfo.c. by Damien Miller · 24 years ago
  28. b2033a4 - (djm) Define _REENTRANT by Damien Miller · 24 years ago
  29. 96f0c72 - (djm) Update X11-askpass to 1.0.2 in RPM spec file by Damien Miller · 24 years ago
  30. 80ecfe8 - (djm) Include strtok_r() from OpenBSD libc. Fixes report from Mark Miller by Damien Miller · 24 years ago
  31. 72c9a7e - (djm) Merged cleanup patch from Mark Miller <markm@swoon.net> by Damien Miller · 24 years ago
  32. 62cee00 - (djm) OpenBSD CVS sync: by Damien Miller · 24 years ago
  33. f056e23 - (djm) Use printf %lld instead of %qd in sftp-server.c. Fix from by Damien Miller · 24 years ago
  34. b9c2ce8 - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com> by Damien Miller · 24 years ago
  35. 62dd94b - (djm) Tweak password expiry checking at suggestion of Kevin Steves by Damien Miller · 24 years ago
  36. 578783e - (djm) Seperate tests for int64_t and u_int64_t types by Damien Miller · 24 years ago
  37. 9600233 - (djm) Redhat spec and manpage fixes from Pekka Savola <pekkas@netcore.fi> by Damien Miller · 24 years ago
  38. d6f204d - (djm) Fix address logging in utmp from Kevin Steves by Damien Miller · 24 years ago
  39. f13f75d - (djm) Fix bad path substitution. Report from Andrew Miner by Damien Miller · 24 years ago
  40. a1b61e1 - (djm) Fix SSL search order from Lutz Jaenicke by Damien Miller · 24 years ago
  41. 2efcd3c - (djm) New SuSE spec from Corinna Vinschen <corinna@vinschen.de> by Damien Miller · 24 years ago
  42. b70b61f - (djm) Update CygWin support from Corinna Vinschen <vinschen@cygnus.com> by Damien Miller · 24 years ago
  43. 52cbcbf - (djm) Use a real struct sockaddr inside the fake struct sockaddr_storage. by Damien Miller · 24 years ago
  44. 9d5705a - (djm) Add Steve VanDevender's <stevev@darkwing.uoregon.edu> PAM by Damien Miller · 24 years ago
  45. 8a1e6a6 - (djm) Cleanup auth-passwd.c and unify HP/UX authentication. Patch from by Damien Miller · 24 years ago
  46. 606f880 - (djm) Shadow expiry check fix from Pavel Troller <patrol@omni.sinus.cz> by Damien Miller · 24 years ago
  47. e4340be - (djm) Merge OpenBSD changes: by Damien Miller · 24 years ago
  48. f384c36 - (djm) Fix server not exiting with jobs in background. by Damien Miller · 24 years ago
  49. bac2d8a - (djm) Merge cygwin support from Corinna Vinschen <vinschen@cygnus.com> by Damien Miller · 24 years ago
  50. 7b28dc5 20000905 by Damien Miller · 24 years ago
  51. 123cbe8 Fix init script by Damien Miller · 24 years ago
  52. 50f14f8 - (djm) Pick up Jim's new X11-askpass - (djm) Release 2.2.0p1 by Damien Miller · 24 years ago
  53. b5c42d9 - (djm) Pick up new version (2.2.0) from OpenBSD CVS by Damien Miller · 24 years ago
  54. 238a9fa - (djm) Workaround SIGPIPE problems on SCO. Fix from Aran Cox by Damien Miller · 24 years ago
  55. 250ee8b - (djm) Fix doh in bsd-arc4random.c by Damien Miller · 24 years ago
  56. 77aba9d - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com> by Damien Miller · 24 years ago
  57. 9a94734 - (djm) Fix printing of $DISPLAY hack if set by system type. Report from by Damien Miller · 24 years ago
  58. 7cfaaf2 - (djm) Quieten the pam delete credentials error message by Damien Miller · 24 years ago
  59. 5552d7a - (djm) HPUX 11 needs USE_PIPES as well: Kevin Steves by Damien Miller · 24 years ago
  60. c30d35c - (djm) Periodically rekey arc4random - (djm) Clean up diff against OpenBSD. by Damien Miller · 24 years ago
  61. 87d29ed - (djm) Compile warning fixes from Mark Miller <markm@swoon.net> by Damien Miller · 24 years ago
  62. e5192fa - (djm) NeXT tweaks from Ben Lindstrom <mouring@pconline.com> by Damien Miller · 24 years ago
  63. 6d8c11f - (djm) Check for SCO pty naming style (ptyp%d/ttyp%d). Based on fix from by Damien Miller · 24 years ago
  64. caf6dd6 - More OpenBSD updates: by Damien Miller · 24 years ago
  65. 4e0f5e1 - (djm) Fix ^C ignored issue on Solaris. Diagnosis from Gert by Damien Miller · 24 years ago
  66. f3df052 - (djm) Don't reseed arc4random everytime it is used by Damien Miller · 24 years ago
  67. 37e7f18 - (djm) Add local version to version.h by Damien Miller · 24 years ago
  68. ad833b3 - (djm) Pick up LOGIN_PROGRAM from environment or PATH if not set by headers by Damien Miller · 24 years ago
  69. b078567 - (djm) Define USE_PIPES to avoid socketpair problems on HPUX 10 and SunOS 4 by Damien Miller · 24 years ago
  70. 3241fa1 - (djm) SUN_LEN macro for systems which lack it by Damien Miller · 24 years ago
  71. a7f5829 - (djm) Add Solaris package support from Rip Loomis <loomisg@cist.saic.com> by Damien Miller · 24 years ago
  72. c1132e7 - (djm) Lastlog was not getting closed after writing login entry by Damien Miller · 24 years ago
  73. 942da03 - (djm) OpenBSD CVS changes: by Damien Miller · 24 years ago
  74. 11fa2cc - (djm) Replacement for inet_ntoa for Irix (which breaks on gcc) by Damien Miller · 24 years ago
  75. 0da2eaa - (djm) Fix AIX limits from Alexandre Oliva <oliva@lsd.ic.unicamp.br> by Damien Miller · 24 years ago
  76. e477ef6 - (djm) Don't seek in directory based lastlogs by Damien Miller · 24 years ago
  77. c83aa83 - (djm) Avoid failures on Irix when ssh is not setuid. Fix from by Damien Miller · 24 years ago
  78. 348c9b7 - (djm) More SunOS 4.1.x fixes from Nate Itkin <nitkin@europa.com> by Damien Miller · 24 years ago
  79. ef7ed5e - (djm) Add $(srcdir) to includes when compiling (for VPATH). Report from by Damien Miller · 24 years ago
  80. 36ccb5c - (djm) utmp direct write & SunOS 4 patch from Charles Levert by Damien Miller · 24 years ago
  81. d17b8d5 - (djm) Define AIX hard limits if headers don't. Report from by Damien Miller · 24 years ago
  82. ab8d192 - (djm) Cleanup Redhat RPMs. Generate keys at runtime rather than install by Damien Miller · 24 years ago
  83. 52652f5 - (djm) Add some more entropy collection commands from Lutz Jaenicke by Damien Miller · 24 years ago
  84. 0f091bd - (djm) Suppress error messages on channel close shutdown() failurs by Damien Miller · 24 years ago
  85. 729e1f1 Set mode 0755 during install by Damien Miller · 24 years ago
  86. 7b60a17 - (djm) Fix autoconf typo: HAVE_BINRESVPORT_AF -> HAVE_BINDRESVPORT_AF by Damien Miller · 24 years ago
  87. 994cf14 - (djm) OpenBSD CVS updates: by Damien Miller · 24 years ago
  88. 9dec776 - Spec file fix from Petr Novotny <Petr.Novotny@antek.cz> by Damien Miller · 24 years ago
  89. a8dbd9d 2.1.1p4 by Damien Miller · 24 years ago
  90. ecbb26d - Fixes for SunOS 4.1.4 from Gordon Atwood <gordon@cs.ualberta.ca> by Damien Miller · 24 years ago
  91. be484b5 - (djm) OpenBSD CVS updates by Damien Miller · 24 years ago
  92. 2e7ba69 - (djm) Released 2.1.1p3 by Damien Miller · 24 years ago
  93. 5a119bc - (djm) Make building of X11-Askpass and GNOME-Askpass optional in RPM by Damien Miller · 24 years ago
  94. 5de43db - (djm) Replace in_addr_t with u_int32_t in bsd-inet_aton.c. Report from by Damien Miller · 24 years ago
  95. 182ee6e - (djm) OpenBSD CVS Updates: by Damien Miller · 24 years ago
  96. 3077fb9 - (djm) Add strsep function from OpenBSD libc for systems that lack it by Damien Miller · 24 years ago
  97. 54ba469 - (djm) Don't generate host keys when $(DESTDIR) is set (e.g. during RPM by Damien Miller · 24 years ago
  98. 4d97ba2 - (djm) Fix problem with debug mode and MaxStartups by Damien Miller · 24 years ago
  99. 3702396 - (djm) OpenBSD CVS updates: by Damien Miller · 24 years ago
  100. bc33bd4 - (djm) Misc NeXT fixes from Ben Lindstrom <mouring@pconline.com> by Damien Miller · 24 years ago