- (djm) Big OpenBSD sync:
   - markus@cvs.openbsd.org  2000/09/30 10:27:44
     [log.c]
     allow loglevel debug
   - markus@cvs.openbsd.org  2000/10/03 11:59:57
     [packet.c]
     hmac->mac
   - markus@cvs.openbsd.org  2000/10/03 12:03:03
     [auth-krb4.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c auth1.c]
     move fake-auth from auth1.c to individual auth methods, disables s/key in
     debug-msg
   - markus@cvs.openbsd.org  2000/10/03 12:16:48
     ssh.c
     do not resolve canonname, i have no idea why this was added oin ossh
   - markus@cvs.openbsd.org  2000/10/09 15:30:44
     ssh-keygen.1 ssh-keygen.c
     -X now reads private ssh.com DSA keys, too.
   - markus@cvs.openbsd.org  2000/10/09 15:32:34
     auth-options.c
     clear options on every call.
   - markus@cvs.openbsd.org  2000/10/09 15:51:00
     authfd.c authfd.h
     interop with ssh-agent2, from <res@shore.net>
   - markus@cvs.openbsd.org  2000/10/10 14:20:45
     compat.c
     use rexexp for version string matching
   - provos@cvs.openbsd.org  2000/10/10 22:02:18
     [kex.c kex.h myproposal.h ssh.h ssh2.h sshconnect2.c sshd.c dh.c dh.h]
     First rough implementation of the diffie-hellman group exchange.  The
     client can ask the server for bigger groups to perform the diffie-hellman
     in, thus increasing the attack complexity when using ciphers with longer
     keys.  University of Windsor provided network, T the company.
   - markus@cvs.openbsd.org  2000/10/11 13:59:52
     [auth-rsa.c auth2.c]
     clear auth options unless auth sucessfull
   - markus@cvs.openbsd.org  2000/10/11 14:00:27
     [auth-options.h]
     clear auth options unless auth sucessfull
   - markus@cvs.openbsd.org  2000/10/11 14:03:27
     [scp.1 scp.c]
     support 'scp -o' with help from mouring@pconline.com
   - markus@cvs.openbsd.org  2000/10/11 14:11:35
     [dh.c]
     Wall
   - markus@cvs.openbsd.org  2000/10/11 14:14:40
     [auth.h auth2.c readconf.c readconf.h readpass.c servconf.c servconf.h]
     [ssh.h sshconnect2.c sshd_config auth2-skey.c cli.c cli.h]
     add support for s/key (kbd-interactive) to ssh2, based on work by
     mkiernan@avantgo.com and me
   - markus@cvs.openbsd.org  2000/10/11 14:27:24
     [auth.c auth1.c auth2.c authfile.c cipher.c cipher.h kex.c kex.h]
     [myproposal.h packet.c readconf.c session.c ssh.c ssh.h sshconnect1.c]
     [sshconnect2.c sshd.c]
     new cipher framework
   - markus@cvs.openbsd.org  2000/10/11 14:45:21
     [cipher.c]
     remove DES
   - markus@cvs.openbsd.org  2000/10/12 03:59:20
     [cipher.c cipher.h sshconnect1.c sshconnect2.c sshd.c]
     enable DES in SSH-1 clients only
   - markus@cvs.openbsd.org  2000/10/12 08:21:13
     [kex.h packet.c]
     remove unused
   - markus@cvs.openbsd.org  2000/10/13 12:34:46
     [sshd.c]
     Kludge for F-Secure Macintosh < 1.0.2; appro@fy.chalmers.se
   - markus@cvs.openbsd.org  2000/10/13 12:59:15
     [cipher.c cipher.h myproposal.h  rijndael.c rijndael.h]
     rijndael/aes support
   - markus@cvs.openbsd.org  2000/10/13 13:10:54
     [sshd.8]
     more info about -V
   - markus@cvs.openbsd.org  2000/10/13 13:12:02
     [myproposal.h]
     prefer no compression
56 files changed
tree: 93dd73b2ff1fbf0ad5f3978a2c4e0d8438a0bf7c
  1. COPYING.Ylonen
  2. CREDITS
  3. ChangeLog
  4. INSTALL
  5. LICENCE
  6. Makefile.in
  7. OVERVIEW
  8. README
  9. README.Ylonen
  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. bsd-strtok.c
  65. bsd-strtok.h
  66. bsd-vis.c
  67. bsd-vis.h
  68. bufaux.c
  69. bufaux.h
  70. buffer.c
  71. buffer.h
  72. canohost.c
  73. channels.c
  74. channels.h
  75. cipher.c
  76. cipher.h
  77. cli.c
  78. cli.h
  79. clientloop.c
  80. compat.c
  81. compat.h
  82. compress.c
  83. compress.h
  84. config.guess
  85. config.sub
  86. configure.in
  87. contrib/
  88. crc32.c
  89. crc32.h
  90. cygwin_util.c
  91. cygwin_util.h
  92. deattack.c
  93. deattack.h
  94. defines.h
  95. dh.c
  96. dh.h
  97. dispatch.c
  98. dispatch.h
  99. dsa.c
  100. dsa.h
  101. entropy.c
  102. entropy.h
  103. fake-gai-errnos.h
  104. fake-getaddrinfo.c
  105. fake-getaddrinfo.h
  106. fake-getnameinfo.c
  107. fake-getnameinfo.h
  108. fake-socket.h
  109. fixpaths
  110. fixprogs
  111. getput.h
  112. hmac.c
  113. hmac.h
  114. hostfile.c
  115. hostfile.h
  116. includes.h
  117. install-sh
  118. kex.c
  119. kex.h
  120. key.c
  121. key.h
  122. log-client.c
  123. log-server.c
  124. log.c
  125. login.c
  126. loginrec.c
  127. loginrec.h
  128. logintest.c
  129. match.c
  130. match.h
  131. md5crypt.c
  132. md5crypt.h
  133. mkinstalldirs
  134. mpaux.c
  135. mpaux.h
  136. myproposal.h
  137. nchan.c
  138. nchan.h
  139. nchan.ms
  140. nchan2.ms
  141. next-posix.c
  142. next-posix.h
  143. openbsd-compat.h
  144. packet.c
  145. packet.h
  146. pty.c
  147. pty.h
  148. radix.c
  149. readconf.c
  150. readconf.h
  151. readpass.c
  152. rijndael.c
  153. rijndael.h
  154. rsa.c
  155. rsa.h
  156. scp.1
  157. scp.c
  158. servconf.c
  159. servconf.h
  160. serverloop.c
  161. session.c
  162. session.h
  163. sftp-server.8
  164. sftp-server.c
  165. ssh-add.1
  166. ssh-add.c
  167. ssh-agent.1
  168. ssh-agent.c
  169. ssh-keygen.1
  170. ssh-keygen.c
  171. ssh.1
  172. ssh.c
  173. ssh.h
  174. ssh2.h
  175. ssh_config
  176. ssh_prng_cmds.in
  177. sshconnect.c
  178. sshconnect.h
  179. sshconnect1.c
  180. sshconnect2.c
  181. sshd.8
  182. sshd.c
  183. sshd_config
  184. tildexpand.c
  185. ttymodes.c
  186. ttymodes.h
  187. uidswap.c
  188. uidswap.h
  189. util.c
  190. uuencode.c
  191. uuencode.h
  192. version.h
  193. xmalloc.c
  194. xmalloc.h