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