- OpenBSD CVS update
  - markus@cvs.openbsd.org
    [cipher.h myproposal.h readconf.c readconf.h servconf.c ssh.1 ssh.c]
    [ssh.h sshconnect1.c sshconnect2.c sshd.8]
    - complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only)
  - hugh@cvs.openbsd.org
    [ssh.1]
    - zap typo
    [ssh-keygen.1]
    - One last nit fix. (markus approved)
    [sshd.8]
    - some markus certified spelling adjustments
  - markus@cvs.openbsd.org
    [auth2.c channels.c clientloop.c compat compat.h dsa.c kex.c]
    [sshconnect2.c ]
    - bug compat w/ ssh-2.0.13 x11, split out bugs
    [nchan.c]
    - no drain if ibuf_empty, fixes x11fwd problems; tests by fries@
    [ssh-keygen.c]
    - handle escapes in real and original key format, ok millert@
    [version.h]
    - OpenSSH-2.1
25 files changed
tree: a65f45e0073cb55ad42957a36b4636ff21405108
  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. aclocal.m4
  15. atomicio.c
  16. auth-krb4.c
  17. auth-pam.c
  18. auth-pam.h
  19. auth-passwd.c
  20. auth-rh-rsa.c
  21. auth-rhosts.c
  22. auth-rsa.c
  23. auth-skey.c
  24. auth.c
  25. auth.h
  26. auth1.c
  27. auth2.c
  28. authfd.c
  29. authfd.h
  30. authfile.c
  31. authfile.h
  32. bsd-base64.c
  33. bsd-base64.h
  34. bsd-bindresvport.c
  35. bsd-bindresvport.h
  36. bsd-daemon.c
  37. bsd-daemon.h
  38. bsd-login.c
  39. bsd-login.h
  40. bsd-misc.c
  41. bsd-misc.h
  42. bsd-mktemp.c
  43. bsd-mktemp.h
  44. bsd-rresvport.c
  45. bsd-rresvport.h
  46. bsd-setenv.c
  47. bsd-setenv.h
  48. bsd-snprintf.c
  49. bsd-snprintf.h
  50. bsd-strlcat.c
  51. bsd-strlcat.h
  52. bsd-strlcpy.c
  53. bsd-strlcpy.h
  54. bufaux.c
  55. bufaux.h
  56. buffer.c
  57. buffer.h
  58. canohost.c
  59. channels.c
  60. channels.h
  61. cipher.c
  62. cipher.h
  63. clientloop.c
  64. compat.c
  65. compat.h
  66. compress.c
  67. compress.h
  68. config.guess
  69. config.sub
  70. configure.in
  71. contrib/
  72. crc32.c
  73. crc32.h
  74. deattack.c
  75. deattack.h
  76. defines.h
  77. dispatch.c
  78. dispatch.h
  79. dsa.c
  80. dsa.h
  81. entropy.c
  82. entropy.h
  83. fake-gai-errnos.h
  84. fake-getaddrinfo.c
  85. fake-getaddrinfo.h
  86. fake-getnameinfo.c
  87. fake-getnameinfo.h
  88. fake-socket.h
  89. fingerprint.c
  90. fingerprint.h
  91. fixpaths
  92. getput.h
  93. hmac.c
  94. hmac.h
  95. hostfile.c
  96. hostfile.h
  97. includes.h
  98. install-sh
  99. kex.c
  100. kex.h
  101. key.c
  102. key.h
  103. log-client.c
  104. log-server.c
  105. log.c
  106. login.c
  107. match.c
  108. match.h
  109. md5crypt.c
  110. md5crypt.h
  111. mpaux.c
  112. mpaux.h
  113. myproposal.h
  114. nchan.c
  115. nchan.h
  116. nchan.ms
  117. nchan2.ms
  118. packet.c
  119. packet.h
  120. pty.c
  121. pty.h
  122. radix.c
  123. readconf.c
  124. readconf.h
  125. readpass.c
  126. rsa.c
  127. rsa.h
  128. scp.1
  129. scp.c
  130. servconf.c
  131. servconf.h
  132. serverloop.c
  133. session.c
  134. session.h
  135. ssh-add.1
  136. ssh-add.c
  137. ssh-agent.1
  138. ssh-agent.c
  139. ssh-keygen.1
  140. ssh-keygen.c
  141. ssh.1
  142. ssh.c
  143. ssh.h
  144. ssh2.h
  145. ssh_config
  146. ssh_prng_cmds.in
  147. sshconnect.c
  148. sshconnect.h
  149. sshconnect1.c
  150. sshconnect2.c
  151. sshd.8
  152. sshd.c
  153. sshd_config
  154. tildexpand.c
  155. ttymodes.c
  156. ttymodes.h
  157. uidswap.c
  158. uidswap.h
  159. uuencode.c
  160. uuencode.h
  161. version.h
  162. xmalloc.c
  163. xmalloc.h