- Remove references to SSLeay.
 - Big OpenBSD CVS update
  - markus@cvs.openbsd.org
    [clientloop.c]
    - typo
    [session.c]
    - update proctitle on pty alloc/dealloc, e.g. w/ windows client
    [session.c]
    - update proctitle for proto 1, too
    [channels.h nchan.c serverloop.c session.c sshd.c]
    - use c-style comments
  - deraadt@cvs.openbsd.org
    [scp.c]
    - more atomicio
  - markus@cvs.openbsd.org
    [channels.c]
    - set O_NONBLOCK
    [ssh.1]
    - update AUTHOR
    [readconf.c ssh-keygen.c ssh.h]
    - default DSA key file ~/.ssh/id_dsa
    [clientloop.c]
    - typo, rm verbose debug
  - deraadt@cvs.openbsd.org
    [ssh-keygen.1]
    - document DSA use of ssh-keygen
    [sshd.8]
    - a start at describing what i understand of the DSA side
    [ssh-keygen.1]
    - document -X and -x
    [ssh-keygen.c]
    - simplify usage
  - markus@cvs.openbsd.org
    [sshd.8]
    - there is no rhosts_dsa
    [ssh-keygen.1]
    - document -y, update -X,-x
    [nchan.c]
    - fix close for non-open ssh1 channels
    [servconf.c servconf.h ssh.h sshd.8 sshd.c ]
    - s/DsaKey/HostDSAKey/, document option
    [sshconnect2.c]
    - respect number_of_password_prompts
    [channels.c channels.h servconf.c servconf.h session.c sshd.8]
    - GatewayPorts for sshd, ok deraadt@
    [ssh-add.1 ssh-agent.1 ssh.1]
    - more doc on: DSA, id_dsa, known_hosts2, authorized_keys2
    [ssh.1]
    - more info on proto 2
    [sshd.8]
    - sync AUTHOR w/ ssh.1
    [key.c key.h sshconnect.c]
    - print key type when talking about host keys
    [packet.c]
    - clear padding in ssh2
    [dsa.c key.c radix.c ssh.h sshconnect1.c uuencode.c uuencode.h]
    - replace broken uuencode w/ libc b64_ntop
    [auth2.c]
    - log failure before sending the reply
    [key.c radix.c uuencode.c]
    - remote trailing comments before calling __b64_pton
    [auth2.c readconf.c readconf.h servconf.c servconf.h ssh.1]
    [sshconnect2.c sshd.8]
    - add DSAAuthetication option to ssh/sshd, document SSH2 in sshd.8
 - Bring in b64_ntop and b64_pton from OpenBSD libc (bsd-base64.[ch])
36 files changed
tree: 65d72c3d3514c6119f47017f14b71ed153485a5d
  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