]> andersk Git - openssh.git/blob - ChangeLog
- djm@cvs.openbsd.org 2009/10/23 01:57:11
[openssh.git] / ChangeLog
1 20091024
2  - (dtucker) OpenBSD CVS Sync
3    - djm@cvs.openbsd.org 2009/10/11 23:03:15
4      [hostfile.c]
5      mention the host name that we are looking for in check_host_in_hostfile()
6    - sobrado@cvs.openbsd.org 2009/10/17 12:10:39
7      [sftp-server.c]
8      sort flags.
9    - sobrado@cvs.openbsd.org 2009/10/22 12:35:53
10      [ssh.1 ssh-agent.1 ssh-add.1]
11      use the UNIX-related macros (.At and .Ux) where appropriate.
12      ok jmc@
13    - sobrado@cvs.openbsd.org 2009/10/22 15:02:12
14      [ssh-agent.1 ssh-add.1 ssh.1]
15      write UNIX-domain in a more consistent way; while here, replace a
16      few remaining ".Tn UNIX" macros with ".Ux" ones.
17      pointed out by ratchov@, thanks!
18      ok jmc@
19    - djm@cvs.openbsd.org 2009/10/22 22:26:13
20      [authfile.c]
21      switch from 3DES to AES-128 for encryption of passphrase-protected
22      SSH protocol 2 private keys; ok several
23    - djm@cvs.openbsd.org 2009/10/23 01:57:11
24      [sshconnect2.c]
25      disallow a hostile server from checking jpake auth by sending an
26      out-of-sequence success message. (doesn't affect code enabled by default)
27
28 20091011
29  - (dtucker) [configure.ac sftp-client.c] Remove the gyrations required for
30    dirent d_type and DTTOIF as we've switched OpenBSD to the more portable
31    lstat.
32  - (dtucker) OpenBSD CVS Sync
33    - markus@cvs.openbsd.org 2009/10/08 14:03:41
34      [sshd_config readconf.c ssh_config.5 servconf.c sshd_config.5]
35      disable protocol 1 by default (after a transition period of about 10 years)
36      ok deraadt
37    - jmc@cvs.openbsd.org 2009/10/08 20:42:12
38      [sshd_config.5 ssh_config.5 sshd.8 ssh.1]
39      some tweaks now that protocol 1 is not offered by default; ok markus
40    - dtucker@cvs.openbsd.org 2009/10/11 10:41:26
41      [sftp-client.c]
42      d_type isn't portable so use lstat to get dirent modes.  Suggested by and
43      "looks sane" deraadt@
44    - markus@cvs.openbsd.org 2009/10/08 18:04:27
45      [regress/test-exec.sh]
46      re-enable protocol v1 for the tests.
47
48 20091007
49  - (dtucker) OpenBSD CVS Sync
50    - djm@cvs.openbsd.org 2009/08/12 00:13:00
51      [sftp.c sftp.1]
52      support most of scp(1)'s commandline arguments in sftp(1), as a first
53      step towards making sftp(1) a drop-in replacement for scp(1).
54      One conflicting option (-P) has not been changed, pending further
55      discussion.
56      Patch from carlosvsilvapt@gmail.com as part of his work in the
57      Google Summer of Code
58   - jmc@cvs.openbsd.org 2009/08/12 06:31:42
59      [sftp.1]
60      sort options;
61    - djm@cvs.openbsd.org 2009/08/13 01:11:19
62      [sftp.1 sftp.c]
63      Swizzle options: "-P sftp_server_path" moves to "-D sftp_server_path",
64      add "-P port" to match scp(1). Fortunately, the -P option is only really
65      used by our regression scripts.
66      part of larger patch from carlosvsilvapt@gmail.com for his Google Summer
67      of Code work; ok deraadt markus
68    - jmc@cvs.openbsd.org 2009/08/13 13:39:54
69      [sftp.1 sftp.c]
70      sync synopsis and usage();
71    - djm@cvs.openbsd.org 2009/08/14 18:17:49
72      [sftp-client.c]
73      make the "get_handle: ..." error messages vaguely useful by allowing
74      callers to specify their own error message strings.
75    - fgsch@cvs.openbsd.org 2009/08/15 18:56:34
76      [auth.h]
77      remove unused define. markus@ ok.
78      (Id sync only, Portable still uses this.)
79    - dtucker@cvs.openbsd.org 2009/08/16 23:29:26
80      [sshd_config.5]
81      Add PubkeyAuthentication to the list allowed in a Match block (bz #1577)
82    - djm@cvs.openbsd.org 2009/08/18 18:36:21
83      [sftp-client.h sftp.1 sftp-client.c sftp.c]
84      recursive transfer support for get/put and on the commandline
85      work mostly by carlosvsilvapt@gmail.com for the Google Summer of Code
86      with some tweaks by me; "go for it" deraadt@
87   - djm@cvs.openbsd.org 2009/08/18 21:15:59
88      [sftp.1]
89      fix "get" command usage, spotted by jmc@
90    - jmc@cvs.openbsd.org 2009/08/19 04:56:03
91      [sftp.1]
92      ether -> either;
93    - dtucker@cvs.openbsd.org 2009/08/20 23:54:28
94      [mux.c]
95      subsystem_flag is defined in ssh.c so it's extern; ok djm
96    - djm@cvs.openbsd.org 2009/08/27 17:28:52
97      [sftp-server.c]
98      allow setting an explicit umask on the commandline to override whatever
99      default the user has. bz#1229; ok dtucker@ deraadt@ markus@
100    - djm@cvs.openbsd.org 2009/08/27 17:33:49
101      [ssh-keygen.c]
102      force use of correct hash function for random-art signature display
103      as it was inheriting the wrong one when bubblebabble signatures were
104      activated; bz#1611 report and patch from fwojcik+openssh AT besh.com;
105      ok markus@
106    - djm@cvs.openbsd.org 2009/08/27 17:43:00
107      [sftp-server.8]
108      allow setting an explicit umask on the commandline to override whatever
109      default the user has. bz#1229; ok dtucker@ deraadt@ markus@
110    - djm@cvs.openbsd.org 2009/08/27 17:44:52
111      [authfd.c ssh-add.c authfd.h]
112      Do not fall back to adding keys without contraints (ssh-add -c / -t ...)
113      when the agent refuses the constrained add request. This was a useful
114      migration measure back in 2002 when constraints were new, but just
115      adds risk now.
116      bz #1612, report and patch from dkg AT fifthhorseman.net; ok markus@
117    - djm@cvs.openbsd.org 2009/08/31 20:56:02
118      [sftp-server.c]
119      check correct variable for error message, spotted by martynas@
120    - djm@cvs.openbsd.org 2009/08/31 21:01:29
121      [sftp-server.8]
122      document -e and -h; prodded by jmc@
123    - djm@cvs.openbsd.org 2009/09/01 14:43:17
124      [ssh-agent.c]
125      fix a race condition in ssh-agent that could result in a wedged or
126      spinning agent: don't read off the end of the allocated fd_sets, and
127      don't issue blocking read/write on agent sockets - just fall back to
128      select() on retriable read/write errors. bz#1633 reported and tested
129      by "noodle10000 AT googlemail.com"; ok dtucker@ markus@
130    - grunk@cvs.openbsd.org 2009/10/01 11:37:33
131      [dh.c]
132      fix a cast
133      ok djm@ markus@
134    - djm@cvs.openbsd.org 2009/10/06 04:46:40
135      [session.c]
136      bz#1596: fflush(NULL) before exec() to ensure that everying (motd
137      in particular) has made it out before the streams go away.
138    - djm@cvs.openbsd.org 2008/12/07 22:17:48
139      [regress/addrmatch.sh]
140      match string "passwordauthentication" only at start of line, not anywhere
141      in sshd -T output
142    - dtucker@cvs.openbsd.org 2009/05/05 07:51:36
143      [regress/multiplex.sh]
144      Always specify ssh_config for multiplex tests: prevents breakage caused
145      by options in ~/.ssh/config.  From Dan Peterson.
146    - djm@cvs.openbsd.org 2009/08/13 00:57:17
147      [regress/Makefile]
148      regression test for port number parsing. written as part of the a2port
149      change that went into 5.2 but I forgot to commit it at the time...
150    - djm@cvs.openbsd.org 2009/08/13 01:11:55
151      [regress/sftp-batch.sh regress/sftp-badcmds.sh regress/sftp.sh
152      regress/sftp-cmds.sh regres/sftp-glob.sh]
153      date: 2009/08/13 01:11:19;  author: djm;  state: Exp;  lines: +10 -7
154      Swizzle options: "-P sftp_server_path" moves to "-D sftp_server_path",
155      add "-P port" to match scp(1). Fortunately, the -P option is only really
156      used by our regression scripts.
157      part of larger patch from carlosvsilvapt@gmail.com for his Google Summer
158      of Code work; ok deraadt markus
159    - djm@cvs.openbsd.org 2009/08/20 18:43:07
160      [regress/ssh-com-sftp.sh]
161      fix one sftp -D ... => sftp -P ... conversion that I missed; from Carlos
162      Silva for Google Summer of Code
163    - dtucker@cvs.openbsd.org 2009/10/06 23:51:49
164      [regress/ssh2putty.sh]
165      Add OpenBSD tag to make syncs easier
166  - (dtucker) [regress/portnum.sh] Import new test.
167  - (dtucker) [configure.ac sftp-client.c] DTOTIF is in fs/ffs/dir.h on at
168    least dragonflybsd.
169  - (dtucker) d_type is not mandated by POSIX, so add fallback code using
170     stat(), needed on at least cygwin.
171
172 20091002
173  - (djm) [Makefile.in] Mention readconf.o in ssh-keysign's make deps.
174    spotted by des AT des.no
175
176 20090926
177  - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
178          [contrib/suse/openssh.spec] Update for release
179  - (djm) [README] update relnotes URL
180  - (djm) [packet.c] Restore EWOULDBLOCK handling that got lost somewhere
181  - (djm) Release 5.3p1
182
183 20090911
184  - (dtucker) [configure.ac] Change the -lresolv check so it works on Mac OS X
185    10.6 (which doesn't have BIND8_COMPAT and thus uses res_9_query).  Patch
186    from jbasney at ncsa uiuc edu.
187
188 20090908
189  - (djm) [serverloop.c] Fix test for server-assigned remote forwarding port
190    (-R 0:...); bz#1578, spotted and fix by gavin AT emf.net; ok dtucker@
191
192 20090901
193  - (dtucker) [configure.ac] Bug #1639: use AC_PATH_PROG to search the path for
194    krb5-config if it's not in the location specified by --with-kerberos5.
195    Patch from jchadima at redhat.
196
197 20090829
198  - (dtucker) [README.platform] Add text about development packages, based on
199    text from Chris Pepper in bug #1631.
200
201 20090828
202  - dtucker [auth-sia.c] Roll back the change for bug #1241 as it apparently
203    causes problems in some Tru64 configurations.
204  - (djm) [sshd_config.5] downgrade mention of login.conf to be an example
205    and mention PAM as another provider for ChallengeResponseAuthentication;
206    bz#1408; ok dtucker@
207  - (djm) [sftp-server.c] bz#1535: accept ENOSYS as a fallback error when
208    attempting atomic rename(); ok dtucker@
209  - (djm) [Makefile.in] bz#1505: Solaris make(1) doesn't accept make variables
210    in argv, so pass them in the environment; ok dtucker@
211  - (dtucker) [channels.c configure.ac] Bug #1528: skip the tcgetattr call on
212     the pty master on Solaris, since it never succeeds and can hang if large
213     amounts of data is sent to the slave (eg a copy-paste).  Based on a patch
214     originally from Doke Scott, ok djm@
215  - (dtucker) [clientloop.c configure.ac defines.h] Make the client's IO buffer
216    size a compile-time option and set it to 64k on Cygwin, since Corinna
217    reports that it makes a significant difference to performance.  ok djm@
218  - (dtucker) [configure.ac] Fix the syntax of the Solaris tcgetattr entry.
219
220 20090820
221  - (dtucker) [includes.h] Bug #1634: do not include system glob.h if we're not
222    using it since the type conflicts can cause problems on FreeBSD.  Patch
223    from Jonathan Chen.
224  - (dtucker) [session.c openbsd-compat/port-aix.h] Bugs #1249 and #1567: move
225    the setpcred call on AIX to immediately before the permanently_set_uid().
226    Ensures that we still have privileges when we call chroot and
227    pam_open_sesson.  Based on a patch from David Leonard.
228
229 20090817
230  - (dtucker) [configure.ac] Check for headers before libraries for openssl an
231    zlib, which should make the errors slightly more meaningful on platforms
232    where there's separate "-devel" packages for those.
233  - (dtucker) [sshlogin.c openbsd-compat/port-aix.{c,h}] Bug #1595: make
234    PrintLastLog work on AIX.  Based in part on a patch from Miguel Sanders.
235
236 20090729
237  - (tim) [contrib/cygwin/ssh-user-config] Change script to call correct error
238    function. Patch from Corinna Vinschen.
239
240 20090713
241  - (dtucker) [openbsd-compat/getrrsetbyname.c] Reduce answer buffer size so it
242    fits into 16 bits to work around a bug in glibc's resolver where it masks
243    off the buffer size at 16 bits.  Patch from Hauke Lampe, ok djm jakob.
244
245 20090712
246  - (dtucker) [configure.ac] Include sys/param.h for the sys/mount.h test,
247    prevents configure complaining on older BSDs.
248  - (dtucker [contrib/cygwin/ssh-{host,user}-config] Add license text. Patch
249    from Corinna Vinschen.
250  - (dtucker) [auth-pam.c] Bug #1534: move the deletion of PAM credentials on
251    logout to after the session close.  Patch from Anicka Bernathova,
252    originally from Andreas Schwab via Novelll ok djm.
253
254 20090707
255  - (dtucker) [contrib/cygwin/ssh-host-config] better support for automated
256    scripts and fix usage of eval.  Patch from Corinna Vinschen.
257
258 20090705
259  - (dtucker) OpenBSD CVS Sync
260    - andreas@cvs.openbsd.org 2009/06/27 09:29:06
261      [packet.h packet.c]
262      packet_bacup_state() and packet_restore_state() will be used to
263      temporarily save the current state ren resuming a suspended connection.
264      ok markus@
265    - andreas@cvs.openbsd.org 2009/06/27 09:32:43
266      [roaming_common.c roaming.h]
267      It may be necessary to retransmit some data when resuming, so add it
268      to a buffer when roaming is enabled.
269      Most of this code was written by Martin Forssen, maf at appgate dot com.
270      ok markus@
271    - andreas@cvs.openbsd.org 2009/06/27 09:35:06
272      [readconf.h readconf.c]
273      Add client option UseRoaming. It doesn't do anything yet but will
274      control whether the client tries to use roaming if enabled on the
275      server. From Martin Forssen.
276      ok markus@
277    - markus@cvs.openbsd.org 2009/06/30 14:54:40
278      [version.h]
279      crank version; ok deraadt
280    - dtucker@cvs.openbsd.org 2009/07/02 02:11:47
281      [ssh.c]
282      allow for long home dir paths (bz #1615).  ok deraadt
283      (based in part on a patch from jchadima at redhat)
284    - stevesk@cvs.openbsd.org 2009/07/05 19:28:33
285      [clientloop.c]
286      only send SSH2_MSG_DISCONNECT if we're in compat20; from dtucker@
287      ok deraadt@ markus@
288
289 20090622
290  - (dtucker) OpenBSD CVS Sync
291    - dtucker@cvs.openbsd.org 2009/06/22 05:39:28
292      [monitor_wrap.c monitor_mm.c ssh-keygen.c auth2.c gss-genr.c sftp-client.c]
293      alphabetize includes; reduces diff vs portable and style(9).
294      ok stevesk djm
295      (Id sync only; these were already in order in -portable)
296
297 20090621
298  - (dtucker) OpenBSD CVS Sync
299    - markus@cvs.openbsd.org 2009/03/17 21:37:00
300      [ssh.c]
301      pass correct argv[0] to openlog(); ok djm@
302   - jmc@cvs.openbsd.org 2009/03/19 15:15:09
303      [ssh.1]
304      for "Ciphers", just point the reader to the keyword in ssh_config(5), just
305      as we do for "MACs": this stops us getting out of sync when the lists
306      change;
307      fixes documentation/6102, submitted by Peter J. Philipp
308      alternative fix proposed by djm
309      ok markus
310    - tobias@cvs.openbsd.org 2009/03/23 08:31:19
311      [ssh-agent.c]
312      Fixed a possible out-of-bounds memory access if the environment variable
313      SHELL is shorter than 3 characters.
314      with input by and ok dtucker
315    - tobias@cvs.openbsd.org 2009/03/23 19:38:04
316      [ssh-agent.c]
317      My previous commit didn't fix the problem at all, so stick at my first
318      version of the fix presented to dtucker.
319      Issue notified by Matthias Barkhoff (matthias dot barkhoff at gmx dot de).
320      ok dtucker
321    - sobrado@cvs.openbsd.org 2009/03/26 08:38:39
322      [sftp-server.8 sshd.8 ssh-agent.1]
323      fix a few typographical errors found by spell(1).
324      ok dtucker@, jmc@
325    - stevesk@cvs.openbsd.org 2009/04/13 19:07:44
326      [sshd_config.5]
327      fix possessive; ok djm@
328    - stevesk@cvs.openbsd.org 2009/04/14 16:33:42
329      [sftp-server.c]
330      remove unused option character from getopt() optstring; ok markus@
331    - jj@cvs.openbsd.org 2009/04/14 21:10:54
332      [servconf.c]
333      Fixed a few the-the misspellings in comments. Skipped a bunch in
334      binutils,gcc and so on. ok jmc@
335    - stevesk@cvs.openbsd.org 2009/04/17 19:23:06
336      [session.c]
337      use INTERNAL_SFTP_NAME for setproctitle() of in-process sftp-server;
338      ok djm@ markus@
339    - stevesk@cvs.openbsd.org 2009/04/17 19:40:17
340      [sshd_config.5]
341      clarify that even internal-sftp needs /dev/log for logging to work; ok
342      markus@
343    - jmc@cvs.openbsd.org 2009/04/18 18:39:10
344      [sshd_config.5]
345      tweak previous; ok stevesk
346    - stevesk@cvs.openbsd.org 2009/04/21 15:13:17
347      [sshd_config.5]
348      clarify we cd to user's home after chroot; ok markus@ on
349      earlier version; tweaks and ok jmc@
350    - andreas@cvs.openbsd.org 2009/05/25 06:48:01
351      [channels.c packet.c clientloop.c packet.h serverloop.c monitor_wrap.c
352      monitor.c]
353      Put the globals in packet.c into a struct and don't access it directly
354      from other files. No functional changes.
355      ok markus@ djm@
356    - andreas@cvs.openbsd.org 2009/05/27 06:31:25
357      [canohost.h canohost.c]
358      Add clear_cached_addr(), needed for upcoming changes allowing the peer
359      address to change.
360      ok markus@
361    - andreas@cvs.openbsd.org 2009/05/27 06:33:39
362      [clientloop.c]
363      Send SSH2_MSG_DISCONNECT when the client disconnects. From a larger
364      change from Martin Forssen, maf at appgate dot com.
365      ok markus@
366    - andreas@cvs.openbsd.org 2009/05/27 06:34:36
367      [kex.c kex.h]
368      Move the KEX_COOKIE_LEN define to kex.h
369      ok markus@
370    - andreas@cvs.openbsd.org 2009/05/27 06:36:07
371      [packet.h packet.c]
372      Add packet_put_int64() and packet_get_int64(), part of a larger change
373      from Martin Forssen.
374      ok markus@
375    - andreas@cvs.openbsd.org 2009/05/27 06:38:16
376      [sshconnect.h sshconnect.c]
377      Un-static ssh_exchange_identification(), part of a larger change from
378      Martin Forssen and needed for upcoming changes.
379      ok markus@
380    - andreas@cvs.openbsd.org 2009/05/28 16:50:16
381      [sshd.c packet.c serverloop.c monitor_wrap.c clientloop.c sshconnect.c
382      monitor.c Added roaming.h roaming_common.c roaming_dummy.c]
383      Keep track of number of bytes read and written. Needed for upcoming
384      changes. Most code from Martin Forssen, maf at appgate dot com.
385      ok markus@
386      Also, applied appropriate changes to Makefile.in
387    - andreas@cvs.openbsd.org 2009/06/12 20:43:22
388      [monitor.c packet.c]
389      Fix warnings found by chl@ and djm@ and change roaming_atomicio's
390      return type to match atomicio's
391      Diff from djm@, ok markus@
392    - andreas@cvs.openbsd.org 2009/06/12 20:58:32
393      [packet.c]
394      Move some more statics into session_state
395      ok markus@ djm@
396    - dtucker@cvs.openbsd.org 2009/06/21 07:37:15
397      [kexdhs.c kexgexs.c]
398      abort if key_sign fails, preventing possible null deref.  Based on report
399      from Paolo Ganci, ok markus@ djm@
400    - dtucker@cvs.openbsd.org 2009/06/21 09:04:03
401      [roaming.h roaming_common.c roaming_dummy.c]
402      Add  tags for the benefit of the sync scripts
403      Also: pull in the changes for 1.1->1.2 missed in the previous sync.
404  - (dtucker) [auth2-jpake.c auth2.c canohost.h session.c] Whitespace and
405    header-order changes to reduce diff vs OpenBSD.
406  - (dtucker) [servconf.c sshd.c] More whitespace sync.
407  - (dtucker) [roaming_common.c roaming_dummy.c] Wrap #include <inttypes.h> in
408    ifdef.
409
410 20090616
411  - (dtucker) [configure.ac defines.h] Bug #1607: handle the case where fsid_t
412    is a struct with a __val member.  Fixes build on, eg, Redhat 6.2.
413
414 20090504
415  - (dtucker) [sshlogin.c] Move the NO_SSH_LASTLOG #ifndef line to include
416    variable declarations.  Should prevent unused warnings anywhere it's set
417    (only Crays as far as I can tell) and be a no-op everywhere else.
418
419 20090318
420  - (tim) [configure.ac] Remove setting IP_TOS_IS_BROKEN for Cygwin. The problem
421    that setsockopt(IP_TOS) doesn't work on Cygwin has been fixed since 2005.
422    Based on patch from vinschen at redhat com.
423
424 20090308
425  - (dtucker) [auth-passwd.c auth1.c auth2-kbdint.c auth2-none.c auth2-passwd.c
426    auth2-pubkey.c session.c openbsd-compat/bsd-cygwin_util.{c,h}
427    openbsd-compat/daemon.c] Remove support for Windows 95/98/ME and very old
428    version of Cygwin.  Patch from vinschen at redhat com.
429
430 20090307
431  - (dtucker) [contrib/aix/buildbff.sh] Only try to rename ssh_prng_cmds if it
432    exists (it's not created if OpenSSL's PRNG is self-seeded, eg if the OS
433    has a /dev/random).
434  - (dtucker) [schnorr.c openbsd-compat/openssl-compat.{c,h}] Add
435    EVP_DigestUpdate to the OLD_EVP compatibility functions and tell schnorr.c
436    to use them.  Allows building with older OpenSSL versions.
437  - (dtucker) [configure.ac defines.h] Check for in_port_t and typedef if needed.
438  - (dtucker) [configure.ac] Missing comma in type list.
439  - (dtucker) [configure.ac openbsd-compat/openssl-compat.{c,h}]
440    EVP_DigestUpdate does not exactly match the other OLD_EVP functions (eg
441    in openssl 0.9.6) so add an explicit test for it.
442
443 20090306
444  - (djm) OpenBSD CVS Sync
445    - djm@cvs.openbsd.org 2009/03/05 07:18:19
446      [auth2-jpake.c jpake.c jpake.h monitor_wrap.c monitor_wrap.h schnorr.c]
447      [sshconnect2.c]
448      refactor the (disabled) Schnorr proof code to make it a little more
449      generally useful
450    - djm@cvs.openbsd.org 2009/03/05 11:30:50
451      [uuencode.c]
452      document what these functions do so I don't ever have to recuse into
453      b64_pton/ntop to remember their return values
454
455 20090223
456  - (djm) OpenBSD CVS Sync
457    - djm@cvs.openbsd.org 2009/02/22 23:50:57
458      [ssh_config.5 sshd_config.5]
459      don't advertise experimental options
460    - djm@cvs.openbsd.org 2009/02/22 23:59:25
461      [sshd_config.5]
462      missing period
463    - djm@cvs.openbsd.org 2009/02/23 00:06:15
464      [version.h]
465      openssh-5.2
466  - (djm) [README] update for 5.2
467  - (djm) Release openssh-5.2p1
468
469 20090222
470  - (djm) OpenBSD CVS Sync
471    - tobias@cvs.openbsd.org 2009/02/21 19:32:04
472      [misc.c sftp-server-main.c ssh-keygen.c]
473      Added missing newlines in error messages.
474      ok dtucker
475
476 20090221
477  - (djm) OpenBSD CVS Sync
478    - djm@cvs.openbsd.org 2009/02/17 01:28:32
479      [ssh_config]
480      sync with revised default ciphers; pointed out by dkrause@
481    - djm@cvs.openbsd.org 2009/02/18 04:31:21
482      [schnorr.c]
483      signature should hash over the entire group, not just the generator
484      (this is still disabled code)
485  - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
486    [contrib/suse/openssh.spec] Prepare for 5.2p1
487
488 20090216
489  - (djm) [regress/conch-ciphers.sh regress/putty-ciphers.sh]
490    [regress/putty-kex.sh regress/putty-transfer.sh] Downgrade disabled
491    interop tests from FATAL error to a warning. Allows some interop
492    tests to proceed if others are missing necessary prerequisites.
493  - (djm) [configure.ac] support GNU/kFreeBSD and GNU/kOpensolaris
494    systems; patch from Aurelien Jarno via rmh AT aybabtu.com
495
496 20090214
497  - (djm) OpenBSD CVS Sync
498    - dtucker@cvs.openbsd.org 2009/02/02 11:15:14
499      [sftp.c]
500      Initialize a few variables to prevent spurious "may be used
501      uninitialized" warnings from newer gcc's.  ok djm@
502    - djm@cvs.openbsd.org 2009/02/12 03:00:56
503      [canohost.c canohost.h channels.c channels.h clientloop.c readconf.c]
504      [readconf.h serverloop.c ssh.c]
505      support remote port forwarding with a zero listen port (-R0:...) to
506      dyamically allocate a listen port at runtime (this is actually
507      specified in rfc4254); bz#1003 ok markus@
508    - djm@cvs.openbsd.org 2009/02/12 03:16:01
509      [serverloop.c]
510      tighten check for -R0:... forwarding: only allow dynamic allocation
511      if want_reply is set in the packet
512    - djm@cvs.openbsd.org 2009/02/12 03:26:22
513      [monitor.c]
514      some paranoia: check that the serialised key is really KEY_RSA before
515      diddling its internals
516    - djm@cvs.openbsd.org 2009/02/12 03:42:09
517      [ssh.1]
518      document -R0:... usage
519    - djm@cvs.openbsd.org 2009/02/12 03:44:25
520      [ssh.1]
521      consistency: Dq => Ql
522    - djm@cvs.openbsd.org 2009/02/12 03:46:17
523      [ssh_config.5]
524      document RemoteForward usage with 0 listen port
525    - jmc@cvs.openbsd.org 2009/02/12 07:34:20
526      [ssh_config.5]
527      kill trailing whitespace;
528    - markus@cvs.openbsd.org 2009/02/13 11:50:21
529      [packet.c]
530      check for enc !=NULL in packet_start_discard
531    - djm@cvs.openbsd.org 2009/02/14 06:35:49
532      [PROTOCOL]
533      mention that eow and no-more-sessions extensions are sent only to
534      OpenSSH peers
535
536 20090212
537  - (djm) [sshpty.c] bz#1419: OSX uses cloning ptys that automagically
538    set ownership and modes, so avoid explicitly setting them
539  - (djm) [configure.ac loginrec.c] bz#1421: fix lastlog support for OSX.
540    OSX provides a getlastlogxbyname function that automates the reading of
541    a lastlog file. Also, the pututxline function will update lastlog so
542    there is no need for loginrec.c to do it explicitly. Collapse some
543    overly verbose code while I'm in there.
544
545 20090201
546  - (dtucker) [defines.h sshconnect.c] INET6_ADDRSTRLEN is now needed in
547    channels.c too, so move the definition for non-IP6 platforms to defines.h
548    where it can be shared.
549
550 20090129
551  - (tim) [contrib/cygwin/ssh-host-config] Patch from Corinna Vinschen.
552    If the CYGWIN environment variable is empty, the installer script
553    should not install the service with an empty CYGWIN variable, but
554    rather without setting CYGWNI entirely.
555  - (tim) [contrib/cygwin/ssh-host-config] Whitespace cleanup. No code changes.
556
557 20090128
558  - (tim) [contrib/cygwin/ssh-host-config] Patch from Corinna Vinschen.
559    Changes to work on Cygwin 1.5.x as well as on the new Cygwin 1.7.x.
560    The information given for the setting of the CYGWIN environment variable
561    is wrong for both releases so I just removed it, together with the
562    unnecessary (Cygwin 1.5.x) or wrong (Cygwin 1.7.x) default setting.
563
564 20081228
565  - (djm) OpenBSD CVS Sync
566    - stevesk@cvs.openbsd.org 2008/12/09 03:20:42
567      [channels.c servconf.c]
568      channel_print_adm_permitted_opens() should deal with all the printing
569      for that config option.  suggested by markus@; ok markus@ djm@
570      dtucker@
571    - djm@cvs.openbsd.org 2008/12/09 04:32:22
572      [auth2-chall.c]
573      replace by-hand string building with xasprinf(); ok deraadt@
574    - sobrado@cvs.openbsd.org 2008/12/09 15:35:00
575      [sftp.1 sftp.c]
576      update for the synopses displayed by the 'help' command, there are a
577      few missing flags; add 'bye' to the output of 'help'; sorting and spacing.
578      jmc@ suggested replacing .Oo/.Oc with a single .Op macro.
579      ok jmc@
580    - stevesk@cvs.openbsd.org 2008/12/09 22:37:33
581      [clientloop.c]
582      fix typo in error message
583    - stevesk@cvs.openbsd.org 2008/12/10 03:55:20
584      [addrmatch.c]
585      o cannot be NULL here but use xfree() to be consistent; ok djm@
586    - stevesk@cvs.openbsd.org 2008/12/29 01:12:36
587      [ssh-keyscan.1]
588      fix example, default key type is rsa for 3+ years; from
589      frederic.perrin@resel.fr
590    - stevesk@cvs.openbsd.org 2008/12/29 02:23:26
591      [pathnames.h]
592      no need to escape single quotes in comments
593    - okan@cvs.openbsd.org 2008/12/30 00:46:56
594      [sshd_config.5]
595      add AllowAgentForwarding to available Match keywords list
596      ok djm
597    - djm@cvs.openbsd.org 2009/01/01 21:14:35
598      [channels.c]
599      call channel destroy callbacks on receipt of open failure messages.
600      fixes client hangs when connecting to a server that has MaxSessions=0
601      set spotted by imorgan AT nas.nasa.gov; ok markus@
602    - djm@cvs.openbsd.org 2009/01/01 21:17:36
603      [kexgexs.c]
604      fix hash calculation for KEXGEX: hash over the original client-supplied
605      values and not the sanity checked versions that we acutally use;
606      bz#1540 reported by john.smith AT arrows.demon.co.uk
607      ok markus@
608    - djm@cvs.openbsd.org 2009/01/14 01:38:06
609      [channels.c]
610      support SOCKS4A protocol, from dwmw2 AT infradead.org via bz#1482;
611      "looks ok" markus@
612    - stevesk@cvs.openbsd.org 2009/01/15 17:38:43
613      [readconf.c]
614      1) use obsolete instead of alias for consistency
615      2) oUserKnownHostsFile not obsolete but oGlobalKnownHostsFile2 is
616         so move the comment.
617      3) reorder so like options are together
618      ok djm@
619    - djm@cvs.openbsd.org 2009/01/22 09:46:01
620      [channels.c channels.h session.c]
621      make Channel->path an allocated string, saving a few bytes here and
622      there and fixing bz#1380 in the process; ok markus@
623    - djm@cvs.openbsd.org 2009/01/22 09:49:57
624      [channels.c]
625      oops! I committed the wrong version of the Channel->path diff,
626      it was missing some tweaks suggested by stevesk@
627    - djm@cvs.openbsd.org 2009/01/22 10:02:34
628      [clientloop.c misc.c readconf.c readconf.h servconf.c servconf.h]
629      [serverloop.c ssh-keyscan.c ssh.c sshd.c]
630      make a2port() return -1 when it encounters an invalid port number
631      rather than 0, which it will now treat as valid (needed for future work)
632      adjust current consumers of a2port() to check its return value is <= 0,
633      which in turn required some things to be converted from u_short => int
634      make use of int vs. u_short consistent in some other places too
635      feedback & ok markus@
636    - djm@cvs.openbsd.org 2009/01/22 10:09:16
637      [auth-options.c]
638      another chunk of a2port() diff that got away. wtfdjm??
639    - djm@cvs.openbsd.org 2009/01/23 07:58:11
640      [myproposal.h]
641      prefer CTR modes and revised arcfour (i.e w/ discard) modes to CBC
642      modes; ok markus@
643    - naddy@cvs.openbsd.org 2009/01/24 17:10:22
644      [ssh_config.5 sshd_config.5]
645      sync list of preferred ciphers; ok djm@
646    - markus@cvs.openbsd.org 2009/01/26 09:58:15
647      [cipher.c cipher.h packet.c]
648      Work around the CPNI-957037 Plaintext Recovery Attack by always
649      reading 256K of data on packet size or HMAC errors (in CBC mode only).
650      Help, feedback and ok djm@
651      Feedback from Martin Albrecht and Paterson Kenny
652
653 20090107
654  - (djm) [uidswap.c] bz#1412: Support >16 supplemental groups in OS X.
655    Patch based on one from vgiffin AT apple.com; ok dtucker@
656  - (djm) [channels.c] bz#1419: support "on demand" X11 forwarding via
657    launchd on OS X; patch from vgiffin AT apple.com, slightly tweaked;
658    ok dtucker@
659  - (djm) [contrib/ssh-copy-id.1 contrib/ssh-copy-id] bz#1492: Make
660    ssh-copy-id copy id_rsa.pub by default (instead of the legacy "identity"
661    key). Patch from cjwatson AT debian.org
662
663 20090107
664  - (tim) [configure.ac defines.h openbsd-compat/port-uw.c
665    openbsd-compat/xcrypt.c] Add SECUREWARE support to OpenServer 6 SVR5 ABI.
666    OK djm@ dtucker@
667  - (tim) [configure.ac] Move check_for_libcrypt_later=1 in *-*-sysv5*) section.
668    OpenServer 6 doesn't need libcrypt.
669
670 20081209
671  - (djm) OpenBSD CVS Sync
672    - djm@cvs.openbsd.org 2008/12/09 02:38:18
673      [clientloop.c]
674      The ~C escape handler does not work correctly for multiplexed sessions -
675      it opens a commandline on the master session, instead of on the slave
676      that requested it. Disable it on slave sessions until such time as it
677      is fixed; bz#1543 report from Adrian Bridgett via Colin Watson
678      ok markus@
679    - djm@cvs.openbsd.org 2008/12/09 02:39:59
680      [sftp.c]
681      Deal correctly with failures in remote stat() operation in sftp,
682      correcting fail-on-error behaviour in batchmode. bz#1541 report and
683      fix from anedvedicky AT gmail.com; ok markus@
684    - djm@cvs.openbsd.org 2008/12/09 02:58:16
685      [readconf.c]
686      don't leave junk (free'd) pointers around in Forward *fwd argument on
687      failure; avoids double-free in ~C -L handler when given an invalid
688      forwarding specification; bz#1539 report from adejong AT debian.org
689      via Colin Watson; ok markus@ dtucker@
690    - djm@cvs.openbsd.org 2008/12/09 03:02:37
691      [sftp.1 sftp.c]
692      correct sftp(1) and corresponding usage syntax;
693      bz#1518 patch from imorgan AT nas.nasa.gov; ok deraadt@ improved diff jmc@
694
695 20081208
696  - (djm) [configure.ac] bz#1538: better test for ProPolice/SSP: actually
697    use some stack in main().
698    Report and suggested fix from vapier AT gentoo.org
699  - (djm) OpenBSD CVS Sync
700    - markus@cvs.openbsd.org 2008/12/02 19:01:07
701      [clientloop.c]
702      we have to use the recipient's channel number (RFC 4254) for
703      SSH2_MSG_CHANNEL_SUCCESS/SSH2_MSG_CHANNEL_FAILURE messages,
704      otherwise we trigger 'Non-public channel' error messages on sshd
705      systems with clientkeepalive enabled; noticed by sturm; ok djm;
706    - markus@cvs.openbsd.org 2008/12/02 19:08:59
707      [serverloop.c]
708      backout 1.149, since it's not necessary and openssh clients send
709      broken CHANNEL_FAILURE/SUCCESS messages since about 2004; ok djm@
710    - markus@cvs.openbsd.org 2008/12/02 19:09:38
711      [channels.c]
712      s/remote_id/id/ to be more consistent with other code; ok djm@
713
714 20081201
715  - (dtucker) [contrib/cygwin/{Makefile,ssh-host-config}]  Add new doc files
716    and tweak the is-sshd-running check in ssh-host-config.  Patch from
717    vinschen at redhat com.
718  - (dtucker) OpenBSD CVS Sync
719    - markus@cvs.openbsd.org 2008/11/21 15:47:38
720      [packet.c]
721      packet_disconnect() on padding error, too.  should reduce the success
722      probability for the CPNI-957037 Plaintext Recovery Attack to 2^-18
723      ok djm@
724    - dtucker@cvs.openbsd.org 2008/11/30 11:59:26
725      [monitor_fdpass.c]
726      Retry sendmsg/recvmsg on EAGAIN and EINTR; ok djm@
727
728 20081123
729  - (dtucker) [monitor_fdpass.c] Reduce diff vs OpenBSD by moving some
730     declarations, removing an unnecessary union member and adding whitespace.
731     cmsgbuf.tmp thing spotted by des at des no, ok djm some time ago.
732
733 20081118
734  - (tim) [addrmatch.c configure.ac] Some platforms do not have sin6_scope_id
735    member of sockaddr_in6. Also reported in Bug 1491 by David Leonard. OK and
736    feedback by djm@
737
738 20081111
739  - (dtucker) OpenBSD CVS Sync
740    - jmc@cvs.openbsd.org 2008/11/05 11:22:54
741      [servconf.c]
742      passord -> password;
743      fixes user/5975 from Rene Maroufi
744    - stevesk@cvs.openbsd.org 2008/11/07 00:42:12
745      [ssh-keygen.c]
746      spelling/typo in comment
747    - stevesk@cvs.openbsd.org 2008/11/07 18:50:18
748      [nchan.c]
749      add space to some log/debug messages for readability; ok djm@ markus@
750    - dtucker@cvs.openbsd.org 2008/11/07 23:34:48
751      [auth2-jpake.c]
752      Move JPAKE define to make life easier for portable.  ok djm@
753    - tobias@cvs.openbsd.org 2008/11/09 12:34:47
754      [session.c ssh.1]
755      typo fixed (overriden -> overridden)
756      ok espie, jmc
757    - stevesk@cvs.openbsd.org 2008/11/11 02:58:09
758      [servconf.c]
759      USE_AFS not referenced so remove #ifdef.  fixes sshd -T not printing
760      kerberosgetafstoken. ok dtucker@
761      (Id sync only, we still want the ifdef in portable)
762    - stevesk@cvs.openbsd.org 2008/11/11 03:55:11
763      [channels.c]
764      for sshd -T print 'permitopen any' vs. 'permitopen' for case of no
765      permitopen's; ok and input dtucker@
766    - djm@cvs.openbsd.org 2008/11/10 02:06:35
767      [regress/putty-ciphers.sh]
768      PuTTY supports AES CTR modes, so interop test against them too
769
770 20081105
771  - OpenBSD CVS Sync
772    - djm@cvs.openbsd.org 2008/11/03 08:59:41
773      [servconf.c]
774      include MaxSessions in sshd -T output; patch from imorgan AT nas.nasa.gov
775    - djm@cvs.openbsd.org 2008/11/04 07:58:09
776      [auth.c]
777      need unistd.h for close() prototype
778      (ID sync only)
779    - djm@cvs.openbsd.org 2008/11/04 08:22:13
780      [auth.h auth2.c monitor.c monitor.h monitor_wrap.c monitor_wrap.h]
781      [readconf.c readconf.h servconf.c servconf.h ssh2.h ssh_config.5]
782      [sshconnect2.c sshd_config.5 jpake.c jpake.h schnorr.c auth2-jpake.c]
783      [Makefile.in]
784      Add support for an experimental zero-knowledge password authentication
785      method using the J-PAKE protocol described in F. Hao, P. Ryan,
786      "Password Authenticated Key Exchange by Juggling", 16th Workshop on
787      Security Protocols, Cambridge, April 2008.
788      
789      This method allows password-based authentication without exposing
790      the password to the server. Instead, the client and server exchange
791      cryptographic proofs to demonstrate of knowledge of the password while
792      revealing nothing useful to an attacker or compromised endpoint.
793      
794      This is experimental, work-in-progress code and is presently
795      compiled-time disabled (turn on -DJPAKE in Makefile.inc).
796      
797      "just commit it.  It isn't too intrusive." deraadt@
798    - stevesk@cvs.openbsd.org 2008/11/04 19:18:00
799      [readconf.c]
800      because parse_forward() is now used to parse all forward types (DLR),
801      and it malloc's space for host variables, we don't need to malloc
802      here.  fixes small memory leaks.
803      
804      previously dynamic forwards were not parsed in parse_forward() and
805      space was not malloc'd in that case.
806      
807      ok djm@
808    - stevesk@cvs.openbsd.org 2008/11/05 03:23:09
809      [clientloop.c ssh.1]
810      add dynamic forward escape command line; ok djm@
811
812 20081103
813  - OpenBSD CVS Sync
814    - sthen@cvs.openbsd.org 2008/07/24 23:55:30
815      [ssh-keygen.1]
816      Add "ssh-keygen -F -l" to synopsis (displays fingerprint from
817      known_hosts).  ok djm@
818    - grunk@cvs.openbsd.org 2008/07/25 06:56:35
819      [ssh_config]
820      Add VisualHostKey to example file, ok djm@
821    - grunk@cvs.openbsd.org 2008/07/25 07:05:16
822      [key.c]
823      In random art visualization, make sure to use the end marker only at the
824      end.  Initial diff by Dirk Loss, tweaks and ok djm@
825   - markus@cvs.openbsd.org 2008/07/31 14:48:28
826      [sshconnect2.c]
827      don't allocate space for empty banners; report t8m at centrum.cz;
828      ok deraadt
829    - krw@cvs.openbsd.org 2008/08/02 04:29:51
830      [ssh_config.5]
831      whitepsace -> whitespace. From Matthew Clarke via bugs@.
832    - djm@cvs.openbsd.org 2008/08/21 04:09:57
833      [session.c]
834      allow ForceCommand internal-sftp with arguments. based on patch from
835      michael.barabanov AT gmail.com; ok markus@
836    - djm@cvs.openbsd.org 2008/09/06 12:24:13
837      [kex.c]
838      OpenSSL 0.9.8h supplies a real EVP_sha256 so we do not need our
839      replacement anymore
840      (ID sync only for portable - we still need this)
841    - markus@cvs.openbsd.org 2008/09/11 14:22:37
842      [compat.c compat.h nchan.c ssh.c]
843      only send eow and no-more-sessions requests to openssh 5 and newer;
844      fixes interop problems with broken ssh v2 implementations; ok djm@
845    - millert@cvs.openbsd.org 2008/10/02 14:39:35
846      [session.c]
847      Convert an unchecked strdup to xstrdup.  OK deraadt@
848   - jmc@cvs.openbsd.org 2008/10/03 13:08:12
849      [sshd.8]
850      do not give an example of how to chmod files: we can presume the user
851      knows that. removes an ambiguity in the permission of authorized_keys;
852      ok deraadt
853    - deraadt@cvs.openbsd.org 2008/10/03 23:56:28
854      [sshconnect2.c]
855      Repair strnvis() buffersize of 4*n+1, with termination gauranteed by the
856      function.
857      spotted by des@freebsd, who commited an incorrect fix to the freebsd tree
858      and (as is fairly typical) did not report the problem to us.  But this fix
859      is correct.
860      ok djm
861    - djm@cvs.openbsd.org 2008/10/08 23:34:03
862      [ssh.1 ssh.c]
863      Add -y option to force logging via syslog rather than stderr.
864      Useful for daemonised ssh connection (ssh -f). Patch originally from
865      and ok'd by markus@
866    - djm@cvs.openbsd.org 2008/10/09 03:50:54
867      [servconf.c sshd_config.5]
868      support setting PermitEmptyPasswords in a Match block
869      requested in PR3891; ok dtucker@
870    - jmc@cvs.openbsd.org 2008/10/09 06:54:22
871      [ssh.c]
872      add -y to usage();
873    - stevesk@cvs.openbsd.org 2008/10/10 04:55:16
874      [scp.c]
875      spelling in comment; ok djm@
876    - stevesk@cvs.openbsd.org 2008/10/10 05:00:12
877      [key.c]
878      typo in error message; ok djm@
879    - stevesk@cvs.openbsd.org 2008/10/10 16:43:27
880      [ssh_config.5]
881      use 'Privileged ports can be forwarded only when logging in as root on
882      the remote machine.' for RemoteForward just like ssh.1 -R.
883      ok djm@ jmc@
884    - stevesk@cvs.openbsd.org 2008/10/14 18:11:33
885      [sshconnect.c]
886      use #define ROQUIET here; no binary change. ok dtucker@
887    - stevesk@cvs.openbsd.org 2008/10/17 18:36:24
888      [ssh_config.5]
889      correct and clarify VisualHostKey; ok jmc@
890    - stevesk@cvs.openbsd.org 2008/10/30 19:31:16
891      [clientloop.c sshd.c]
892      don't need to #include "monitor_fdpass.h"
893    - stevesk@cvs.openbsd.org 2008/10/31 15:05:34
894      [dispatch.c]
895      remove unused #define DISPATCH_MIN; ok markus@
896    - djm@cvs.openbsd.org 2008/11/01 04:50:08
897      [sshconnect2.c]
898      sprinkle ARGSUSED on dispatch handlers
899      nuke stale unusued prototype
900    - stevesk@cvs.openbsd.org 2008/11/01 06:43:33
901      [channels.c]
902      fix some typos in log messages; ok djm@
903    - sobrado@cvs.openbsd.org 2008/11/01 11:14:36
904      [ssh-keyscan.1 ssh-keyscan.c]
905      the ellipsis is not an optional argument; while here, improve spacing.
906    - stevesk@cvs.openbsd.org 2008/11/01 17:40:33
907      [clientloop.c readconf.c readconf.h ssh.c]
908      merge dynamic forward parsing into parse_forward();
909      'i think this is OK' djm@
910    - stevesk@cvs.openbsd.org 2008/11/02 00:16:16
911      [ttymodes.c]
912      protocol 2 tty modes support is now 7.5 years old so remove these
913      debug3()s; ok deraadt@
914    - stevesk@cvs.openbsd.org 2008/11/03 01:07:02
915      [readconf.c]
916      remove valueless comment
917    - stevesk@cvs.openbsd.org 2008/11/03 02:44:41
918      [readconf.c]
919      fix comment
920  - (djm) [contrib/caldera/ssh-host-keygen contrib/suse/rc.sshd]
921    Make example scripts generate keys with default sizes rather than fixed,
922    non-default 1024 bits; patch from imorgan AT nas.nasa.gov
923  - (djm) [contrib/sshd.pam.generic contrib/caldera/sshd.pam]
924    [contrib/redhat/sshd.pam] Move pam_nologin to account group from
925    incorrect auth group in example files;
926    patch from imorgan AT nas.nasa.gov
927
928 20080906
929  - (dtucker) [config.guess config.sub] Update to latest versions from
930    http://git.savannah.gnu.org/gitweb/ (2008-04-14 and 2008-06-16
931    respectively).
932
933 20080830
934  - (dtucker) [openbsd-compat/bsd-poll.c] correctly check for number of FDs
935    larger than FD_SETSIZE (OpenSSH only ever uses poll with one fd).  Patch
936    from Nicholas Marriott.
937
938 20080721
939  - (djm) OpenBSD CVS Sync
940    - djm@cvs.openbsd.org 2008/07/23 07:36:55
941      [servconf.c]
942      do not try to print options that have been compile-time disabled
943      in config test mode (sshd -T); report from nix-corp AT esperi.org.uk
944      ok dtucker@
945  - (djm) [servconf.c] Print UsePAM option in config test mode (when it
946    has been compiled in); report from nix-corp AT esperi.org.uk
947    ok dtucker@
948
949 20080721
950  - (djm) OpenBSD CVS Sync
951    - jmc@cvs.openbsd.org 2008/07/18 22:51:01
952      [sftp-server.8]
953      no need for .Pp before or after .Sh;
954    - djm@cvs.openbsd.org 2008/07/21 08:19:07
955      [version.h]
956      openssh-5.1
957  - (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
958    [contrib/suse/openssh.spec] Update version number in README and RPM specs
959  - (djm) Release OpenSSH-5.1
960
961 20080717
962  - (djm) OpenBSD CVS Sync
963    - djm@cvs.openbsd.org 2008/07/17 08:48:00
964      [sshconnect2.c]
965      strnvis preauth banner; pointed out by mpf@ ok markus@
966    - djm@cvs.openbsd.org 2008/07/17 08:51:07
967      [auth2-hostbased.c]
968      strip trailing '.' from hostname when HostbasedUsesNameFromPacketOnly=yes
969      report and patch from res AT qoxp.net (bz#1200); ok markus@
970  - (dtucker) [openbsd-compat/bsd-cygwin_util.c]  Remove long-unneeded compat
971    code, replace with equivalent cygwin library call.  Patch from vinschen
972    at redhat.com, ok djm@.
973  - (djm) [sshconnect2.c] vis.h isn't available everywhere
974
975 20080716
976  - OpenBSD CVS Sync
977    - djm@cvs.openbsd.org 2008/07/15 02:23:14
978      [sftp.1]
979      number of pipelined requests is now 64;
980      prodded by Iain.Morgan AT nasa.gov
981    - djm@cvs.openbsd.org 2008/07/16 11:51:14
982      [clientloop.c]
983      rename variable first_gc -> last_gc (since it is actually the last
984      in the list).
985    - djm@cvs.openbsd.org 2008/07/16 11:52:19
986      [channels.c]
987      this loop index should be automatic, not static
988
989 20080714
990  - (djm) OpenBSD CVS Sync
991    - sthen@cvs.openbsd.org 2008/07/13 21:22:52
992      [ssh-keygen.c]
993      Change "ssh-keygen -F [host] -l" to not display random art unless
994      -v is also specified, making it consistent with the manual and other
995      uses of -l.
996      ok grunk@
997    - djm@cvs.openbsd.org 2008/07/13 22:13:07
998      [channels.c]
999      use struct sockaddr_storage instead of struct sockaddr for accept(2)
1000      address argument. from visibilis AT yahoo.com in bz#1485; ok markus@
1001    - djm@cvs.openbsd.org 2008/07/13 22:16:03
1002      [sftp.c]
1003      increase number of piplelined requests so they properly fill the
1004      (recently increased) channel window. prompted by rapier AT psc.edu;
1005      ok markus@
1006    - djm@cvs.openbsd.org 2008/07/14 01:55:56
1007      [sftp-server.8]
1008      mention requirement for /dev/log inside chroot when using sftp-server
1009      with ChrootDirectory
1010  - (djm) [openbsd-compat/bindresvport.c] Rename variables s/sin/in/ to
1011    avoid clash with sin(3) function; reported by
1012    cristian.ionescu-idbohrn AT axis.com
1013  - (djm) [openbsd-compat/rresvport.c] Add unistd.h for missing close()
1014    prototype; reported by cristian.ionescu-idbohrn AT axis.com
1015  - (djm) [umac.c] Rename variable s/buffer_ptr/bufp/ to avoid clash;
1016    reported by cristian.ionescu-idbohrn AT axis.com
1017  - (djm) [contrib/cygwin/Makefile contrib/cygwin/ssh-host-config]
1018    [contrib/cygwin/ssh-user-config contrib/cygwin/sshd-inetd]
1019    Revamped and simplified Cygwin ssh-host-config script that uses
1020    unified csih configuration tool. Requires recent Cygwin.
1021    Patch from vinschen AT redhat.com
1022
1023 20080712
1024  - (djm) OpenBSD CVS Sync
1025    - djm@cvs.openbsd.org 2008/07/12 04:52:50
1026      [channels.c]
1027      unbreak; move clearing of cctx struct to before first use
1028      reported by dkrause@
1029    - djm@cvs.openbsd.org 2008/07/12 05:33:41
1030      [scp.1]
1031      better description for -i flag:
1032      s/RSA authentication/public key authentication/
1033  - (djm) [openbsd-compat/fake-rfc2553.c openbsd-compat/fake-rfc2553.h]
1034    return EAI_FAMILY when trying to lookup unsupported address family;
1035    from vinschen AT redhat.com
1036
1037 20080711
1038  - (djm) OpenBSD CVS Sync
1039    - stevesk@cvs.openbsd.org 2008/07/07 00:31:41
1040      [ttymodes.c]
1041      we don't need arg after the debug3() was removed.  from lint.
1042      ok djm@
1043    - stevesk@cvs.openbsd.org 2008/07/07 23:32:51
1044      [key.c]
1045      /*NOTREACHED*/ for lint warning:
1046        warning: function key_equal falls off bottom without returning value
1047      ok djm@
1048    - markus@cvs.openbsd.org 2008/07/10 18:05:58
1049      [channels.c]
1050      missing bzero; from mickey; ok djm@
1051    - markus@cvs.openbsd.org 2008/07/10 18:08:11
1052      [clientloop.c monitor.c monitor_wrap.c packet.c packet.h sshd.c]
1053      sync v1 and v2 traffic accounting; add it to sshd, too;
1054      ok djm@, dtucker@
1055
1056 20080709
1057  - (djm) [Makefile.in] Print "all tests passed" when all regress tests pass
1058  - (djm) [auth1.c] Fix format string vulnerability in protocol 1 PAM
1059    account check failure path. The vulnerable format buffer is supplied
1060    from PAM and should not contain attacker-supplied data.
1061  - (djm) [auth.c] Missing unistd.h for close()
1062  - (djm) [configure.ac] Add -Wformat-security to CFLAGS for gcc 3.x and 4.x
1063
1064 20080705
1065  - (djm) [auth.c] Fixed test for locked account on HP/UX with shadowed
1066    passwords disabled. bz#1083 report & patch from senthilkumar_sen AT
1067    hotpop.com, w/ dtucker@
1068  - (djm) [atomicio.c configure.ac] Disable poll() fallback in atomiciov for
1069    Tru64. readv doesn't seem to be a comparable object there.
1070    bz#1386, patch from dtucker@ ok me
1071  - (djm) [Makefile.in] Pass though pass to conch for interop tests
1072  - (djm) [configure.ac] unbreak: remove extra closing brace
1073  - (djm) OpenBSD CVS Sync
1074    - djm@cvs.openbsd.org 2008/07/04 23:08:25
1075      [packet.c]
1076      handle EINTR in packet_write_poll()l ok dtucker@
1077    - djm@cvs.openbsd.org 2008/07/04 23:30:16
1078      [auth1.c auth2.c]
1079      Make protocol 1 MaxAuthTries logic match protocol 2's.
1080      Do not treat the first protocol 2 authentication attempt as
1081      a failure IFF it is for method "none".
1082      Makes MaxAuthTries' user-visible behaviour identical for
1083      protocol 1 vs 2.
1084      ok dtucker@
1085    - djm@cvs.openbsd.org 2008/07/05 05:16:01
1086      [PROTOCOL]
1087      grammar
1088
1089 20080704
1090  - (dtucker) OpenBSD CVS Sync
1091    - djm@cvs.openbsd.org 2008/07/02 13:30:34
1092      [auth2.c]
1093      really really remove the freebie "none" auth try for protocol 2
1094    - djm@cvs.openbsd.org 2008/07/02 13:47:39
1095      [ssh.1 ssh.c]
1096      When forking after authentication ("ssh -f") with ExitOnForwardFailure
1097      enabled, delay the fork until after replies for any -R forwards have
1098      been seen. Allows for robust detection of -R forward failure when
1099      using -f (similar to bz#92); ok dtucker@
1100    - otto@cvs.openbsd.org 2008/07/03 21:46:58
1101      [auth2-pubkey.c]
1102      avoid nasty double free; ok dtucker@ djm@
1103    - djm@cvs.openbsd.org 2008/07/04 03:44:59
1104      [servconf.c groupaccess.h groupaccess.c]
1105      support negation of groups in "Match group" block (bz#1315); ok dtucker@
1106    - dtucker@cvs.openbsd.org 2008/07/04 03:47:02
1107      [monitor.c]
1108      Make debug a little clearer.  ok djm@
1109    - djm@cvs.openbsd.org 2008/06/30 08:07:34
1110      [regress/key-options.sh]
1111      shell portability: use "=" instead of "==" in test(1) expressions,
1112      double-quote string with backslash escaped /
1113    - djm@cvs.openbsd.org 2008/06/30 10:31:11
1114      [regress/{putty-transfer,putty-kex,putty-ciphers}.sh]
1115      remove "set -e" left over from debugging
1116    - djm@cvs.openbsd.org 2008/06/30 10:43:03
1117      [regress/conch-ciphers.sh]
1118      explicitly disable conch options that could interfere with the test
1119  - (dtucker) [sftp-server.c] Bug #1447: fall back to racy rename if link
1120    returns EXDEV.  Patch from Mike Garrison, ok djm@
1121  - (djm) [atomicio.c channels.c clientloop.c defines.h includes.h]
1122    [packet.c scp.c serverloop.c sftp-client.c ssh-agent.c ssh-keyscan.c]
1123    [sshd.c] Explicitly handle EWOULDBLOCK wherever we handle EAGAIN, on
1124    some platforms (HP nonstop) it is a distinct errno;
1125    bz#1467 reported by sconeu AT yahoo.com; ok dtucker@
1126
1127 20080702
1128  - (dtucker) OpenBSD CVS Sync
1129     - djm@cvs.openbsd.org 2008/06/30 08:05:59
1130       [PROTOCOL.agent]
1131       typo: s/constraint_date/constraint_data/
1132    - djm@cvs.openbsd.org 2008/06/30 12:15:39
1133      [serverloop.c]
1134      only pass channel requests on session channels through to the session
1135      channel handler, avoiding spurious log messages; ok! markus@
1136    - djm@cvs.openbsd.org 2008/06/30 12:16:02
1137      [nchan.c]
1138      only send eow@openssh.com notifications for session channels; ok! markus@
1139    - djm@cvs.openbsd.org 2008/06/30 12:18:34
1140      [PROTOCOL]
1141      clarify that eow@openssh.com is only sent on session channels
1142    - dtucker@cvs.openbsd.org 2008/07/01 07:20:52
1143      [sshconnect.c]
1144      Check ExitOnForwardFailure if forwardings are disabled due to a failed
1145      host key check.  ok djm@
1146    - dtucker@cvs.openbsd.org 2008/07/01 07:24:22
1147      [sshconnect.c sshd.c]
1148      Send CR LF during protocol banner exchanges, but only for Protocol 2 only,
1149      in order to comply with RFC 4253.  bz #1443, ok djm@
1150    - stevesk@cvs.openbsd.org 2008/07/01 23:12:47
1151      [PROTOCOL.agent]
1152      fix some typos; ok djm@
1153    - djm@cvs.openbsd.org 2008/07/02 02:24:18
1154      [sshd_config sshd_config.5 sshd.8 servconf.c]
1155      increase default size of ssh protocol 1 ephemeral key from 768 to 1024
1156      bits; prodded by & ok dtucker@ ok deraadt@
1157    - dtucker@cvs.openbsd.org 2008/07/02 12:03:51
1158      [auth-rsa.c auth.c auth2-pubkey.c auth.h]
1159      Merge duplicate host key file checks, based in part on a patch from Rob
1160      Holland via bz #1348 .  Also checks for non-regular files during protocol
1161      1 RSA auth.  ok djm@
1162    - djm@cvs.openbsd.org 2008/07/02 12:36:39
1163      [auth2-none.c auth2.c]
1164      Make protocol 2 MaxAuthTries behaviour a little more sensible:
1165      Check whether client has exceeded MaxAuthTries before running
1166      an authentication method and skip it if they have, previously it
1167      would always allow one try (for "none" auth).
1168      Preincrement failure count before post-auth test - previously this
1169      checked and postincremented, also to allow one "none" try.
1170      Together, these two changes always count the "none" auth method
1171      which could be skipped by a malicious client (e.g. an SSH worm)
1172      to get an extra attempt at a real auth method. They also make
1173      MaxAuthTries=0 a useful way to block users entirely (esp. in a
1174      sshd_config Match block).
1175      Also, move sending of any preauth banner from "none" auth method
1176      to the first call to input_userauth_request(), so worms that skip
1177      the "none" method get to see it too.
1178
1179 20080630
1180  - (djm) OpenBSD CVS Sync
1181    - dtucker@cvs.openbsd.org 2008/06/10 23:13:43
1182      [regress/Makefile regress/key-options.sh]
1183      Add regress test for key options.  ok djm@
1184    - dtucker@cvs.openbsd.org 2008/06/11 23:11:40
1185      [regress/Makefile]
1186      Don't run cipher-speed test by default; mistakenly enabled by me
1187    - djm@cvs.openbsd.org 2008/06/28 13:57:25
1188      [regress/Makefile regress/test-exec.sh regress/conch-ciphers.sh]
1189      very basic regress test against Twisted Conch in "make interop"
1190      target (conch is available in ports/devel/py-twisted/conch);
1191      ok markus@
1192  - (djm) [regress/Makefile] search for conch by path, like we do putty
1193
1194 20080629
1195  - (djm) OpenBSD CVS Sync
1196    - martynas@cvs.openbsd.org 2008/06/21 07:46:46
1197      [sftp.c]
1198      use optopt to get invalid flag, instead of return value of getopt,
1199      which is always '?';  ok djm@
1200    - otto@cvs.openbsd.org 2008/06/25 11:13:43
1201      [key.c]
1202      add key length to visual fingerprint; zap magical constants;
1203      ok grunk@ djm@
1204    - djm@cvs.openbsd.org 2008/06/26 06:10:09
1205      [sftp-client.c sftp-server.c]
1206      allow the sftp chmod(2)-equivalent operation to set set[ug]id/sticky
1207      bits. Note that this only affects explicit setting of modes (e.g. via
1208      sftp(1)'s chmod command) and not file transfers. (bz#1310)
1209      ok deraadt@ at c2k8
1210    - djm@cvs.openbsd.org 2008/06/26 09:19:40
1211      [dh.c dh.h moduli.c]
1212      when loading moduli from /etc/moduli in sshd(8), check that they
1213      are of the expected "safe prime" structure and have had
1214      appropriate primality tests performed;
1215      feedback and ok dtucker@
1216    - grunk@cvs.openbsd.org 2008/06/26 11:46:31
1217      [readconf.c readconf.h ssh.1 ssh_config.5 sshconnect.c]
1218      Move SSH Fingerprint Visualization away from sharing the config option
1219      CheckHostIP to an own config option named VisualHostKey.
1220      While there, fix the behaviour that ssh would draw a random art picture
1221      on every newly seen host even when the option was not enabled.
1222      prodded by deraadt@, discussions,
1223      help and ok markus@ djm@ dtucker@
1224    - jmc@cvs.openbsd.org 2008/06/26 21:11:46
1225      [ssh.1]
1226      add VisualHostKey to the list of options listed in -o;
1227    - djm@cvs.openbsd.org 2008/06/28 07:25:07
1228      [PROTOCOL]
1229      spelling fixes
1230    - djm@cvs.openbsd.org 2008/06/28 13:58:23
1231      [ssh-agent.c]
1232      refuse to add a key that has unknown constraints specified;
1233      ok markus
1234    - djm@cvs.openbsd.org 2008/06/28 14:05:15
1235      [ssh-agent.c]
1236      reset global compat flag after processing a protocol 2 signature
1237      request with the legacy DSA encoding flag set; ok markus
1238    - djm@cvs.openbsd.org 2008/06/28 14:08:30
1239      [PROTOCOL PROTOCOL.agent]
1240      document the protocol used by ssh-agent; "looks ok" markus@
1241
1242 20080628
1243  - (djm) [RFC.nroff contrib/cygwin/Makefile contrib/suse/openssh.spec]
1244    RFC.nroff lacks a license, remove it (it is long gone in OpenBSD).
1245
1246 20080626
1247  - (djm) [Makefile.in moduli.5] Include moduli(5) manpage from OpenBSD.
1248    (bz#1372)
1249  - (djm) [ contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
1250    [contrib/suse/openssh.spec] Include moduli.5 in RPM spec files.
1251
1252 20080616
1253  - (dtucker) OpenBSD CVS Sync
1254    - dtucker@cvs.openbsd.org 2008/06/16 13:22:53
1255      [session.c channels.c]
1256      Rename the isatty argument to is_tty so we don't shadow
1257      isatty(3).  ok markus@
1258  - (dtucker) [channels.c] isatty -> is_tty here too.
1259
1260 20080615
1261  - (dtucker) [configure.ac] Enable -fno-builtin-memset when using gcc.
1262  - OpenBSD CVS Sync
1263    - dtucker@cvs.openbsd.org 2008/06/14 15:49:48
1264      [sshd.c]
1265      wrap long line at 80 chars
1266    - dtucker@cvs.openbsd.org 2008/06/14 17:07:11
1267      [sshd.c]
1268      ensure default umask disallows at least group and world write; ok djm@
1269    - djm@cvs.openbsd.org 2008/06/14 18:33:43
1270      [session.c]
1271      suppress the warning message from chdir(homedir) failures
1272      when chrooted (bz#1461); ok dtucker
1273    - dtucker@cvs.openbsd.org 2008/06/14 19:42:10
1274      [scp.1]
1275      Mention that scp follows symlinks during -r.  bz #1466,
1276      from nectar at apple
1277    - dtucker@cvs.openbsd.org 2008/06/15 16:55:38
1278      [sshd_config.5]
1279      MaxSessions is allowed in a Match block too
1280    - dtucker@cvs.openbsd.org 2008/06/15 16:58:40
1281      [servconf.c sshd_config.5]
1282      Allow MaxAuthTries within a Match block.  ok djm@
1283    - djm@cvs.openbsd.org 2008/06/15 20:06:26
1284      [channels.c channels.h session.c]
1285      don't call isatty() on a pty master, instead pass a flag down to
1286      channel_set_fds() indicating that te fds refer to a tty. Fixes a
1287      hang on exit on Solaris (bz#1463) in portable but is actually
1288      a generic bug; ok dtucker deraadt markus
1289
1290 20080614
1291  - (djm) [openbsd-compat/sigact.c] Avoid NULL derefs in ancient sigaction
1292    replacement code; patch from ighighi AT gmail.com in bz#1240;
1293    ok dtucker
1294
1295 20080613
1296  - (dtucker) OpenBSD CVS Sync
1297    - deraadt@cvs.openbsd.org 2008/06/13 09:44:36
1298      [packet.c]
1299      compile on older gcc; no decl after code
1300    - dtucker@cvs.openbsd.org 2008/06/13 13:56:59
1301      [monitor.c]
1302      Clear key options in the monitor on failed authentication, prevents
1303      applying additional restrictions to non-pubkey authentications in
1304      the case where pubkey fails but another method subsequently succeeds.
1305      bz #1472, found by Colin Watson, ok markus@ djm@
1306    - dtucker@cvs.openbsd.org 2008/06/13 14:18:51
1307      [auth2-pubkey.c auth-rhosts.c]
1308      Include unistd.h for close(), prevents warnings in -portable
1309    - dtucker@cvs.openbsd.org 2008/06/13 17:21:20
1310      [mux.c]
1311      Friendlier error messages for mux fallback.  ok djm@
1312    - dtucker@cvs.openbsd.org 2008/06/13 18:55:22
1313      [scp.c]
1314      Prevent -Wsign-compare warnings on LP64 systems.  bz #1192, ok deraadt@
1315    - grunk@cvs.openbsd.org 2008/06/13 20:13:26
1316      [ssh.1]
1317      Explain the use of SSH fpr visualization using random art, and cite the
1318      original scientific paper inspiring that technique.
1319      Much help with English and nroff by jmc@, thanks.
1320  - (dtucker) [configure.ac] Bug #1276: avoid linking against libgssapi, which
1321    despite its name doesn't seem to implement all of GSSAPI.  Patch from
1322    Jan Engelhardt, sanity checked by Simon Wilkinson.
1323
1324 20080612
1325  - (dtucker) OpenBSD CVS Sync
1326    - jmc@cvs.openbsd.org 2008/06/11 07:30:37
1327      [sshd.8]
1328      kill trailing whitespace;
1329    - grunk@cvs.openbsd.org 2008/06/11 21:01:35
1330      [ssh_config.5 key.h readconf.c readconf.h ssh-keygen.1 ssh-keygen.c key.c
1331       sshconnect.c]
1332      Introduce SSH Fingerprint ASCII Visualization, a technique inspired by the
1333      graphical hash visualization schemes known as "random art", and by
1334      Dan Kaminsky's musings on the subject during a BlackOp talk at the
1335      23C3 in Berlin.
1336      Scientific publication (original paper):
1337      "Hash Visualization: a New Technique to improve Real-World Security",
1338      Perrig A. and Song D., 1999, International Workshop on Cryptographic
1339      Techniques and E-Commerce (CrypTEC '99)
1340      http://sparrow.ece.cmu.edu/~adrian/projects/validation/validation.pdf
1341      The algorithm used here is a worm crawling over a discrete plane,
1342      leaving a trace (augmenting the field) everywhere it goes.
1343      Movement is taken from dgst_raw 2bit-wise.  Bumping into walls
1344      makes the respective movement vector be ignored for this turn,
1345      thus switching to the other color of the chessboard.
1346      Graphs are not unambiguous for now, because circles in graphs can be
1347      walked in either direction.
1348      discussions with several people,
1349      help, corrections and ok markus@ djm@
1350    - grunk@cvs.openbsd.org 2008/06/11 21:38:25
1351      [ssh-keygen.c]
1352      ssh-keygen -lv -f /etc/ssh/ssh_host_rsa_key.pub
1353      would not display you the random art as intended, spotted by canacar@
1354    - grunk@cvs.openbsd.org 2008/06/11 22:20:46
1355      [ssh-keygen.c ssh-keygen.1]
1356      ssh-keygen would write fingerprints to STDOUT, and random art to STDERR,
1357      that is not how it was envisioned.
1358      Also correct manpage saying that -v is needed along with -l for it to work.
1359      spotted by naddy@
1360    - otto@cvs.openbsd.org 2008/06/11 23:02:22
1361      [key.c]
1362      simpler way of computing the augmentations; ok grunk@
1363    - grunk@cvs.openbsd.org 2008/06/11 23:03:56
1364      [ssh_config.5]
1365      CheckHostIP set to ``fingerprint'' will display both hex and random art
1366      spotted by naddy@
1367    - grunk@cvs.openbsd.org 2008/06/11 23:51:57
1368      [key.c]
1369      #define statements that are not atoms need braces around them, else they
1370      will cause trouble in some cases.
1371      Also do a computation of -1 once, and not in a loop several times.
1372      spotted by otto@
1373    - dtucker@cvs.openbsd.org 2008/06/12 00:03:49
1374      [dns.c canohost.c sshconnect.c]
1375      Do not pass "0" strings as ports to getaddrinfo because the lookups
1376      can slow things down and we never use the service info anyway. bz
1377      #859, patch from YOSHIFUJI Hideaki and John Devitofranceschi.  ok
1378      deraadt@ djm@
1379      djm belives that the reason for the "0" strings is to ensure that
1380      it's not possible to call getaddrinfo with both host and port being
1381      NULL.  In the case of canohost.c host is a local array.  In the
1382      case of sshconnect.c, it's checked for null immediately before use.
1383      In dns.c it ultimately comes from ssh.c:main() and is guaranteed to
1384      be non-null but it's not obvious, so I added a warning message in
1385      case it is ever passed a null.
1386    - grunk@cvs.openbsd.org 2008/06/12 00:13:55
1387      [sshconnect.c]
1388      Make ssh print the random art also when ssh'ing to a host using IP only.
1389      spotted by naddy@, ok and help djm@ dtucker@
1390    - otto@cvs.openbsd.org 2008/06/12 00:13:13
1391      [key.c]
1392      use an odd number of rows and columns and a separate start marker, looks
1393      better; ok grunk@
1394    - djm@cvs.openbsd.org 2008/06/12 03:40:52
1395      [clientloop.h mux.c channels.c clientloop.c channels.h]
1396      Enable ~ escapes for multiplex slave sessions; give each channel
1397      its own escape state and hook the escape filters up to muxed
1398      channels. bz #1331
1399      Mux slaves do not currently support the ~^Z and ~& escapes.
1400      NB. this change cranks the mux protocol version, so a new ssh
1401      mux client will not be able to connect to a running old ssh
1402      mux master.
1403      ok dtucker@
1404    - djm@cvs.openbsd.org 2008/06/12 04:06:00
1405      [clientloop.h ssh.c clientloop.c]
1406      maintain an ordered queue of outstanding global requests that we
1407      expect replies to, similar to the per-channel confirmation queue.
1408      Use this queue to verify success or failure for remote forward
1409      establishment in a race free way.
1410      ok dtucker@
1411    - djm@cvs.openbsd.org 2008/06/12 04:17:47
1412      [clientloop.c]
1413      thall shalt not code past the eightieth column
1414    - djm@cvs.openbsd.org 2008/06/12 04:24:06
1415      [ssh.c]
1416      thal shalt not code past the eightieth column
1417    - djm@cvs.openbsd.org 2008/06/12 05:15:41
1418      [PROTOCOL]
1419      document tun@openssh.com forwarding method
1420    - djm@cvs.openbsd.org 2008/06/12 05:32:30
1421      [mux.c]
1422      some more TODO for me
1423    - grunk@cvs.openbsd.org 2008/06/12 05:42:46
1424      [key.c]
1425      supply the key type (rsa1, rsa, dsa) as a caption in the frame of the
1426      random art.  while there, stress the fact that the field base should at
1427      least be 8 characters for the pictures to make sense.
1428      comment and ok djm@
1429    - grunk@cvs.openbsd.org 2008/06/12 06:32:59
1430      [key.c]
1431      We already mark the start of the worm, now also mark the end of the worm
1432      in our random art drawings.
1433      ok djm@
1434    - djm@cvs.openbsd.org 2008/06/12 15:19:17
1435      [clientloop.h channels.h clientloop.c channels.c mux.c]
1436      The multiplexing escape char handler commit last night introduced a
1437      small memory leak per session; plug it.
1438    - dtucker@cvs.openbsd.org 2008/06/12 16:35:31
1439      [ssh_config.5 ssh.c]
1440      keyword expansion for localcommand.  ok djm@
1441    - jmc@cvs.openbsd.org 2008/06/12 19:10:09
1442      [ssh_config.5 ssh-keygen.1]
1443      tweak the ascii art text; ok grunk
1444    - dtucker@cvs.openbsd.org 2008/06/12 20:38:28
1445      [sshd.c sshconnect.c packet.h misc.c misc.h packet.c]
1446      Make keepalive timeouts apply while waiting for a packet, particularly
1447      during key renegotiation (bz #1363).  With djm and Matt Day, ok djm@
1448    - djm@cvs.openbsd.org 2008/06/12 20:47:04
1449      [sftp-client.c]
1450      print extension revisions for extensions that we understand
1451    - djm@cvs.openbsd.org 2008/06/12 21:06:25
1452      [clientloop.c]
1453      I was coalescing expected global request confirmation replies at
1454      the wrong end of the queue - fix; prompted by markus@
1455    - grunk@cvs.openbsd.org 2008/06/12 21:14:46
1456      [ssh-keygen.c]
1457      make ssh-keygen -lf show the key type just as ssh-add -l would do it
1458      ok djm@ markus@
1459    - grunk@cvs.openbsd.org 2008/06/12 22:03:36
1460      [key.c]
1461      add my copyright, ok djm@
1462    - ian@cvs.openbsd.org 2008/06/12 23:24:58
1463      [sshconnect.c]
1464      tweak wording in message, ok deraadt@ jmc@
1465    - dtucker@cvs.openbsd.org 2008/06/13 00:12:02
1466      [sftp.h log.h]
1467      replace __dead with __attribute__((noreturn)), makes things
1468      a little easier to port.  Also, add it to sigdie().  ok djm@
1469    - djm@cvs.openbsd.org 2008/06/13 00:16:49
1470      [mux.c]
1471      fall back to creating a new TCP connection on most multiplexing errors
1472      (socket connect fail, invalid version, refused permittion, corrupted
1473      messages, etc.); bz #1329 ok dtucker@
1474    - dtucker@cvs.openbsd.org 2008/06/13 00:47:53
1475      [mux.c]
1476      upcast size_t to u_long to match format arg; ok djm@
1477    - dtucker@cvs.openbsd.org 2008/06/13 00:51:47
1478      [mac.c]
1479      upcast another size_t to u_long to match format
1480    - dtucker@cvs.openbsd.org 2008/06/13 01:38:23
1481      [misc.c]
1482      upcast uid to long with matching %ld, prevents warnings in portable
1483    - djm@cvs.openbsd.org 2008/06/13 04:40:22
1484      [auth2-pubkey.c auth-rhosts.c]
1485      refuse to read ~/.shosts or ~/.ssh/authorized_keys that are not
1486      regular files; report from Solar Designer via Colin Watson in bz#1471
1487      ok dtucker@ deraadt
1488   - (dtucker) [clientloop.c serverloop.c]  channel_register_filter now
1489     takes 2 more args.  with djm@
1490   - (dtucker) [defines.h] Bug #1112: __dead is, well dead. Based on a patch
1491     from Todd Vierling.
1492   - (dtucker) [auth-sia.c] Bug #1241: support password expiry on Tru64 SIA
1493     systems.  Patch from R. Scott Bailey.
1494   - (dtucker) [umac.c] STORE_UINT32_REVERSED and endian_convert are never used
1495     on big endian machines, so ifdef them for little-endian only to prevent
1496     unused function warnings on big-endians.
1497   - (dtucker) [openbsd-compat/setenv.c] Make offsets size_t to prevent
1498     compiler warnings on some platforms.  Based on a discussion with otto@
1499
1500 20080611
1501  - (djm) [channels.c configure.ac]
1502    Do not set SO_REUSEADDR on wildcard X11 listeners (X11UseLocalhost=no)
1503    bz#1464; ok dtucker 
1504
1505 20080610
1506  - (dtucker) OpenBSD CVS Sync
1507    - djm@cvs.openbsd.org 2008/06/10 03:57:27
1508      [servconf.c match.h sshd_config.5]
1509      support CIDR address matching in sshd_config "Match address" blocks, with
1510      full support for negation and fall-back to classic wildcard matching.
1511      For example:
1512      Match address 192.0.2.0/24,3ffe:ffff::/32,!10.*
1513          PasswordAuthentication yes
1514      addrmatch.c code mostly lifted from flowd's addr.c
1515      feedback and ok dtucker@
1516    - djm@cvs.openbsd.org 2008/06/10 04:17:46
1517      [sshd_config.5]
1518      better reference for pattern-list
1519    - dtucker@cvs.openbsd.org 2008/06/10 04:50:25
1520      [sshd.c channels.h channels.c log.c servconf.c log.h servconf.h sshd.8]
1521      Add extended test mode (-T) and connection parameters for test mode (-C).
1522      -T causes sshd to write its effective configuration to stdout and exit.
1523      -C causes any relevant Match rules to be applied before output.  The
1524      combination allows tesing of the parser and config files.  ok deraadt djm
1525    - jmc@cvs.openbsd.org 2008/06/10 07:12:00
1526      [sshd_config.5]
1527      tweak previous;
1528    - jmc@cvs.openbsd.org 2008/06/10 08:17:40
1529      [sshd.8 sshd.c]
1530      - update usage()
1531      - fix SYNOPSIS, and sort options
1532      - some minor additional fixes
1533    - dtucker@cvs.openbsd.org 2008/06/09 18:06:32
1534      [regress/test-exec.sh]
1535      Don't generate putty keys if we're not going to use them.  ok djm
1536    - dtucker@cvs.openbsd.org 2008/06/10 05:23:32
1537      [regress/addrmatch.sh regress/Makefile]
1538      Regress test for Match CIDR rules.  ok djm@
1539    - dtucker@cvs.openbsd.org 2008/06/10 15:21:41
1540      [test-exec.sh]
1541      Use a more portable construct for checking if we're running a putty test
1542    - dtucker@cvs.openbsd.org 2008/06/10 15:28:49
1543      [test-exec.sh]
1544      Add quotes
1545    - dtucker@cvs.openbsd.org 2008/06/10 18:21:24
1546      [ssh_config.5]
1547      clarify that Host patterns are space-separated.  ok deraadt
1548    - djm@cvs.openbsd.org 2008/06/10 22:15:23
1549      [PROTOCOL ssh.c serverloop.c]
1550      Add a no-more-sessions@openssh.com global request extension that the
1551      client sends when it knows that it will never request another session
1552      (i.e. when session multiplexing is disabled). This allows a server to
1553      disallow further session requests and terminate the session.
1554      Why would a non-multiplexing client ever issue additional session
1555      requests? It could have been attacked with something like SSH'jack:
1556      http://www.storm.net.nz/projects/7
1557      feedback & ok markus
1558    - djm@cvs.openbsd.org 2008/06/10 23:06:19
1559      [auth-options.c match.c servconf.c addrmatch.c sshd.8]
1560      support CIDR address matching in .ssh/authorized_keys from="..." stanzas
1561      ok and extensive testing dtucker@
1562    - dtucker@cvs.openbsd.org 2008/06/10 23:21:34
1563      [bufaux.c]
1564      Use '\0' for a nul byte rather than unadorned 0.  ok djm@
1565    - dtucker@cvs.openbsd.org 2008/06/10 23:13:43
1566      [Makefile regress/key-options.sh]
1567      Add regress test for key options.  ok djm@
1568  - (dtucker) [openbsd-compat/fake-rfc2553.h] Add sin6_scope_id to sockaddr_in6
1569    since the new CIDR code in addmatch.c references it.
1570  - (dtucker) [Makefile.in configure.ac regress/addrmatch.sh] Skip IPv6
1571    specific tests on platforms that don't do IPv6.
1572  - (dtucker) [Makefile.in] Define TEST_SSH_IPV6 in make's arguments as well
1573    as environment.
1574  - (dtucker) [Makefile.in] Move addrmatch.o to libssh.a where it's needed now.
1575
1576 20080609
1577  - (dtucker) OpenBSD CVS Sync
1578    - dtucker@cvs.openbsd.org 2008/06/08 17:04:41
1579      [sftp-server.c]
1580      Add case for ENOSYS in errno_to_portable; ok deraadt
1581    - dtucker@cvs.openbsd.org 2008/06/08 20:15:29
1582      [sftp.c sftp-client.c sftp-client.h]
1583      Have the sftp client store the statvfs replies in wire format,
1584      which prevents problems when the server's native sizes exceed the
1585      client's.
1586      Also extends the sizes of the remaining 32bit wire format to 64bit,
1587      they're specified as unsigned long in the standard.
1588    - dtucker@cvs.openbsd.org 2008/06/09 13:02:39
1589      [sftp-server.c]
1590      Extend 32bit -> 64bit values for statvfs extension missed in previous
1591      commit.
1592    - dtucker@cvs.openbsd.org 2008/06/09 13:38:46
1593      [PROTOCOL]
1594      Use a $OpenBSD tag so our scripts will sync changes.
1595
1596 20080608
1597  - (dtucker) [configure.ac defines.h sftp-client.c sftp-server.c sftp.c
1598    openbsd-compat/Makefile.in openbsd-compat/openbsd-compat.h
1599    openbsd-compat/bsd-statvfs.{c,h}] Add a null implementation of statvfs and
1600    fstatvfs and remove #defines around statvfs code.  ok djm@
1601  - (dtucker) [configure.ac defines.h sftp-client.c M sftp-server.c] Add a
1602    macro to convert fsid to unsigned long for platforms where fsid is a
1603    2-member array.
1604
1605 20080607
1606  - (dtucker) [mux.c] Include paths.h inside ifdef HAVE_PATHS_H.
1607  - (dtucker) [configure.ac defines.h sftp-client.c sftp-server.c sftp.c]
1608    Do not enable statvfs extensions on platforms that do not have statvfs.
1609  - (dtucker) OpenBSD CVS Sync
1610    - djm@cvs.openbsd.org 2008/05/19 06:14:02
1611      [packet.c] unbreak protocol keepalive timeouts bz#1465; ok dtucker@
1612    - djm@cvs.openbsd.org 2008/05/19 15:45:07
1613      [sshtty.c ttymodes.c sshpty.h]
1614      Fix sending tty modes when stdin is not a tty (bz#1199). Previously
1615      we would send the modes corresponding to a zeroed struct termios,
1616      whereas we should have been sending an empty list of modes.
1617      Based on patch from daniel.ritz AT alcatel.ch; ok dtucker@ markus@
1618    - djm@cvs.openbsd.org 2008/05/19 15:46:31
1619      [ssh-keygen.c]
1620      support -l (print fingerprint) in combination with -F (find host) to
1621      search for a host in ~/.ssh/known_hosts and display its fingerprint;
1622      ok markus@
1623    - djm@cvs.openbsd.org 2008/05/19 20:53:52
1624      [clientloop.c]
1625      unbreak tree by committing this bit that I missed from:
1626      Fix sending tty modes when stdin is not a tty (bz#1199). Previously
1627      we would send the modes corresponding to a zeroed struct termios,
1628      whereas we should have been sending an empty list of modes.
1629      Based on patch from daniel.ritz AT alcatel.ch; ok dtucker@ markus@ 
1630
1631 20080604
1632  - (djm) [openbsd-compat/bsd-arc4random.c] Fix math bug that caused bias
1633    in arc4random_uniform with upper_bound in (2^30,2*31). Note that 
1634    OpenSSH did not make requests with upper bounds in this range.
1635
1636 20080519
1637  - (djm) [configure.ac mux.c sftp.c openbsd-compat/Makefile.in]
1638    [openbsd-compat/fmt_scaled.c openbsd-compat/openbsd-compat.h]
1639    Fix compilation on Linux, including pulling in fmt_scaled(3)
1640    implementation from OpenBSD's libutil.
1641
1642 20080518
1643  - (djm) OpenBSD CVS Sync
1644    - djm@cvs.openbsd.org 2008/04/04 05:14:38
1645      [sshd_config.5]
1646      ChrootDirectory is supported in Match blocks (in fact, it is most useful
1647      there). Spotted by Minstrel AT minstrel.org.uk
1648    - djm@cvs.openbsd.org 2008/04/04 06:44:26
1649      [sshd_config.5]
1650      oops, some unrelated stuff crept into that commit - backout.
1651      spotted by jmc@
1652    - djm@cvs.openbsd.org 2008/04/05 02:46:02
1653      [sshd_config.5]
1654      HostbasedAuthentication is supported under Match too
1655  - (djm) [openbsd-compat/bsd-arc4random.c openbsd-compat/openbsd-compat.c]
1656      [configure.ac] Implement arc4random_buf(), import implementation of
1657      arc4random_uniform() from OpenBSD
1658  - (djm) [openbsd-compat/bsd-arc4random.c] Warning fixes
1659  - (djm) [openbsd-compat/port-tun.c] needs sys/queue.h
1660  - (djm) OpenBSD CVS Sync
1661    - djm@cvs.openbsd.org 2008/04/13 00:22:17
1662      [dh.c sshd.c]
1663      Use arc4random_buf() when requesting more than a single word of output
1664      Use arc4random_uniform() when the desired random number upper bound
1665      is not a power of two
1666      ok deraadt@ millert@
1667    - djm@cvs.openbsd.org 2008/04/18 12:32:11
1668      [sftp-client.c sftp-client.h sftp-server.c sftp.1 sftp.c sftp.h]
1669      introduce sftp extension methods statvfs@openssh.com and
1670      fstatvfs@openssh.com that implement statvfs(2)-like operations,
1671      based on a patch from miklos AT szeredi.hu (bz#1399)
1672      also add a "df" command to the sftp client that uses the
1673      statvfs@openssh.com to produce a df(1)-like display of filesystem
1674      space and inode utilisation
1675      ok markus@
1676    - jmc@cvs.openbsd.org 2008/04/18 17:15:47
1677      [sftp.1]
1678      macro fixage;
1679    - djm@cvs.openbsd.org 2008/04/18 22:01:33
1680      [session.c]
1681      remove unneccessary parentheses
1682    - otto@cvs.openbsd.org 2008/04/29 11:20:31
1683      [monitor_mm.h]
1684      garbage collect two unused fields in struct mm_master; ok markus@
1685    - djm@cvs.openbsd.org 2008/04/30 10:14:03
1686      [ssh-keyscan.1 ssh-keyscan.c]
1687      default to rsa (protocol 2) keys, instead of rsa1 keys; spotted by
1688      larsnooden AT openoffice.org
1689    - pyr@cvs.openbsd.org 2008/05/07 05:49:37
1690      [servconf.c servconf.h session.c sshd_config.5]
1691      Enable the AllowAgentForwarding option in sshd_config (global and match
1692      context), to specify if agents should be permitted on the server.
1693      As the man page states:
1694      ``Note that disabling Agent forwarding does not improve security
1695      unless users are also denied shell access, as they can always install
1696      their own forwarders.''
1697      ok djm@, ok and a mild frown markus@
1698    - pyr@cvs.openbsd.org 2008/05/07 06:43:35
1699      [sshd_config]
1700      push the sshd_config bits in, spotted by ajacoutot@
1701    - jmc@cvs.openbsd.org 2008/05/07 08:00:14
1702      [sshd_config.5]
1703      sort;
1704    - markus@cvs.openbsd.org 2008/05/08 06:59:01
1705      [bufaux.c buffer.h channels.c packet.c packet.h]
1706      avoid extra malloc/copy/free when receiving data over the net;
1707      ~10% speedup for localhost-scp; ok djm@
1708    - djm@cvs.openbsd.org 2008/05/08 12:02:23
1709      [auth-options.c auth1.c channels.c channels.h clientloop.c gss-serv.c]
1710      [monitor.c monitor_wrap.c nchan.c servconf.c serverloop.c session.c]
1711      [ssh.c sshd.c]
1712      Implement a channel success/failure status confirmation callback
1713      mechanism. Each channel maintains a queue of callbacks, which will
1714      be drained in order (RFC4253 guarantees confirm messages are not
1715      reordered within an channel).
1716      Also includes a abandonment callback to clean up if a channel is
1717      closed without sending confirmation messages. This probably
1718      shouldn't happen in compliant implementations, but it could be
1719      abused to leak memory.
1720      ok markus@ (as part of a larger diff)
1721    - djm@cvs.openbsd.org 2008/05/08 12:21:16
1722      [monitor.c monitor_wrap.c session.h servconf.c servconf.h session.c]
1723      [sshd_config sshd_config.5]
1724      Make the maximum number of sessions run-time controllable via
1725      a sshd_config MaxSessions knob. This is useful for disabling
1726      login/shell/subsystem access while leaving port-forwarding working
1727      (MaxSessions 0), disabling connection multiplexing (MaxSessions 1) or
1728      simply increasing the number of allows multiplexed sessions.
1729      Because some bozos are sure to configure MaxSessions in excess of the
1730      number of available file descriptors in sshd (which, at peak, might be
1731      as many as 9*MaxSessions), audit sshd to ensure that it doesn't leak fds
1732      on error paths, and make it fail gracefully on out-of-fd conditions -
1733      sending channel errors instead of than exiting with fatal().
1734      bz#1090; MaxSessions config bits and manpage from junyer AT gmail.com
1735      ok markus@
1736    - djm@cvs.openbsd.org 2008/05/08 13:06:11
1737      [clientloop.c clientloop.h ssh.c]
1738      Use new channel status confirmation callback system to properly deal
1739      with "important" channel requests that fail, in particular command exec,
1740      shell and subsystem requests. Previously we would optimistically assume
1741      that the requests would always succeed, which could cause hangs if they
1742      did not (e.g. when the server runs out of fds) or were unimplemented by
1743      the server (bz #1384)
1744      Also, properly report failing multiplex channel requests via the mux
1745      client stderr (subject to LogLevel in the mux master) - better than
1746      silently failing.
1747      most bits ok markus@ (as part of a larger diff)
1748    - djm@cvs.openbsd.org 2008/05/09 04:55:56
1749      [channels.c channels.h clientloop.c serverloop.c]
1750      Try additional addresses when connecting to a port forward destination
1751      whose DNS name resolves to more than one address. The previous behaviour
1752      was to try the first address and give up.
1753      Reported by stig AT venaas.com in bz#343
1754      great feedback and ok markus@
1755    - djm@cvs.openbsd.org 2008/05/09 14:18:44
1756      [clientloop.c clientloop.h ssh.c mux.c]
1757      tidy up session multiplexing code, moving it into its own file and
1758      making the function names more consistent - making ssh.c and
1759      clientloop.c a fair bit more readable.
1760      ok markus@
1761    - djm@cvs.openbsd.org 2008/05/09 14:26:08
1762      [ssh.c]
1763      dingo stole my diff hunk
1764    - markus@cvs.openbsd.org 2008/05/09 16:16:06
1765      [session.c]
1766      re-add the USE_PIPES code and enable it.
1767      without pipes shutdown-read from the sshd does not trigger
1768      a SIGPIPE when the forked program does a write.
1769      ok djm@
1770      (Id sync only, USE_PIPES never left portable OpenSSH)
1771    - markus@cvs.openbsd.org 2008/05/09 16:17:51
1772      [channels.c]
1773      error-fd race: don't enable the error fd in the select bitmask
1774      for channels with both in- and output closed, since the channel
1775      will go away before we call select();
1776      report, lots of debugging help and ok djm@
1777    - markus@cvs.openbsd.org 2008/05/09 16:21:13
1778      [channels.h clientloop.c nchan.c serverloop.c]
1779      unbreak
1780         ssh -2 localhost od /bin/ls | true
1781      ignoring SIGPIPE by adding a new channel message (EOW) that signals
1782      the peer that we're not interested in any data it might send.
1783      fixes bz #85; discussion, debugging and ok djm@
1784    - pvalchev@cvs.openbsd.org 2008/05/12 20:52:20
1785      [umac.c]
1786      Ensure nh_result lies on a 64-bit boundary (fixes warnings observed
1787      on Itanium on Linux); from Dale Talcott (bug #1462); ok djm@
1788    - djm@cvs.openbsd.org 2008/05/15 23:52:24
1789      [nchan2.ms]
1790      document eow message in ssh protocol 2 channel state machine;
1791      feedback and ok markus@
1792    - djm@cvs.openbsd.org 2008/05/18 21:29:05
1793      [sftp-server.c]
1794      comment extension announcement
1795    - djm@cvs.openbsd.org 2008/05/16 08:30:42
1796      [PROTOCOL]
1797      document our protocol extensions and deviations; ok markus@
1798    - djm@cvs.openbsd.org 2008/05/17 01:31:56
1799      [PROTOCOL]
1800      grammar and correctness fixes from stevesk@
1801
1802 20080403
1803  - (djm) [openbsd-compat/bsd-poll.c] Include stdlib.h to avoid compile-
1804    time warnings on LynxOS. Patch from ops AT iki.fi
1805  - (djm) Force string arguments to replacement setproctitle() though
1806    strnvis first. Ok dtucker@
1807
1808 20080403
1809  - (djm) OpenBSD CVS sync:
1810    - markus@cvs.openbsd.org 2008/04/02 15:36:51
1811      [channels.c]
1812      avoid possible hijacking of x11-forwarded connections (back out 1.183)
1813      CVE-2008-1483; ok djm@
1814    - jmc@cvs.openbsd.org 2008/03/27 22:37:57
1815      [sshd.8]
1816      remove trailing whitespace;
1817    - djm@cvs.openbsd.org 2008/04/03 09:50:14
1818      [version.h]
1819      openssh-5.0
1820  - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
1821    [contrib/suse/openssh.spec] Crank version numbers in RPM spec files
1822  - (djm) [README] Update link to release notes
1823  - (djm) Release 5.0p1
This page took 0.703524 seconds and 5 git commands to generate.