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. contrib/
  2. acconfig.h
  3. aclocal.m4
  4. atomicio.c
  5. auth-krb4.c
  6. auth-options.c
  7. auth-options.h
  8. auth-pam.c
  9. auth-pam.h
  10. auth-passwd.c
  11. auth-rh-rsa.c
  12. auth-rhosts.c
  13. auth-rsa.c
  14. auth-skey.c
  15. auth.c
  16. auth.h
  17. auth1.c
  18. auth2.c
  19. authfd.c
  20. authfd.h
  21. authfile.c
  22. authfile.h
  23. bsd-arc4random.c
  24. bsd-arc4random.h
  25. bsd-base64.c
  26. bsd-base64.h
  27. bsd-bindresvport.c
  28. bsd-bindresvport.h
  29. bsd-daemon.c
  30. bsd-daemon.h
  31. bsd-inet_aton.c
  32. bsd-inet_aton.h
  33. bsd-inet_ntoa.c
  34. bsd-inet_ntoa.h
  35. bsd-misc.c
  36. bsd-misc.h
  37. bsd-mktemp.c
  38. bsd-mktemp.h
  39. bsd-rresvport.c
  40. bsd-rresvport.h
  41. bsd-setenv.c
  42. bsd-setenv.h
  43. bsd-sigaction.c
  44. bsd-sigaction.h
  45. bsd-snprintf.c
  46. bsd-snprintf.h
  47. bsd-strlcat.c
  48. bsd-strlcat.h
  49. bsd-strlcpy.c
  50. bsd-strlcpy.h
  51. bsd-strsep.c
  52. bsd-strsep.h
  53. bufaux.c
  54. bufaux.h
  55. buffer.c
  56. buffer.h
  57. canohost.c
  58. ChangeLog
  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. COPYING.Ylonen
  72. crc32.c
  73. crc32.h
  74. CREDITS
  75. deattack.c
  76. deattack.h
  77. defines.h
  78. dispatch.c
  79. dispatch.h
  80. dsa.c
  81. dsa.h
  82. entropy.c
  83. entropy.h
  84. fake-gai-errnos.h
  85. fake-getaddrinfo.c
  86. fake-getaddrinfo.h
  87. fake-getnameinfo.c
  88. fake-getnameinfo.h
  89. fake-socket.h
  90. fixpaths
  91. fixprogs
  92. getput.h
  93. hmac.c
  94. hmac.h
  95. hostfile.c
  96. hostfile.h
  97. includes.h
  98. INSTALL
  99. install-sh
  100. kex.c
  101. kex.h
  102. key.c
  103. key.h
  104. log-client.c
  105. log-server.c
  106. log.c
  107. login.c
  108. loginrec.c
  109. loginrec.h
  110. logintest.c
  111. Makefile.in
  112. match.c
  113. match.h
  114. md5crypt.c
  115. md5crypt.h
  116. mkinstalldirs
  117. mpaux.c
  118. mpaux.h
  119. myproposal.h
  120. nchan.c
  121. nchan.h
  122. nchan.ms
  123. nchan2.ms
  124. next-posix.c
  125. next-posix.h
  126. openbsd-compat.h
  127. OVERVIEW
  128. packet.c
  129. packet.h
  130. pty.c
  131. pty.h
  132. radix.c
  133. readconf.c
  134. readconf.h
  135. README
  136. README.openssh2
  137. README.Ylonen
  138. readpass.c
  139. RFC.nroff
  140. rsa.c
  141. rsa.h
  142. scp.1
  143. scp.c
  144. servconf.c
  145. servconf.h
  146. serverloop.c
  147. session.c
  148. session.h
  149. sftp-server.8
  150. sftp-server.c
  151. ssh-add.1
  152. ssh-add.c
  153. ssh-agent.1
  154. ssh-agent.c
  155. ssh-keygen.1
  156. ssh-keygen.c
  157. ssh.1
  158. ssh.c
  159. ssh.h
  160. ssh2.h
  161. ssh_config
  162. ssh_prng_cmds.in
  163. sshconnect.c
  164. sshconnect.h
  165. sshconnect1.c
  166. sshconnect2.c
  167. sshd.8
  168. sshd.c
  169. sshd_config
  170. tildexpand.c
  171. TODO
  172. ttymodes.c
  173. ttymodes.h
  174. uidswap.c
  175. uidswap.h
  176. UPGRADING
  177. util.c
  178. uuencode.c
  179. uuencode.h
  180. version.h
  181. xmalloc.c
  182. xmalloc.h