[BACK]Return to 45.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/45.html between version 1.31 and 1.32

version 1.31, 2009/03/10 20:02:32 version 1.32, 2009/03/22 17:37:14
Line 228 
Line 228 
   
 <li>OpenSSH 5.2:  <li>OpenSSH 5.2:
 <ul>  <ul>
 <li>Sorry, this list is still being worked on.  <li>New features:
     <ul>
       <li>Added an option to
           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>
           to force logging to <em>syslog</em> rather than <em>stderr</em>.
       <li>The
           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd_config&sektion=5">sshd_config(5)</a>
           <em>ForceCommand</em> directive now accepts commandline arguments for
           the <em>internal-sftp</em> server.
       <li>The
           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>
           ~C escape commandline now support runtime creation of dynamic port
           forwards.
       <li>Support the
           <em>SOCKS4A</em> protocol in
           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>
           dynamic forwards.
       <li>Support remote port forwarding with a listen port of '0'.
       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>
           now supports setting <em>PermitEmptyPasswords</em> and
           <em>AllowAgentForwarding</em> in <em>Match</em> blocks.
     </ul>
   <li>The following significant bugs have been fixed in this release:
     <ul>
       <li>Repair a
           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>
           crash introduced in openssh-5.1 when the client is sent a zero-length
           banner.
       <li>The <em>eow@openssh.com</em> and <em>no-more-sessions@openssh.com</em>
           protocol extensions are now only sent to peers that identify themselves
           as OpenSSH.
       <li>Avoid printing "Non-public channel" warnings in
           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>,
           since
           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>
           has sent incorrect channel numbers since ~2004; make
           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>
           send the correct channel number for <em>SSH2_MSG_CHANNEL_SUCCESS</em>
           and <em>SSH2_MSG_CHANNEL_FAILURE</em>.
       <li>Avoid double-free in
           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>
           ~C escape -L handler.
       <li>Correct fail-on-error behaviour in
           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&amp;sektion=1">sftp(1)</a>
           batchmode for remote <em>stat</em> operations.
       <li>Avoid hang in
           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>
           when attempting to connect to a server that has <em>MaxSessions</em>
           set to zero.
     </ul>
 </ul>  </ul>
 <p>  <p>
   

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32