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