- (djm) Merge OpenBSD changes:
   - [email protected]  2000/09/05 02:59:57
     [session.c]
     print hostname (not hushlogin)
   - [email protected]  2000/09/05 13:18:48
     [authfile.c ssh-add.c]
     enable ssh-add -d for DSA keys
   - [email protected]  2000/09/05 13:20:49
     [sftp-server.c]
     cleanup
   - [email protected]  2000/09/06 03:46:41
     [authfile.h]
     prototype
   - [email protected] 2000/09/07 14:27:56
     [ALL]
     cleanup copyright notices on all files.  I have attempted to be
     accurate with the details.  everything is now under Tatu's licence
     (which I copied from his readme), and/or the core-sdi bsd-ish thing
     for deattack, or various openbsd developers under a 2-term bsd
     licence.  We're not changing any rules, just being accurate.
   - [email protected]  2000/09/07 14:40:30
     [channels.c channels.h clientloop.c serverloop.c ssh.c]
     cleanup window and packet sizes for ssh2 flow control; ok niels
   - [email protected]  2000/09/07 14:53:00
     [scp.c]
     typo
   - [email protected]  2000/09/07 15:13:37
     [auth-options.c auth-options.h auth-rh-rsa.c auth-rsa.c auth.c]
     [authfile.h canohost.c channels.h compat.c hostfile.h log.c match.h]
     [pty.c readconf.c]
     some more Copyright fixes
   - [email protected]  2000/09/08 03:02:51
     [README.openssh2]
     bye bye
   - [email protected] 2000/09/11 18:38:33
     [LICENCE cipher.c]
     a few more comments about it being ARC4 not RC4
   - [email protected]  2000/09/12 14:53:11
     [log-client.c log-server.c log.c ssh.1 ssh.c ssh.h sshd.8 sshd.c]
     multiple debug levels
   - [email protected]  2000/09/14 14:25:15
     [clientloop.c]
     typo
   - [email protected] 2000/09/15 01:13:51
     [ssh-agent.c]
     check return value for setenv(3) for failure, and deal appropriately
104 files changed
tree: aba9e2ae234edeb888b922c6a13b755c1248deea
  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. cygwin_util.c
  76. deattack.c
  77. deattack.h
  78. defines.h
  79. dispatch.c
  80. dispatch.h
  81. dsa.c
  82. dsa.h
  83. entropy.c
  84. entropy.h
  85. fake-gai-errnos.h
  86. fake-getaddrinfo.c
  87. fake-getaddrinfo.h
  88. fake-getnameinfo.c
  89. fake-getnameinfo.h
  90. fake-socket.h
  91. fixpaths
  92. fixprogs
  93. getput.h
  94. hmac.c
  95. hmac.h
  96. hostfile.c
  97. hostfile.h
  98. includes.h
  99. INSTALL
  100. install-sh
  101. kex.c
  102. kex.h
  103. key.c
  104. key.h
  105. log-client.c
  106. log-server.c
  107. log.c
  108. login.c
  109. loginrec.c
  110. loginrec.h
  111. logintest.c
  112. Makefile.in
  113. match.c
  114. match.h
  115. md5crypt.c
  116. md5crypt.h
  117. mkinstalldirs
  118. mpaux.c
  119. mpaux.h
  120. myproposal.h
  121. nchan.c
  122. nchan.h
  123. nchan.ms
  124. nchan2.ms
  125. next-posix.c
  126. next-posix.h
  127. openbsd-compat.h
  128. OVERVIEW
  129. packet.c
  130. packet.h
  131. pty.c
  132. pty.h
  133. radix.c
  134. readconf.c
  135. readconf.h
  136. README
  137. README.openssh2
  138. README.Ylonen
  139. readpass.c
  140. RFC.nroff
  141. rsa.c
  142. rsa.h
  143. scp.1
  144. scp.c
  145. servconf.c
  146. servconf.h
  147. serverloop.c
  148. session.c
  149. session.h
  150. sftp-server.8
  151. sftp-server.c
  152. ssh-add.1
  153. ssh-add.c
  154. ssh-agent.1
  155. ssh-agent.c
  156. ssh-keygen.1
  157. ssh-keygen.c
  158. ssh.1
  159. ssh.c
  160. ssh.h
  161. ssh2.h
  162. ssh_config
  163. ssh_prng_cmds.in
  164. sshconnect.c
  165. sshconnect.h
  166. sshconnect1.c
  167. sshconnect2.c
  168. sshd.8
  169. sshd.c
  170. sshd_config
  171. tildexpand.c
  172. TODO
  173. ttymodes.c
  174. ttymodes.h
  175. uidswap.c
  176. uidswap.h
  177. UPGRADING
  178. util.c
  179. uuencode.c
  180. uuencode.h
  181. version.h
  182. xmalloc.c
  183. xmalloc.h