- 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. contrib/
  2. acconfig.h
  3. atomicio.c
  4. auth-krb4.c
  5. auth-pam.c
  6. auth-pam.h
  7. auth-passwd.c
  8. auth-rh-rsa.c
  9. auth-rhosts.c
  10. auth-rsa.c
  11. auth-skey.c
  12. auth.c
  13. auth.h
  14. authfd.c
  15. authfd.h
  16. authfile.c
  17. bsd-bindresvport.c
  18. bsd-bindresvport.h
  19. bsd-daemon.c
  20. bsd-daemon.h
  21. bsd-login.c
  22. bsd-login.h
  23. bsd-misc.c
  24. bsd-misc.h
  25. bsd-mktemp.c
  26. bsd-mktemp.h
  27. bsd-rresvport.c
  28. bsd-rresvport.h
  29. bsd-setenv.c
  30. bsd-setenv.h
  31. bsd-snprintf.c
  32. bsd-snprintf.h
  33. bsd-strlcat.c
  34. bsd-strlcat.h
  35. bsd-strlcpy.c
  36. bsd-strlcpy.h
  37. bufaux.c
  38. bufaux.h
  39. buffer.c
  40. buffer.h
  41. canohost.c
  42. ChangeLog
  43. channels.c
  44. channels.h
  45. cipher.c
  46. cipher.h
  47. clientloop.c
  48. compat.c
  49. compat.h
  50. compress.c
  51. compress.h
  52. config.guess
  53. config.sub
  54. configure.in
  55. COPYING.Ylonen
  56. crc32.c
  57. crc32.h
  58. CREDITS
  59. deattack.c
  60. deattack.h
  61. defines.h
  62. dispatch.c
  63. dispatch.h
  64. dsa.c
  65. dsa.h
  66. entropy.c
  67. entropy.h
  68. fake-gai-errnos.h
  69. fake-getaddrinfo.c
  70. fake-getaddrinfo.h
  71. fake-getnameinfo.c
  72. fake-getnameinfo.h
  73. fake-socket.h
  74. fingerprint.c
  75. fingerprint.h
  76. fixpaths
  77. getput.h
  78. hmac.c
  79. hmac.h
  80. hostfile.c
  81. hostfile.h
  82. includes.h
  83. INSTALL
  84. install-sh
  85. kex.c
  86. kex.h
  87. key.c
  88. key.h
  89. log-client.c
  90. log-server.c
  91. log.c
  92. login.c
  93. Makefile.in
  94. match.c
  95. match.h
  96. md5crypt.c
  97. md5crypt.h
  98. mpaux.c
  99. mpaux.h
  100. myproposal.h
  101. nchan.c
  102. nchan.h
  103. nchan.ms
  104. nchan2.ms
  105. OVERVIEW
  106. packet.c
  107. packet.h
  108. pty.c
  109. pty.h
  110. radix.c
  111. readconf.c
  112. readconf.h
  113. README
  114. README.openssh2
  115. README.Ylonen
  116. readpass.c
  117. RFC.nroff
  118. rsa.c
  119. rsa.h
  120. scp.1
  121. scp.c
  122. servconf.c
  123. servconf.h
  124. serverloop.c
  125. session.c
  126. session.h
  127. ssh-add.1
  128. ssh-add.c
  129. ssh-agent.1
  130. ssh-agent.c
  131. ssh-askpass
  132. ssh-keygen.1
  133. ssh-keygen.c
  134. ssh.1
  135. ssh.c
  136. ssh.h
  137. ssh2.h
  138. ssh_config
  139. sshconnect.c
  140. sshd.8
  141. sshd.c
  142. sshd_config
  143. tildexpand.c
  144. TODO
  145. ttymodes.c
  146. ttymodes.h
  147. uidswap.c
  148. uidswap.h
  149. UPGRADING
  150. version.h
  151. xmalloc.c
  152. xmalloc.h