1. 8609332 - (djm) Doc fixes from Pekka Savola <pekkas@netcore.fi> by Damien Miller · 24 years ago
  2. 22d5aa7 - (djm) Swapped tests for no_libsocket and no_libnsl in configure.in. by Damien Miller · 24 years ago
  3. 99e9243 - (djm) Use ttyname() to determine name of tty returned by openpty() by Damien Miller · 24 years ago
  4. b3ffc5f - (djm) Robustify EGD/PRNGd code in face of socket closures. Patch from by Damien Miller · 24 years ago
  5. 0a4e27d - (djm) Close listen_sock on bind() failures. Patch from Arkadiusz by Damien Miller · 24 years ago
  6. 2deb3f6 - (djm) Fix my breaking of cygwin builds, Patch from Corinna Vinschen by Damien Miller · 24 years ago
  7. e74ebd0 KNF by Kevin Steves · 24 years ago
  8. 970c009 - (Bal) Patch for lack of RA_RESTART in misc.c for mysignal by stevesk by Ben Lindstrom · 24 years ago
  9. 6dc75f5 - (bal) Patch for fix FCHMOD reference in ftp-client.c by Tim Rice by Ben Lindstrom · 24 years ago
  10. 63015fd Removed 'build out of tree' line since it does. =) by Ben Lindstrom · 24 years ago
  11. 9db7d5a OpenSSH 2.5.0 went gold in the OpenBSD tree. by Ben Lindstrom · 24 years ago
  12. 8dcdeb8 - markus@cvs.openbsd.org 2001/02/16 14:03:43 by Ben Lindstrom · 24 years ago
  13. 813f940 - markus@cvs.openbsd.org 2001/02/16 13:38:18 [channel.c] remove debug by Ben Lindstrom · 24 years ago
  14. 799bed8 - (stevesk) set SA_RESTART flag in mysignal() for SIGCHLD; by Kevin Steves · 24 years ago
  15. 9646f3b #error no longer required, dealt with in configure.in now. by Ben Lindstrom · 24 years ago
  16. c83de6d KNF by Damien Miller · 24 years ago
  17. 8fa2bda KNF comment block by Damien Miller · 24 years ago
  18. 79438cc - (djm) OpenBSD CVS: by Damien Miller · 24 years ago
  19. 217f567 - (djm) Set "login ID" on systems with setluid. Only enabled for SCO by Damien Miller · 24 years ago
  20. 5dfe976 - (djm) USE_PIPES for a few more sysv platforms by Damien Miller · 24 years ago
  21. b5e85a5 - (djm) Make gnome-ssh-askpass handle multi-line prompts. Patch from by Damien Miller · 24 years ago
  22. c547bf1 - (djm) Mini-configure reorder patch from Tim Rice <tim@multitalents.net> by Damien Miller · 24 years ago
  23. 5805513 - (bal) Added DG/UX case and set that they have a broken IPTOS by Ben Lindstrom · 24 years ago
  24. 4e5a0aa - (bal) added '--with-prce' to allow overriding of system regex when by Ben Lindstrom · 24 years ago
  25. b7f036f - deraadt@cvs.openbsd.org 2001/02/15 01:38:04 [serverloop.c] indent by Kevin Steves · 24 years ago
  26. 0921454 - (djm) Move to Jim's 1.2.0 X11 askpass program by Damien Miller · 24 years ago
  27. 0a7e354 - replaced PATH_MAX in sftp-int.c w/ MAXPATHLEN. by Ben Lindstrom · 24 years ago
  28. 2320b19 Checking for stdarg.h is not required any more. by Ben Lindstrom · 24 years ago
  29. 9d4f2c8 - djm@cvs.openbsd.org 2001/02/14 9:46:03 by Ben Lindstrom · 24 years ago
  30. 6690494 - stevesk@cvs.openbsd.org 2001/02/12 20:53:33 by Ben Lindstrom · 24 years ago
  31. 5393f93 - markus@cvs.openbsd.org 2001/02/12 23:26:20 by Ben Lindstrom · 24 years ago
  32. c1ba31f - markus@cvs.openssh.org 2001/02/13 22:49:40 by Ben Lindstrom · 24 years ago
  33. f945251 - deraadt@cvs.openbsd.org 2001/02/12 22:56:09 by Ben Lindstrom · 24 years ago
  34. d8a9021 - markus@cvs.openbsd.org 2001/02/12 16:16:23 by Ben Lindstrom · 24 years ago
  35. 06b33aa - markus@cvs.openbsd.org 2001/02/11 12:59:25 by Ben Lindstrom · 24 years ago
  36. 4272ed8 - markus@cvs.openbsd.org 2001/02/12 12:45:06 by Ben Lindstrom · 24 years ago
  37. 646aa60 - (djm) Clean up PAM namespace. Suggested by Darren Moffat by Damien Miller · 24 years ago
  38. e8b5b04 - (djm) Move PAM session setup back to before setuid to user. Fixes by Damien Miller · 24 years ago
  39. 7fafa5c - (stevesk) fix for SIA patch, misplaced session_setup_sia() by Kevin Steves · 24 years ago
  40. 92ddb7d - (djm) Split out and improve OSF SIA auth code. Patch from Chris Adams by Damien Miller · 24 years ago
  41. 116b6bd - (bal) Missing function prototype in bsd-snprintf.c patch by by Ben Lindstrom · 24 years ago
  42. 6b4146a - (djm) Move PAM session initialisation until after fork in sshd. Patch by Damien Miller · 24 years ago
  43. 3dfeee4 - (djm) Don't try to close PAM session or delete credentials if the by Damien Miller · 24 years ago
  44. bca8c8f - (stevesk) auth1.c: fix PAM passwordless check. by Kevin Steves · 24 years ago
  45. 34bb0c7 - (bal) Use chown() if fchown() does not exist in ftp-server.c patch by by Ben Lindstrom · 24 years ago
  46. 6c92dab - (bal) Cleaned out bsd-snprintf.c. VARARGS have been banished and by Ben Lindstrom · 24 years ago
  47. d8ab0d4 - (djm) Only test -S potential EGD sockets if they exist and are readable. by Damien Miller · 24 years ago
  48. 5d8520a - (bal) added NeXT work around for bsd-snprintf.c in bsd-nextstep.h. by Ben Lindstrom · 24 years ago
  49. 7f982bf - (stevesk) session.c: remove debugging code. by Kevin Steves · 24 years ago
  50. 603bdfd - (bal) NCR SVR4 compatiblity provide by Don Bragg <thewizarddon@yahoo.com> by Ben Lindstrom · 24 years ago
  51. 61ce036 - (djm) Fix OSF SIA auth NULL pointer deref. Report from Mike Battersby by Damien Miller · 24 years ago
  52. f172020 - (djm) Clean up PCRE text in INSTALL by Damien Miller · 24 years ago
  53. 070ca31 - (djm) Update Redhat specfile to allow --define "skip_x11_askpass by Damien Miller · 24 years ago
  54. bcc8627 - (stevesk) compat.c: more friendly cpp error by Kevin Steves · 24 years ago
  55. d85bf4b - stevesk@cvs.openbsd.org 2001/02/11 06:15:57 by Kevin Steves · 24 years ago
  56. fad3c51 - (stevesk) misc.c: ssh.h not needed. by Kevin Steves · 24 years ago
  57. d2e0d7d small format sync. by Kevin Steves · 24 years ago
  58. 43cdef3 missed session.c part of: by Kevin Steves · 24 years ago
  59. 4327686 missed sshconnect.c part of: by Kevin Steves · 24 years ago
  60. ac2b1a5 Oops - missed a bit of previous diff by Damien Miller · 24 years ago
  61. bd5817d - (djm) Set PAM_RHOST earlier, patch from Andrew Bartlett by Damien Miller · 24 years ago
  62. bf83d4b Oops, #include <resolv.h> mistakenly reappeared in. by Ben Lindstrom · 24 years ago
  63. e055716 - itojun@cvs.opebsd.org 2001/02/08 10:47:05 by Ben Lindstrom · 24 years ago
  64. e5b3fb3 - (bal) A bit more whitespace cleanup by Ben Lindstrom · 24 years ago
  65. aa630de - 1.47 Thu Feb 8 23:11:42 GMT 2001 by dugsong by Ben Lindstrom · 24 years ago
  66. f7d79c7 Useless CVS ID Update. by Ben Lindstrom · 24 years ago
  67. a905ecd - deraadt 2001/02/07 8:57:26 by Ben Lindstrom · 24 years ago
  68. 70ea46a - (bal) uuencode.c resync w/ OpenBSD tree, plus whitespace. by Ben Lindstrom · 24 years ago
  69. e9d0444 - djm@cvs.openbsd.org 2001/02/04 21:26:07 by Ben Lindstrom · 24 years ago
  70. b6c06d9 - markus@cvs.openbsd.org 2001/02/08 22:35:30 by Ben Lindstrom · 24 years ago
  71. c791beb - itojun@cvs.openbsd.org 2001/02/07 18:04:50 by Ben Lindstrom · 24 years ago
  72. 28072eb - itojun@cvs.openbsd.org 2001/02/08 19:30:52 by Ben Lindstrom · 24 years ago
  73. 77788dc Sync CVS ID w/ OpenBSD by Ben Lindstrom · 24 years ago
  74. be80af7 Synced w/ OpenBSD by Ben Lindstrom · 24 years ago
  75. e8e9fd5 missed type casing with %8llu change by Ben Lindstrom · 24 years ago
  76. 7e9aff5 - (bal) sftp-sever.c '%8lld' to '%8llu' (OpenBSD Sync) by Ben Lindstrom · 24 years ago
  77. afed4d9 CVS Sync with OpenBSD by Ben Lindstrom · 24 years ago
  78. 4f7a64a - deraadt@cvs.openbsd.org 2001/02/08 14:39:36 [readconf.c] snprintf by Ben Lindstrom · 24 years ago
  79. 9d3a859 - markus@cvs.openbsd.org 2001/02/06 22:43:02 by Ben Lindstrom · 24 years ago
  80. b3211a8 - markus@cvs.openbsd.org 2001/02/08 21:58:28 by Ben Lindstrom · 24 years ago
  81. 36d7bd0 - markus@cvs.openbsd.org 2001/02/09 13:38:07 by Ben Lindstrom · 24 years ago
  82. a1ebd89 Sync w/ OpenBSD by Ben Lindstrom · 24 years ago
  83. 03df5bd - markus@cvs.openbsd.org 2001/02/06 22:26:17 by Ben Lindstrom · 24 years ago
  84. 8fd10b0 - markus@cvs.openbsd.org 2001/02/10 1:46:28 by Ben Lindstrom · 24 years ago
  85. 5ab6ae1 - (bal) Synced ssh.1 w/ OpenBSD by Ben Lindstrom · 24 years ago
  86. 27cb1d0 - djm@cvs.openbsd.org 2001/02/10 0:45:52 by Ben Lindstrom · 24 years ago
  87. 33390fc CVS ID Sync w/ OpenBSD by Ben Lindstrom · 24 years ago
  88. 10ac33f - (bal) Minor correction to sftp-client.c I made. Should return 'status' by Ben Lindstrom · 24 years ago
  89. 550bc54 - danh@cvs.openbsd.org 2001/02/10 0:12:43 by Ben Lindstrom · 24 years ago
  90. fdc9ab0 - markus@cvs.openbsd.org 2001/02/10 12:44:02 by Ben Lindstrom · 24 years ago
  91. 874a0b3 - markus@cvs.openbsd.org 2001/02/10 1:33:32 by Ben Lindstrom · 24 years ago
  92. 075390a - markus@cvs.openbsd.org 2001/02/8 22:37:10 by Ben Lindstrom · 24 years ago
  93. d1f20ec - markus@cvs.openbsd.org 2001/02/10 12:52:02 by Ben Lindstrom · 24 years ago
  94. f79aeff - markus@cvs.openbsd.org 2001/02/07 22:35:46 by Ben Lindstrom · 24 years ago
  95. c5dbf7f - (bal) sftp-client.c replace NULL w/ 0 in do_ls() (pending in OpenBSD tree) by Ben Lindstrom · 24 years ago
  96. 137465b Missed these log messages. by Damien Miller · 24 years ago
  97. d7686fd - (djm) Sync sftp and scp stuff from OpenBSD: by Damien Miller · 24 years ago
  98. 4192c46 - (djm) Define _PATH_TTY for systems that don't. Report from Lutz by Damien Miller · 24 years ago
  99. 288cc39 - djm@cvs.openbsd.org 2001/02/06 23:30:28 by Ben Lindstrom · 24 years ago
  100. 1e7d306 - markus@cvs.openbsd.org 2001/02/06 22:07:42 by Ben Lindstrom · 24 years ago