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

Diff for /www/51.html between version 1.29 and 1.30

version 1.29, 2012/04/24 03:42:04 version 1.30, 2012/04/24 08:12:57
Line 161 
Line 161 
     </ul>      </ul>
 <p>  <p>
   
   <li>OpenSSH 6.0:
       <ul>
       <li>New features:
         <ul>
         <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keygen&amp;sektion=1">ssh-keygen(1)</a>:
           add optional checkpoints for moduli screening.
         <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-add&amp;sektion=1">ssh-add(1)</a>:
           new -k option to load plain keys (skipping certificates).
         <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
           add wildcard support to PermitOpen, allowing things like
           "PermitOpen localhost:*". (bz#1857)
         <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
           support for cancelling local and remote port forwards via the multiplex
           socket. Use "ssh -O cancel -L xx:xx:xx -R yy:yy:yy user@host" to request
           the cancellation of the specified forwardings.
         <li>support cancellation of local/dynamic forwardings from ~C commandline.
         </ul>
       <li>The following significant bugs have been fixed in this release:
         <ul>
         <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
           ensure that $DISPLAY contains only valid characters before using it to
           extract xauth data so that it can't be used to play local shell
           metacharacter games.
         <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
           unbreak remote port forwarding with dynamic allocated listen ports.
         <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scp&amp;sektion=1">scp(1)</a>:
           uppress adding '--' to remote commandlines when the first argument does
           not start with '-'. Saves breakage on some difficult-to-upgrade
           embedded/router platforms.
         <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>
           and
           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
           fix typo in IPQoS parsing: there is no "AF14" class, but there is an
           "AF21" class.
         <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>
           and
           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
           do not permit SSH2_MSG_SERVICE_REQUEST/ACCEPT during rekeying.
         <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
           skip attempting to create ~/.ssh when -F is passed.
         <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
           unbreak stdio forwarding when ControlPersist is in use. (bz#1943)
         <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
           send tty break to pty master instead of (probably already closed) slave
           side. (bz#1859)
         <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&amp;sektion=1">sftp(1)</a>:
           silence error spam for "ls */foo" in directory with files.
      (bz#1683)
         <li>Fixed a number of memory and file descriptor leaks.
         </ul>
       </ul>
   <p>
   
 <li>Over 7,000 ports, major performance and stability improvements in  <li>Over 7,000 ports, major performance and stability improvements in
 the package build process  the package build process
     <ul>      <ul>

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30