- (djm) Merge OpenBSD changes:
   - markus@cvs.openbsd.org  2000/09/05 02:59:57
     [session.c]
     print hostname (not hushlogin)
   - markus@cvs.openbsd.org  2000/09/05 13:18:48
     [authfile.c ssh-add.c]
     enable ssh-add -d for DSA keys
   - markus@cvs.openbsd.org  2000/09/05 13:20:49
     [sftp-server.c]
     cleanup
   - markus@cvs.openbsd.org  2000/09/06 03:46:41
     [authfile.h]
     prototype
   - deraadt@cvs.openbsd.org 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.
   - markus@cvs.openbsd.org  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
   - markus@cvs.openbsd.org  2000/09/07 14:53:00
     [scp.c]
     typo
   - markus@cvs.openbsd.org  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
   - markus@cvs.openbsd.org  2000/09/08 03:02:51
     [README.openssh2]
     bye bye
   - deraadt@cvs.openbsd.org 2000/09/11 18:38:33
     [LICENCE cipher.c]
     a few more comments about it being ARC4 not RC4
   - markus@cvs.openbsd.org  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
   - markus@cvs.openbsd.org  2000/09/14 14:25:15
     [clientloop.c]
     typo
   - deraadt@cvs.openbsd.org 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. 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. cygwin_util.c
  85. deattack.c
  86. deattack.h
  87. defines.h
  88. dispatch.c
  89. dispatch.h
  90. dsa.c
  91. dsa.h
  92. entropy.c
  93. entropy.h
  94. fake-gai-errnos.h
  95. fake-getaddrinfo.c
  96. fake-getaddrinfo.h
  97. fake-getnameinfo.c
  98. fake-getnameinfo.h
  99. fake-socket.h
  100. fixpaths
  101. fixprogs
  102. getput.h
  103. hmac.c
  104. hmac.h
  105. hostfile.c
  106. hostfile.h
  107. includes.h
  108. install-sh
  109. kex.c
  110. kex.h
  111. key.c
  112. key.h
  113. log-client.c
  114. log-server.c
  115. log.c
  116. login.c
  117. loginrec.c
  118. loginrec.h
  119. logintest.c
  120. match.c
  121. match.h
  122. md5crypt.c
  123. md5crypt.h
  124. mkinstalldirs
  125. mpaux.c
  126. mpaux.h
  127. myproposal.h
  128. nchan.c
  129. nchan.h
  130. nchan.ms
  131. nchan2.ms
  132. next-posix.c
  133. next-posix.h
  134. openbsd-compat.h
  135. packet.c
  136. packet.h
  137. pty.c
  138. pty.h
  139. radix.c
  140. readconf.c
  141. readconf.h
  142. readpass.c
  143. rsa.c
  144. rsa.h
  145. scp.1
  146. scp.c
  147. servconf.c
  148. servconf.h
  149. serverloop.c
  150. session.c
  151. session.h
  152. sftp-server.8
  153. sftp-server.c
  154. ssh-add.1
  155. ssh-add.c
  156. ssh-agent.1
  157. ssh-agent.c
  158. ssh-keygen.1
  159. ssh-keygen.c
  160. ssh.1
  161. ssh.c
  162. ssh.h
  163. ssh2.h
  164. ssh_config
  165. ssh_prng_cmds.in
  166. sshconnect.c
  167. sshconnect.h
  168. sshconnect1.c
  169. sshconnect2.c
  170. sshd.8
  171. sshd.c
  172. sshd_config
  173. tildexpand.c
  174. ttymodes.c
  175. ttymodes.h
  176. uidswap.c
  177. uidswap.h
  178. util.c
  179. uuencode.c
  180. uuencode.h
  181. version.h
  182. xmalloc.c
  183. xmalloc.h