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

Diff for /www/43.html between version 1.102 and 1.103

version 1.102, 2019/05/31 13:15:31 version 1.103, 2019/06/01 23:12:46
Line 80 
Line 80 
 <li><a href="mvme88k.html">OpenBSD/mvme88k</a><br>  <li><a href="mvme88k.html">OpenBSD/mvme88k</a><br>
     SMP support on MVME188 and MVME188A systems.<br>      SMP support on MVME188 and MVME188A systems.<br>
     88110 processor, and thus MVME197LE/SP/DP boards, are supported now.      88110 processor, and thus MVME197LE/SP/DP boards, are supported now.
 <li><a href="sgi.html">OpenBSD/sgi</a><br>  <li><a href="sgi.html">OpenBSD/sgi</a><br>
     Contains many new drivers, however the kernel requires an      Contains many new drivers, however the kernel requires an
     important errata fix.      important errata fix.
 </ul>  </ul>
Line 150 
Line 150 
 <li>The <a href="https://man.openbsd.org/eso.4">eso(4)</a> driver now supports recording as well as full-duplex mode.  <li>The <a href="https://man.openbsd.org/eso.4">eso(4)</a> driver now supports recording as well as full-duplex mode.
 <li>The ffs layer is now 64-bit disk block address clean.  <li>The ffs layer is now 64-bit disk block address clean.
 This means that disks, partitions and filesystems larger than 2TB are  This means that disks, partitions and filesystems larger than 2TB are
 now supported, with the exception of statfs(2) and quotas.  now supported, with the exception of statfs(2) and quotas.
 <li>DMA is now enabled for 1-sector devices such as flash drives, providing  <li>DMA is now enabled for 1-sector devices such as flash drives, providing
 significant speed improvement.  significant speed improvement.
 <li>Sparc and Sparc64 disklabels now provide automatic recognition of ext2fs  <li>Sparc and Sparc64 disklabels now provide automatic recognition of ext2fs
Line 287 
Line 287 
 <ul>  <ul>
 <li>New features:  <li>New features:
   <ul>    <ul>
     <li>Added      <li>Added
     <a href="https://man.openbsd.org/chroot.2">chroot(2)</a>      <a href="https://man.openbsd.org/chroot.2">chroot(2)</a>
     support for <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>,      support for <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>,
      controlled by a new option       controlled by a new option
     <em>"ChrootDirectory"</em>. Please refer to      <em>"ChrootDirectory"</em>. Please refer to
     <a href="https://man.openbsd.org/sshd_config.5">sshd_config(5)</a>      <a href="https://man.openbsd.org/sshd_config.5">sshd_config(5)</a>
     for details, and      for details, and
     please use this feature carefully.      please use this feature carefully.
Line 302 
Line 302 
     used when the command <em>"internal-sftp"</em> is specified in a Subsystem      used when the command <em>"internal-sftp"</em> is specified in a Subsystem
     or ForceCommand declaration. When used with <em>ChrootDirectory</em>, the      or ForceCommand declaration. When used with <em>ChrootDirectory</em>, the
     internal sftp server requires no special configuration of files      internal sftp server requires no special configuration of files
     inside the chroot environment. Please refer to      inside the chroot environment. Please refer to
     <a href="https://man.openbsd.org/sshd_config.5">sshd_config(5)</a>      <a href="https://man.openbsd.org/sshd_config.5">sshd_config(5)</a>
     for more information.      for more information.
     <li>Added a protocol extension method "posix-rename@openssh.com" for      <li>Added a protocol extension method "posix-rename@openssh.com" for
Line 317 
Line 317 
     keys when in inetd mode and protocol 2 connections are negotiated.      keys when in inetd mode and protocol 2 connections are negotiated.
     This speeds up protocol 2 connections to inetd-mode servers that      This speeds up protocol 2 connections to inetd-mode servers that
     also allow Protocol 1.      also allow Protocol 1.
     <li>Accept the <em>PermitRootLogin</em> directive in a      <li>Accept the <em>PermitRootLogin</em> directive in a
     <a href="https://man.openbsd.org/sshd_config.5">sshd_config(5)</a>      <a href="https://man.openbsd.org/sshd_config.5">sshd_config(5)</a>
     <em>Match</em>      <em>Match</em>
     block. Allows for, e.g. permitting root only from the local      block. Allows for, e.g. permitting root only from the local
     network.      network.
     <li>Reworked      <li>Reworked
     <a href="https://man.openbsd.org/sftp.1">sftp(1)</a>      <a href="https://man.openbsd.org/sftp.1">sftp(1)</a>
     argument splitting and escaping to be more      argument splitting and escaping to be more
     internally consistent (i.e. between sftp commands) and more      internally consistent (i.e. between sftp commands) and more
Line 331 
Line 331 
     Please note that this will change the      Please note that this will change the
     interpretation of some quoted strings, especially those with      interpretation of some quoted strings, especially those with
     embedded backslash escape sequences.      embedded backslash escape sequences.
     <li>Support <em>"Banner=none"</em> in      <li>Support <em>"Banner=none"</em> in
     <a href="https://man.openbsd.org/sshd_config.5">sshd_config(5)</a>      <a href="https://man.openbsd.org/sshd_config.5">sshd_config(5)</a>
     to disable sending of a      to disable sending of a
     pre-login banner (e.g. in a <em>Match</em> block).      pre-login banner (e.g. in a <em>Match</em> block).
Line 358 
Line 358 
      <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>       <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>
      used the obsolete SIG DNS RRtype for host keys in DNS,       used the obsolete SIG DNS RRtype for host keys in DNS,
      instead of the current standard RRSIG.       instead of the current standard RRSIG.
      <li>Correctly drain ACKs when a       <li>Correctly drain ACKs when a
      <a href="https://man.openbsd.org/sftp.1">sftp(1)</a>       <a href="https://man.openbsd.org/sftp.1">sftp(1)</a>
      upload write fails midway,       upload write fails midway,
      avoids a fatal() exit from what should be a recoverable condition.       avoids a fatal() exit from what should be a recoverable condition.
Line 367 
Line 367 
      packet size, causing fatal errors under some conditions.       packet size, causing fatal errors under some conditions.
      <li><em>Many more bugfixes. Please refer to the       <li><em>Many more bugfixes. Please refer to the
      <a href="https://www.openssh.com/txt/release-4.8">Release Notes</a>.</em>       <a href="https://www.openssh.com/txt/release-4.8">Release Notes</a>.</em>
   
   </ul>    </ul>
 </ul>  </ul>
 <p>  <p>

Legend:
Removed from v.1.102  
changed lines
  Added in v.1.103