- (bal) OpenBSD Sync
   - markus@cvs.openbsd.org 2001/01/08 22:29:05
     [auth2.c compat.c compat.h servconf.c servconf.h sshd.8
      sshd_config version.h]
     implement option 'Banner /etc/issue.net' for ssh2, move version to
     2.3.1 (needed for bugcompat detection, 2.3.0 would fail if Banner
     is enabled).
   - markus@cvs.openbsd.org 2001/01/08 22:03:23
     [channels.c ssh-keyscan.c]
     O_NDELAY -> O_NONBLOCK; thanks stevesk@pobox.com
   - markus@cvs.openbsd.org 2001/01/08 21:55:41
     [sshconnect1.c]
     more cleanups and fixes from stevesk@pobox.com:
     1) try_agent_authentication() for loop will overwrite key just
        allocated with key_new(); don't alloc
     2) call ssh_close_authentication_connection() before exit
        try_agent_authentication()
     3) free mem on bad passphrase in try_rsa_authentication()
   - markus@cvs.openbsd.org 2001/01/08 21:48:17
     [kex.c]
     missing free; thanks stevesk@pobox.com
13 files changed
tree: b678668f292f8a8bb5e00b9b8f89d86370a8e11f
  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. news4-posix.h
  150. next-posix.c
  151. next-posix.h
  152. openbsd-compat.h
  153. packet.c
  154. packet.h
  155. primes
  156. pty.c
  157. pty.h
  158. radix.c
  159. readconf.c
  160. readconf.h
  161. readpass.c
  162. rijndael.c
  163. rijndael.h
  164. rsa.c
  165. rsa.h
  166. scp.1
  167. scp.c
  168. servconf.c
  169. servconf.h
  170. serverloop.c
  171. session.c
  172. session.h
  173. sftp-server.8
  174. sftp-server.c
  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