- Merge big update to OpenSSH-2.0 from OpenBSD CVS
   [README.openssh2]
   - interop w/ F-secure windows client
   - sync documentation
   - ssh_host_dsa_key not ssh_dsa_key
   [auth-rsa.c]
   - missing fclose
   [auth.c authfile.c compat.c dsa.c dsa.h hostfile.c key.c key.h radix.c]
   [readconf.c readconf.h ssh-add.c ssh-keygen.c ssh.c ssh.h sshconnect.c]
   [sshd.c uuencode.c uuencode.h authfile.h]
   - add DSA pubkey auth and other SSH2 fixes.  use ssh-keygen -[xX]
     for trading keys with the real and the original SSH, directly from the
     people who invented the SSH protocol.
   [auth.c auth.h authfile.c sshconnect.c auth1.c auth2.c sshconnect.h]
   [sshconnect1.c sshconnect2.c]
   - split auth/sshconnect in one file per protocol version
   [sshconnect2.c]
   - remove debug
   [uuencode.c]
   - add trailing =
   [version.h]
   - OpenSSH-2.0
   [ssh-keygen.1 ssh-keygen.c]
   - add -R flag: exit code indicates if RSA is alive
   [sshd.c]
   - remove unused
     silent if -Q is specified
   [ssh.h]
   - host key becomes /etc/ssh_host_dsa_key
   [readconf.c servconf.c ]
   - ssh/sshd default to proto 1 and 2
   [uuencode.c]
   - remove debug
   [auth2.c ssh-keygen.c sshconnect2.c sshd.c]
   - xfree DSA blobs
   [auth2.c serverloop.c session.c]
   - cleanup logging for sshd/2, respect PasswordAuth no
   [sshconnect2.c]
   - less debug, respect .ssh/config
   [README.openssh2 channels.c channels.h]
   - clientloop.c session.c ssh.c
   - support for x11-fwding, client+server
35 files changed
tree: a9d5b50568bfc10cc50291fd3604debfaf3e3783
  1. COPYING.Ylonen
  2. CREDITS
  3. ChangeLog
  4. INSTALL
  5. Makefile.in
  6. OVERVIEW
  7. README
  8. README.Ylonen
  9. README.openssh2
  10. RFC.nroff
  11. TODO
  12. UPGRADING
  13. acconfig.h
  14. atomicio.c
  15. auth-krb4.c
  16. auth-pam.c
  17. auth-pam.h
  18. auth-passwd.c
  19. auth-rh-rsa.c
  20. auth-rhosts.c
  21. auth-rsa.c
  22. auth-skey.c
  23. auth.c
  24. auth.h
  25. auth1.c
  26. auth2.c
  27. authfd.c
  28. authfd.h
  29. authfile.c
  30. authfile.h
  31. bsd-bindresvport.c
  32. bsd-bindresvport.h
  33. bsd-daemon.c
  34. bsd-daemon.h
  35. bsd-login.c
  36. bsd-login.h
  37. bsd-misc.c
  38. bsd-misc.h
  39. bsd-mktemp.c
  40. bsd-mktemp.h
  41. bsd-rresvport.c
  42. bsd-rresvport.h
  43. bsd-setenv.c
  44. bsd-setenv.h
  45. bsd-snprintf.c
  46. bsd-snprintf.h
  47. bsd-strlcat.c
  48. bsd-strlcat.h
  49. bsd-strlcpy.c
  50. bsd-strlcpy.h
  51. bufaux.c
  52. bufaux.h
  53. buffer.c
  54. buffer.h
  55. canohost.c
  56. channels.c
  57. channels.h
  58. cipher.c
  59. cipher.h
  60. clientloop.c
  61. compat.c
  62. compat.h
  63. compress.c
  64. compress.h
  65. config.guess
  66. config.sub
  67. configure.in
  68. contrib/
  69. crc32.c
  70. crc32.h
  71. deattack.c
  72. deattack.h
  73. defines.h
  74. dispatch.c
  75. dispatch.h
  76. dsa.c
  77. dsa.h
  78. entropy.c
  79. entropy.h
  80. fake-gai-errnos.h
  81. fake-getaddrinfo.c
  82. fake-getaddrinfo.h
  83. fake-getnameinfo.c
  84. fake-getnameinfo.h
  85. fake-socket.h
  86. fingerprint.c
  87. fingerprint.h
  88. fixpaths
  89. getput.h
  90. hmac.c
  91. hmac.h
  92. hostfile.c
  93. hostfile.h
  94. includes.h
  95. install-sh
  96. kex.c
  97. kex.h
  98. key.c
  99. key.h
  100. log-client.c
  101. log-server.c
  102. log.c
  103. login.c
  104. match.c
  105. match.h
  106. md5crypt.c
  107. md5crypt.h
  108. mpaux.c
  109. mpaux.h
  110. myproposal.h
  111. nchan.c
  112. nchan.h
  113. nchan.ms
  114. nchan2.ms
  115. packet.c
  116. packet.h
  117. pty.c
  118. pty.h
  119. radix.c
  120. readconf.c
  121. readconf.h
  122. readpass.c
  123. rsa.c
  124. rsa.h
  125. scp.1
  126. scp.c
  127. servconf.c
  128. servconf.h
  129. serverloop.c
  130. session.c
  131. session.h
  132. ssh-add.1
  133. ssh-add.c
  134. ssh-agent.1
  135. ssh-agent.c
  136. ssh-askpass
  137. ssh-keygen.1
  138. ssh-keygen.c
  139. ssh.1
  140. ssh.c
  141. ssh.h
  142. ssh2.h
  143. ssh_config
  144. sshconnect.c
  145. sshconnect.h
  146. sshconnect1.c
  147. sshconnect2.c
  148. sshd.8
  149. sshd.c
  150. sshd_config
  151. tildexpand.c
  152. ttymodes.c
  153. ttymodes.h
  154. uidswap.c
  155. uidswap.h
  156. uuencode.c
  157. uuencode.h
  158. version.h
  159. xmalloc.c
  160. xmalloc.h