- (dtucker) Bug #1725: explicitly link libX11 into gnome-ssh-askpass2 using
[openssh-git.git] / ChangeLog
blob0243ef42f5e74a92ee0cbc3541dd2966a611e130
1 20100326
2  - (djm) [openbsd-compat/bsd-arc4random.c] Fix preprocessor detection
3    for arc4random_buf() and arc4random_uniform(); from Josh Gilkerson
4  - (dtucker) [configure.ac] Bug #1741: Add section for Haiku, patch originally
5    by Ingo Weinhold via Scott McCreary, ok djm@
6  - (djm) OpenBSD CVS Sync
7    - djm@cvs.openbsd.org 2010/03/25 23:38:28
8      [servconf.c]
9      from portable: getcwd(NULL, 0) doesn't work on all platforms, so
10      use a stack buffer; ok dtucker@
11  - (djm) [session.c] Allow ChrootDirectory to work on SELinux platforms -
12    set up SELinux execution context before chroot() call. From Russell
13    Coker via Colin watson; bz#1726 ok dtucker@
14  - (djm) [channels.c] Check for EPFNOSUPPORT as a socket() errno; bz#1721
15    ok dtucker@
16  - (dtucker) Bug #1725: explicitly link libX11 into gnome-ssh-askpass2 using
17    pkg-config, patch from Colin Watson.  Needed for newer linkers (ie gold).
19 20100324
20  - (dtucker) [contrib/cygwin/ssh-host-config] Mount the Windows directory
21    containing the services file explicitely case-insensitive.  This allows to
22    tweak the Windows services file reliably.  Patch from vinschen at redhat.
24 20100321
25  - (djm) OpenBSD CVS Sync
26    - jmc@cvs.openbsd.org 2010/03/08 09:41:27
27      [ssh-keygen.1]
28      sort the list of constraints (to -O); ok djm
29    - jmc@cvs.openbsd.org 2010/03/10 07:40:35
30      [ssh-keygen.1]
31      typos; from Ross Richardson
32      closes prs 6334 and 6335
33    - djm@cvs.openbsd.org 2010/03/10 23:27:17
34      [auth2-pubkey.c]
35      correct certificate logging and make it more consistent between
36      authorized_keys and TrustedCAKeys; ok markus@
37    - djm@cvs.openbsd.org 2010/03/12 01:06:25
38      [servconf.c]
39      unbreak AuthorizedKeys option with a $HOME-relative path; reported by
40      vinschen AT redhat.com, ok dtucker@
41    - markus@cvs.openbsd.org 2010/03/12 11:37:40
42      [servconf.c]
43      do not prepend AuthorizedKeysFile with getcwd(), unbreaks relative paths
44      free() (not xfree()) the buffer returned by getcwd()
45    - djm@cvs.openbsd.org 2010/03/13 21:10:38
46      [clientloop.c]
47      protocol conformance fix: send language tag when disconnecting normally;
48      spotted by 1.41421 AT gmail.com, ok markus@ deraadt@
49    - djm@cvs.openbsd.org 2010/03/13 21:45:46
50      [ssh-keygen.1]
51      Certificates are named *-cert.pub, not *_cert.pub; committing a diff
52      from stevesk@ ok me
53    - jmc@cvs.openbsd.org 2010/03/13 23:38:13
54      [ssh-keygen.1]
55      fix a formatting error (args need quoted); noted by stevesk
56    - stevesk@cvs.openbsd.org 2010/03/15 19:40:02
57      [key.c key.h ssh-keygen.c]
58      also print certificate type (user or host) for ssh-keygen -L
59      ok djm kettenis
60    - stevesk@cvs.openbsd.org 2010/03/16 15:46:52
61      [auth-options.c]
62      spelling in error message. ok djm kettenis
63    - djm@cvs.openbsd.org 2010/03/16 16:36:49
64      [version.h]
65      crank version to openssh-5.5 since we have a few fixes since 5.4;
66      requested deraadt@ kettenis@
67  - (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
68    [contrib/suse/openssh.spec] Crank version numbers
70 20100314
71  - (djm) [ssh-pkcs11-helper.c] Move #ifdef to after #defines to fix
72    compilation failure when !HAVE_DLOPEN. Reported by felix-mindrot
73    AT fefe.de
74  - (djm) [Makefile.in] Respecify -lssh after -lopenbsd-compat for
75    ssh-pkcs11-helper to repair static builds (we do the same for
76    ssh-keyscan). Reported by felix-mindrot AT fefe.de
78 20100312
79  - (tim) [Makefile.in] Now that scard is gone, no need to make $(datadir)
80  - (tim) [Makefile.in] Add missing $(EXEEXT) to install targets.
81    Patch from Corinna Vinschen.
82  - (tim) [contrib/cygwin/Makefile] Fix list of documentation files to install
83    on a Cygwin installation. Patch from Corinna Vinschen.
85 20100311
86  - (tim) [contrib/suse/openssh.spec] crank version number here too.
87    report by imorgan AT nas.nasa.gov
89 20100309
90  - (dtucker) [configure.ac] Use a proper AC_CHECK_DECL for BROKEN_GETADDRINFO
91    so setting it in CFLAGS correctly skips IPv6 tests.
93 20100308
94  - (djm) OpenBSD CVS Sync
95    - djm@cvs.openbsd.org 2010/03/07 22:16:01
96      [ssh-keygen.c]
97      make internal strptime string match strftime format;
98      suggested by vinschen AT redhat.com and markus@
99    - djm@cvs.openbsd.org 2010/03/08 00:28:55
100      [ssh-keygen.1]
101      document permit-agent-forwarding certificate constraint; patch from
102      stevesk@
103    - djm@cvs.openbsd.org 2010/03/07 22:01:32
104      [version.h]
105      openssh-5.4
106  - (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
107    crank version numbers
108  - (djm) Release OpenSSH-5.4p1
110 20100307
111  - (dtucker) [auth.c] Bug #1710: call setauthdb on AIX before getpwuid so that
112    it gets the passwd struct from the LAM that knows about the user which is
113    not necessarily the default.  Patch from Alexandre Letourneau.
114  - (dtucker) [session.c] Bug #1567: move setpcred call to before chroot and
115    do not set real uid, since that's needed for the chroot, and will be set
116    by permanently_set_uid.
117  - (dtucker) [session.c] Also initialize creds to NULL for handing to
118     setpcred.
119  - (dtucker) OpenBSD CVS Sync
120    - dtucker@cvs.openbsd.org 2010/03/07 11:57:13
121      [auth-rhosts.c monitor.c monitor_wrap.c session.c auth-options.c sshd.c]
122      Hold authentication debug messages until after successful authentication.
123      Fixes an info leak of environment variables specified in authorized_keys,
124      reported by Jacob Appelbaum.  ok djm@
126 20100305
127  - OpenBSD CVS Sync
128    - jmc@cvs.openbsd.org 2010/03/04 12:51:25
129      [ssh.1 sshd_config.5]
130      tweak previous;
131    - djm@cvs.openbsd.org 2010/03/04 20:35:08
132      [ssh-keygen.1 ssh-keygen.c]
133      Add a -L flag to print the contents of a certificate; ok markus@
134    - jmc@cvs.openbsd.org 2010/03/04 22:52:40
135      [ssh-keygen.1]
136      fix Bk/Ek;
137    - djm@cvs.openbsd.org 2010/03/04 23:17:25
138      [sshd_config.5]
139      missing word; spotted by jmc@
140    - djm@cvs.openbsd.org 2010/03/04 23:19:29
141      [ssh.1 sshd.8]
142      move section on CA and revoked keys from ssh.1 to sshd.8's known hosts
143      format section and rework it a bit; requested by jmc@
144    - djm@cvs.openbsd.org 2010/03/04 23:27:25
145      [auth-options.c ssh-keygen.c]
146      "force-command" is not spelled "forced-command"; spotted by
147      imorgan AT nas.nasa.gov
148    - djm@cvs.openbsd.org 2010/03/05 02:58:11
149      [auth.c]
150      make the warning for a revoked key louder and more noticable
151    - jmc@cvs.openbsd.org 2010/03/05 06:50:35
152      [ssh.1 sshd.8]
153      tweak previous;
154    - jmc@cvs.openbsd.org 2010/03/05 08:31:20
155      [ssh.1]
156      document certificate authentication; help/ok djm
157    - djm@cvs.openbsd.org 2010/03/05 10:28:21
158      [ssh-add.1 ssh.1 ssh_config.5]
159      mention loading of certificate files from [private]-cert.pub when
160      they are present; feedback and ok jmc@
161  - (tim) [ssh-pkcs11.c] Fix "non-constant initializer" errors in older
162    compilers. OK djm@
163  - (djm) [ssh-rand-helper.c] declare optind, avoiding compilation failure
164    on some platforms
165  - (djm) [configure.ac] set -fno-strict-aliasing for gcc4; ok dtucker@
167 20100304
168  - (djm) [ssh-keygen.c] Use correct local variable, instead of
169    maybe-undefined global "optarg"
170  - (djm) [contrib/redhat/openssh.spec] Replace obsolete BuildPreReq
171    on XFree86-devel with neutral /usr/include/X11/Xlib.h;
172    imorgan AT nas.nasa.gov in bz#1731
173  - (djm) [.cvsignore] Ignore ssh-pkcs11-helper
174  - (djm) [regress/Makefile] Cleanup sshd_proxy_orig
175  - OpenBSD CVS Sync
176    - djm@cvs.openbsd.org 2010/03/03 01:44:36
177      [auth-options.c key.c]
178      reject strings with embedded ASCII nul chars in certificate key IDs,
179      principal names and constraints
180    - djm@cvs.openbsd.org 2010/03/03 22:49:50
181      [sshd.8]
182      the authorized_keys option for CA keys is "cert-authority", not
183      "from=cert-authority". spotted by imorgan AT nas.nasa.gov
184    - djm@cvs.openbsd.org 2010/03/03 22:50:40
185      [PROTOCOL.certkeys]
186      s/similar same/similar/; from imorgan AT nas.nasa.gov
187    - djm@cvs.openbsd.org 2010/03/04 01:44:57
188      [key.c]
189      use buffer_get_string_ptr_ret() where we are checking the return
190      value explicitly instead of the fatal()-causing buffer_get_string_ptr()
191    - djm@cvs.openbsd.org 2010/03/04 10:36:03
192      [auth-rh-rsa.c auth-rsa.c auth.c auth.h auth2-hostbased.c auth2-pubkey.c]
193      [authfile.c authfile.h hostfile.c hostfile.h servconf.c servconf.h]
194      [ssh-keygen.c ssh.1 sshconnect.c sshd_config.5]
195      Add a TrustedUserCAKeys option to sshd_config to specify CA keys that
196      are trusted to authenticate users (in addition than doing it per-user
197      in authorized_keys).
198      
199      Add a RevokedKeys option to sshd_config and a @revoked marker to
200      known_hosts to allow keys to me revoked and banned for user or host
201      authentication.
202      
203      feedback and ok markus@
204    - djm@cvs.openbsd.org 2010/03/03 00:47:23
205      [regress/cert-hostkey.sh regress/cert-userkey.sh]
206      add an extra test to ensure that authentication with the wrong
207      certificate fails as it should (and it does)
208    - djm@cvs.openbsd.org 2010/03/04 10:38:23
209      [regress/cert-hostkey.sh regress/cert-userkey.sh]
210      additional regression tests for revoked keys and TrustedUserCAKeys
212 20100303
213  - (djm) [PROTOCOL.certkeys] Add RCS Ident
214  - OpenBSD CVS Sync
215    - jmc@cvs.openbsd.org 2010/02/26 22:09:28
216      [ssh-keygen.1 ssh.1 sshd.8]
217      tweak previous;
218    - otto@cvs.openbsd.org 2010/03/01 11:07:06
219      [ssh-add.c]
220      zap what seems to be a left-over debug message; ok markus@
221    - djm@cvs.openbsd.org 2010/03/02 23:20:57
222      [ssh-keygen.c]
223      POSIX strptime is stricter than OpenBSD's so do a little dance to
224      appease it.
225  - (djm) [regress/cert-userkey.sh] s/echo -n/echon/ here too
227 20100302
228  - (tim) [config.guess config.sub] Bug 1722: Update to latest versions from
229    http://git.savannah.gnu.org/gitweb/ (2009-12-30 and 2010-01-22
230    respectively).
232 20100301
233  - (dtucker) [regress/{cert-hostkey,cfgmatch,cipher-speed}.sh} Replace
234    "echo -n" with "echon" for portability.
235  - (dtucker) [openbsd-compat/port-linux.c] Make failure to write to the OOM
236    adjust log at verbose only, since according to cjwatson in bug #1470
237    some virtualization platforms don't allow writes.
239 20100228
240  - (djm) [auth.c] On Cygwin, refuse usernames that have differences in
241    case from that matched in the system password database. On this
242    platform, passwords are stored case-insensitively, but sshd requires
243    exact case matching for Match blocks in sshd_config(5). Based on
244    a patch from vinschen AT redhat.com.
245  - (tim) [ssh-pkcs11-helper.c] Move declarations before calling functions
246    to make older compilers (gcc 2.95) happy.
248 20100227
249  - (djm) [ssh-pkcs11-helper.c ] Ensure RNG is initialised and seeded
250  - (djm) [openbsd-compat/bsd-cygwin_util.c] Reduce the set of environment
251    variables copied into sshd child processes. From vinschen AT redhat.com
253 20100226
254  - OpenBSD CVS Sync
255    - djm@cvs.openbsd.org 2010/02/26 20:29:54
256      [PROTOCOL PROTOCOL.agent PROTOCOL.certkeys addrmatch.c auth-options.c]
257      [auth-options.h auth.h auth2-pubkey.c authfd.c dns.c dns.h hostfile.c]
258      [hostfile.h kex.h kexdhs.c kexgexs.c key.c key.h match.h monitor.c]
259      [myproposal.h servconf.c servconf.h ssh-add.c ssh-agent.c ssh-dss.c]
260      [ssh-keygen.1 ssh-keygen.c ssh-rsa.c ssh.1 ssh.c ssh2.h sshconnect.c]
261      [sshconnect2.c sshd.8 sshd.c sshd_config.5]
262      Add support for certificate key types for users and hosts.
263      
264      OpenSSH certificate key types are not X.509 certificates, but a much
265      simpler format that encodes a public key, identity information and
266      some validity constraints and signs it with a CA key. CA keys are
267      regular SSH keys. This certificate style avoids the attack surface
268      of X.509 certificates and is very easy to deploy.
269      
270      Certified host keys allow automatic acceptance of new host keys
271      when a CA certificate is marked as trusted in ~/.ssh/known_hosts.
272      see VERIFYING HOST KEYS in ssh(1) for details.
273      
274      Certified user keys allow authentication of users when the signing
275      CA key is marked as trusted in authorized_keys. See "AUTHORIZED_KEYS
276      FILE FORMAT" in sshd(8) for details.
277      
278      Certificates are minted using ssh-keygen(1), documentation is in
279      the "CERTIFICATES" section of that manpage.
280      
281      Documentation on the format of certificates is in the file
282      PROTOCOL.certkeys
283      
284      feedback and ok markus@
285    - djm@cvs.openbsd.org 2010/02/26 20:33:21
286      [Makefile regress/cert-hostkey.sh regress/cert-userkey.sh]
287      regression tests for certified keys
289 20100224
290  - (djm) [pkcs11.h ssh-pkcs11-client.c ssh-pkcs11-helper.c ssh-pkcs11.c]
291    [ssh-pkcs11.h] Add $OpenBSD$ RCS idents so we can sync portable
292  - (djm) OpenBSD CVS Sync
293    - djm@cvs.openbsd.org 2010/02/11 20:37:47
294      [pathnames.h]
295      correct comment
296    - dtucker@cvs.openbsd.org 2009/11/09 04:20:04
297      [regress/Makefile]
298      add regression test for ssh-keygen pubkey conversions
299    - dtucker@cvs.openbsd.org 2010/01/11 02:53:44
300      [regress/forwarding.sh]
301      regress test for stdio forwarding
302    - djm@cvs.openbsd.org 2010/02/09 04:57:36
303      [regress/addrmatch.sh]
304      clean up droppings
305    - djm@cvs.openbsd.org 2010/02/09 06:29:02
306      [regress/Makefile]
307      turn on all the malloc(3) checking options when running regression
308      tests. this has caught a few bugs for me in the past; ok dtucker@
309    - djm@cvs.openbsd.org 2010/02/24 06:21:56
310      [regress/test-exec.sh]
311      wait for sshd to fully stop in cleanup() function; avoids races in tests
312      that do multiple start_sshd/cleanup cycles; "I hate pidfiles" deraadt@
313    - markus@cvs.openbsd.org 2010/02/08 10:52:47
314      [regress/agent-pkcs11.sh]
315      test for PKCS#11 support (currently disabled)
316  - (djm) [Makefile.in ssh-pkcs11-helper.8] Add manpage for PKCS#11 helper
317  - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
318    [contrib/suse/openssh.spec] Add PKCS#11 helper binary and manpage
320 20100212
321  - (djm) OpenBSD CVS Sync
322    - djm@cvs.openbsd.org 2010/02/02 22:49:34
323      [bufaux.c]
324      make buffer_get_string_ret() really non-fatal in all cases (it was
325      using buffer_get_int(), which could fatal() on buffer empty);
326      ok markus dtucker
327    - markus@cvs.openbsd.org 2010/02/08 10:50:20
328      [pathnames.h readconf.c readconf.h scp.1 sftp.1 ssh-add.1 ssh-add.c]
329      [ssh-agent.c ssh-keygen.1 ssh-keygen.c ssh.1 ssh.c ssh_config.5]
330      replace our obsolete smartcard code with PKCS#11.
331         ftp://ftp.rsasecurity.com/pub/pkcs/pkcs-11/v2-20/pkcs-11v2-20.pdf
332      ssh(1) and ssh-keygen(1) use dlopen(3) directly to talk to a PKCS#11
333      provider (shared library) while ssh-agent(1) delegates PKCS#11 to
334      a forked a ssh-pkcs11-helper process.
335      PKCS#11 is currently a compile time option.
336      feedback and ok djm@; inspired by patches from Alon Bar-Lev
337    - jmc@cvs.openbsd.org 2010/02/08 22:03:05
338      [ssh-add.1 ssh-keygen.1 ssh.1 ssh.c]
339      tweak previous; ok markus
340    - djm@cvs.openbsd.org 2010/02/09 00:50:36
341      [ssh-agent.c]
342      fallout from PKCS#11: unbreak -D
343    - djm@cvs.openbsd.org 2010/02/09 00:50:59
344      [ssh-keygen.c]
345      fix -Wall
346    - djm@cvs.openbsd.org 2010/02/09 03:56:28
347      [buffer.c buffer.h]
348      constify the arguments to buffer_len, buffer_ptr and buffer_dump
349    - djm@cvs.openbsd.org 2010/02/09 06:18:46
350      [auth.c]
351      unbreak ChrootDirectory+internal-sftp by skipping check for executable
352      shell when chrooting; reported by danh AT wzrd.com; ok dtucker@
353    - markus@cvs.openbsd.org 2010/02/10 23:20:38
354      [ssh-add.1 ssh-keygen.1 ssh.1 ssh_config.5]
355      pkcs#11 is no longer optional; improve wording; ok jmc@
356    - jmc@cvs.openbsd.org 2010/02/11 13:23:29
357      [ssh.1]
358      libarary -> library;
359  - (djm) [INSTALL Makefile.in README.smartcard configure.ac scard-opensc.c]
360    [scard.c scard.h pkcs11.h scard/Makefile.in scard/Ssh.bin.uu scard/Ssh.java]
361    Remove obsolete smartcard support
362  - (djm) [ssh-pkcs11-client.c ssh-pkcs11-helper.c ssh-pkcs11.c]
363    Make it compile on OSX
364  - (djm) [ssh-pkcs11-client.c ssh-pkcs11-helper.c ssh-pkcs11.c]
365    Use ssh_get_progname to fill __progname
366  - (djm) [configure.ac] Enable PKCS#11 support only when we find a working
367    dlopen()
369 20100210
370  - (djm) add -lselinux to LIBS before calling AC_CHECK_FUNCS for
371    getseuserbyname; patch from calebcase AT gmail.com via
372    cjwatson AT debian.org
374 20100202
375  - (djm) OpenBSD CVS Sync
376    - djm@cvs.openbsd.org 2010/01/30 21:08:33
377      [sshd.8]
378      debug output goes to stderr, not "the system log"; ok markus dtucker
379    - djm@cvs.openbsd.org 2010/01/30 21:12:08
380      [channels.c]
381      fake local addr:port when stdio fowarding as some servers (Tectia at
382      least) validate that they are well-formed;
383      reported by imorgan AT nas.nasa.gov
384      ok dtucker
386 20100130
387  - (djm) OpenBSD CVS Sync
388    - djm@cvs.openbsd.org 2010/01/28 00:21:18
389      [clientloop.c]
390      downgrade an error() to a debug() - this particular case can be hit in
391      normal operation for certain sequences of mux slave vs session closure
392      and is harmless
393    - djm@cvs.openbsd.org 2010/01/29 00:20:41
394      [sshd.c]
395      set FD_CLOEXEC on sock_in/sock_out; bz#1706 from jchadima AT redhat.com
396      ok dtucker@
397    - djm@cvs.openbsd.org 2010/01/29 20:16:17
398      [mux.c]
399      kill correct channel (was killing already-dead mux channel, not
400      its session channel)
401    - djm@cvs.openbsd.org 2010/01/30 02:54:53
402      [mux.c]
403      don't mark channel as read failed if it is already closing; suppresses
404      harmless error messages when connecting to SSH.COM Tectia server
405      report by imorgan AT nas.nasa.gov
407 20100129
408  - (dtucker) [openbsd-compat/openssl-compat.c] Bug #1707: Call OPENSSL_config()
409    after registering the hardware engines, which causes the openssl.cnf file to
410    be processed.  See OpenSSL's man page for OPENSSL_config(3) for details.
411    Patch from Solomon Peachy, ok djm@.
413 20100128
414  - (djm) OpenBSD CVS Sync
415    - djm@cvs.openbsd.org 2010/01/26 02:15:20
416      [mux.c]
417      -Wuninitialized and remove a // comment; from portable
418      (Id sync only)
419    - djm@cvs.openbsd.org 2010/01/27 13:26:17
420      [mux.c]
421      fix bug introduced in mux rewrite:
422      
423      In a mux master, when a socket to a mux slave closes before its server
424      session (as may occur when the slave has been signalled), gracefully
425      close the server session rather than deleting its channel immediately.
426      A server may have more messages on that channel to send (e.g. an exit
427      message) that will fatal() the client if they are sent to a channel that
428      has been prematurely deleted.
429      
430      spotted by imorgan AT nas.nasa.gov
431    - djm@cvs.openbsd.org 2010/01/27 19:21:39
432      [sftp.c]
433      add missing "p" flag to getopt optstring;
434      bz#1704 from imorgan AT nas.nasa.gov
436 20100126
437  - (djm) OpenBSD CVS Sync
438    - tedu@cvs.openbsd.org 2010/01/17 21:49:09
439      [ssh-agent.1]
440      Correct and clarify ssh-add's password asking behavior.
441      Improved text dtucker and ok jmc
442    - dtucker@cvs.openbsd.org 2010/01/18 01:50:27
443      [roaming_client.c]
444      s/long long unsigned/unsigned long long/, from tim via portable
445      (Id sync only, change already in portable)
446    - djm@cvs.openbsd.org 2010/01/26 01:28:35
447      [channels.c channels.h clientloop.c clientloop.h mux.c nchan.c ssh.c]
448      rewrite ssh(1) multiplexing code to a more sensible protocol.
449      
450      The new multiplexing code uses channels for the listener and
451      accepted control sockets to make the mux master non-blocking, so
452      no stalls when processing messages from a slave.
453      
454      avoid use of fatal() in mux master protocol parsing so an errant slave
455      process cannot take down a running master.
456      
457      implement requesting of port-forwards over multiplexed sessions. Any
458      port forwards requested by the slave are added to those the master has
459      established.
460      
461      add support for stdio forwarding ("ssh -W host:port ...") in mux slaves.
462      
463      document master/slave mux protocol so that other tools can use it to
464      control a running ssh(1). Note: there are no guarantees that this
465      protocol won't be incompatibly changed (though it is versioned).
466      
467      feedback Salvador Fandino, dtucker@
468      channel changes ok markus@
470 20100122
471  - (tim) [configure.ac] Due to constraints in Windows Sockets in terms of
472    socket inheritance, reduce the default SO_RCVBUF/SO_SNDBUF buffer size
473    in Cygwin to 65535. Patch from Corinna Vinschen.
475 20100117
476  - (tim) [configure.ac] OpenServer 5 needs BROKEN_GETADDRINFO too.
477  - (tim) [configure.ac] On SVR5 systems, use the C99-conforming functions
478    snprintf() and vsnprintf() named _xsnprintf() and _xvsnprintf().
480 20100116
481  - (dtucker) [openbsd-compat/pwcache.c] Pull in includes.h and thus defines.h
482    so we correctly detect whether or not we have a native user_from_uid.
483  - (dtucker) [openbsd-compat/openbsd-compat.h] Prototypes for user_from_uid
484    and group_from_gid.
485  - (dtucker) [openbsd-compat/openbsd-compat.h] Fix prototypes, spotted by
486    Tim.
487  - (dtucker) OpenBSD CVS Sync
488    - markus@cvs.openbsd.org 2010/01/15 09:24:23
489      [sftp-common.c]
490      unused
491  - (dtucker) [openbsd-compat/pwcache.c] Shrink ifdef area to prevent unused
492    variable warnings.
493  - (dtucker) [openbsd-compat/openbsd-compat.h] Typo.
494  - (tim) [regress/portnum.sh] Shell portability fix.
495  - (tim) [configure.ac] Define BROKEN_GETADDRINFO on SVR5 systems. The native
496    getaddrinfo() is too old and limited for addr_pton() in addrmatch.c.
497  - (tim) [roaming_client.c] Use of <sys/queue.h> is not really portable so we
498    use "openbsd-compat/sys-queue.h". s/long long unsigned/unsigned long long/
499    to keep USL compilers happy.
501 20100115
502  - (dtucker) OpenBSD CVS Sync
503    - jmc@cvs.openbsd.org 2010/01/13 12:48:34
504      [sftp.1 sftp.c]
505      sftp.1: put ls -h in the right place
506      sftp.c: as above, plus add -p to get/put, and shorten their arg names
507      to keep the help usage nicely aligned
508      ok djm
509    - djm@cvs.openbsd.org 2010/01/13 23:47:26
510      [auth.c]
511      when using ChrootDirectory, make sure we test for the existence of the
512      user's shell inside the chroot; bz #1679, patch from alex AT rtfs.hu;
513      ok dtucker
514    - dtucker@cvs.openbsd.org 2010/01/14 23:41:49
515      [sftp-common.c]
516      use user_from{uid,gid} to lookup up ids since it keeps a small cache.
517      ok djm
518    - guenther@cvs.openbsd.org 2010/01/15 00:05:22
519      [sftp.c]
520      Reset SIGTERM to SIG_DFL before executing ssh, so that even if sftp
521      inherited SIGTERM as ignored it will still be able to kill the ssh it
522      starts.
523      ok dtucker@
524  - (dtucker) [openbsd-compat/pwcache.c] Pull in pwcache.c from OpenBSD (no
525    changes yet but there will be some to come).
526  - (dtucker) [configure.ac openbsd-compat/{Makefile.in,pwcache.c} Portability
527    for pwcache.  Also, added caching of negative hits.
529 20100114
530  - (djm) [platform.h] Add missing prototype for
531    platform_krb5_get_principal_name
533 20100113
534  - (dtucker) [monitor_fdpass.c] Wrap poll.h include in ifdefs.
535  - (dtucker) [openbsd-compat/readpassphrase.c] Resync against OpenBSD's r1.18:
536    missing restore of SIGTTOU and some whitespace.
537  - (dtucker) [openbsd-compat/readpassphrase.c] Update to OpenBSD's r1.21.
538  - (dtucker) [openbsd-compat/readpassphrase.c] Update to OpenBSD's r1.22.
539    Fixes bz #1590, where sometimes you could not interrupt a connection while
540    ssh was prompting for a passphrase or password.
541  - (dtucker) OpenBSD CVS Sync
542    - dtucker@cvs.openbsd.org 2010/01/13 00:19:04
543      [sshconnect.c auth.c]
544      Fix a couple of typos/mispellings in comments
545    - dtucker@cvs.openbsd.org 2010/01/13 01:10:56
546      [key.c]
547      Ignore and log any Protocol 1 keys where the claimed size is not equal to
548      the actual size.  Noted by Derek Martin, ok djm@
549    - dtucker@cvs.openbsd.org 2010/01/13 01:20:20
550      [canohost.c ssh-keysign.c sshconnect2.c]
551      Make HostBased authentication work with a ProxyCommand.  bz #1569, patch
552      from imorgan at nas nasa gov, ok djm@
553    - djm@cvs.openbsd.org 2010/01/13 01:40:16
554      [sftp.c sftp-server.c sftp.1 sftp-common.c sftp-common.h]
555      support '-h' (human-readable units) for sftp's ls command, just like
556      ls(1); ok dtucker@
557    - djm@cvs.openbsd.org 2010/01/13 03:48:13
558      [servconf.c servconf.h sshd.c]
559      avoid run-time failures when specifying hostkeys via a relative
560      path by prepending the cwd in these cases; bz#1290; ok dtucker@
561    - djm@cvs.openbsd.org 2010/01/13 04:10:50
562      [sftp.c]
563      don't append a space after inserting a completion of a directory (i.e.
564      a path ending in '/') for a slightly better user experience; ok dtucker@
565  - (dtucker) [sftp-common.c] Wrap include of util.h in an ifdef.
566  - (tim) [defines.h] openbsd-compat/readpassphrase.c now needs _NSIG. 
567    feedback and ok dtucker@
569 20100112
570  - (dtucker) OpenBSD CVS Sync
571    - dtucker@cvs.openbsd.org 2010/01/11 01:39:46
572      [ssh_config channels.c ssh.1 channels.h ssh.c]
573      Add a 'netcat mode' (ssh -W).  This connects stdio on the client to a
574      single port forward on the server.  This allows, for example, using ssh as
575      a ProxyCommand to route connections via intermediate servers.
576      bz #1618, man page help from jmc@, ok markus@
577    - dtucker@cvs.openbsd.org 2010/01/11 04:46:45
578      [authfile.c sshconnect2.c]
579      Do not prompt for a passphrase if we fail to open a keyfile, and log the
580      reason the open failed to debug.
581      bz #1693, found by tj AT castaglia org, ok djm@
582    - djm@cvs.openbsd.org 2010/01/11 10:51:07
583      [ssh-keygen.c]
584      when converting keys, truncate key comments at 72 chars as per RFC4716;
585      bz#1630 reported by tj AT castaglia.org; ok markus@
586    - dtucker@cvs.openbsd.org 2010/01/12 00:16:47
587      [authfile.c]
588      Fix bug introduced in r1.78 (incorrect brace location) that broke key auth.
589      Patch from joachim joachimschipper nl.
590    - djm@cvs.openbsd.org 2010/01/12 00:58:25
591      [monitor_fdpass.c]
592      avoid spinning when fd passing on nonblocking sockets by calling poll()
593      in the EINTR/EAGAIN path, much like we do in atomicio; ok dtucker@
594    - djm@cvs.openbsd.org 2010/01/12 00:59:29
595      [roaming_common.c]
596      delete with extreme prejudice a debug() that fired with every keypress;
597      ok dtucker deraadt
598    - dtucker@cvs.openbsd.org 2010/01/12 01:31:05
599      [session.c]
600      Do not allow logins if /etc/nologin exists but is not readable by the user
601      logging in.  Noted by Jan.Pechanec at Sun, ok djm@ deraadt@
602    - djm@cvs.openbsd.org 2010/01/12 01:36:08
603      [buffer.h bufaux.c]
604      add a buffer_get_string_ptr_ret() that does the same as
605      buffer_get_string_ptr() but does not fatal() on error; ok dtucker@
606    - dtucker@cvs.openbsd.org 2010/01/12 08:33:17
607      [session.c]
608      Add explicit stat so we reliably detect nologin with bad perms.
609      ok djm markus
611 20100110
612  - (dtucker) [configure.ac misc.c readconf.c servconf.c ssh-keyscan.c]
613    Remove hacks add for RoutingDomain in preparation for its removal.
614  - (dtucker) OpenBSD CVS Sync
615    - dtucker@cvs.openbsd.org 2010/01/09 23:04:13
616      [channels.c ssh.1 servconf.c sshd_config.5 sshd.c channels.h servconf.h
617      ssh-keyscan.1 ssh-keyscan.c readconf.c sshconnect.c misc.c ssh.c
618      readconf.h scp.1 sftp.1 ssh_config.5 misc.h]
619      Remove RoutingDomain from ssh since it's now not needed.  It can be
620      replaced with "route exec" or "nc -V" as a proxycommand.  "route exec"
621      also ensures that trafic such as DNS lookups stays withing the specified
622      routingdomain.  For example (from reyk):
623      # route -T 2 exec /usr/sbin/sshd
624      or inherited from the parent process
625      $ route -T 2 exec sh
626      $ ssh 10.1.2.3
627      ok deraadt@ markus@ stevesk@ reyk@
628    - dtucker@cvs.openbsd.org 2010/01/10 03:51:17
629      [servconf.c]
630      Add ChrootDirectory to sshd.c test-mode output
631    - dtucker@cvs.openbsd.org 2010/01/10 07:15:56
632      [auth.c]
633      Output a debug if we can't open an existing keyfile.  bz#1694, ok djm@
635 20100109
636  - (dtucker) Wrap use of IPPROTO_IPV6 in an ifdef for platforms that don't
637    have it.
638  - (dtucker) [defines.h] define PRIu64 for platforms that don't have it.
639  - (dtucker) [roaming_client.c] Wrap inttypes.h in an ifdef.
640  - (dtucker) [loginrec.c] Use the SUSv3 specified name for the user name
641    when using utmpx.  Patch from Ed Schouten.
642  - (dtucker) OpenBSD CVS Sync
643    - djm@cvs.openbsd.org 2010/01/09 00:20:26
644      [sftp-server.c sftp-server.8]
645      add a 'read-only' mode to sftp-server(8) that disables open in write mode
646      and all other fs-modifying protocol methods. bz#430 ok dtucker@
647    - djm@cvs.openbsd.org 2010/01/09 00:57:10
648      [PROTOCOL]
649      tweak language
650    - jmc@cvs.openbsd.org 2010/01/09 03:36:00
651      [sftp-server.8]
652      bad place to forget a comma...
653    - djm@cvs.openbsd.org 2010/01/09 05:04:24
654      [mux.c sshpty.h clientloop.c sshtty.c]
655      quell tc[gs]etattr warnings when forcing a tty (ssh -tt), since we
656      usually don't actually have a tty to read/set; bz#1686 ok dtucker@
657    - dtucker@cvs.openbsd.org 2010/01/09 05:17:00
658      [roaming_client.c]
659      Remove a PRIu64 format string that snuck in with roaming.  ok djm@
660    - dtucker@cvs.openbsd.org 2010/01/09 11:13:02
661      [sftp.c]
662      Prevent sftp from derefing a null pointer when given a "-" without a
663      command.  Also, allow whitespace to follow a "-".  bz#1691, path from
664      Colin Watson via Debian.  ok djm@ deraadt@
665    - dtucker@cvs.openbsd.org 2010/01/09 11:17:56
666      [sshd.c]
667      Afer sshd receives a SIGHUP, ignore subsequent HUPs while sshd re-execs
668      itself.  Prevents two HUPs in quick succession from resulting in sshd
669      dying.  bz#1692, patch from Colin Watson via Ubuntu.
670  - (dtucker) [defines.h] Remove now-undeeded PRIu64 define.
672 20100108
673  - (dtucker) OpenBSD CVS Sync
674    - andreas@cvs.openbsd.org 2009/10/24 11:11:58
675      [roaming.h]
676      Declarations needed for upcoming changes.
677      ok markus@
678    - andreas@cvs.openbsd.org 2009/10/24 11:13:54
679      [sshconnect2.c kex.h kex.c]
680      Let the client detect if the server supports roaming by looking
681      for the resume@appgate.com kex algorithm.
682      ok markus@
683    - andreas@cvs.openbsd.org 2009/10/24 11:15:29
684      [clientloop.c]
685      client_loop() must detect if the session has been suspended and resumed,
686      and take appropriate action in that case.
687      From Martin Forssen, maf at appgate dot com
688    - andreas@cvs.openbsd.org 2009/10/24 11:19:17
689      [ssh2.h]
690      Define the KEX messages used when resuming a suspended connection.
691      ok markus@
692    - andreas@cvs.openbsd.org 2009/10/24 11:22:37
693      [roaming_common.c]
694      Do the actual suspend/resume in the client. This won't be useful until
695      the server side supports roaming.
696      Most code from Martin Forssen, maf at appgate dot com. Some changes by
697      me and markus@
698      ok markus@
699    - andreas@cvs.openbsd.org 2009/10/24 11:23:42
700      [ssh.c]
701      Request roaming to be enabled if UseRoaming is true and the server
702      supports it.
703      ok markus@
704    - reyk@cvs.openbsd.org 2009/10/28 16:38:18
705      [ssh_config.5 sshd.c misc.h ssh-keyscan.1 readconf.h sshconnect.c
706      channels.c channels.h servconf.h servconf.c ssh.1 ssh-keyscan.c scp.1
707      sftp.1 sshd_config.5 readconf.c ssh.c misc.c]
708      Allow to set the rdomain in ssh/sftp/scp/sshd and ssh-keyscan.
709      ok markus@
710    - jmc@cvs.openbsd.org 2009/10/28 21:45:08
711      [sshd_config.5 sftp.1]
712      tweak previous;
713    - djm@cvs.openbsd.org 2009/11/10 02:56:22
714      [ssh_config.5]
715      explain the constraints on LocalCommand some more so people don't
716      try to abuse it.
717    - djm@cvs.openbsd.org 2009/11/10 02:58:56
718      [sshd_config.5]
719      clarify that StrictModes does not apply to ChrootDirectory. Permissions
720      and ownership are always checked when chrooting. bz#1532
721    - dtucker@cvs.openbsd.org 2009/11/10 04:30:45
722      [sshconnect2.c channels.c sshconnect.c]
723      Set close-on-exec on various descriptors so they don't get leaked to
724      child processes.  bz #1643, patch from jchadima at redhat, ok deraadt.
725    - markus@cvs.openbsd.org 2009/11/11 21:37:03
726      [channels.c channels.h]
727      fix race condition in x11/agent channel allocation: don't read after
728      the end of the select read/write fdset and make sure a reused FD
729      is not touched before the pre-handlers are called.
730      with and ok djm@
731    - djm@cvs.openbsd.org 2009/11/17 05:31:44
732      [clientloop.c]
733      fix incorrect exit status when multiplexing and channel ID 0 is recycled
734      bz#1570 reported by peter.oliver AT eon-is.co.uk; ok dtucker
735    - djm@cvs.openbsd.org 2009/11/19 23:39:50
736      [session.c]
737      bz#1606: error when an attempt is made to connect to a server
738      with ForceCommand=internal-sftp with a shell session (i.e. not a
739      subsystem session). Avoids stuck client when attempting to ssh to such a
740      service. ok dtucker@
741    - dtucker@cvs.openbsd.org 2009/11/20 00:15:41
742      [session.c]
743      Warn but do not fail if stat()ing the subsystem binary fails.  This helps
744      with chrootdirectory+forcecommand=sftp-server and restricted shells.
745      bz #1599, ok djm.
746    - djm@cvs.openbsd.org 2009/11/20 00:54:01
747      [sftp.c]
748      bz#1588 change "Connecting to host..." message to "Connected to host."
749      and delay it until after the sftp protocol connection has been established.
750      Avoids confusing sequence of messages when the underlying ssh connection
751      experiences problems. ok dtucker@
752    - dtucker@cvs.openbsd.org 2009/11/20 00:59:36
753      [sshconnect2.c]
754      Use the HostKeyAlias when prompting for passwords.  bz#1039, ok djm@
755    - djm@cvs.openbsd.org 2009/11/20 03:24:07
756      [misc.c]
757      correct off-by-one in percent_expand(): we would fatal() when trying
758      to expand EXPAND_MAX_KEYS, allowing only EXPAND_MAX_KEYS-1 to actually
759      work.  Note that nothing in OpenSSH actually uses close to this limit at
760      present.  bz#1607 from Jan.Pechanec AT Sun.COM
761    - halex@cvs.openbsd.org 2009/11/22 13:18:00
762      [sftp.c]
763      make passing of zero-length arguments to ssh safe by
764      passing "-<switch>" "<value>" rather than "-<switch><value>"
765      ok dtucker@, guenther@, djm@
766    - dtucker@cvs.openbsd.org 2009/12/06 23:41:15
767      [sshconnect2.c]
768      zap unused variable and strlen; from Steve McClellan, ok djm
769    - djm@cvs.openbsd.org 2009/12/06 23:53:45
770      [roaming_common.c]
771      use socklen_t for getsockopt optlen parameter; reported by
772      Steve.McClellan AT radisys.com, ok dtucker@
773    - dtucker@cvs.openbsd.org 2009/12/06 23:53:54
774      [sftp.c]
775      fix potential divide-by-zero in sftp's "df" output when talking to a server
776      that reports zero files on the filesystem (Unix filesystems always have at
777      least the root inode).  From Steve McClellan at radisys, ok djm@
778    - markus@cvs.openbsd.org 2009/12/11 18:16:33
779      [key.c]
780      switch from 35 to the more common value of RSA_F4 == (2**16)+1 == 65537
781      for the RSA public exponent; discussed with provos; ok djm@
782    - guenther@cvs.openbsd.org 2009/12/20 07:28:36
783      [ssh.c sftp.c scp.c]
784      When passing user-controlled options with arguments to other programs,
785      pass the option and option argument as separate argv entries and
786      not smashed into one (e.g., as -l foo and not -lfoo).  Also, always
787      pass a "--" argument to stop option parsing, so that a positional
788      argument that starts with a '-' isn't treated as an option.  This
789      fixes some error cases as well as the handling of hostnames and
790      filenames that start with a '-'.
791      Based on a diff by halex@
792      ok halex@ djm@ deraadt@
793    - djm@cvs.openbsd.org 2009/12/20 23:20:40
794      [PROTOCOL]
795      fix an incorrect magic number and typo in PROTOCOL; bz#1688
796      report and fix from ueno AT unixuser.org
797    - stevesk@cvs.openbsd.org 2009/12/25 19:40:21
798      [readconf.c servconf.c misc.h ssh-keyscan.c misc.c]
799      validate routing domain is in range 0-RT_TABLEID_MAX.
800      'Looks right' deraadt@
801    - stevesk@cvs.openbsd.org 2009/12/29 16:38:41
802      [sshd_config.5 readconf.c ssh_config.5 scp.1 servconf.c sftp.1 ssh.1]
803      Rename RDomain config option to RoutingDomain to be more clear and
804      consistent with other options.
805      NOTE: if you currently use RDomain in the ssh client or server config,
806      or ssh/sshd -o, you must update to use RoutingDomain.
807      ok markus@ djm@
808    - jmc@cvs.openbsd.org 2009/12/29 18:03:32
809      [sshd_config.5 ssh_config.5]
810      sort previous;
811    - dtucker@cvs.openbsd.org 2010/01/04 01:45:30
812      [sshconnect2.c]
813      Don't escape backslashes in the SSH2 banner.  bz#1533, patch from
814      Michal Gorny via Gentoo.
815    - djm@cvs.openbsd.org 2010/01/04 02:03:57
816      [sftp.c]
817      Implement tab-completion of commands, local and remote filenames for sftp.
818      Hacked on and off for some time by myself, mouring, Carlos Silva (via 2009
819      Google Summer of Code) and polished to a fine sheen by myself again.
820      It should deal more-or-less correctly with the ikky corner-cases presented
821      by quoted filenames, but the UI could still be slightly improved.
822      In particular, it is quite slow for remote completion on large directories.
823      bz#200; ok markus@
824    - djm@cvs.openbsd.org 2010/01/04 02:25:15
825      [sftp-server.c]
826      bz#1566 don't unnecessarily dup() in and out fds for sftp-server;
827      ok markus@
828    - dtucker@cvs.openbsd.org 2010/01/08 21:50:49
829      [sftp.c]
830      Fix two warnings: possibly used unitialized and use a nul byte instead of
831      NULL pointer.  ok djm@
832  - (dtucker) [Makefile.in added roaming_client.c roaming_serv.c] Import new
833    files for roaming and add to Makefile.
834  - (dtucker) [Makefile.in] .c files do not belong in the OBJ lines.
835  - (dtucker) [sftp.c] ifdef out the sftp completion bits for platforms that
836    don't have libedit.
837  - (dtucker) [configure.ac misc.c readconf.c servconf.c ssh-keyscan.c] Make
838    RoutingDomain an unsupported option on platforms that don't have it.
839  - (dtucker) [sftp.c] Expand ifdef for libedit to cover complete_is_remote
840    too.
841  - (dtucker) [misc.c] Move the routingdomain ifdef to allow the socket to
842    be created.
843  - (dtucker] [misc.c] Shrink the area covered by USE_ROUTINGDOMAIN more
844    to eliminate an unused variable warning.
845  - (dtucker) [roaming_serv.c] Include includes.h for u_intXX_t types.
847 20091226
848  - (tim) [contrib/cygwin/Makefile] Install ssh-copy-id and ssh-copy-id.1
849    Gzip all man pages. Patch from Corinna Vinschen.
851 20091221
852  - (dtucker) [auth-krb5.c platform.{c,h} openbsd-compat/port-aix.{c,h}]
853    Bug #1583: Use system's kerberos principal name on AIX if it's available.
854    Based on a patch from and tested by Miguel Sanders 
856 20091208
857  - (dtucker) Bug #1470: Disable OOM-killing of the listening sshd on Linux,
858    based on a patch from Vaclav Ovsik and Colin Watson.  ok djm.
860 20091207
861  - (dtucker) Bug #1160: use pkg-config for opensc config if it's available.
862    Tested by Martin Paljak.
863  - (dtucker) Bug #1677: add conditionals around the source for ssh-askpass.
865 20091121
866  - (tim) [opensshd.init.in] If PidFile is set in sshd_config, use it.
867    Bug 1628. OK dtucker@
869 20091120
870  - (djm) [ssh-rand-helper.c] Print error and usage() when passed command-
871    line arguments as none are supported. Exit when passed unrecognised
872    commandline flags. bz#1568 from gson AT araneus.fi
874 20091118
875  - (djm) [channels.c misc.c misc.h sshd.c] add missing setsockopt() to
876    set IPV6_V6ONLY for local forwarding with GatwayPorts=yes. Unify
877    setting IPV6_V6ONLY behind a new function misc.c:sock_set_v6only()
878    bz#1648, report and fix from jan.kratochvil AT redhat.com
879  - (djm) [contrib/gnome-ssh-askpass2.c] Make askpass dialog desktop-modal.
880    bz#1645, patch from jchadima AT redhat.com
882 20091107
883  - (dtucker) [authfile.c] Fall back to 3DES for the encryption of private
884     keys when built with OpenSSL versions that don't do AES.
886 20091105
887  - (dtucker) [authfile.c] Add OpenSSL compat header so this still builds with
888    older versions of OpenSSL.
890 20091024
891  - (dtucker) OpenBSD CVS Sync
892    - djm@cvs.openbsd.org 2009/10/11 23:03:15
893      [hostfile.c]
894      mention the host name that we are looking for in check_host_in_hostfile()
895    - sobrado@cvs.openbsd.org 2009/10/17 12:10:39
896      [sftp-server.c]
897      sort flags.
898    - sobrado@cvs.openbsd.org 2009/10/22 12:35:53
899      [ssh.1 ssh-agent.1 ssh-add.1]
900      use the UNIX-related macros (.At and .Ux) where appropriate.
901      ok jmc@
902    - sobrado@cvs.openbsd.org 2009/10/22 15:02:12
903      [ssh-agent.1 ssh-add.1 ssh.1]
904      write UNIX-domain in a more consistent way; while here, replace a
905      few remaining ".Tn UNIX" macros with ".Ux" ones.
906      pointed out by ratchov@, thanks!
907      ok jmc@
908    - djm@cvs.openbsd.org 2009/10/22 22:26:13
909      [authfile.c]
910      switch from 3DES to AES-128 for encryption of passphrase-protected
911      SSH protocol 2 private keys; ok several
912    - djm@cvs.openbsd.org 2009/10/23 01:57:11
913      [sshconnect2.c]
914      disallow a hostile server from checking jpake auth by sending an
915      out-of-sequence success message. (doesn't affect code enabled by default)
916    - dtucker@cvs.openbsd.org 2009/10/24 00:48:34
917      [ssh-keygen.1]
918      ssh-keygen now uses AES-128 for private keys
919  - (dtucker) [mdoc2man.awk] Teach it to understand the .Ux macro.
920  - (dtucker) [session.c openbsd-compat/port-linux.{c,h}] Bug #1637: if selinux
921    is enabled set the security context to "sftpd_t" before running the
922    internal sftp server   Based on a patch from jchadima at redhat.
924 20091011
925  - (dtucker) [configure.ac sftp-client.c] Remove the gyrations required for
926    dirent d_type and DTTOIF as we've switched OpenBSD to the more portable
927    lstat.
928  - (dtucker) OpenBSD CVS Sync
929    - markus@cvs.openbsd.org 2009/10/08 14:03:41
930      [sshd_config readconf.c ssh_config.5 servconf.c sshd_config.5]
931      disable protocol 1 by default (after a transition period of about 10 years)
932      ok deraadt
933    - jmc@cvs.openbsd.org 2009/10/08 20:42:12
934      [sshd_config.5 ssh_config.5 sshd.8 ssh.1]
935      some tweaks now that protocol 1 is not offered by default; ok markus
936    - dtucker@cvs.openbsd.org 2009/10/11 10:41:26
937      [sftp-client.c]
938      d_type isn't portable so use lstat to get dirent modes.  Suggested by and
939      "looks sane" deraadt@
940    - markus@cvs.openbsd.org 2009/10/08 18:04:27
941      [regress/test-exec.sh]
942      re-enable protocol v1 for the tests.
944 20091007
945  - (dtucker) OpenBSD CVS Sync
946    - djm@cvs.openbsd.org 2009/08/12 00:13:00
947      [sftp.c sftp.1]
948      support most of scp(1)'s commandline arguments in sftp(1), as a first
949      step towards making sftp(1) a drop-in replacement for scp(1).
950      One conflicting option (-P) has not been changed, pending further
951      discussion.
952      Patch from carlosvsilvapt@gmail.com as part of his work in the
953      Google Summer of Code
954   - jmc@cvs.openbsd.org 2009/08/12 06:31:42
955      [sftp.1]
956      sort options;
957    - djm@cvs.openbsd.org 2009/08/13 01:11:19
958      [sftp.1 sftp.c]
959      Swizzle options: "-P sftp_server_path" moves to "-D sftp_server_path",
960      add "-P port" to match scp(1). Fortunately, the -P option is only really
961      used by our regression scripts.
962      part of larger patch from carlosvsilvapt@gmail.com for his Google Summer
963      of Code work; ok deraadt markus
964    - jmc@cvs.openbsd.org 2009/08/13 13:39:54
965      [sftp.1 sftp.c]
966      sync synopsis and usage();
967    - djm@cvs.openbsd.org 2009/08/14 18:17:49
968      [sftp-client.c]
969      make the "get_handle: ..." error messages vaguely useful by allowing
970      callers to specify their own error message strings.
971    - fgsch@cvs.openbsd.org 2009/08/15 18:56:34
972      [auth.h]
973      remove unused define. markus@ ok.
974      (Id sync only, Portable still uses this.)
975    - dtucker@cvs.openbsd.org 2009/08/16 23:29:26
976      [sshd_config.5]
977      Add PubkeyAuthentication to the list allowed in a Match block (bz #1577)
978    - djm@cvs.openbsd.org 2009/08/18 18:36:21
979      [sftp-client.h sftp.1 sftp-client.c sftp.c]
980      recursive transfer support for get/put and on the commandline
981      work mostly by carlosvsilvapt@gmail.com for the Google Summer of Code
982      with some tweaks by me; "go for it" deraadt@
983   - djm@cvs.openbsd.org 2009/08/18 21:15:59
984      [sftp.1]
985      fix "get" command usage, spotted by jmc@
986    - jmc@cvs.openbsd.org 2009/08/19 04:56:03
987      [sftp.1]
988      ether -> either;
989    - dtucker@cvs.openbsd.org 2009/08/20 23:54:28
990      [mux.c]
991      subsystem_flag is defined in ssh.c so it's extern; ok djm
992    - djm@cvs.openbsd.org 2009/08/27 17:28:52
993      [sftp-server.c]
994      allow setting an explicit umask on the commandline to override whatever
995      default the user has. bz#1229; ok dtucker@ deraadt@ markus@
996    - djm@cvs.openbsd.org 2009/08/27 17:33:49
997      [ssh-keygen.c]
998      force use of correct hash function for random-art signature display
999      as it was inheriting the wrong one when bubblebabble signatures were
1000      activated; bz#1611 report and patch from fwojcik+openssh AT besh.com;
1001      ok markus@
1002    - djm@cvs.openbsd.org 2009/08/27 17:43:00
1003      [sftp-server.8]
1004      allow setting an explicit umask on the commandline to override whatever
1005      default the user has. bz#1229; ok dtucker@ deraadt@ markus@
1006    - djm@cvs.openbsd.org 2009/08/27 17:44:52
1007      [authfd.c ssh-add.c authfd.h]
1008      Do not fall back to adding keys without contraints (ssh-add -c / -t ...)
1009      when the agent refuses the constrained add request. This was a useful
1010      migration measure back in 2002 when constraints were new, but just
1011      adds risk now.
1012      bz #1612, report and patch from dkg AT fifthhorseman.net; ok markus@
1013    - djm@cvs.openbsd.org 2009/08/31 20:56:02
1014      [sftp-server.c]
1015      check correct variable for error message, spotted by martynas@
1016    - djm@cvs.openbsd.org 2009/08/31 21:01:29
1017      [sftp-server.8]
1018      document -e and -h; prodded by jmc@
1019    - djm@cvs.openbsd.org 2009/09/01 14:43:17
1020      [ssh-agent.c]
1021      fix a race condition in ssh-agent that could result in a wedged or
1022      spinning agent: don't read off the end of the allocated fd_sets, and
1023      don't issue blocking read/write on agent sockets - just fall back to
1024      select() on retriable read/write errors. bz#1633 reported and tested
1025      by "noodle10000 AT googlemail.com"; ok dtucker@ markus@
1026    - grunk@cvs.openbsd.org 2009/10/01 11:37:33
1027      [dh.c]
1028      fix a cast
1029      ok djm@ markus@
1030    - djm@cvs.openbsd.org 2009/10/06 04:46:40
1031      [session.c]
1032      bz#1596: fflush(NULL) before exec() to ensure that everying (motd
1033      in particular) has made it out before the streams go away.
1034    - djm@cvs.openbsd.org 2008/12/07 22:17:48
1035      [regress/addrmatch.sh]
1036      match string "passwordauthentication" only at start of line, not anywhere
1037      in sshd -T output
1038    - dtucker@cvs.openbsd.org 2009/05/05 07:51:36
1039      [regress/multiplex.sh]
1040      Always specify ssh_config for multiplex tests: prevents breakage caused
1041      by options in ~/.ssh/config.  From Dan Peterson.
1042    - djm@cvs.openbsd.org 2009/08/13 00:57:17
1043      [regress/Makefile]
1044      regression test for port number parsing. written as part of the a2port
1045      change that went into 5.2 but I forgot to commit it at the time...
1046    - djm@cvs.openbsd.org 2009/08/13 01:11:55
1047      [regress/sftp-batch.sh regress/sftp-badcmds.sh regress/sftp.sh
1048      regress/sftp-cmds.sh regres/sftp-glob.sh]
1049      date: 2009/08/13 01:11:19;  author: djm;  state: Exp;  lines: +10 -7
1050      Swizzle options: "-P sftp_server_path" moves to "-D sftp_server_path",
1051      add "-P port" to match scp(1). Fortunately, the -P option is only really
1052      used by our regression scripts.
1053      part of larger patch from carlosvsilvapt@gmail.com for his Google Summer
1054      of Code work; ok deraadt markus
1055    - djm@cvs.openbsd.org 2009/08/20 18:43:07
1056      [regress/ssh-com-sftp.sh]
1057      fix one sftp -D ... => sftp -P ... conversion that I missed; from Carlos
1058      Silva for Google Summer of Code
1059    - dtucker@cvs.openbsd.org 2009/10/06 23:51:49
1060      [regress/ssh2putty.sh]
1061      Add OpenBSD tag to make syncs easier
1062  - (dtucker) [regress/portnum.sh] Import new test.
1063  - (dtucker) [configure.ac sftp-client.c] DTOTIF is in fs/ffs/dir.h on at
1064    least dragonflybsd.
1065  - (dtucker) d_type is not mandated by POSIX, so add fallback code using
1066     stat(), needed on at least cygwin.
1068 20091002
1069  - (djm) [Makefile.in] Mention readconf.o in ssh-keysign's make deps.
1070    spotted by des AT des.no
1072 20090926
1073  - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
1074          [contrib/suse/openssh.spec] Update for release
1075  - (djm) [README] update relnotes URL
1076  - (djm) [packet.c] Restore EWOULDBLOCK handling that got lost somewhere
1077  - (djm) Release 5.3p1
1079 20090911
1080  - (dtucker) [configure.ac] Change the -lresolv check so it works on Mac OS X
1081    10.6 (which doesn't have BIND8_COMPAT and thus uses res_9_query).  Patch
1082    from jbasney at ncsa uiuc edu.
1084 20090908
1085  - (djm) [serverloop.c] Fix test for server-assigned remote forwarding port
1086    (-R 0:...); bz#1578, spotted and fix by gavin AT emf.net; ok dtucker@
1088 20090901
1089  - (dtucker) [configure.ac] Bug #1639: use AC_PATH_PROG to search the path for
1090    krb5-config if it's not in the location specified by --with-kerberos5.
1091    Patch from jchadima at redhat.
1093 20090829
1094  - (dtucker) [README.platform] Add text about development packages, based on
1095    text from Chris Pepper in bug #1631.
1097 20090828
1098  - dtucker [auth-sia.c] Roll back the change for bug #1241 as it apparently
1099    causes problems in some Tru64 configurations.
1100  - (djm) [sshd_config.5] downgrade mention of login.conf to be an example
1101    and mention PAM as another provider for ChallengeResponseAuthentication;
1102    bz#1408; ok dtucker@
1103  - (djm) [sftp-server.c] bz#1535: accept ENOSYS as a fallback error when
1104    attempting atomic rename(); ok dtucker@
1105  - (djm) [Makefile.in] bz#1505: Solaris make(1) doesn't accept make variables
1106    in argv, so pass them in the environment; ok dtucker@
1107  - (dtucker) [channels.c configure.ac] Bug #1528: skip the tcgetattr call on
1108     the pty master on Solaris, since it never succeeds and can hang if large
1109     amounts of data is sent to the slave (eg a copy-paste).  Based on a patch
1110     originally from Doke Scott, ok djm@
1111  - (dtucker) [clientloop.c configure.ac defines.h] Make the client's IO buffer
1112    size a compile-time option and set it to 64k on Cygwin, since Corinna
1113    reports that it makes a significant difference to performance.  ok djm@
1114  - (dtucker) [configure.ac] Fix the syntax of the Solaris tcgetattr entry.
1116 20090820
1117  - (dtucker) [includes.h] Bug #1634: do not include system glob.h if we're not
1118    using it since the type conflicts can cause problems on FreeBSD.  Patch
1119    from Jonathan Chen.
1120  - (dtucker) [session.c openbsd-compat/port-aix.h] Bugs #1249 and #1567: move
1121    the setpcred call on AIX to immediately before the permanently_set_uid().
1122    Ensures that we still have privileges when we call chroot and
1123    pam_open_sesson.  Based on a patch from David Leonard.
1125 20090817
1126  - (dtucker) [configure.ac] Check for headers before libraries for openssl an
1127    zlib, which should make the errors slightly more meaningful on platforms
1128    where there's separate "-devel" packages for those.
1129  - (dtucker) [sshlogin.c openbsd-compat/port-aix.{c,h}] Bug #1595: make
1130    PrintLastLog work on AIX.  Based in part on a patch from Miguel Sanders.
1132 20090729
1133  - (tim) [contrib/cygwin/ssh-user-config] Change script to call correct error
1134    function. Patch from Corinna Vinschen.
1136 20090713
1137  - (dtucker) [openbsd-compat/getrrsetbyname.c] Reduce answer buffer size so it
1138    fits into 16 bits to work around a bug in glibc's resolver where it masks
1139    off the buffer size at 16 bits.  Patch from Hauke Lampe, ok djm jakob.
1141 20090712
1142  - (dtucker) [configure.ac] Include sys/param.h for the sys/mount.h test,
1143    prevents configure complaining on older BSDs.
1144  - (dtucker [contrib/cygwin/ssh-{host,user}-config] Add license text. Patch
1145    from Corinna Vinschen.
1146  - (dtucker) [auth-pam.c] Bug #1534: move the deletion of PAM credentials on
1147    logout to after the session close.  Patch from Anicka Bernathova,
1148    originally from Andreas Schwab via Novelll ok djm.
1150 20090707
1151  - (dtucker) [contrib/cygwin/ssh-host-config] better support for automated
1152    scripts and fix usage of eval.  Patch from Corinna Vinschen.
1154 20090705
1155  - (dtucker) OpenBSD CVS Sync
1156    - andreas@cvs.openbsd.org 2009/06/27 09:29:06
1157      [packet.h packet.c]
1158      packet_bacup_state() and packet_restore_state() will be used to
1159      temporarily save the current state ren resuming a suspended connection.
1160      ok markus@
1161    - andreas@cvs.openbsd.org 2009/06/27 09:32:43
1162      [roaming_common.c roaming.h]
1163      It may be necessary to retransmit some data when resuming, so add it
1164      to a buffer when roaming is enabled.
1165      Most of this code was written by Martin Forssen, maf at appgate dot com.
1166      ok markus@
1167    - andreas@cvs.openbsd.org 2009/06/27 09:35:06
1168      [readconf.h readconf.c]
1169      Add client option UseRoaming. It doesn't do anything yet but will
1170      control whether the client tries to use roaming if enabled on the
1171      server. From Martin Forssen.
1172      ok markus@
1173    - markus@cvs.openbsd.org 2009/06/30 14:54:40
1174      [version.h]
1175      crank version; ok deraadt
1176    - dtucker@cvs.openbsd.org 2009/07/02 02:11:47
1177      [ssh.c]
1178      allow for long home dir paths (bz #1615).  ok deraadt
1179      (based in part on a patch from jchadima at redhat)
1180    - stevesk@cvs.openbsd.org 2009/07/05 19:28:33
1181      [clientloop.c]
1182      only send SSH2_MSG_DISCONNECT if we're in compat20; from dtucker@
1183      ok deraadt@ markus@
1185 20090622
1186  - (dtucker) OpenBSD CVS Sync
1187    - dtucker@cvs.openbsd.org 2009/06/22 05:39:28
1188      [monitor_wrap.c monitor_mm.c ssh-keygen.c auth2.c gss-genr.c sftp-client.c]
1189      alphabetize includes; reduces diff vs portable and style(9).
1190      ok stevesk djm
1191      (Id sync only; these were already in order in -portable)
1193 20090621
1194  - (dtucker) OpenBSD CVS Sync
1195    - markus@cvs.openbsd.org 2009/03/17 21:37:00
1196      [ssh.c]
1197      pass correct argv[0] to openlog(); ok djm@
1198   - jmc@cvs.openbsd.org 2009/03/19 15:15:09
1199      [ssh.1]
1200      for "Ciphers", just point the reader to the keyword in ssh_config(5), just
1201      as we do for "MACs": this stops us getting out of sync when the lists
1202      change;
1203      fixes documentation/6102, submitted by Peter J. Philipp
1204      alternative fix proposed by djm
1205      ok markus
1206    - tobias@cvs.openbsd.org 2009/03/23 08:31:19
1207      [ssh-agent.c]
1208      Fixed a possible out-of-bounds memory access if the environment variable
1209      SHELL is shorter than 3 characters.
1210      with input by and ok dtucker
1211    - tobias@cvs.openbsd.org 2009/03/23 19:38:04
1212      [ssh-agent.c]
1213      My previous commit didn't fix the problem at all, so stick at my first
1214      version of the fix presented to dtucker.
1215      Issue notified by Matthias Barkhoff (matthias dot barkhoff at gmx dot de).
1216      ok dtucker
1217    - sobrado@cvs.openbsd.org 2009/03/26 08:38:39
1218      [sftp-server.8 sshd.8 ssh-agent.1]
1219      fix a few typographical errors found by spell(1).
1220      ok dtucker@, jmc@
1221    - stevesk@cvs.openbsd.org 2009/04/13 19:07:44
1222      [sshd_config.5]
1223      fix possessive; ok djm@
1224    - stevesk@cvs.openbsd.org 2009/04/14 16:33:42
1225      [sftp-server.c]
1226      remove unused option character from getopt() optstring; ok markus@
1227    - jj@cvs.openbsd.org 2009/04/14 21:10:54
1228      [servconf.c]
1229      Fixed a few the-the misspellings in comments. Skipped a bunch in
1230      binutils,gcc and so on. ok jmc@
1231    - stevesk@cvs.openbsd.org 2009/04/17 19:23:06
1232      [session.c]
1233      use INTERNAL_SFTP_NAME for setproctitle() of in-process sftp-server;
1234      ok djm@ markus@
1235    - stevesk@cvs.openbsd.org 2009/04/17 19:40:17
1236      [sshd_config.5]
1237      clarify that even internal-sftp needs /dev/log for logging to work; ok
1238      markus@
1239    - jmc@cvs.openbsd.org 2009/04/18 18:39:10
1240      [sshd_config.5]
1241      tweak previous; ok stevesk
1242    - stevesk@cvs.openbsd.org 2009/04/21 15:13:17
1243      [sshd_config.5]
1244      clarify we cd to user's home after chroot; ok markus@ on
1245      earlier version; tweaks and ok jmc@
1246    - andreas@cvs.openbsd.org 2009/05/25 06:48:01
1247      [channels.c packet.c clientloop.c packet.h serverloop.c monitor_wrap.c
1248      monitor.c]
1249      Put the globals in packet.c into a struct and don't access it directly
1250      from other files. No functional changes.
1251      ok markus@ djm@
1252    - andreas@cvs.openbsd.org 2009/05/27 06:31:25
1253      [canohost.h canohost.c]
1254      Add clear_cached_addr(), needed for upcoming changes allowing the peer
1255      address to change.
1256      ok markus@
1257    - andreas@cvs.openbsd.org 2009/05/27 06:33:39
1258      [clientloop.c]
1259      Send SSH2_MSG_DISCONNECT when the client disconnects. From a larger
1260      change from Martin Forssen, maf at appgate dot com.
1261      ok markus@
1262    - andreas@cvs.openbsd.org 2009/05/27 06:34:36
1263      [kex.c kex.h]
1264      Move the KEX_COOKIE_LEN define to kex.h
1265      ok markus@
1266    - andreas@cvs.openbsd.org 2009/05/27 06:36:07
1267      [packet.h packet.c]
1268      Add packet_put_int64() and packet_get_int64(), part of a larger change
1269      from Martin Forssen.
1270      ok markus@
1271    - andreas@cvs.openbsd.org 2009/05/27 06:38:16
1272      [sshconnect.h sshconnect.c]
1273      Un-static ssh_exchange_identification(), part of a larger change from
1274      Martin Forssen and needed for upcoming changes.
1275      ok markus@
1276    - andreas@cvs.openbsd.org 2009/05/28 16:50:16
1277      [sshd.c packet.c serverloop.c monitor_wrap.c clientloop.c sshconnect.c
1278      monitor.c Added roaming.h roaming_common.c roaming_dummy.c]
1279      Keep track of number of bytes read and written. Needed for upcoming
1280      changes. Most code from Martin Forssen, maf at appgate dot com.
1281      ok markus@
1282      Also, applied appropriate changes to Makefile.in
1283    - andreas@cvs.openbsd.org 2009/06/12 20:43:22
1284      [monitor.c packet.c]
1285      Fix warnings found by chl@ and djm@ and change roaming_atomicio's
1286      return type to match atomicio's
1287      Diff from djm@, ok markus@
1288    - andreas@cvs.openbsd.org 2009/06/12 20:58:32
1289      [packet.c]
1290      Move some more statics into session_state
1291      ok markus@ djm@
1292    - dtucker@cvs.openbsd.org 2009/06/21 07:37:15
1293      [kexdhs.c kexgexs.c]
1294      abort if key_sign fails, preventing possible null deref.  Based on report
1295      from Paolo Ganci, ok markus@ djm@
1296    - dtucker@cvs.openbsd.org 2009/06/21 09:04:03
1297      [roaming.h roaming_common.c roaming_dummy.c]
1298      Add  tags for the benefit of the sync scripts
1299      Also: pull in the changes for 1.1->1.2 missed in the previous sync.
1300  - (dtucker) [auth2-jpake.c auth2.c canohost.h session.c] Whitespace and
1301    header-order changes to reduce diff vs OpenBSD.
1302  - (dtucker) [servconf.c sshd.c] More whitespace sync.
1303  - (dtucker) [roaming_common.c roaming_dummy.c] Wrap #include <inttypes.h> in
1304    ifdef.
1306 20090616
1307  - (dtucker) [configure.ac defines.h] Bug #1607: handle the case where fsid_t
1308    is a struct with a __val member.  Fixes build on, eg, Redhat 6.2.
1310 20090504
1311  - (dtucker) [sshlogin.c] Move the NO_SSH_LASTLOG #ifndef line to include
1312    variable declarations.  Should prevent unused warnings anywhere it's set
1313    (only Crays as far as I can tell) and be a no-op everywhere else.
1315 20090318
1316  - (tim) [configure.ac] Remove setting IP_TOS_IS_BROKEN for Cygwin. The problem
1317    that setsockopt(IP_TOS) doesn't work on Cygwin has been fixed since 2005.
1318    Based on patch from vinschen at redhat com.
1320 20090308
1321  - (dtucker) [auth-passwd.c auth1.c auth2-kbdint.c auth2-none.c auth2-passwd.c
1322    auth2-pubkey.c session.c openbsd-compat/bsd-cygwin_util.{c,h}
1323    openbsd-compat/daemon.c] Remove support for Windows 95/98/ME and very old
1324    version of Cygwin.  Patch from vinschen at redhat com.
1326 20090307
1327  - (dtucker) [contrib/aix/buildbff.sh] Only try to rename ssh_prng_cmds if it
1328    exists (it's not created if OpenSSL's PRNG is self-seeded, eg if the OS
1329    has a /dev/random).
1330  - (dtucker) [schnorr.c openbsd-compat/openssl-compat.{c,h}] Add
1331    EVP_DigestUpdate to the OLD_EVP compatibility functions and tell schnorr.c
1332    to use them.  Allows building with older OpenSSL versions.
1333  - (dtucker) [configure.ac defines.h] Check for in_port_t and typedef if needed.
1334  - (dtucker) [configure.ac] Missing comma in type list.
1335  - (dtucker) [configure.ac openbsd-compat/openssl-compat.{c,h}]
1336    EVP_DigestUpdate does not exactly match the other OLD_EVP functions (eg
1337    in openssl 0.9.6) so add an explicit test for it.
1339 20090306
1340  - (djm) OpenBSD CVS Sync
1341    - djm@cvs.openbsd.org 2009/03/05 07:18:19
1342      [auth2-jpake.c jpake.c jpake.h monitor_wrap.c monitor_wrap.h schnorr.c]
1343      [sshconnect2.c]
1344      refactor the (disabled) Schnorr proof code to make it a little more
1345      generally useful
1346    - djm@cvs.openbsd.org 2009/03/05 11:30:50
1347      [uuencode.c]
1348      document what these functions do so I don't ever have to recuse into
1349      b64_pton/ntop to remember their return values
1351 20090223
1352  - (djm) OpenBSD CVS Sync
1353    - djm@cvs.openbsd.org 2009/02/22 23:50:57
1354      [ssh_config.5 sshd_config.5]
1355      don't advertise experimental options
1356    - djm@cvs.openbsd.org 2009/02/22 23:59:25
1357      [sshd_config.5]
1358      missing period
1359    - djm@cvs.openbsd.org 2009/02/23 00:06:15
1360      [version.h]
1361      openssh-5.2
1362  - (djm) [README] update for 5.2
1363  - (djm) Release openssh-5.2p1
1365 20090222
1366  - (djm) OpenBSD CVS Sync
1367    - tobias@cvs.openbsd.org 2009/02/21 19:32:04
1368      [misc.c sftp-server-main.c ssh-keygen.c]
1369      Added missing newlines in error messages.
1370      ok dtucker
1372 20090221
1373  - (djm) OpenBSD CVS Sync
1374    - djm@cvs.openbsd.org 2009/02/17 01:28:32
1375      [ssh_config]
1376      sync with revised default ciphers; pointed out by dkrause@
1377    - djm@cvs.openbsd.org 2009/02/18 04:31:21
1378      [schnorr.c]
1379      signature should hash over the entire group, not just the generator
1380      (this is still disabled code)
1381  - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
1382    [contrib/suse/openssh.spec] Prepare for 5.2p1
1384 20090216
1385  - (djm) [regress/conch-ciphers.sh regress/putty-ciphers.sh]
1386    [regress/putty-kex.sh regress/putty-transfer.sh] Downgrade disabled
1387    interop tests from FATAL error to a warning. Allows some interop
1388    tests to proceed if others are missing necessary prerequisites.
1389  - (djm) [configure.ac] support GNU/kFreeBSD and GNU/kOpensolaris
1390    systems; patch from Aurelien Jarno via rmh AT aybabtu.com
1392 20090214
1393  - (djm) OpenBSD CVS Sync
1394    - dtucker@cvs.openbsd.org 2009/02/02 11:15:14
1395      [sftp.c]
1396      Initialize a few variables to prevent spurious "may be used
1397      uninitialized" warnings from newer gcc's.  ok djm@
1398    - djm@cvs.openbsd.org 2009/02/12 03:00:56
1399      [canohost.c canohost.h channels.c channels.h clientloop.c readconf.c]
1400      [readconf.h serverloop.c ssh.c]
1401      support remote port forwarding with a zero listen port (-R0:...) to
1402      dyamically allocate a listen port at runtime (this is actually
1403      specified in rfc4254); bz#1003 ok markus@
1404    - djm@cvs.openbsd.org 2009/02/12 03:16:01
1405      [serverloop.c]
1406      tighten check for -R0:... forwarding: only allow dynamic allocation
1407      if want_reply is set in the packet
1408    - djm@cvs.openbsd.org 2009/02/12 03:26:22
1409      [monitor.c]
1410      some paranoia: check that the serialised key is really KEY_RSA before
1411      diddling its internals
1412    - djm@cvs.openbsd.org 2009/02/12 03:42:09
1413      [ssh.1]
1414      document -R0:... usage
1415    - djm@cvs.openbsd.org 2009/02/12 03:44:25
1416      [ssh.1]
1417      consistency: Dq => Ql
1418    - djm@cvs.openbsd.org 2009/02/12 03:46:17
1419      [ssh_config.5]
1420      document RemoteForward usage with 0 listen port
1421    - jmc@cvs.openbsd.org 2009/02/12 07:34:20
1422      [ssh_config.5]
1423      kill trailing whitespace;
1424    - markus@cvs.openbsd.org 2009/02/13 11:50:21
1425      [packet.c]
1426      check for enc !=NULL in packet_start_discard
1427    - djm@cvs.openbsd.org 2009/02/14 06:35:49
1428      [PROTOCOL]
1429      mention that eow and no-more-sessions extensions are sent only to
1430      OpenSSH peers
1432 20090212
1433  - (djm) [sshpty.c] bz#1419: OSX uses cloning ptys that automagically
1434    set ownership and modes, so avoid explicitly setting them
1435  - (djm) [configure.ac loginrec.c] bz#1421: fix lastlog support for OSX.
1436    OSX provides a getlastlogxbyname function that automates the reading of
1437    a lastlog file. Also, the pututxline function will update lastlog so
1438    there is no need for loginrec.c to do it explicitly. Collapse some
1439    overly verbose code while I'm in there.
1441 20090201
1442  - (dtucker) [defines.h sshconnect.c] INET6_ADDRSTRLEN is now needed in
1443    channels.c too, so move the definition for non-IP6 platforms to defines.h
1444    where it can be shared.
1446 20090129
1447  - (tim) [contrib/cygwin/ssh-host-config] Patch from Corinna Vinschen.
1448    If the CYGWIN environment variable is empty, the installer script
1449    should not install the service with an empty CYGWIN variable, but
1450    rather without setting CYGWNI entirely.
1451  - (tim) [contrib/cygwin/ssh-host-config] Whitespace cleanup. No code changes.
1453 20090128
1454  - (tim) [contrib/cygwin/ssh-host-config] Patch from Corinna Vinschen.
1455    Changes to work on Cygwin 1.5.x as well as on the new Cygwin 1.7.x.
1456    The information given for the setting of the CYGWIN environment variable
1457    is wrong for both releases so I just removed it, together with the
1458    unnecessary (Cygwin 1.5.x) or wrong (Cygwin 1.7.x) default setting.
1460 20081228
1461  - (djm) OpenBSD CVS Sync
1462    - stevesk@cvs.openbsd.org 2008/12/09 03:20:42
1463      [channels.c servconf.c]
1464      channel_print_adm_permitted_opens() should deal with all the printing
1465      for that config option.  suggested by markus@; ok markus@ djm@
1466      dtucker@
1467    - djm@cvs.openbsd.org 2008/12/09 04:32:22
1468      [auth2-chall.c]
1469      replace by-hand string building with xasprinf(); ok deraadt@
1470    - sobrado@cvs.openbsd.org 2008/12/09 15:35:00
1471      [sftp.1 sftp.c]
1472      update for the synopses displayed by the 'help' command, there are a
1473      few missing flags; add 'bye' to the output of 'help'; sorting and spacing.
1474      jmc@ suggested replacing .Oo/.Oc with a single .Op macro.
1475      ok jmc@
1476    - stevesk@cvs.openbsd.org 2008/12/09 22:37:33
1477      [clientloop.c]
1478      fix typo in error message
1479    - stevesk@cvs.openbsd.org 2008/12/10 03:55:20
1480      [addrmatch.c]
1481      o cannot be NULL here but use xfree() to be consistent; ok djm@
1482    - stevesk@cvs.openbsd.org 2008/12/29 01:12:36
1483      [ssh-keyscan.1]
1484      fix example, default key type is rsa for 3+ years; from
1485      frederic.perrin@resel.fr
1486    - stevesk@cvs.openbsd.org 2008/12/29 02:23:26
1487      [pathnames.h]
1488      no need to escape single quotes in comments
1489    - okan@cvs.openbsd.org 2008/12/30 00:46:56
1490      [sshd_config.5]
1491      add AllowAgentForwarding to available Match keywords list
1492      ok djm
1493    - djm@cvs.openbsd.org 2009/01/01 21:14:35
1494      [channels.c]
1495      call channel destroy callbacks on receipt of open failure messages.
1496      fixes client hangs when connecting to a server that has MaxSessions=0
1497      set spotted by imorgan AT nas.nasa.gov; ok markus@
1498    - djm@cvs.openbsd.org 2009/01/01 21:17:36
1499      [kexgexs.c]
1500      fix hash calculation for KEXGEX: hash over the original client-supplied
1501      values and not the sanity checked versions that we acutally use;
1502      bz#1540 reported by john.smith AT arrows.demon.co.uk
1503      ok markus@
1504    - djm@cvs.openbsd.org 2009/01/14 01:38:06
1505      [channels.c]
1506      support SOCKS4A protocol, from dwmw2 AT infradead.org via bz#1482;
1507      "looks ok" markus@
1508    - stevesk@cvs.openbsd.org 2009/01/15 17:38:43
1509      [readconf.c]
1510      1) use obsolete instead of alias for consistency
1511      2) oUserKnownHostsFile not obsolete but oGlobalKnownHostsFile2 is
1512         so move the comment.
1513      3) reorder so like options are together
1514      ok djm@
1515    - djm@cvs.openbsd.org 2009/01/22 09:46:01
1516      [channels.c channels.h session.c]
1517      make Channel->path an allocated string, saving a few bytes here and
1518      there and fixing bz#1380 in the process; ok markus@
1519    - djm@cvs.openbsd.org 2009/01/22 09:49:57
1520      [channels.c]
1521      oops! I committed the wrong version of the Channel->path diff,
1522      it was missing some tweaks suggested by stevesk@
1523    - djm@cvs.openbsd.org 2009/01/22 10:02:34
1524      [clientloop.c misc.c readconf.c readconf.h servconf.c servconf.h]
1525      [serverloop.c ssh-keyscan.c ssh.c sshd.c]
1526      make a2port() return -1 when it encounters an invalid port number
1527      rather than 0, which it will now treat as valid (needed for future work)
1528      adjust current consumers of a2port() to check its return value is <= 0,
1529      which in turn required some things to be converted from u_short => int
1530      make use of int vs. u_short consistent in some other places too
1531      feedback & ok markus@
1532    - djm@cvs.openbsd.org 2009/01/22 10:09:16
1533      [auth-options.c]
1534      another chunk of a2port() diff that got away. wtfdjm??
1535    - djm@cvs.openbsd.org 2009/01/23 07:58:11
1536      [myproposal.h]
1537      prefer CTR modes and revised arcfour (i.e w/ discard) modes to CBC
1538      modes; ok markus@
1539    - naddy@cvs.openbsd.org 2009/01/24 17:10:22
1540      [ssh_config.5 sshd_config.5]
1541      sync list of preferred ciphers; ok djm@
1542    - markus@cvs.openbsd.org 2009/01/26 09:58:15
1543      [cipher.c cipher.h packet.c]
1544      Work around the CPNI-957037 Plaintext Recovery Attack by always
1545      reading 256K of data on packet size or HMAC errors (in CBC mode only).
1546      Help, feedback and ok djm@
1547      Feedback from Martin Albrecht and Paterson Kenny
1549 20090107
1550  - (djm) [uidswap.c] bz#1412: Support >16 supplemental groups in OS X.
1551    Patch based on one from vgiffin AT apple.com; ok dtucker@
1552  - (djm) [channels.c] bz#1419: support "on demand" X11 forwarding via
1553    launchd on OS X; patch from vgiffin AT apple.com, slightly tweaked;
1554    ok dtucker@
1555  - (djm) [contrib/ssh-copy-id.1 contrib/ssh-copy-id] bz#1492: Make
1556    ssh-copy-id copy id_rsa.pub by default (instead of the legacy "identity"
1557    key). Patch from cjwatson AT debian.org
1559 20090107
1560  - (tim) [configure.ac defines.h openbsd-compat/port-uw.c
1561    openbsd-compat/xcrypt.c] Add SECUREWARE support to OpenServer 6 SVR5 ABI.
1562    OK djm@ dtucker@
1563  - (tim) [configure.ac] Move check_for_libcrypt_later=1 in *-*-sysv5*) section.
1564    OpenServer 6 doesn't need libcrypt.
1566 20081209
1567  - (djm) OpenBSD CVS Sync
1568    - djm@cvs.openbsd.org 2008/12/09 02:38:18
1569      [clientloop.c]
1570      The ~C escape handler does not work correctly for multiplexed sessions -
1571      it opens a commandline on the master session, instead of on the slave
1572      that requested it. Disable it on slave sessions until such time as it
1573      is fixed; bz#1543 report from Adrian Bridgett via Colin Watson
1574      ok markus@
1575    - djm@cvs.openbsd.org 2008/12/09 02:39:59
1576      [sftp.c]
1577      Deal correctly with failures in remote stat() operation in sftp,
1578      correcting fail-on-error behaviour in batchmode. bz#1541 report and
1579      fix from anedvedicky AT gmail.com; ok markus@
1580    - djm@cvs.openbsd.org 2008/12/09 02:58:16
1581      [readconf.c]
1582      don't leave junk (free'd) pointers around in Forward *fwd argument on
1583      failure; avoids double-free in ~C -L handler when given an invalid
1584      forwarding specification; bz#1539 report from adejong AT debian.org
1585      via Colin Watson; ok markus@ dtucker@
1586    - djm@cvs.openbsd.org 2008/12/09 03:02:37
1587      [sftp.1 sftp.c]
1588      correct sftp(1) and corresponding usage syntax;
1589      bz#1518 patch from imorgan AT nas.nasa.gov; ok deraadt@ improved diff jmc@
1591 20081208
1592  - (djm) [configure.ac] bz#1538: better test for ProPolice/SSP: actually
1593    use some stack in main().
1594    Report and suggested fix from vapier AT gentoo.org
1595  - (djm) OpenBSD CVS Sync
1596    - markus@cvs.openbsd.org 2008/12/02 19:01:07
1597      [clientloop.c]
1598      we have to use the recipient's channel number (RFC 4254) for
1599      SSH2_MSG_CHANNEL_SUCCESS/SSH2_MSG_CHANNEL_FAILURE messages,
1600      otherwise we trigger 'Non-public channel' error messages on sshd
1601      systems with clientkeepalive enabled; noticed by sturm; ok djm;
1602    - markus@cvs.openbsd.org 2008/12/02 19:08:59
1603      [serverloop.c]
1604      backout 1.149, since it's not necessary and openssh clients send
1605      broken CHANNEL_FAILURE/SUCCESS messages since about 2004; ok djm@
1606    - markus@cvs.openbsd.org 2008/12/02 19:09:38
1607      [channels.c]
1608      s/remote_id/id/ to be more consistent with other code; ok djm@
1610 20081201
1611  - (dtucker) [contrib/cygwin/{Makefile,ssh-host-config}]  Add new doc files
1612    and tweak the is-sshd-running check in ssh-host-config.  Patch from
1613    vinschen at redhat com.
1614  - (dtucker) OpenBSD CVS Sync
1615    - markus@cvs.openbsd.org 2008/11/21 15:47:38
1616      [packet.c]
1617      packet_disconnect() on padding error, too.  should reduce the success
1618      probability for the CPNI-957037 Plaintext Recovery Attack to 2^-18
1619      ok djm@
1620    - dtucker@cvs.openbsd.org 2008/11/30 11:59:26
1621      [monitor_fdpass.c]
1622      Retry sendmsg/recvmsg on EAGAIN and EINTR; ok djm@
1624 20081123
1625  - (dtucker) [monitor_fdpass.c] Reduce diff vs OpenBSD by moving some
1626     declarations, removing an unnecessary union member and adding whitespace.
1627     cmsgbuf.tmp thing spotted by des at des no, ok djm some time ago.
1629 20081118
1630  - (tim) [addrmatch.c configure.ac] Some platforms do not have sin6_scope_id
1631    member of sockaddr_in6. Also reported in Bug 1491 by David Leonard. OK and
1632    feedback by djm@
1634 20081111
1635  - (dtucker) OpenBSD CVS Sync
1636    - jmc@cvs.openbsd.org 2008/11/05 11:22:54
1637      [servconf.c]
1638      passord -> password;
1639      fixes user/5975 from Rene Maroufi
1640    - stevesk@cvs.openbsd.org 2008/11/07 00:42:12
1641      [ssh-keygen.c]
1642      spelling/typo in comment
1643    - stevesk@cvs.openbsd.org 2008/11/07 18:50:18
1644      [nchan.c]
1645      add space to some log/debug messages for readability; ok djm@ markus@
1646    - dtucker@cvs.openbsd.org 2008/11/07 23:34:48
1647      [auth2-jpake.c]
1648      Move JPAKE define to make life easier for portable.  ok djm@
1649    - tobias@cvs.openbsd.org 2008/11/09 12:34:47
1650      [session.c ssh.1]
1651      typo fixed (overriden -> overridden)
1652      ok espie, jmc
1653    - stevesk@cvs.openbsd.org 2008/11/11 02:58:09
1654      [servconf.c]
1655      USE_AFS not referenced so remove #ifdef.  fixes sshd -T not printing
1656      kerberosgetafstoken. ok dtucker@
1657      (Id sync only, we still want the ifdef in portable)
1658    - stevesk@cvs.openbsd.org 2008/11/11 03:55:11
1659      [channels.c]
1660      for sshd -T print 'permitopen any' vs. 'permitopen' for case of no
1661      permitopen's; ok and input dtucker@
1662    - djm@cvs.openbsd.org 2008/11/10 02:06:35
1663      [regress/putty-ciphers.sh]
1664      PuTTY supports AES CTR modes, so interop test against them too
1666 20081105
1667  - OpenBSD CVS Sync
1668    - djm@cvs.openbsd.org 2008/11/03 08:59:41
1669      [servconf.c]
1670      include MaxSessions in sshd -T output; patch from imorgan AT nas.nasa.gov
1671    - djm@cvs.openbsd.org 2008/11/04 07:58:09
1672      [auth.c]
1673      need unistd.h for close() prototype
1674      (ID sync only)
1675    - djm@cvs.openbsd.org 2008/11/04 08:22:13
1676      [auth.h auth2.c monitor.c monitor.h monitor_wrap.c monitor_wrap.h]
1677      [readconf.c readconf.h servconf.c servconf.h ssh2.h ssh_config.5]
1678      [sshconnect2.c sshd_config.5 jpake.c jpake.h schnorr.c auth2-jpake.c]
1679      [Makefile.in]
1680      Add support for an experimental zero-knowledge password authentication
1681      method using the J-PAKE protocol described in F. Hao, P. Ryan,
1682      "Password Authenticated Key Exchange by Juggling", 16th Workshop on
1683      Security Protocols, Cambridge, April 2008.
1684      
1685      This method allows password-based authentication without exposing
1686      the password to the server. Instead, the client and server exchange
1687      cryptographic proofs to demonstrate of knowledge of the password while
1688      revealing nothing useful to an attacker or compromised endpoint.
1689      
1690      This is experimental, work-in-progress code and is presently
1691      compiled-time disabled (turn on -DJPAKE in Makefile.inc).
1692      
1693      "just commit it.  It isn't too intrusive." deraadt@
1694    - stevesk@cvs.openbsd.org 2008/11/04 19:18:00
1695      [readconf.c]
1696      because parse_forward() is now used to parse all forward types (DLR),
1697      and it malloc's space for host variables, we don't need to malloc
1698      here.  fixes small memory leaks.
1699      
1700      previously dynamic forwards were not parsed in parse_forward() and
1701      space was not malloc'd in that case.
1702      
1703      ok djm@
1704    - stevesk@cvs.openbsd.org 2008/11/05 03:23:09
1705      [clientloop.c ssh.1]
1706      add dynamic forward escape command line; ok djm@
1708 20081103
1709  - OpenBSD CVS Sync
1710    - sthen@cvs.openbsd.org 2008/07/24 23:55:30
1711      [ssh-keygen.1]
1712      Add "ssh-keygen -F -l" to synopsis (displays fingerprint from
1713      known_hosts).  ok djm@
1714    - grunk@cvs.openbsd.org 2008/07/25 06:56:35
1715      [ssh_config]
1716      Add VisualHostKey to example file, ok djm@
1717    - grunk@cvs.openbsd.org 2008/07/25 07:05:16
1718      [key.c]
1719      In random art visualization, make sure to use the end marker only at the
1720      end.  Initial diff by Dirk Loss, tweaks and ok djm@
1721   - markus@cvs.openbsd.org 2008/07/31 14:48:28
1722      [sshconnect2.c]
1723      don't allocate space for empty banners; report t8m at centrum.cz;
1724      ok deraadt
1725    - krw@cvs.openbsd.org 2008/08/02 04:29:51
1726      [ssh_config.5]
1727      whitepsace -> whitespace. From Matthew Clarke via bugs@.
1728    - djm@cvs.openbsd.org 2008/08/21 04:09:57
1729      [session.c]
1730      allow ForceCommand internal-sftp with arguments. based on patch from
1731      michael.barabanov AT gmail.com; ok markus@
1732    - djm@cvs.openbsd.org 2008/09/06 12:24:13
1733      [kex.c]
1734      OpenSSL 0.9.8h supplies a real EVP_sha256 so we do not need our
1735      replacement anymore
1736      (ID sync only for portable - we still need this)
1737    - markus@cvs.openbsd.org 2008/09/11 14:22:37
1738      [compat.c compat.h nchan.c ssh.c]
1739      only send eow and no-more-sessions requests to openssh 5 and newer;
1740      fixes interop problems with broken ssh v2 implementations; ok djm@
1741    - millert@cvs.openbsd.org 2008/10/02 14:39:35
1742      [session.c]
1743      Convert an unchecked strdup to xstrdup.  OK deraadt@
1744   - jmc@cvs.openbsd.org 2008/10/03 13:08:12
1745      [sshd.8]
1746      do not give an example of how to chmod files: we can presume the user
1747      knows that. removes an ambiguity in the permission of authorized_keys;
1748      ok deraadt
1749    - deraadt@cvs.openbsd.org 2008/10/03 23:56:28
1750      [sshconnect2.c]
1751      Repair strnvis() buffersize of 4*n+1, with termination gauranteed by the
1752      function.
1753      spotted by des@freebsd, who commited an incorrect fix to the freebsd tree
1754      and (as is fairly typical) did not report the problem to us.  But this fix
1755      is correct.
1756      ok djm
1757    - djm@cvs.openbsd.org 2008/10/08 23:34:03
1758      [ssh.1 ssh.c]
1759      Add -y option to force logging via syslog rather than stderr.
1760      Useful for daemonised ssh connection (ssh -f). Patch originally from
1761      and ok'd by markus@
1762    - djm@cvs.openbsd.org 2008/10/09 03:50:54
1763      [servconf.c sshd_config.5]
1764      support setting PermitEmptyPasswords in a Match block
1765      requested in PR3891; ok dtucker@
1766    - jmc@cvs.openbsd.org 2008/10/09 06:54:22
1767      [ssh.c]
1768      add -y to usage();
1769    - stevesk@cvs.openbsd.org 2008/10/10 04:55:16
1770      [scp.c]
1771      spelling in comment; ok djm@
1772    - stevesk@cvs.openbsd.org 2008/10/10 05:00:12
1773      [key.c]
1774      typo in error message; ok djm@
1775    - stevesk@cvs.openbsd.org 2008/10/10 16:43:27
1776      [ssh_config.5]
1777      use 'Privileged ports can be forwarded only when logging in as root on
1778      the remote machine.' for RemoteForward just like ssh.1 -R.
1779      ok djm@ jmc@
1780    - stevesk@cvs.openbsd.org 2008/10/14 18:11:33
1781      [sshconnect.c]
1782      use #define ROQUIET here; no binary change. ok dtucker@
1783    - stevesk@cvs.openbsd.org 2008/10/17 18:36:24
1784      [ssh_config.5]
1785      correct and clarify VisualHostKey; ok jmc@
1786    - stevesk@cvs.openbsd.org 2008/10/30 19:31:16
1787      [clientloop.c sshd.c]
1788      don't need to #include "monitor_fdpass.h"
1789    - stevesk@cvs.openbsd.org 2008/10/31 15:05:34
1790      [dispatch.c]
1791      remove unused #define DISPATCH_MIN; ok markus@
1792    - djm@cvs.openbsd.org 2008/11/01 04:50:08
1793      [sshconnect2.c]
1794      sprinkle ARGSUSED on dispatch handlers
1795      nuke stale unusued prototype
1796    - stevesk@cvs.openbsd.org 2008/11/01 06:43:33
1797      [channels.c]
1798      fix some typos in log messages; ok djm@
1799    - sobrado@cvs.openbsd.org 2008/11/01 11:14:36
1800      [ssh-keyscan.1 ssh-keyscan.c]
1801      the ellipsis is not an optional argument; while here, improve spacing.
1802    - stevesk@cvs.openbsd.org 2008/11/01 17:40:33
1803      [clientloop.c readconf.c readconf.h ssh.c]
1804      merge dynamic forward parsing into parse_forward();
1805      'i think this is OK' djm@
1806    - stevesk@cvs.openbsd.org 2008/11/02 00:16:16
1807      [ttymodes.c]
1808      protocol 2 tty modes support is now 7.5 years old so remove these
1809      debug3()s; ok deraadt@
1810    - stevesk@cvs.openbsd.org 2008/11/03 01:07:02
1811      [readconf.c]
1812      remove valueless comment
1813    - stevesk@cvs.openbsd.org 2008/11/03 02:44:41
1814      [readconf.c]
1815      fix comment
1816  - (djm) [contrib/caldera/ssh-host-keygen contrib/suse/rc.sshd]
1817    Make example scripts generate keys with default sizes rather than fixed,
1818    non-default 1024 bits; patch from imorgan AT nas.nasa.gov
1819  - (djm) [contrib/sshd.pam.generic contrib/caldera/sshd.pam]
1820    [contrib/redhat/sshd.pam] Move pam_nologin to account group from
1821    incorrect auth group in example files;
1822    patch from imorgan AT nas.nasa.gov
1824 20080906
1825  - (dtucker) [config.guess config.sub] Update to latest versions from
1826    http://git.savannah.gnu.org/gitweb/ (2008-04-14 and 2008-06-16
1827    respectively).
1829 20080830
1830  - (dtucker) [openbsd-compat/bsd-poll.c] correctly check for number of FDs
1831    larger than FD_SETSIZE (OpenSSH only ever uses poll with one fd).  Patch
1832    from Nicholas Marriott.
1834 20080721
1835  - (djm) OpenBSD CVS Sync
1836    - djm@cvs.openbsd.org 2008/07/23 07:36:55
1837      [servconf.c]
1838      do not try to print options that have been compile-time disabled
1839      in config test mode (sshd -T); report from nix-corp AT esperi.org.uk
1840      ok dtucker@
1841  - (djm) [servconf.c] Print UsePAM option in config test mode (when it
1842    has been compiled in); report from nix-corp AT esperi.org.uk
1843    ok dtucker@
1845 20080721
1846  - (djm) OpenBSD CVS Sync
1847    - jmc@cvs.openbsd.org 2008/07/18 22:51:01
1848      [sftp-server.8]
1849      no need for .Pp before or after .Sh;
1850    - djm@cvs.openbsd.org 2008/07/21 08:19:07
1851      [version.h]
1852      openssh-5.1
1853  - (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
1854    [contrib/suse/openssh.spec] Update version number in README and RPM specs
1855  - (djm) Release OpenSSH-5.1
1857 20080717
1858  - (djm) OpenBSD CVS Sync
1859    - djm@cvs.openbsd.org 2008/07/17 08:48:00
1860      [sshconnect2.c]
1861      strnvis preauth banner; pointed out by mpf@ ok markus@
1862    - djm@cvs.openbsd.org 2008/07/17 08:51:07
1863      [auth2-hostbased.c]
1864      strip trailing '.' from hostname when HostbasedUsesNameFromPacketOnly=yes
1865      report and patch from res AT qoxp.net (bz#1200); ok markus@
1866  - (dtucker) [openbsd-compat/bsd-cygwin_util.c]  Remove long-unneeded compat
1867    code, replace with equivalent cygwin library call.  Patch from vinschen
1868    at redhat.com, ok djm@.
1869  - (djm) [sshconnect2.c] vis.h isn't available everywhere
1871 20080716
1872  - OpenBSD CVS Sync
1873    - djm@cvs.openbsd.org 2008/07/15 02:23:14
1874      [sftp.1]
1875      number of pipelined requests is now 64;
1876      prodded by Iain.Morgan AT nasa.gov
1877    - djm@cvs.openbsd.org 2008/07/16 11:51:14
1878      [clientloop.c]
1879      rename variable first_gc -> last_gc (since it is actually the last
1880      in the list).
1881    - djm@cvs.openbsd.org 2008/07/16 11:52:19
1882      [channels.c]
1883      this loop index should be automatic, not static
1885 20080714
1886  - (djm) OpenBSD CVS Sync
1887    - sthen@cvs.openbsd.org 2008/07/13 21:22:52
1888      [ssh-keygen.c]
1889      Change "ssh-keygen -F [host] -l" to not display random art unless
1890      -v is also specified, making it consistent with the manual and other
1891      uses of -l.
1892      ok grunk@
1893    - djm@cvs.openbsd.org 2008/07/13 22:13:07
1894      [channels.c]
1895      use struct sockaddr_storage instead of struct sockaddr for accept(2)
1896      address argument. from visibilis AT yahoo.com in bz#1485; ok markus@
1897    - djm@cvs.openbsd.org 2008/07/13 22:16:03
1898      [sftp.c]
1899      increase number of piplelined requests so they properly fill the
1900      (recently increased) channel window. prompted by rapier AT psc.edu;
1901      ok markus@
1902    - djm@cvs.openbsd.org 2008/07/14 01:55:56
1903      [sftp-server.8]
1904      mention requirement for /dev/log inside chroot when using sftp-server
1905      with ChrootDirectory
1906  - (djm) [openbsd-compat/bindresvport.c] Rename variables s/sin/in/ to
1907    avoid clash with sin(3) function; reported by
1908    cristian.ionescu-idbohrn AT axis.com
1909  - (djm) [openbsd-compat/rresvport.c] Add unistd.h for missing close()
1910    prototype; reported by cristian.ionescu-idbohrn AT axis.com
1911  - (djm) [umac.c] Rename variable s/buffer_ptr/bufp/ to avoid clash;
1912    reported by cristian.ionescu-idbohrn AT axis.com
1913  - (djm) [contrib/cygwin/Makefile contrib/cygwin/ssh-host-config]
1914    [contrib/cygwin/ssh-user-config contrib/cygwin/sshd-inetd]
1915    Revamped and simplified Cygwin ssh-host-config script that uses
1916    unified csih configuration tool. Requires recent Cygwin.
1917    Patch from vinschen AT redhat.com
1919 20080712
1920  - (djm) OpenBSD CVS Sync
1921    - djm@cvs.openbsd.org 2008/07/12 04:52:50
1922      [channels.c]
1923      unbreak; move clearing of cctx struct to before first use
1924      reported by dkrause@
1925    - djm@cvs.openbsd.org 2008/07/12 05:33:41
1926      [scp.1]
1927      better description for -i flag:
1928      s/RSA authentication/public key authentication/
1929  - (djm) [openbsd-compat/fake-rfc2553.c openbsd-compat/fake-rfc2553.h]
1930    return EAI_FAMILY when trying to lookup unsupported address family;
1931    from vinschen AT redhat.com
1933 20080711
1934  - (djm) OpenBSD CVS Sync
1935    - stevesk@cvs.openbsd.org 2008/07/07 00:31:41
1936      [ttymodes.c]
1937      we don't need arg after the debug3() was removed.  from lint.
1938      ok djm@
1939    - stevesk@cvs.openbsd.org 2008/07/07 23:32:51
1940      [key.c]
1941      /*NOTREACHED*/ for lint warning:
1942        warning: function key_equal falls off bottom without returning value
1943      ok djm@
1944    - markus@cvs.openbsd.org 2008/07/10 18:05:58
1945      [channels.c]
1946      missing bzero; from mickey; ok djm@
1947    - markus@cvs.openbsd.org 2008/07/10 18:08:11
1948      [clientloop.c monitor.c monitor_wrap.c packet.c packet.h sshd.c]
1949      sync v1 and v2 traffic accounting; add it to sshd, too;
1950      ok djm@, dtucker@
1952 20080709
1953  - (djm) [Makefile.in] Print "all tests passed" when all regress tests pass
1954  - (djm) [auth1.c] Fix format string vulnerability in protocol 1 PAM
1955    account check failure path. The vulnerable format buffer is supplied
1956    from PAM and should not contain attacker-supplied data.
1957  - (djm) [auth.c] Missing unistd.h for close()
1958  - (djm) [configure.ac] Add -Wformat-security to CFLAGS for gcc 3.x and 4.x
1960 20080705
1961  - (djm) [auth.c] Fixed test for locked account on HP/UX with shadowed
1962    passwords disabled. bz#1083 report & patch from senthilkumar_sen AT
1963    hotpop.com, w/ dtucker@
1964  - (djm) [atomicio.c configure.ac] Disable poll() fallback in atomiciov for
1965    Tru64. readv doesn't seem to be a comparable object there.
1966    bz#1386, patch from dtucker@ ok me
1967  - (djm) [Makefile.in] Pass though pass to conch for interop tests
1968  - (djm) [configure.ac] unbreak: remove extra closing brace
1969  - (djm) OpenBSD CVS Sync
1970    - djm@cvs.openbsd.org 2008/07/04 23:08:25
1971      [packet.c]
1972      handle EINTR in packet_write_poll()l ok dtucker@
1973    - djm@cvs.openbsd.org 2008/07/04 23:30:16
1974      [auth1.c auth2.c]
1975      Make protocol 1 MaxAuthTries logic match protocol 2's.
1976      Do not treat the first protocol 2 authentication attempt as
1977      a failure IFF it is for method "none".
1978      Makes MaxAuthTries' user-visible behaviour identical for
1979      protocol 1 vs 2.
1980      ok dtucker@
1981    - djm@cvs.openbsd.org 2008/07/05 05:16:01
1982      [PROTOCOL]
1983      grammar
1985 20080704
1986  - (dtucker) OpenBSD CVS Sync
1987    - djm@cvs.openbsd.org 2008/07/02 13:30:34
1988      [auth2.c]
1989      really really remove the freebie "none" auth try for protocol 2
1990    - djm@cvs.openbsd.org 2008/07/02 13:47:39
1991      [ssh.1 ssh.c]
1992      When forking after authentication ("ssh -f") with ExitOnForwardFailure
1993      enabled, delay the fork until after replies for any -R forwards have
1994      been seen. Allows for robust detection of -R forward failure when
1995      using -f (similar to bz#92); ok dtucker@
1996    - otto@cvs.openbsd.org 2008/07/03 21:46:58
1997      [auth2-pubkey.c]
1998      avoid nasty double free; ok dtucker@ djm@
1999    - djm@cvs.openbsd.org 2008/07/04 03:44:59
2000      [servconf.c groupaccess.h groupaccess.c]
2001      support negation of groups in "Match group" block (bz#1315); ok dtucker@
2002    - dtucker@cvs.openbsd.org 2008/07/04 03:47:02
2003      [monitor.c]
2004      Make debug a little clearer.  ok djm@
2005    - djm@cvs.openbsd.org 2008/06/30 08:07:34
2006      [regress/key-options.sh]
2007      shell portability: use "=" instead of "==" in test(1) expressions,
2008      double-quote string with backslash escaped /
2009    - djm@cvs.openbsd.org 2008/06/30 10:31:11
2010      [regress/{putty-transfer,putty-kex,putty-ciphers}.sh]
2011      remove "set -e" left over from debugging
2012    - djm@cvs.openbsd.org 2008/06/30 10:43:03
2013      [regress/conch-ciphers.sh]
2014      explicitly disable conch options that could interfere with the test
2015  - (dtucker) [sftp-server.c] Bug #1447: fall back to racy rename if link
2016    returns EXDEV.  Patch from Mike Garrison, ok djm@
2017  - (djm) [atomicio.c channels.c clientloop.c defines.h includes.h]
2018    [packet.c scp.c serverloop.c sftp-client.c ssh-agent.c ssh-keyscan.c]
2019    [sshd.c] Explicitly handle EWOULDBLOCK wherever we handle EAGAIN, on
2020    some platforms (HP nonstop) it is a distinct errno;
2021    bz#1467 reported by sconeu AT yahoo.com; ok dtucker@
2023 20080702
2024  - (dtucker) OpenBSD CVS Sync
2025     - djm@cvs.openbsd.org 2008/06/30 08:05:59
2026       [PROTOCOL.agent]
2027       typo: s/constraint_date/constraint_data/
2028    - djm@cvs.openbsd.org 2008/06/30 12:15:39
2029      [serverloop.c]
2030      only pass channel requests on session channels through to the session
2031      channel handler, avoiding spurious log messages; ok! markus@
2032    - djm@cvs.openbsd.org 2008/06/30 12:16:02
2033      [nchan.c]
2034      only send eow@openssh.com notifications for session channels; ok! markus@
2035    - djm@cvs.openbsd.org 2008/06/30 12:18:34
2036      [PROTOCOL]
2037      clarify that eow@openssh.com is only sent on session channels
2038    - dtucker@cvs.openbsd.org 2008/07/01 07:20:52
2039      [sshconnect.c]
2040      Check ExitOnForwardFailure if forwardings are disabled due to a failed
2041      host key check.  ok djm@
2042    - dtucker@cvs.openbsd.org 2008/07/01 07:24:22
2043      [sshconnect.c sshd.c]
2044      Send CR LF during protocol banner exchanges, but only for Protocol 2 only,
2045      in order to comply with RFC 4253.  bz #1443, ok djm@
2046    - stevesk@cvs.openbsd.org 2008/07/01 23:12:47
2047      [PROTOCOL.agent]
2048      fix some typos; ok djm@
2049    - djm@cvs.openbsd.org 2008/07/02 02:24:18
2050      [sshd_config sshd_config.5 sshd.8 servconf.c]
2051      increase default size of ssh protocol 1 ephemeral key from 768 to 1024
2052      bits; prodded by & ok dtucker@ ok deraadt@
2053    - dtucker@cvs.openbsd.org 2008/07/02 12:03:51
2054      [auth-rsa.c auth.c auth2-pubkey.c auth.h]
2055      Merge duplicate host key file checks, based in part on a patch from Rob
2056      Holland via bz #1348 .  Also checks for non-regular files during protocol
2057      1 RSA auth.  ok djm@
2058    - djm@cvs.openbsd.org 2008/07/02 12:36:39
2059      [auth2-none.c auth2.c]
2060      Make protocol 2 MaxAuthTries behaviour a little more sensible:
2061      Check whether client has exceeded MaxAuthTries before running
2062      an authentication method and skip it if they have, previously it
2063      would always allow one try (for "none" auth).
2064      Preincrement failure count before post-auth test - previously this
2065      checked and postincremented, also to allow one "none" try.
2066      Together, these two changes always count the "none" auth method
2067      which could be skipped by a malicious client (e.g. an SSH worm)
2068      to get an extra attempt at a real auth method. They also make
2069      MaxAuthTries=0 a useful way to block users entirely (esp. in a
2070      sshd_config Match block).
2071      Also, move sending of any preauth banner from "none" auth method
2072      to the first call to input_userauth_request(), so worms that skip
2073      the "none" method get to see it too.
2075 20080630
2076  - (djm) OpenBSD CVS Sync
2077    - dtucker@cvs.openbsd.org 2008/06/10 23:13:43
2078      [regress/Makefile regress/key-options.sh]
2079      Add regress test for key options.  ok djm@
2080    - dtucker@cvs.openbsd.org 2008/06/11 23:11:40
2081      [regress/Makefile]
2082      Don't run cipher-speed test by default; mistakenly enabled by me
2083    - djm@cvs.openbsd.org 2008/06/28 13:57:25
2084      [regress/Makefile regress/test-exec.sh regress/conch-ciphers.sh]
2085      very basic regress test against Twisted Conch in "make interop"
2086      target (conch is available in ports/devel/py-twisted/conch);
2087      ok markus@
2088  - (djm) [regress/Makefile] search for conch by path, like we do putty
2090 20080629
2091  - (djm) OpenBSD CVS Sync
2092    - martynas@cvs.openbsd.org 2008/06/21 07:46:46
2093      [sftp.c]
2094      use optopt to get invalid flag, instead of return value of getopt,
2095      which is always '?';  ok djm@
2096    - otto@cvs.openbsd.org 2008/06/25 11:13:43
2097      [key.c]
2098      add key length to visual fingerprint; zap magical constants;
2099      ok grunk@ djm@
2100    - djm@cvs.openbsd.org 2008/06/26 06:10:09
2101      [sftp-client.c sftp-server.c]
2102      allow the sftp chmod(2)-equivalent operation to set set[ug]id/sticky
2103      bits. Note that this only affects explicit setting of modes (e.g. via
2104      sftp(1)'s chmod command) and not file transfers. (bz#1310)
2105      ok deraadt@ at c2k8
2106    - djm@cvs.openbsd.org 2008/06/26 09:19:40
2107      [dh.c dh.h moduli.c]
2108      when loading moduli from /etc/moduli in sshd(8), check that they
2109      are of the expected "safe prime" structure and have had
2110      appropriate primality tests performed;
2111      feedback and ok dtucker@
2112    - grunk@cvs.openbsd.org 2008/06/26 11:46:31
2113      [readconf.c readconf.h ssh.1 ssh_config.5 sshconnect.c]
2114      Move SSH Fingerprint Visualization away from sharing the config option
2115      CheckHostIP to an own config option named VisualHostKey.
2116      While there, fix the behaviour that ssh would draw a random art picture
2117      on every newly seen host even when the option was not enabled.
2118      prodded by deraadt@, discussions,
2119      help and ok markus@ djm@ dtucker@
2120    - jmc@cvs.openbsd.org 2008/06/26 21:11:46
2121      [ssh.1]
2122      add VisualHostKey to the list of options listed in -o;
2123    - djm@cvs.openbsd.org 2008/06/28 07:25:07
2124      [PROTOCOL]
2125      spelling fixes
2126    - djm@cvs.openbsd.org 2008/06/28 13:58:23
2127      [ssh-agent.c]
2128      refuse to add a key that has unknown constraints specified;
2129      ok markus
2130    - djm@cvs.openbsd.org 2008/06/28 14:05:15
2131      [ssh-agent.c]
2132      reset global compat flag after processing a protocol 2 signature
2133      request with the legacy DSA encoding flag set; ok markus
2134    - djm@cvs.openbsd.org 2008/06/28 14:08:30
2135      [PROTOCOL PROTOCOL.agent]
2136      document the protocol used by ssh-agent; "looks ok" markus@
2138 20080628
2139  - (djm) [RFC.nroff contrib/cygwin/Makefile contrib/suse/openssh.spec]
2140    RFC.nroff lacks a license, remove it (it is long gone in OpenBSD).
2142 20080626
2143  - (djm) [Makefile.in moduli.5] Include moduli(5) manpage from OpenBSD.
2144    (bz#1372)
2145  - (djm) [ contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
2146    [contrib/suse/openssh.spec] Include moduli.5 in RPM spec files.
2148 20080616
2149  - (dtucker) OpenBSD CVS Sync
2150    - dtucker@cvs.openbsd.org 2008/06/16 13:22:53
2151      [session.c channels.c]
2152      Rename the isatty argument to is_tty so we don't shadow
2153      isatty(3).  ok markus@
2154  - (dtucker) [channels.c] isatty -> is_tty here too.
2156 20080615
2157  - (dtucker) [configure.ac] Enable -fno-builtin-memset when using gcc.
2158  - OpenBSD CVS Sync
2159    - dtucker@cvs.openbsd.org 2008/06/14 15:49:48
2160      [sshd.c]
2161      wrap long line at 80 chars
2162    - dtucker@cvs.openbsd.org 2008/06/14 17:07:11
2163      [sshd.c]
2164      ensure default umask disallows at least group and world write; ok djm@
2165    - djm@cvs.openbsd.org 2008/06/14 18:33:43
2166      [session.c]
2167      suppress the warning message from chdir(homedir) failures
2168      when chrooted (bz#1461); ok dtucker
2169    - dtucker@cvs.openbsd.org 2008/06/14 19:42:10
2170      [scp.1]
2171      Mention that scp follows symlinks during -r.  bz #1466,
2172      from nectar at apple
2173    - dtucker@cvs.openbsd.org 2008/06/15 16:55:38
2174      [sshd_config.5]
2175      MaxSessions is allowed in a Match block too
2176    - dtucker@cvs.openbsd.org 2008/06/15 16:58:40
2177      [servconf.c sshd_config.5]
2178      Allow MaxAuthTries within a Match block.  ok djm@
2179    - djm@cvs.openbsd.org 2008/06/15 20:06:26
2180      [channels.c channels.h session.c]
2181      don't call isatty() on a pty master, instead pass a flag down to
2182      channel_set_fds() indicating that te fds refer to a tty. Fixes a
2183      hang on exit on Solaris (bz#1463) in portable but is actually
2184      a generic bug; ok dtucker deraadt markus
2186 20080614
2187  - (djm) [openbsd-compat/sigact.c] Avoid NULL derefs in ancient sigaction
2188    replacement code; patch from ighighi AT gmail.com in bz#1240;
2189    ok dtucker
2191 20080613
2192  - (dtucker) OpenBSD CVS Sync
2193    - deraadt@cvs.openbsd.org 2008/06/13 09:44:36
2194      [packet.c]
2195      compile on older gcc; no decl after code
2196    - dtucker@cvs.openbsd.org 2008/06/13 13:56:59
2197      [monitor.c]
2198      Clear key options in the monitor on failed authentication, prevents
2199      applying additional restrictions to non-pubkey authentications in
2200      the case where pubkey fails but another method subsequently succeeds.
2201      bz #1472, found by Colin Watson, ok markus@ djm@
2202    - dtucker@cvs.openbsd.org 2008/06/13 14:18:51
2203      [auth2-pubkey.c auth-rhosts.c]
2204      Include unistd.h for close(), prevents warnings in -portable
2205    - dtucker@cvs.openbsd.org 2008/06/13 17:21:20
2206      [mux.c]
2207      Friendlier error messages for mux fallback.  ok djm@
2208    - dtucker@cvs.openbsd.org 2008/06/13 18:55:22
2209      [scp.c]
2210      Prevent -Wsign-compare warnings on LP64 systems.  bz #1192, ok deraadt@
2211    - grunk@cvs.openbsd.org 2008/06/13 20:13:26
2212      [ssh.1]
2213      Explain the use of SSH fpr visualization using random art, and cite the
2214      original scientific paper inspiring that technique.
2215      Much help with English and nroff by jmc@, thanks.
2216  - (dtucker) [configure.ac] Bug #1276: avoid linking against libgssapi, which
2217    despite its name doesn't seem to implement all of GSSAPI.  Patch from
2218    Jan Engelhardt, sanity checked by Simon Wilkinson.
2220 20080612
2221  - (dtucker) OpenBSD CVS Sync
2222    - jmc@cvs.openbsd.org 2008/06/11 07:30:37
2223      [sshd.8]
2224      kill trailing whitespace;
2225    - grunk@cvs.openbsd.org 2008/06/11 21:01:35
2226      [ssh_config.5 key.h readconf.c readconf.h ssh-keygen.1 ssh-keygen.c key.c
2227       sshconnect.c]
2228      Introduce SSH Fingerprint ASCII Visualization, a technique inspired by the
2229      graphical hash visualization schemes known as "random art", and by
2230      Dan Kaminsky's musings on the subject during a BlackOp talk at the
2231      23C3 in Berlin.
2232      Scientific publication (original paper):
2233      "Hash Visualization: a New Technique to improve Real-World Security",
2234      Perrig A. and Song D., 1999, International Workshop on Cryptographic
2235      Techniques and E-Commerce (CrypTEC '99)
2236      http://sparrow.ece.cmu.edu/~adrian/projects/validation/validation.pdf
2237      The algorithm used here is a worm crawling over a discrete plane,
2238      leaving a trace (augmenting the field) everywhere it goes.
2239      Movement is taken from dgst_raw 2bit-wise.  Bumping into walls
2240      makes the respective movement vector be ignored for this turn,
2241      thus switching to the other color of the chessboard.
2242      Graphs are not unambiguous for now, because circles in graphs can be
2243      walked in either direction.
2244      discussions with several people,
2245      help, corrections and ok markus@ djm@
2246    - grunk@cvs.openbsd.org 2008/06/11 21:38:25
2247      [ssh-keygen.c]
2248      ssh-keygen -lv -f /etc/ssh/ssh_host_rsa_key.pub
2249      would not display you the random art as intended, spotted by canacar@
2250    - grunk@cvs.openbsd.org 2008/06/11 22:20:46
2251      [ssh-keygen.c ssh-keygen.1]
2252      ssh-keygen would write fingerprints to STDOUT, and random art to STDERR,
2253      that is not how it was envisioned.
2254      Also correct manpage saying that -v is needed along with -l for it to work.
2255      spotted by naddy@
2256    - otto@cvs.openbsd.org 2008/06/11 23:02:22
2257      [key.c]
2258      simpler way of computing the augmentations; ok grunk@
2259    - grunk@cvs.openbsd.org 2008/06/11 23:03:56
2260      [ssh_config.5]
2261      CheckHostIP set to ``fingerprint'' will display both hex and random art
2262      spotted by naddy@
2263    - grunk@cvs.openbsd.org 2008/06/11 23:51:57
2264      [key.c]
2265      #define statements that are not atoms need braces around them, else they
2266      will cause trouble in some cases.
2267      Also do a computation of -1 once, and not in a loop several times.
2268      spotted by otto@
2269    - dtucker@cvs.openbsd.org 2008/06/12 00:03:49
2270      [dns.c canohost.c sshconnect.c]
2271      Do not pass "0" strings as ports to getaddrinfo because the lookups
2272      can slow things down and we never use the service info anyway. bz
2273      #859, patch from YOSHIFUJI Hideaki and John Devitofranceschi.  ok
2274      deraadt@ djm@
2275      djm belives that the reason for the "0" strings is to ensure that
2276      it's not possible to call getaddrinfo with both host and port being
2277      NULL.  In the case of canohost.c host is a local array.  In the
2278      case of sshconnect.c, it's checked for null immediately before use.
2279      In dns.c it ultimately comes from ssh.c:main() and is guaranteed to
2280      be non-null but it's not obvious, so I added a warning message in
2281      case it is ever passed a null.
2282    - grunk@cvs.openbsd.org 2008/06/12 00:13:55
2283      [sshconnect.c]
2284      Make ssh print the random art also when ssh'ing to a host using IP only.
2285      spotted by naddy@, ok and help djm@ dtucker@
2286    - otto@cvs.openbsd.org 2008/06/12 00:13:13
2287      [key.c]
2288      use an odd number of rows and columns and a separate start marker, looks
2289      better; ok grunk@
2290    - djm@cvs.openbsd.org 2008/06/12 03:40:52
2291      [clientloop.h mux.c channels.c clientloop.c channels.h]
2292      Enable ~ escapes for multiplex slave sessions; give each channel
2293      its own escape state and hook the escape filters up to muxed
2294      channels. bz #1331
2295      Mux slaves do not currently support the ~^Z and ~& escapes.
2296      NB. this change cranks the mux protocol version, so a new ssh
2297      mux client will not be able to connect to a running old ssh
2298      mux master.
2299      ok dtucker@
2300    - djm@cvs.openbsd.org 2008/06/12 04:06:00
2301      [clientloop.h ssh.c clientloop.c]
2302      maintain an ordered queue of outstanding global requests that we
2303      expect replies to, similar to the per-channel confirmation queue.
2304      Use this queue to verify success or failure for remote forward
2305      establishment in a race free way.
2306      ok dtucker@
2307    - djm@cvs.openbsd.org 2008/06/12 04:17:47
2308      [clientloop.c]
2309      thall shalt not code past the eightieth column
2310    - djm@cvs.openbsd.org 2008/06/12 04:24:06
2311      [ssh.c]
2312      thal shalt not code past the eightieth column
2313    - djm@cvs.openbsd.org 2008/06/12 05:15:41
2314      [PROTOCOL]
2315      document tun@openssh.com forwarding method
2316    - djm@cvs.openbsd.org 2008/06/12 05:32:30
2317      [mux.c]
2318      some more TODO for me
2319    - grunk@cvs.openbsd.org 2008/06/12 05:42:46
2320      [key.c]
2321      supply the key type (rsa1, rsa, dsa) as a caption in the frame of the
2322      random art.  while there, stress the fact that the field base should at
2323      least be 8 characters for the pictures to make sense.
2324      comment and ok djm@
2325    - grunk@cvs.openbsd.org 2008/06/12 06:32:59
2326      [key.c]
2327      We already mark the start of the worm, now also mark the end of the worm
2328      in our random art drawings.
2329      ok djm@
2330    - djm@cvs.openbsd.org 2008/06/12 15:19:17
2331      [clientloop.h channels.h clientloop.c channels.c mux.c]
2332      The multiplexing escape char handler commit last night introduced a
2333      small memory leak per session; plug it.
2334    - dtucker@cvs.openbsd.org 2008/06/12 16:35:31
2335      [ssh_config.5 ssh.c]
2336      keyword expansion for localcommand.  ok djm@
2337    - jmc@cvs.openbsd.org 2008/06/12 19:10:09
2338      [ssh_config.5 ssh-keygen.1]
2339      tweak the ascii art text; ok grunk
2340    - dtucker@cvs.openbsd.org 2008/06/12 20:38:28
2341      [sshd.c sshconnect.c packet.h misc.c misc.h packet.c]
2342      Make keepalive timeouts apply while waiting for a packet, particularly
2343      during key renegotiation (bz #1363).  With djm and Matt Day, ok djm@
2344    - djm@cvs.openbsd.org 2008/06/12 20:47:04
2345      [sftp-client.c]
2346      print extension revisions for extensions that we understand
2347    - djm@cvs.openbsd.org 2008/06/12 21:06:25
2348      [clientloop.c]
2349      I was coalescing expected global request confirmation replies at
2350      the wrong end of the queue - fix; prompted by markus@
2351    - grunk@cvs.openbsd.org 2008/06/12 21:14:46
2352      [ssh-keygen.c]
2353      make ssh-keygen -lf show the key type just as ssh-add -l would do it
2354      ok djm@ markus@
2355    - grunk@cvs.openbsd.org 2008/06/12 22:03:36
2356      [key.c]
2357      add my copyright, ok djm@
2358    - ian@cvs.openbsd.org 2008/06/12 23:24:58
2359      [sshconnect.c]
2360      tweak wording in message, ok deraadt@ jmc@
2361    - dtucker@cvs.openbsd.org 2008/06/13 00:12:02
2362      [sftp.h log.h]
2363      replace __dead with __attribute__((noreturn)), makes things
2364      a little easier to port.  Also, add it to sigdie().  ok djm@
2365    - djm@cvs.openbsd.org 2008/06/13 00:16:49
2366      [mux.c]
2367      fall back to creating a new TCP connection on most multiplexing errors
2368      (socket connect fail, invalid version, refused permittion, corrupted
2369      messages, etc.); bz #1329 ok dtucker@
2370    - dtucker@cvs.openbsd.org 2008/06/13 00:47:53
2371      [mux.c]
2372      upcast size_t to u_long to match format arg; ok djm@
2373    - dtucker@cvs.openbsd.org 2008/06/13 00:51:47
2374      [mac.c]
2375      upcast another size_t to u_long to match format
2376    - dtucker@cvs.openbsd.org 2008/06/13 01:38:23
2377      [misc.c]
2378      upcast uid to long with matching %ld, prevents warnings in portable
2379    - djm@cvs.openbsd.org 2008/06/13 04:40:22
2380      [auth2-pubkey.c auth-rhosts.c]
2381      refuse to read ~/.shosts or ~/.ssh/authorized_keys that are not
2382      regular files; report from Solar Designer via Colin Watson in bz#1471
2383      ok dtucker@ deraadt
2384   - (dtucker) [clientloop.c serverloop.c]  channel_register_filter now
2385     takes 2 more args.  with djm@
2386   - (dtucker) [defines.h] Bug #1112: __dead is, well dead. Based on a patch
2387     from Todd Vierling.
2388   - (dtucker) [auth-sia.c] Bug #1241: support password expiry on Tru64 SIA
2389     systems.  Patch from R. Scott Bailey.
2390   - (dtucker) [umac.c] STORE_UINT32_REVERSED and endian_convert are never used
2391     on big endian machines, so ifdef them for little-endian only to prevent
2392     unused function warnings on big-endians.
2393   - (dtucker) [openbsd-compat/setenv.c] Make offsets size_t to prevent
2394     compiler warnings on some platforms.  Based on a discussion with otto@
2396 20080611
2397  - (djm) [channels.c configure.ac]
2398    Do not set SO_REUSEADDR on wildcard X11 listeners (X11UseLocalhost=no)
2399    bz#1464; ok dtucker 
2401 20080610
2402  - (dtucker) OpenBSD CVS Sync
2403    - djm@cvs.openbsd.org 2008/06/10 03:57:27
2404      [servconf.c match.h sshd_config.5]
2405      support CIDR address matching in sshd_config "Match address" blocks, with
2406      full support for negation and fall-back to classic wildcard matching.
2407      For example:
2408      Match address 192.0.2.0/24,3ffe:ffff::/32,!10.*
2409          PasswordAuthentication yes
2410      addrmatch.c code mostly lifted from flowd's addr.c
2411      feedback and ok dtucker@
2412    - djm@cvs.openbsd.org 2008/06/10 04:17:46
2413      [sshd_config.5]
2414      better reference for pattern-list
2415    - dtucker@cvs.openbsd.org 2008/06/10 04:50:25
2416      [sshd.c channels.h channels.c log.c servconf.c log.h servconf.h sshd.8]
2417      Add extended test mode (-T) and connection parameters for test mode (-C).
2418      -T causes sshd to write its effective configuration to stdout and exit.
2419      -C causes any relevant Match rules to be applied before output.  The
2420      combination allows tesing of the parser and config files.  ok deraadt djm
2421    - jmc@cvs.openbsd.org 2008/06/10 07:12:00
2422      [sshd_config.5]
2423      tweak previous;
2424    - jmc@cvs.openbsd.org 2008/06/10 08:17:40
2425      [sshd.8 sshd.c]
2426      - update usage()
2427      - fix SYNOPSIS, and sort options
2428      - some minor additional fixes
2429    - dtucker@cvs.openbsd.org 2008/06/09 18:06:32
2430      [regress/test-exec.sh]
2431      Don't generate putty keys if we're not going to use them.  ok djm
2432    - dtucker@cvs.openbsd.org 2008/06/10 05:23:32
2433      [regress/addrmatch.sh regress/Makefile]
2434      Regress test for Match CIDR rules.  ok djm@
2435    - dtucker@cvs.openbsd.org 2008/06/10 15:21:41
2436      [test-exec.sh]
2437      Use a more portable construct for checking if we're running a putty test
2438    - dtucker@cvs.openbsd.org 2008/06/10 15:28:49
2439      [test-exec.sh]
2440      Add quotes
2441    - dtucker@cvs.openbsd.org 2008/06/10 18:21:24
2442      [ssh_config.5]
2443      clarify that Host patterns are space-separated.  ok deraadt
2444    - djm@cvs.openbsd.org 2008/06/10 22:15:23
2445      [PROTOCOL ssh.c serverloop.c]
2446      Add a no-more-sessions@openssh.com global request extension that the
2447      client sends when it knows that it will never request another session
2448      (i.e. when session multiplexing is disabled). This allows a server to
2449      disallow further session requests and terminate the session.
2450      Why would a non-multiplexing client ever issue additional session
2451      requests? It could have been attacked with something like SSH'jack:
2452      http://www.storm.net.nz/projects/7
2453      feedback & ok markus
2454    - djm@cvs.openbsd.org 2008/06/10 23:06:19
2455      [auth-options.c match.c servconf.c addrmatch.c sshd.8]
2456      support CIDR address matching in .ssh/authorized_keys from="..." stanzas
2457      ok and extensive testing dtucker@
2458    - dtucker@cvs.openbsd.org 2008/06/10 23:21:34
2459      [bufaux.c]
2460      Use '\0' for a nul byte rather than unadorned 0.  ok djm@
2461    - dtucker@cvs.openbsd.org 2008/06/10 23:13:43
2462      [Makefile regress/key-options.sh]
2463      Add regress test for key options.  ok djm@
2464  - (dtucker) [openbsd-compat/fake-rfc2553.h] Add sin6_scope_id to sockaddr_in6
2465    since the new CIDR code in addmatch.c references it.
2466  - (dtucker) [Makefile.in configure.ac regress/addrmatch.sh] Skip IPv6
2467    specific tests on platforms that don't do IPv6.
2468  - (dtucker) [Makefile.in] Define TEST_SSH_IPV6 in make's arguments as well
2469    as environment.
2470  - (dtucker) [Makefile.in] Move addrmatch.o to libssh.a where it's needed now.
2472 20080609
2473  - (dtucker) OpenBSD CVS Sync
2474    - dtucker@cvs.openbsd.org 2008/06/08 17:04:41
2475      [sftp-server.c]
2476      Add case for ENOSYS in errno_to_portable; ok deraadt
2477    - dtucker@cvs.openbsd.org 2008/06/08 20:15:29
2478      [sftp.c sftp-client.c sftp-client.h]
2479      Have the sftp client store the statvfs replies in wire format,
2480      which prevents problems when the server's native sizes exceed the
2481      client's.
2482      Also extends the sizes of the remaining 32bit wire format to 64bit,
2483      they're specified as unsigned long in the standard.
2484    - dtucker@cvs.openbsd.org 2008/06/09 13:02:39
2485      [sftp-server.c]
2486      Extend 32bit -> 64bit values for statvfs extension missed in previous
2487      commit.
2488    - dtucker@cvs.openbsd.org 2008/06/09 13:38:46
2489      [PROTOCOL]
2490      Use a $OpenBSD tag so our scripts will sync changes.
2492 20080608
2493  - (dtucker) [configure.ac defines.h sftp-client.c sftp-server.c sftp.c
2494    openbsd-compat/Makefile.in openbsd-compat/openbsd-compat.h
2495    openbsd-compat/bsd-statvfs.{c,h}] Add a null implementation of statvfs and
2496    fstatvfs and remove #defines around statvfs code.  ok djm@
2497  - (dtucker) [configure.ac defines.h sftp-client.c M sftp-server.c] Add a
2498    macro to convert fsid to unsigned long for platforms where fsid is a
2499    2-member array.
2501 20080607
2502  - (dtucker) [mux.c] Include paths.h inside ifdef HAVE_PATHS_H.
2503  - (dtucker) [configure.ac defines.h sftp-client.c sftp-server.c sftp.c]
2504    Do not enable statvfs extensions on platforms that do not have statvfs.
2505  - (dtucker) OpenBSD CVS Sync
2506    - djm@cvs.openbsd.org 2008/05/19 06:14:02
2507      [packet.c] unbreak protocol keepalive timeouts bz#1465; ok dtucker@
2508    - djm@cvs.openbsd.org 2008/05/19 15:45:07
2509      [sshtty.c ttymodes.c sshpty.h]
2510      Fix sending tty modes when stdin is not a tty (bz#1199). Previously
2511      we would send the modes corresponding to a zeroed struct termios,
2512      whereas we should have been sending an empty list of modes.
2513      Based on patch from daniel.ritz AT alcatel.ch; ok dtucker@ markus@
2514    - djm@cvs.openbsd.org 2008/05/19 15:46:31
2515      [ssh-keygen.c]
2516      support -l (print fingerprint) in combination with -F (find host) to
2517      search for a host in ~/.ssh/known_hosts and display its fingerprint;
2518      ok markus@
2519    - djm@cvs.openbsd.org 2008/05/19 20:53:52
2520      [clientloop.c]
2521      unbreak tree by committing this bit that I missed from:
2522      Fix sending tty modes when stdin is not a tty (bz#1199). Previously
2523      we would send the modes corresponding to a zeroed struct termios,
2524      whereas we should have been sending an empty list of modes.
2525      Based on patch from daniel.ritz AT alcatel.ch; ok dtucker@ markus@ 
2527 20080604
2528  - (djm) [openbsd-compat/bsd-arc4random.c] Fix math bug that caused bias
2529    in arc4random_uniform with upper_bound in (2^30,2*31). Note that 
2530    OpenSSH did not make requests with upper bounds in this range.
2532 20080519
2533  - (djm) [configure.ac mux.c sftp.c openbsd-compat/Makefile.in]
2534    [openbsd-compat/fmt_scaled.c openbsd-compat/openbsd-compat.h]
2535    Fix compilation on Linux, including pulling in fmt_scaled(3)
2536    implementation from OpenBSD's libutil.
2538 20080518
2539  - (djm) OpenBSD CVS Sync
2540    - djm@cvs.openbsd.org 2008/04/04 05:14:38
2541      [sshd_config.5]
2542      ChrootDirectory is supported in Match blocks (in fact, it is most useful
2543      there). Spotted by Minstrel AT minstrel.org.uk
2544    - djm@cvs.openbsd.org 2008/04/04 06:44:26
2545      [sshd_config.5]
2546      oops, some unrelated stuff crept into that commit - backout.
2547      spotted by jmc@
2548    - djm@cvs.openbsd.org 2008/04/05 02:46:02
2549      [sshd_config.5]
2550      HostbasedAuthentication is supported under Match too
2551  - (djm) [openbsd-compat/bsd-arc4random.c openbsd-compat/openbsd-compat.c]
2552      [configure.ac] Implement arc4random_buf(), import implementation of
2553      arc4random_uniform() from OpenBSD
2554  - (djm) [openbsd-compat/bsd-arc4random.c] Warning fixes
2555  - (djm) [openbsd-compat/port-tun.c] needs sys/queue.h
2556  - (djm) OpenBSD CVS Sync
2557    - djm@cvs.openbsd.org 2008/04/13 00:22:17
2558      [dh.c sshd.c]
2559      Use arc4random_buf() when requesting more than a single word of output
2560      Use arc4random_uniform() when the desired random number upper bound
2561      is not a power of two
2562      ok deraadt@ millert@
2563    - djm@cvs.openbsd.org 2008/04/18 12:32:11
2564      [sftp-client.c sftp-client.h sftp-server.c sftp.1 sftp.c sftp.h]
2565      introduce sftp extension methods statvfs@openssh.com and
2566      fstatvfs@openssh.com that implement statvfs(2)-like operations,
2567      based on a patch from miklos AT szeredi.hu (bz#1399)
2568      also add a "df" command to the sftp client that uses the
2569      statvfs@openssh.com to produce a df(1)-like display of filesystem
2570      space and inode utilisation
2571      ok markus@
2572    - jmc@cvs.openbsd.org 2008/04/18 17:15:47
2573      [sftp.1]
2574      macro fixage;
2575    - djm@cvs.openbsd.org 2008/04/18 22:01:33
2576      [session.c]
2577      remove unneccessary parentheses
2578    - otto@cvs.openbsd.org 2008/04/29 11:20:31
2579      [monitor_mm.h]
2580      garbage collect two unused fields in struct mm_master; ok markus@
2581    - djm@cvs.openbsd.org 2008/04/30 10:14:03
2582      [ssh-keyscan.1 ssh-keyscan.c]
2583      default to rsa (protocol 2) keys, instead of rsa1 keys; spotted by
2584      larsnooden AT openoffice.org
2585    - pyr@cvs.openbsd.org 2008/05/07 05:49:37
2586      [servconf.c servconf.h session.c sshd_config.5]
2587      Enable the AllowAgentForwarding option in sshd_config (global and match
2588      context), to specify if agents should be permitted on the server.
2589      As the man page states:
2590      ``Note that disabling Agent forwarding does not improve security
2591      unless users are also denied shell access, as they can always install
2592      their own forwarders.''
2593      ok djm@, ok and a mild frown markus@
2594    - pyr@cvs.openbsd.org 2008/05/07 06:43:35
2595      [sshd_config]
2596      push the sshd_config bits in, spotted by ajacoutot@
2597    - jmc@cvs.openbsd.org 2008/05/07 08:00:14
2598      [sshd_config.5]
2599      sort;
2600    - markus@cvs.openbsd.org 2008/05/08 06:59:01
2601      [bufaux.c buffer.h channels.c packet.c packet.h]
2602      avoid extra malloc/copy/free when receiving data over the net;
2603      ~10% speedup for localhost-scp; ok djm@
2604    - djm@cvs.openbsd.org 2008/05/08 12:02:23
2605      [auth-options.c auth1.c channels.c channels.h clientloop.c gss-serv.c]
2606      [monitor.c monitor_wrap.c nchan.c servconf.c serverloop.c session.c]
2607      [ssh.c sshd.c]
2608      Implement a channel success/failure status confirmation callback
2609      mechanism. Each channel maintains a queue of callbacks, which will
2610      be drained in order (RFC4253 guarantees confirm messages are not
2611      reordered within an channel).
2612      Also includes a abandonment callback to clean up if a channel is
2613      closed without sending confirmation messages. This probably
2614      shouldn't happen in compliant implementations, but it could be
2615      abused to leak memory.
2616      ok markus@ (as part of a larger diff)
2617    - djm@cvs.openbsd.org 2008/05/08 12:21:16
2618      [monitor.c monitor_wrap.c session.h servconf.c servconf.h session.c]
2619      [sshd_config sshd_config.5]
2620      Make the maximum number of sessions run-time controllable via
2621      a sshd_config MaxSessions knob. This is useful for disabling
2622      login/shell/subsystem access while leaving port-forwarding working
2623      (MaxSessions 0), disabling connection multiplexing (MaxSessions 1) or
2624      simply increasing the number of allows multiplexed sessions.
2625      Because some bozos are sure to configure MaxSessions in excess of the
2626      number of available file descriptors in sshd (which, at peak, might be
2627      as many as 9*MaxSessions), audit sshd to ensure that it doesn't leak fds
2628      on error paths, and make it fail gracefully on out-of-fd conditions -
2629      sending channel errors instead of than exiting with fatal().
2630      bz#1090; MaxSessions config bits and manpage from junyer AT gmail.com
2631      ok markus@
2632    - djm@cvs.openbsd.org 2008/05/08 13:06:11
2633      [clientloop.c clientloop.h ssh.c]
2634      Use new channel status confirmation callback system to properly deal
2635      with "important" channel requests that fail, in particular command exec,
2636      shell and subsystem requests. Previously we would optimistically assume
2637      that the requests would always succeed, which could cause hangs if they
2638      did not (e.g. when the server runs out of fds) or were unimplemented by
2639      the server (bz #1384)
2640      Also, properly report failing multiplex channel requests via the mux
2641      client stderr (subject to LogLevel in the mux master) - better than
2642      silently failing.
2643      most bits ok markus@ (as part of a larger diff)
2644    - djm@cvs.openbsd.org 2008/05/09 04:55:56
2645      [channels.c channels.h clientloop.c serverloop.c]
2646      Try additional addresses when connecting to a port forward destination
2647      whose DNS name resolves to more than one address. The previous behaviour
2648      was to try the first address and give up.
2649      Reported by stig AT venaas.com in bz#343
2650      great feedback and ok markus@
2651    - djm@cvs.openbsd.org 2008/05/09 14:18:44
2652      [clientloop.c clientloop.h ssh.c mux.c]
2653      tidy up session multiplexing code, moving it into its own file and
2654      making the function names more consistent - making ssh.c and
2655      clientloop.c a fair bit more readable.
2656      ok markus@
2657    - djm@cvs.openbsd.org 2008/05/09 14:26:08
2658      [ssh.c]
2659      dingo stole my diff hunk
2660    - markus@cvs.openbsd.org 2008/05/09 16:16:06
2661      [session.c]
2662      re-add the USE_PIPES code and enable it.
2663      without pipes shutdown-read from the sshd does not trigger
2664      a SIGPIPE when the forked program does a write.
2665      ok djm@
2666      (Id sync only, USE_PIPES never left portable OpenSSH)
2667    - markus@cvs.openbsd.org 2008/05/09 16:17:51
2668      [channels.c]
2669      error-fd race: don't enable the error fd in the select bitmask
2670      for channels with both in- and output closed, since the channel
2671      will go away before we call select();
2672      report, lots of debugging help and ok djm@
2673    - markus@cvs.openbsd.org 2008/05/09 16:21:13
2674      [channels.h clientloop.c nchan.c serverloop.c]
2675      unbreak
2676         ssh -2 localhost od /bin/ls | true
2677      ignoring SIGPIPE by adding a new channel message (EOW) that signals
2678      the peer that we're not interested in any data it might send.
2679      fixes bz #85; discussion, debugging and ok djm@
2680    - pvalchev@cvs.openbsd.org 2008/05/12 20:52:20
2681      [umac.c]
2682      Ensure nh_result lies on a 64-bit boundary (fixes warnings observed
2683      on Itanium on Linux); from Dale Talcott (bug #1462); ok djm@
2684    - djm@cvs.openbsd.org 2008/05/15 23:52:24
2685      [nchan2.ms]
2686      document eow message in ssh protocol 2 channel state machine;
2687      feedback and ok markus@
2688    - djm@cvs.openbsd.org 2008/05/18 21:29:05
2689      [sftp-server.c]
2690      comment extension announcement
2691    - djm@cvs.openbsd.org 2008/05/16 08:30:42
2692      [PROTOCOL]
2693      document our protocol extensions and deviations; ok markus@
2694    - djm@cvs.openbsd.org 2008/05/17 01:31:56
2695      [PROTOCOL]
2696      grammar and correctness fixes from stevesk@
2698 20080403
2699  - (djm) [openbsd-compat/bsd-poll.c] Include stdlib.h to avoid compile-
2700    time warnings on LynxOS. Patch from ops AT iki.fi
2701  - (djm) Force string arguments to replacement setproctitle() though
2702    strnvis first. Ok dtucker@
2704 20080403
2705  - (djm) OpenBSD CVS sync:
2706    - markus@cvs.openbsd.org 2008/04/02 15:36:51
2707      [channels.c]
2708      avoid possible hijacking of x11-forwarded connections (back out 1.183)
2709      CVE-2008-1483; ok djm@
2710    - jmc@cvs.openbsd.org 2008/03/27 22:37:57
2711      [sshd.8]
2712      remove trailing whitespace;
2713    - djm@cvs.openbsd.org 2008/04/03 09:50:14
2714      [version.h]
2715      openssh-5.0
2716  - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
2717    [contrib/suse/openssh.spec] Crank version numbers in RPM spec files
2718  - (djm) [README] Update link to release notes
2719  - (djm) Release 5.0p1