20010112
 - (bal) OpenBSD Sync
   - markus@cvs.openbsd.org 2001/01/10 22:56:22
     [bufaux.h bufaux.c sftp-server.c sftp.h getput.h]
     cleanup sftp-server implementation:
	     add buffer_get_int64, buffer_put_int64, GET_64BIT, PUT_64BIT
	     parse SSH2_FILEXFER_ATTR_EXTENDED
	     send SSH2_FX_EOF if readdir returns no more entries
	     reply to SSH2_FXP_EXTENDED message
	     use #defines from the draft
	     move #definations to sftp.h
     more info:
     http://www.ietf.org/internet-drafts/draft-ietf-secsh-filexfer-00.txt
   - markus@cvs.openbsd.org 2001/01/10 19:43:20
     [sshd.c]
     XXX - generate_empheral_server_key() is not safe against races,
     because it calls log()
   - markus@cvs.openbsd.org 2001/01/09 21:19:50
     [packet.c]
     allow TCP_NDELAY for ipv6; from netbsd via itojun@
8 files changed
tree: a83ffc7dd3f484af4debdad46c5de25e985bf4ad
  1. CREDITS
  2. ChangeLog
  3. INSTALL
  4. LICENCE
  5. Makefile.in
  6. OVERVIEW
  7. README
  8. RFC.nroff
  9. TODO
  10. WARNING.RNG
  11. acconfig.h
  12. aclocal.m4
  13. atomicio.c
  14. auth-krb4.c
  15. auth-options.c
  16. auth-options.h
  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-pam.c
  28. auth2-pam.h
  29. auth2-skey.c
  30. auth2.c
  31. authfd.c
  32. authfd.h
  33. authfile.c
  34. authfile.h
  35. bsd-arc4random.c
  36. bsd-arc4random.h
  37. bsd-base64.c
  38. bsd-base64.h
  39. bsd-bindresvport.c
  40. bsd-bindresvport.h
  41. bsd-daemon.c
  42. bsd-daemon.h
  43. bsd-getcwd.c
  44. bsd-getcwd.h
  45. bsd-inet_aton.c
  46. bsd-inet_aton.h
  47. bsd-inet_ntoa.c
  48. bsd-inet_ntoa.h
  49. bsd-misc.c
  50. bsd-misc.h
  51. bsd-mktemp.c
  52. bsd-mktemp.h
  53. bsd-queue.h
  54. bsd-realpath.c
  55. bsd-realpath.h
  56. bsd-rresvport.c
  57. bsd-rresvport.h
  58. bsd-setenv.c
  59. bsd-setenv.h
  60. bsd-setproctitle.c
  61. bsd-setproctitle.h
  62. bsd-sigaction.c
  63. bsd-sigaction.h
  64. bsd-snprintf.c
  65. bsd-snprintf.h
  66. bsd-strlcat.c
  67. bsd-strlcat.h
  68. bsd-strlcpy.c
  69. bsd-strlcpy.h
  70. bsd-strsep.c
  71. bsd-strsep.h
  72. bsd-strtok.c
  73. bsd-strtok.h
  74. bsd-vis.c
  75. bsd-vis.h
  76. bsd-waitpid.c
  77. bsd-waitpid.h
  78. bufaux.c
  79. bufaux.h
  80. buffer.c
  81. buffer.h
  82. canohost.c
  83. channels.c
  84. channels.h
  85. cipher.c
  86. cipher.h
  87. cli.c
  88. cli.h
  89. clientloop.c
  90. compat.c
  91. compat.h
  92. compress.c
  93. compress.h
  94. config.guess
  95. config.sub
  96. configure.in
  97. contrib/
  98. crc32.c
  99. crc32.h
  100. cygwin_util.c
  101. cygwin_util.h
  102. deattack.c
  103. deattack.h
  104. defines.h
  105. dh.c
  106. dh.h
  107. dispatch.c
  108. dispatch.h
  109. entropy.c
  110. entropy.h
  111. fake-gai-errnos.h
  112. fake-getaddrinfo.c
  113. fake-getaddrinfo.h
  114. fake-getnameinfo.c
  115. fake-getnameinfo.h
  116. fake-socket.h
  117. fixpaths
  118. fixprogs
  119. getput.h
  120. hmac.c
  121. hmac.h
  122. hostfile.c
  123. hostfile.h
  124. includes.h
  125. install-sh
  126. kex.c
  127. kex.h
  128. key.c
  129. key.h
  130. log-client.c
  131. log-server.c
  132. log.c
  133. login.c
  134. loginrec.c
  135. loginrec.h
  136. logintest.c
  137. match.c
  138. match.h
  139. md5crypt.c
  140. md5crypt.h
  141. mkinstalldirs
  142. mpaux.c
  143. mpaux.h
  144. myproposal.h
  145. nchan.c
  146. nchan.h
  147. nchan.ms
  148. nchan2.ms
  149. next-posix.c
  150. next-posix.h
  151. openbsd-compat.h
  152. packet.c
  153. packet.h
  154. primes
  155. pty.c
  156. pty.h
  157. radix.c
  158. readconf.c
  159. readconf.h
  160. readpass.c
  161. rijndael.c
  162. rijndael.h
  163. rsa.c
  164. rsa.h
  165. scp.1
  166. scp.c
  167. servconf.c
  168. servconf.h
  169. serverloop.c
  170. session.c
  171. session.h
  172. sftp-server.8
  173. sftp-server.c
  174. sftp.h
  175. ssh-add.1
  176. ssh-add.c
  177. ssh-agent.1
  178. ssh-agent.c
  179. ssh-dss.c
  180. ssh-dss.h
  181. ssh-keygen.1
  182. ssh-keygen.c
  183. ssh-keyscan.1
  184. ssh-keyscan.c
  185. ssh-rsa.c
  186. ssh-rsa.h
  187. ssh.1
  188. ssh.c
  189. ssh.h
  190. ssh2.h
  191. ssh_config
  192. ssh_prng_cmds.in
  193. sshconnect.c
  194. sshconnect.h
  195. sshconnect1.c
  196. sshconnect2.c
  197. sshd.8
  198. sshd.c
  199. sshd_config
  200. tildexpand.c
  201. ttymodes.c
  202. ttymodes.h
  203. uidswap.c
  204. uidswap.h
  205. util.c
  206. uuencode.c
  207. uuencode.h
  208. version.h
  209. xmalloc.c
  210. xmalloc.h