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