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