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