NOTE: This update changes the RSA key generation.  *NEW RSA KEYS
      NEED TO BE GENERATED*  =)  Refer to to entry "2001/01/16 19:20:06"
      for more details.

20010118
 - (bal) Super Sized OpenBSD Resync
   - markus@cvs.openbsd.org 2001/01/11 22:14:20 GMT 2001 by markus
     [sshd.c]
     maxfd+1
   - markus@cvs.openbsd.org 2001/01/13 17:59:18
     [ssh-keygen.1]
     small ssh-keygen manpage cleanup; stevesk@pobox.com
   - markus@cvs.openbsd.org 2001/01/13 18:03:07
     [scp.c ssh-keygen.c sshd.c]
     getopt() returns -1 not EOF; stevesk@pobox.com
   - markus@cvs.openbsd.org 2001/01/13 18:06:54
     [ssh-keyscan.c]
     use SSH_DEFAULT_PORT; from stevesk@pobox.com
   - markus@cvs.openbsd.org 2001/01/13 18:12:47
     [ssh-keyscan.c]
     free() -> xfree(); fix memory leak; from stevesk@pobox.com
   - markus@cvs.openbsd.org 2001/01/13 18:14:13
     [ssh-add.c]
     typo, from stevesk@sweden.hp.com
   - markus@cvs.openbsd.org 2001/01/13 18:32:50
     [packet.c session.c ssh.c sshconnect.c sshd.c]
     split out keepalive from packet_interactive (from dale@accentre.com)
     set IPTOS_LOWDELAY TCP_NODELAY IPTOS_THROUGHPUT for ssh2, too.
   - markus@cvs.openbsd.org 2001/01/13 18:36:45
     [packet.c packet.h]
     reorder, typo
   - markus@cvs.openbsd.org 2001/01/13 18:38:00
     [auth-options.c]
     fix comment
   - markus@cvs.openbsd.org 2001/01/13 18:43:31
     [session.c]
     Wall
   - markus@cvs.openbsd.org 2001/01/13 19:14:08
     [clientloop.h clientloop.c ssh.c]
     move callback to headerfile
   - markus@cvs.openbsd.org 2001/01/15 21:40:10
     [ssh.c]
     use log() instead of stderr
   - markus@cvs.openbsd.org 2001/01/15 21:43:51
     [dh.c]
     use error() not stderr!
   - markus@cvs.openbsd.org 2001/01/15 21:45:29
     [sftp-server.c]
     rename must fail if newpath exists, debug off by default
   - markus@cvs.openbsd.org 2001/01/15 21:46:38
     [sftp-server.c]
     readable long listing for sftp-server, ok deraadt@
   - markus@cvs.openbsd.org 2001/01/16 19:20:06
     [key.c ssh-rsa.c]
     make "ssh-rsa" key format for ssh2 confirm to the ietf-drafts; from
     galb@vandyke.com.  note that you have to delete older ssh2-rsa keys,
     since they are in the wrong format, too. they must be removed from
     .ssh/authorized_keys2 and .ssh/known_hosts2, etc.
     (cd; grep -v ssh-rsa .ssh/authorized_keys2 > TMP && mv TMP
     .ssh/authorized_keys2) additionally, we now check that
     BN_num_bits(rsa->n) >= 768.
   - markus@cvs.openbsd.org 2001/01/16 20:54:27
     [sftp-server.c]
     remove some statics. simpler handles; idea from nisse@lysator.liu.se
   - deraadt@cvs.openbsd.org 2001/01/16 23:58:08
     [bufaux.c radix.c sshconnect.h sshconnect1.c]
     indent
 - (bal) Added bsd-strmode.[ch] since some non-OpenBSD platforms may
   be missing such feature.
