20000905
 - (djm) Import OpenBSD CVS changes
   - markus@cvs.openbsd.org  2000/08/31 15:52:24
     [Makefile sshd.8 sshd_config sftp-server.8 sftp-server.c]
     implement a SFTP server. interops with sftp2, scp2 and the windows
     client from ssh.com
   - markus@cvs.openbsd.org  2000/08/31 15:56:03
     [README.openssh2]
     sync
   - markus@cvs.openbsd.org  2000/08/31 16:05:42
     [session.c]
     Wall
   - markus@cvs.openbsd.org  2000/08/31 16:09:34
     [authfd.c ssh-agent.c]
     add a flag to SSH2_AGENTC_SIGN_REQUEST for future extensions
   - deraadt@cvs.openbsd.org 2000/09/01 09:25:13
     [scp.1 scp.c]
     cleanup and fix -S support; stevesk@sweden.hp.com
   - markus@cvs.openbsd.org  2000/09/01 16:29:32
     [sftp-server.c]
     portability fixes
   - markus@cvs.openbsd.org  2000/09/01 16:32:41
     [sftp-server.c]
     fix cast; mouring@pconline.com
   - itojun@cvs.openbsd.org  2000/09/03 09:23:28
     [ssh-add.1 ssh.1]
     add missing .El against .Bl.
   - markus@cvs.openbsd.org  2000/09/04 13:03:41
     [session.c]
     missing close; ok theo
   - markus@cvs.openbsd.org  2000/09/04 13:07:21
     [session.c]
     fix get_last_login_time order; from andre@van-veen.de
   - markus@cvs.openbsd.org  2000/09/04 13:10:09
     [sftp-server.c]
     more cast fixes; from mouring@pconline.com
   - markus@cvs.openbsd.org  2000/09/04 13:06:04
     [session.c]
     set SSH_ORIGINAL_COMMAND; from Leakin@dfw.nostrum.com, bet@rahul.net
 - (djm) Cleanup after import. Fix sftp-server compilation, Makefile
15 files changed
tree: a3f8409e421134c543a49851c5cfd9d62a0455d5
  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-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-inet_aton.c
  43. bsd-inet_aton.h
  44. bsd-inet_ntoa.c
  45. bsd-inet_ntoa.h
  46. bsd-misc.c
  47. bsd-misc.h
  48. bsd-mktemp.c
  49. bsd-mktemp.h
  50. bsd-rresvport.c
  51. bsd-rresvport.h
  52. bsd-setenv.c
  53. bsd-setenv.h
  54. bsd-sigaction.c
  55. bsd-sigaction.h
  56. bsd-snprintf.c
  57. bsd-snprintf.h
  58. bsd-strlcat.c
  59. bsd-strlcat.h
  60. bsd-strlcpy.c
  61. bsd-strlcpy.h
  62. bsd-strsep.c
  63. bsd-strsep.h
  64. bufaux.c
  65. bufaux.h
  66. buffer.c
  67. buffer.h
  68. canohost.c
  69. channels.c
  70. channels.h
  71. cipher.c
  72. cipher.h
  73. clientloop.c
  74. compat.c
  75. compat.h
  76. compress.c
  77. compress.h
  78. config.guess
  79. config.sub
  80. configure.in
  81. contrib/
  82. crc32.c
  83. crc32.h
  84. deattack.c
  85. deattack.h
  86. defines.h
  87. dispatch.c
  88. dispatch.h
  89. dsa.c
  90. dsa.h
  91. entropy.c
  92. entropy.h
  93. fake-gai-errnos.h
  94. fake-getaddrinfo.c
  95. fake-getaddrinfo.h
  96. fake-getnameinfo.c
  97. fake-getnameinfo.h
  98. fake-socket.h
  99. fixpaths
  100. fixprogs
  101. getput.h
  102. hmac.c
  103. hmac.h
  104. hostfile.c
  105. hostfile.h
  106. includes.h
  107. install-sh
  108. kex.c
  109. kex.h
  110. key.c
  111. key.h
  112. log-client.c
  113. log-server.c
  114. log.c
  115. login.c
  116. loginrec.c
  117. loginrec.h
  118. logintest.c
  119. match.c
  120. match.h
  121. md5crypt.c
  122. md5crypt.h
  123. mkinstalldirs
  124. mpaux.c
  125. mpaux.h
  126. myproposal.h
  127. nchan.c
  128. nchan.h
  129. nchan.ms
  130. nchan2.ms
  131. next-posix.c
  132. next-posix.h
  133. openbsd-compat.h
  134. packet.c
  135. packet.h
  136. pty.c
  137. pty.h
  138. radix.c
  139. readconf.c
  140. readconf.h
  141. readpass.c
  142. rsa.c
  143. rsa.h
  144. scp.1
  145. scp.c
  146. servconf.c
  147. servconf.h
  148. serverloop.c
  149. session.c
  150. session.h
  151. sftp-server.8
  152. sftp-server.c
  153. ssh-add.1
  154. ssh-add.c
  155. ssh-agent.1
  156. ssh-agent.c
  157. ssh-keygen.1
  158. ssh-keygen.c
  159. ssh.1
  160. ssh.c
  161. ssh.h
  162. ssh2.h
  163. ssh_config
  164. ssh_prng_cmds.in
  165. sshconnect.c
  166. sshconnect.h
  167. sshconnect1.c
  168. sshconnect2.c
  169. sshd.8
  170. sshd.c
  171. sshd_config
  172. tildexpand.c
  173. ttymodes.c
  174. ttymodes.h
  175. uidswap.c
  176. uidswap.h
  177. util.c
  178. uuencode.c
  179. uuencode.h
  180. version.h
  181. xmalloc.c
  182. xmalloc.h