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

Diff for /www/plus27.html between version 1.16 and 1.17

version 1.16, 2001/07/11 16:46:29 version 1.17, 2001/08/08 21:06:32
Line 294 
Line 294 
 <li>Initial support for DSA keys in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8&format=html">sshd(8)</a>.  <li>Initial support for DSA keys in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8&format=html">sshd(8)</a>.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a>, switch to raw mode only if we got a pty.  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a>, switch to raw mode only if we got a pty.
 <li>Replace kernel <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=timeout&sektion=9&format=html">timeout(9)</a> mechanism with one which permits dynamic allocation of timeout structures.  <li>Replace kernel <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=timeout&sektion=9&format=html">timeout(9)</a> mechanism with one which permits dynamic allocation of timeout structures.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fdisk&sektion=8&format=html">fdisk(8)</a>, do not use BIOS geometry by default, a lot of newer BIOS's get upset when this is done with larger drives.  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fdisk&sektion=8&format=html">fdisk(8)</a>, do not use BIOS geometry by default, a lot of newer BIOSs get upset when this is done with larger drives.
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=script&sektion=1&format=html">script(1)</a> exit with a proper (and documented) exit code.  <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=script&sektion=1&format=html">script(1)</a> exit with a proper (and documented) exit code.
 <li>Fix AMD K6 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mtrr&sektion=4&arch=i386">mtrr(4)</a>.  <li>Fix AMD K6 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mtrr&sektion=4&arch=i386">mtrr(4)</a>.
 <li>Fix overflow in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&sektion=1&format=html">ftp(1)</a>.  <li>Fix overflow in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&sektion=1&format=html">ftp(1)</a>.
Line 607 
Line 607 
 <li>New ioctls for binding <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=enc&sektion=4">enc(4)</a> interfaces when bridging.  <li>New ioctls for binding <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=enc&sektion=4">enc(4)</a> interfaces when bridging.
 <li>Yet more <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&sektion=1">make(1)</a> cleanup.  <li>Yet more <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&sektion=1">make(1)</a> cleanup.
 <li>Preserve file flags in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mv&sektion=1">mv(1)</a>.  <li>Preserve file flags in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mv&sektion=1">mv(1)</a>.
 <li>Added the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gif&sektion=4">gif(4)</a> interface for tunnelling IPv4/IPv6. See <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gif&sektion=4">gif(4)</a>, gifconfig(8).  <li>Added the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gif&sektion=4">gif(4)</a> interface for tunneling IPv4/IPv6. See <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gif&sektion=4">gif(4)</a>, gifconfig(8).
 <LI>Add more PCMCIA NE2000 devices.  <LI>Add more PCMCIA NE2000 devices.
 <LI>Fix and re-enable TCP SACK code. Eliminate TCP_NEWRENO. See <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=options&sektion=4">options(4)</a>.  <LI>Fix and re-enable TCP SACK code. Eliminate TCP_NEWRENO. See <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=options&sektion=4">options(4)</a>.
 <LI>Continuing IPV6 improvements.  <LI>Continuing IPV6 improvements.
Line 732 
Line 732 
 <li><font color=#e00000><strong>Numerous (non-security) additions/changes have been made to OpenSSH since the OpenBSD 2.6 release. <a href=errata26.html#ssh>A jumbo patch is available which adds many features</a></strong></font>.  <li><font color=#e00000><strong>Numerous (non-security) additions/changes have been made to OpenSSH since the OpenBSD 2.6 release. <a href=errata26.html#ssh>A jumbo patch is available which adds many features</a></strong></font>.
 <li><font color=#e00000><strong>A kernel reliability fix for the sparc. <a href=errata26.html#sparc_locore>A patch is available</a></strong></font>.  <li><font color=#e00000><strong>A kernel reliability fix for the sparc. <a href=errata26.html#sparc_locore>A patch is available</a></strong></font>.
 <li>Counter overflow fix to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scp&sektion=1">scp(1)</a>.  <li>Counter overflow fix to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scp&sektion=1">scp(1)</a>.
 <li>Merge dvdio.h support into cdio.h, and cleanup various unportabile bits.  <li>Merge dvdio.h support into cdio.h, and cleanup various unportable bits.
 <li>Various other <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a> cleanups.  <li>Various other <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a> cleanups.
 <li>Print all bad options in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a> before exiting with a failure.  <li>Print all bad options in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a> before exiting with a failure.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8&format=html">sshd(8)</a> now has a IgnoreUserKnownHosts flag.  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8&format=html">sshd(8)</a> now has a IgnoreUserKnownHosts flag.

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17