- OpenBSD CVS updates:
   - [channels.c]
     repair x11-fwd
   - [sshconnect.c]
     fix passwd prompt for ssh2, less debugging output.
   - [clientloop.c compat.c dsa.c kex.c sshd.c]
     less debugging output
   - [kex.c kex.h sshconnect.c sshd.c]
     check for reasonable public DH values
   - [README.openssh2 cipher.c cipher.h compat.c compat.h readconf.c]
     [readconf.h servconf.c servconf.h ssh.c ssh.h sshconnect.c sshd.c]
     add Cipher and Protocol options to ssh/sshd, e.g.:
     ssh -o 'Protocol 1,2' if you prefer proto 1, ssh -o 'Ciphers
     arcfour,3des-cbc'
   - [sshd.c]
     print 1.99 only if server supports both
19 files changed
tree: add8a953ac4cf06877b91624fe7f647b17e6cf6f
  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. authfd.c
  26. authfd.h
  27. authfile.c
  28. bsd-bindresvport.c
  29. bsd-bindresvport.h
  30. bsd-daemon.c
  31. bsd-daemon.h
  32. bsd-login.c
  33. bsd-login.h
  34. bsd-misc.c
  35. bsd-misc.h
  36. bsd-mktemp.c
  37. bsd-mktemp.h
  38. bsd-rresvport.c
  39. bsd-rresvport.h
  40. bsd-setenv.c
  41. bsd-setenv.h
  42. bsd-snprintf.c
  43. bsd-snprintf.h
  44. bsd-strlcat.c
  45. bsd-strlcat.h
  46. bsd-strlcpy.c
  47. bsd-strlcpy.h
  48. bufaux.c
  49. bufaux.h
  50. buffer.c
  51. buffer.h
  52. canohost.c
  53. channels.c
  54. channels.h
  55. cipher.c
  56. cipher.h
  57. clientloop.c
  58. compat.c
  59. compat.h
  60. compress.c
  61. compress.h
  62. config.guess
  63. config.sub
  64. configure.in
  65. contrib/
  66. crc32.c
  67. crc32.h
  68. deattack.c
  69. deattack.h
  70. defines.h
  71. dispatch.c
  72. dispatch.h
  73. dsa.c
  74. dsa.h
  75. entropy.c
  76. entropy.h
  77. fake-gai-errnos.h
  78. fake-getaddrinfo.c
  79. fake-getaddrinfo.h
  80. fake-getnameinfo.c
  81. fake-getnameinfo.h
  82. fake-socket.h
  83. fingerprint.c
  84. fingerprint.h
  85. fixpaths
  86. getput.h
  87. hmac.c
  88. hmac.h
  89. hostfile.c
  90. hostfile.h
  91. includes.h
  92. install-sh
  93. kex.c
  94. kex.h
  95. key.c
  96. key.h
  97. log-client.c
  98. log-server.c
  99. log.c
  100. login.c
  101. match.c
  102. match.h
  103. md5crypt.c
  104. md5crypt.h
  105. mpaux.c
  106. mpaux.h
  107. myproposal.h
  108. nchan.c
  109. nchan.h
  110. nchan.ms
  111. nchan2.ms
  112. packet.c
  113. packet.h
  114. pty.c
  115. pty.h
  116. radix.c
  117. readconf.c
  118. readconf.h
  119. readpass.c
  120. rsa.c
  121. rsa.h
  122. scp.1
  123. scp.c
  124. servconf.c
  125. servconf.h
  126. serverloop.c
  127. session.c
  128. session.h
  129. ssh-add.1
  130. ssh-add.c
  131. ssh-agent.1
  132. ssh-agent.c
  133. ssh-askpass
  134. ssh-keygen.1
  135. ssh-keygen.c
  136. ssh.1
  137. ssh.c
  138. ssh.h
  139. ssh2.h
  140. ssh_config
  141. sshconnect.c
  142. sshd.8
  143. sshd.c
  144. sshd_config
  145. tildexpand.c
  146. ttymodes.c
  147. ttymodes.h
  148. uidswap.c
  149. uidswap.h
  150. version.h
  151. xmalloc.c
  152. xmalloc.h