- (djm) Sync with OpenBSD:
   - markus@cvs.openbsd.org  2000/10/14 04:01:15
     [cipher.c]
     debug3
   - markus@cvs.openbsd.org  2000/10/14 04:07:23
     [scp.c]
     remove spaces from arguments; from djm@mindrot.org
   - markus@cvs.openbsd.org  2000/10/14 06:09:46
     [ssh.1]
     Cipher is for SSH-1 only
   - markus@cvs.openbsd.org  2000/10/14 06:12:09
     [servconf.c servconf.h serverloop.c session.c sshd.8]
     AllowTcpForwarding; from naddy@
   - markus@cvs.openbsd.org  2000/10/14 06:16:56
     [auth2.c compat.c compat.h sshconnect2.c version.h]
     OpenSSH_2.3; note that is is not complete, but the version number
     needs to be changed for interoperability reasons
   - markus@cvs.openbsd.org  2000/10/14 06:19:45
     [auth-rsa.c]
     do not send RSA challenge if key is not allowed by key-options; from
     eivind@ThinkSec.com
   - markus@cvs.openbsd.org  2000/10/15 08:14:01
     [rijndael.c session.c]
     typos; from stevesk@sweden.hp.com
   - markus@cvs.openbsd.org  2000/10/15 08:18:31
     [rijndael.c]
     typo
 - Copy manpages back over from OpenBSD - too tedious to wade through diffs
16 files changed
tree: dbac99a364edff124412c16f079975a2e89a0389
  1. COPYING.Ylonen
  2. CREDITS
  3. ChangeLog
  4. INSTALL
  5. LICENCE
  6. Makefile.in
  7. OVERVIEW
  8. README
  9. README.Ylonen
  10. RFC.nroff
  11. TODO
  12. UPGRADING
  13. acconfig.h
  14. aclocal.m4
  15. atomicio.c
  16. auth-krb4.c
  17. auth-options.c
  18. auth-options.h
  19. auth-pam.c
  20. auth-pam.h
  21. auth-passwd.c
  22. auth-rh-rsa.c
  23. auth-rhosts.c
  24. auth-rsa.c
  25. auth-skey.c
  26. auth.c
  27. auth.h
  28. auth1.c
  29. auth2.c
  30. authfd.c
  31. authfd.h
  32. authfile.c
  33. authfile.h
  34. bsd-arc4random.c
  35. bsd-arc4random.h
  36. bsd-base64.c
  37. bsd-base64.h
  38. bsd-bindresvport.c
  39. bsd-bindresvport.h
  40. bsd-daemon.c
  41. bsd-daemon.h
  42. bsd-getcwd.c
  43. bsd-getcwd.h
  44. bsd-inet_aton.c
  45. bsd-inet_aton.h
  46. bsd-inet_ntoa.c
  47. bsd-inet_ntoa.h
  48. bsd-misc.c
  49. bsd-misc.h
  50. bsd-mktemp.c
  51. bsd-mktemp.h
  52. bsd-realpath.c
  53. bsd-realpath.h
  54. bsd-rresvport.c
  55. bsd-rresvport.h
  56. bsd-setenv.c
  57. bsd-setenv.h
  58. bsd-sigaction.c
  59. bsd-sigaction.h
  60. bsd-snprintf.c
  61. bsd-snprintf.h
  62. bsd-strlcat.c
  63. bsd-strlcat.h
  64. bsd-strlcpy.c
  65. bsd-strlcpy.h
  66. bsd-strsep.c
  67. bsd-strsep.h
  68. bsd-strtok.c
  69. bsd-strtok.h
  70. bsd-vis.c
  71. bsd-vis.h
  72. bufaux.c
  73. bufaux.h
  74. buffer.c
  75. buffer.h
  76. canohost.c
  77. channels.c
  78. channels.h
  79. cipher.c
  80. cipher.h
  81. cli.c
  82. cli.h
  83. clientloop.c
  84. compat.c
  85. compat.h
  86. compress.c
  87. compress.h
  88. config.guess
  89. config.sub
  90. configure.in
  91. contrib/
  92. crc32.c
  93. crc32.h
  94. cygwin_util.c
  95. cygwin_util.h
  96. deattack.c
  97. deattack.h
  98. defines.h
  99. dh.c
  100. dh.h
  101. dispatch.c
  102. dispatch.h
  103. dsa.c
  104. dsa.h
  105. entropy.c
  106. entropy.h
  107. fake-gai-errnos.h
  108. fake-getaddrinfo.c
  109. fake-getaddrinfo.h
  110. fake-getnameinfo.c
  111. fake-getnameinfo.h
  112. fake-socket.h
  113. fixpaths
  114. fixprogs
  115. getput.h
  116. hmac.c
  117. hmac.h
  118. hostfile.c
  119. hostfile.h
  120. includes.h
  121. install-sh
  122. kex.c
  123. kex.h
  124. key.c
  125. key.h
  126. log-client.c
  127. log-server.c
  128. log.c
  129. login.c
  130. loginrec.c
  131. loginrec.h
  132. logintest.c
  133. match.c
  134. match.h
  135. md5crypt.c
  136. md5crypt.h
  137. mkinstalldirs
  138. mpaux.c
  139. mpaux.h
  140. myproposal.h
  141. nchan.c
  142. nchan.h
  143. nchan.ms
  144. nchan2.ms
  145. next-posix.c
  146. next-posix.h
  147. openbsd-compat.h
  148. packet.c
  149. packet.h
  150. pty.c
  151. pty.h
  152. radix.c
  153. readconf.c
  154. readconf.h
  155. readpass.c
  156. rijndael.c
  157. rijndael.h
  158. rsa.c
  159. rsa.h
  160. scp.1
  161. scp.c
  162. servconf.c
  163. servconf.h
  164. serverloop.c
  165. session.c
  166. session.h
  167. sftp-server.8
  168. sftp-server.c
  169. ssh-add.1
  170. ssh-add.c
  171. ssh-agent.1
  172. ssh-agent.c
  173. ssh-keygen.1
  174. ssh-keygen.c
  175. ssh.1
  176. ssh.c
  177. ssh.h
  178. ssh2.h
  179. ssh_config
  180. ssh_prng_cmds.in
  181. sshconnect.c
  182. sshconnect.h
  183. sshconnect1.c
  184. sshconnect2.c
  185. sshd.8
  186. sshd.c
  187. sshd_config
  188. tildexpand.c
  189. ttymodes.c
  190. ttymodes.h
  191. uidswap.c
  192. uidswap.h
  193. util.c
  194. uuencode.c
  195. uuencode.h
  196. version.h
  197. xmalloc.c
  198. xmalloc.h