- OpenBSD CVS updates:
  - markus@cvs.openbsd.org
    [session.c]
    make x11-fwd work w/ localhost (xauth add host/unix:11)
    [cipher.c compat.c readconf.c servconf.c]
    check strtok() != NULL; ok niels@
    [key.c]
    fix key_read() for uuencoded keys w/o '='
    [serverloop.c]
    group ssh1 vs. ssh2 in serverloop
    [kex.c kex.h myproposal.h sshconnect2.c sshd.c]
    split kexinit/kexdh, factor out common code
    [readconf.c ssh.1 ssh.c]
    forwardagent defaults to no, add ssh -A
  - theo@cvs.openbsd.org
    [session.c]
    just some line shortening
15 files changed
tree: f7fe557697d12b37c6be6a97c6ce083d23fd07de
  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-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.c
  28. authfd.c
  29. authfd.h
  30. authfile.c
  31. authfile.h
  32. aux.c
  33. bsd-base64.c
  34. bsd-base64.h
  35. bsd-bindresvport.c
  36. bsd-bindresvport.h
  37. bsd-daemon.c
  38. bsd-daemon.h
  39. bsd-login.c
  40. bsd-login.h
  41. bsd-misc.c
  42. bsd-misc.h
  43. bsd-mktemp.c
  44. bsd-mktemp.h
  45. bsd-rresvport.c
  46. bsd-rresvport.h
  47. bsd-setenv.c
  48. bsd-setenv.h
  49. bsd-snprintf.c
  50. bsd-snprintf.h
  51. bsd-strlcat.c
  52. bsd-strlcat.h
  53. bsd-strlcpy.c
  54. bsd-strlcpy.h
  55. bufaux.c
  56. bufaux.h
  57. buffer.c
  58. buffer.h
  59. canohost.c
  60. channels.c
  61. channels.h
  62. cipher.c
  63. cipher.h
  64. clientloop.c
  65. compat.c
  66. compat.h
  67. compress.c
  68. compress.h
  69. config.guess
  70. config.sub
  71. configure.in
  72. contrib/
  73. crc32.c
  74. crc32.h
  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. fingerprint.c
  91. fingerprint.h
  92. fixpaths
  93. fixprogs
  94. getput.h
  95. hmac.c
  96. hmac.h
  97. hostfile.c
  98. hostfile.h
  99. includes.h
  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. match.c
  110. match.h
  111. md5crypt.c
  112. md5crypt.h
  113. mkinstalldirs
  114. mpaux.c
  115. mpaux.h
  116. myproposal.h
  117. nchan.c
  118. nchan.h
  119. nchan.ms
  120. nchan2.ms
  121. openbsd-compat.h
  122. packet.c
  123. packet.h
  124. pty.c
  125. pty.h
  126. radix.c
  127. readconf.c
  128. readconf.h
  129. readpass.c
  130. rsa.c
  131. rsa.h
  132. scp.1
  133. scp.c
  134. servconf.c
  135. servconf.h
  136. serverloop.c
  137. session.c
  138. session.h
  139. ssh-add.1
  140. ssh-add.c
  141. ssh-agent.1
  142. ssh-agent.c
  143. ssh-keygen.1
  144. ssh-keygen.c
  145. ssh.1
  146. ssh.c
  147. ssh.h
  148. ssh2.h
  149. ssh_config
  150. ssh_prng_cmds.in
  151. sshconnect.c
  152. sshconnect.h
  153. sshconnect1.c
  154. sshconnect2.c
  155. sshd.8
  156. sshd.c
  157. sshd_config
  158. tildexpand.c
  159. ttymodes.c
  160. ttymodes.h
  161. uidswap.c
  162. uidswap.h
  163. uuencode.c
  164. uuencode.h
  165. version.h
  166. xmalloc.c
  167. xmalloc.h