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