28 files changed
tree: 2b90d1026f300a2dd478c654e5e47ada304c3ffe
  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-getgrouplist.c
  46. bsd-getgrouplist.h
  47. bsd-inet_aton.c
  48. bsd-inet_aton.h
  49. bsd-inet_ntoa.c
  50. bsd-inet_ntoa.h
  51. bsd-misc.c
  52. bsd-misc.h
  53. bsd-mktemp.c
  54. bsd-mktemp.h
  55. bsd-queue.h
  56. bsd-realpath.c
  57. bsd-realpath.h
  58. bsd-rresvport.c
  59. bsd-rresvport.h
  60. bsd-setenv.c
  61. bsd-setenv.h
  62. bsd-setproctitle.c
  63. bsd-setproctitle.h
  64. bsd-sigaction.c
  65. bsd-sigaction.h
  66. bsd-snprintf.c
  67. bsd-snprintf.h
  68. bsd-strlcat.c
  69. bsd-strlcat.h
  70. bsd-strlcpy.c
  71. bsd-strlcpy.h
  72. bsd-strmode.c
  73. bsd-strmode.h
  74. bsd-strsep.c
  75. bsd-strsep.h
  76. bsd-strtok.c
  77. bsd-strtok.h
  78. bsd-vis.c
  79. bsd-vis.h
  80. bsd-waitpid.c
  81. bsd-waitpid.h
  82. bufaux.c
  83. bufaux.h
  84. buffer.c
  85. buffer.h
  86. canohost.c
  87. channels.c
  88. channels.h
  89. cipher.c
  90. cipher.h
  91. cli.c
  92. cli.h
  93. clientloop.c
  94. clientloop.h
  95. compat.c
  96. compat.h
  97. compress.c
  98. compress.h
  99. config.guess
  100. config.sub
  101. configure.in
  102. contrib/
  103. crc32.c
  104. crc32.h
  105. cygwin_util.c
  106. cygwin_util.h
  107. deattack.c
  108. deattack.h
  109. defines.h
  110. dh.c
  111. dh.h
  112. dispatch.c
  113. dispatch.h
  114. entropy.c
  115. entropy.h
  116. fake-gai-errnos.h
  117. fake-getaddrinfo.c
  118. fake-getaddrinfo.h
  119. fake-getnameinfo.c
  120. fake-getnameinfo.h
  121. fake-socket.h
  122. fixpaths
  123. fixprogs
  124. getput.h
  125. groupaccess.c
  126. groupaccess.h
  127. hmac.c
  128. hmac.h
  129. hostfile.c
  130. hostfile.h
  131. includes.h
  132. install-sh
  133. kex.c
  134. kex.h
  135. key.c
  136. key.h
  137. log-client.c
  138. log-server.c
  139. log.c
  140. login.c
  141. loginrec.c
  142. loginrec.h
  143. logintest.c
  144. match.c
  145. match.h
  146. md5crypt.c
  147. md5crypt.h
  148. mkinstalldirs
  149. mpaux.c
  150. mpaux.h
  151. myproposal.h
  152. nchan.c
  153. nchan.h
  154. nchan.ms
  155. nchan2.ms
  156. next-posix.c
  157. next-posix.h
  158. openbsd-compat.h
  159. packet.c
  160. packet.h
  161. primes
  162. pty.c
  163. pty.h
  164. radix.c
  165. readconf.c
  166. readconf.h
  167. readpass.c
  168. rijndael.c
  169. rijndael.h
  170. rsa.c
  171. rsa.h
  172. scp.1
  173. scp.c
  174. servconf.c
  175. servconf.h
  176. serverloop.c
  177. session.c
  178. session.h
  179. sftp-server.8
  180. sftp-server.c
  181. sftp.h
  182. ssh-add.1
  183. ssh-add.c
  184. ssh-agent.1
  185. ssh-agent.c
  186. ssh-dss.c
  187. ssh-dss.h
  188. ssh-keygen.1
  189. ssh-keygen.c
  190. ssh-keyscan.1
  191. ssh-keyscan.c
  192. ssh-rsa.c
  193. ssh-rsa.h
  194. ssh.1
  195. ssh.c
  196. ssh.h
  197. ssh2.h
  198. ssh_config
  199. ssh_prng_cmds.in
  200. sshconnect.c
  201. sshconnect.h
  202. sshconnect1.c
  203. sshconnect2.c
  204. sshd.8
  205. sshd.c
  206. sshd_config
  207. tildexpand.c
  208. ttymodes.c
  209. ttymodes.h
  210. uidswap.c
  211. uidswap.h
  212. util.c
  213. uuencode.c
  214. uuencode.h
  215. version.h
  216. xmalloc.c
  217. xmalloc.h