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. contrib/
  2. acconfig.h
  3. aclocal.m4
  4. atomicio.c
  5. auth-krb4.c
  6. auth-options.c
  7. auth-options.h
  8. auth-pam.c
  9. auth-pam.h
  10. auth-passwd.c
  11. auth-rh-rsa.c
  12. auth-rhosts.c
  13. auth-rsa.c
  14. auth-skey.c
  15. auth.c
  16. auth.h
  17. auth1.c
  18. auth2-pam.c
  19. auth2-pam.h
  20. auth2-skey.c
  21. auth2.c
  22. authfd.c
  23. authfd.h
  24. authfile.c
  25. authfile.h
  26. bsd-arc4random.c
  27. bsd-arc4random.h
  28. bsd-base64.c
  29. bsd-base64.h
  30. bsd-bindresvport.c
  31. bsd-bindresvport.h
  32. bsd-daemon.c
  33. bsd-daemon.h
  34. bsd-getcwd.c
  35. bsd-getcwd.h
  36. bsd-getgrouplist.c
  37. bsd-getgrouplist.h
  38. bsd-inet_aton.c
  39. bsd-inet_aton.h
  40. bsd-inet_ntoa.c
  41. bsd-inet_ntoa.h
  42. bsd-misc.c
  43. bsd-misc.h
  44. bsd-mktemp.c
  45. bsd-mktemp.h
  46. bsd-queue.h
  47. bsd-realpath.c
  48. bsd-realpath.h
  49. bsd-rresvport.c
  50. bsd-rresvport.h
  51. bsd-setenv.c
  52. bsd-setenv.h
  53. bsd-setproctitle.c
  54. bsd-setproctitle.h
  55. bsd-sigaction.c
  56. bsd-sigaction.h
  57. bsd-snprintf.c
  58. bsd-snprintf.h
  59. bsd-strlcat.c
  60. bsd-strlcat.h
  61. bsd-strlcpy.c
  62. bsd-strlcpy.h
  63. bsd-strmode.c
  64. bsd-strmode.h
  65. bsd-strsep.c
  66. bsd-strsep.h
  67. bsd-strtok.c
  68. bsd-strtok.h
  69. bsd-vis.c
  70. bsd-vis.h
  71. bsd-waitpid.c
  72. bsd-waitpid.h
  73. bufaux.c
  74. bufaux.h
  75. buffer.c
  76. buffer.h
  77. canohost.c
  78. ChangeLog
  79. channels.c
  80. channels.h
  81. cipher.c
  82. cipher.h
  83. cli.c
  84. cli.h
  85. clientloop.c
  86. clientloop.h
  87. compat.c
  88. compat.h
  89. compress.c
  90. compress.h
  91. config.guess
  92. config.sub
  93. configure.in
  94. crc32.c
  95. crc32.h
  96. CREDITS
  97. cygwin_util.c
  98. cygwin_util.h
  99. deattack.c
  100. deattack.h
  101. defines.h
  102. dh.c
  103. dh.h
  104. dispatch.c
  105. dispatch.h
  106. entropy.c
  107. entropy.h
  108. fake-gai-errnos.h
  109. fake-getaddrinfo.c
  110. fake-getaddrinfo.h
  111. fake-getnameinfo.c
  112. fake-getnameinfo.h
  113. fake-socket.h
  114. fixpaths
  115. fixprogs
  116. getput.h
  117. groupaccess.c
  118. groupaccess.h
  119. hmac.c
  120. hmac.h
  121. hostfile.c
  122. hostfile.h
  123. includes.h
  124. INSTALL
  125. install-sh
  126. kex.c
  127. kex.h
  128. key.c
  129. key.h
  130. LICENCE
  131. log-client.c
  132. log-server.c
  133. log.c
  134. login.c
  135. loginrec.c
  136. loginrec.h
  137. logintest.c
  138. Makefile.in
  139. match.c
  140. match.h
  141. md5crypt.c
  142. md5crypt.h
  143. mkinstalldirs
  144. mpaux.c
  145. mpaux.h
  146. myproposal.h
  147. nchan.c
  148. nchan.h
  149. nchan.ms
  150. nchan2.ms
  151. next-posix.c
  152. next-posix.h
  153. openbsd-compat.h
  154. OVERVIEW
  155. packet.c
  156. packet.h
  157. primes
  158. pty.c
  159. pty.h
  160. radix.c
  161. readconf.c
  162. readconf.h
  163. README
  164. readpass.c
  165. RFC.nroff
  166. rijndael.c
  167. rijndael.h
  168. rsa.c
  169. rsa.h
  170. scp.1
  171. scp.c
  172. servconf.c
  173. servconf.h
  174. serverloop.c
  175. session.c
  176. session.h
  177. sftp-server.8
  178. sftp-server.c
  179. sftp.h
  180. ssh-add.1
  181. ssh-add.c
  182. ssh-agent.1
  183. ssh-agent.c
  184. ssh-dss.c
  185. ssh-dss.h
  186. ssh-keygen.1
  187. ssh-keygen.c
  188. ssh-keyscan.1
  189. ssh-keyscan.c
  190. ssh-rsa.c
  191. ssh-rsa.h
  192. ssh.1
  193. ssh.c
  194. ssh.h
  195. ssh2.h
  196. ssh_config
  197. ssh_prng_cmds.in
  198. sshconnect.c
  199. sshconnect.h
  200. sshconnect1.c
  201. sshconnect2.c
  202. sshd.8
  203. sshd.c
  204. sshd_config
  205. tildexpand.c
  206. TODO
  207. ttymodes.c
  208. ttymodes.h
  209. uidswap.c
  210. uidswap.h
  211. util.c
  212. uuencode.c
  213. uuencode.h
  214. version.h
  215. WARNING.RNG
  216. xmalloc.c
  217. xmalloc.h