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

Diff for /www/plus.html between version 1.750 and 1.751

version 1.750, 2001/04/04 12:32:15 version 1.751, 2001/04/07 19:41:18
Line 80 
Line 80 
     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>      <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
 <li><a href="http://www.openssh.com/">OpenSSH</a> 2.3.2 released.<br>  <li><a href="http://www.openssh.com/">OpenSSH</a> 2.3.2 released.<br>
     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>      <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
 <li>In tcpdump(8), deobfuscate some IP protocols and improve IPSEC tunnelmode printing.  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8">tcpdump(8)</a>, deobfuscate some IP protocols and improve IPSEC tunnelmode printing.
 <li>Set the offset for SCSI chain B properly in the VAX ncr driver.  <li>Set the offset for SCSI chain B properly in the VAX <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ncr&sektion=4">ncr(4)</a> driver.
 <li>Import XFree86 4.0.2.  <li>Import XFree86 4.0.2.
 <li>Long username fixes to lpd(8) and lprm(1).  <li>Long username fixes to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lpd&sektion=8">lpd(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lprm&sektion=1">lprm(1)</a>.
 <li>Convert the powerpc port to UVM.  <li>Convert the powerpc port to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvm&sektion=9">UVM(9)</a>.
 <li>Import siop(4), a replacement for the ncr(4) SCSI driver.  <li>Import <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=siop&sektion=4">siop(4)</a>, a replacement for the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ncr&sektion=4">ncr(4)</a> SCSI driver.
 <li>Support more NE2000 PCMCIA devices.  <li>Support more NE2000 PCMCIA devices.
 <li>Avoid passing shared mbufs around the kernel to prevent accidental overwrites.  <li>Avoid passing shared mbufs around the kernel to prevent accidental overwrites.
 <li>Add pcscp(4), a driver which supports AMD Am53c974 SCSI controllers.  <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcscp&sektion=4">pcscp(4)</a>, a driver which supports AMD Am53c974 SCSI controllers.
 <li>Modify sliplogin(8) to handle long usernames.  <li>Modify <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sliplogin&sektion=8">sliplogin(8)</a> to handle long usernames.
 <li>Add portsplus.html which tracks changes to the ports collection.  <li>Add <a href="http://www.openbsd.org/portsplus/index.html">portsplus.html</a> which tracks changes to the ports collection.
 <li>Allow X to work without pcvt(4).  <li>Allow X to work without pcvt(4).
 <li>Fix an authorizer removal problem in keynote(3).  <li>Fix an authorizer removal problem in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=keynote&sektion=3">keynote(3)</a>.
 <li>Deactivate function pointers upon interface detach to avoid crashes.  <li>Deactivate function pointers upon interface detach to avoid crashes.
 <li>Deal with the real time clock losing interrupts on i386.  <li>Deal with the real time clock losing interrupts on i386.
 <li>Bump maxusers to 32 in the alpha port.  <li>Bump maxusers to 32 in the alpha port.
 <li>Avoid a theoretical buffer overflow in getpwent(3).  <li>Avoid a theoretical buffer overflow in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getpwent&sektion=3">getpwent(3)</a>.
 <li>Fix an uninitialized variable in bsd.port.mk(5).  <li>Fix an uninitialized variable in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bsd.port.mk&sektion=5">bsd.port.mk(5)</a>.
 <li>Disregard ospeed in tetris(6).  <li>Disregard ospeed in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tetris&sektion=6">tetris(6)</a>.
 <li>Modify wall(1) to handle long usernames.  <li>Modify <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wall&sektion=1">wall(1)</a> to handle long usernames.
 <li>Many isp(4) SCSI driver improvements and updates.  <li>Many <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isp&sektion=4">isp(4)</a> SCSI driver improvements and updates.
 <li>Fix goto-line 0 case in mg(1).  <li>Fix goto-line 0 case in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&sektion=1">mg(1)</a>.
 <li>Fix PermitRootLogin option in SSH.  <li>Fix PermitRootLogin option in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>.
 <li>In brconfig(8), skip empty lines in the rulefile.  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=brconfig&sektion=8">brconfig(8)</a>, skip empty lines in the rulefile.
 <li>Fix HTTP installs, which were broken for quite awhile.  <li>Fix HTTP installs, which were broken for quite awhile.
 <li>Repair statclock on mvme88k.  <li>Repair statclock on mvme88k.
 <li>Ensure softupdates is enabled before performing softupdates-specific operations.  <li>Ensure softupdates is enabled before performing softupdates-specific operations.
 <li>Define a sendmail(8) variable to workaround broken name servers.  <li>Define a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendmail&sektion=8">sendmail(8)</a> variable to workaround broken name servers.
 <li>Allow up to 12 virtual terminals in wscons.  <li>Allow up to 12 virtual terminals in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wscons&sektion=4">wscons(4)</a>.
 <li>Correct VAX signal handling.  <li>Correct VAX signal handling.
 <li>Cleanup MAC support in SSH2.  <li>Cleanup MAC support in SSH2.
 <li>Support attachment of Cheetah devices to vsbus as well as ibus in the VAX port.  <li>Support attachment of Cheetah devices to vsbus as well as ibus in the VAX port.
 <li>Disable a bogus file check in cvs(1) to ease the pain of having replicated repositories.  <li>Disable a bogus file check in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cvs&sektion=1">cvs(1)</a> to ease the pain of having replicated repositories.
 <li>Ensure $RSH is set in the rcmd(3) functions.  <li>Ensure $RSH is set in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rcmd&sektion=3">rcmd(3)</a> functions.
 <li>String table fixes to ddb(4) and modload(1).  <li>String table fixes to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ddb&sektion=4">ddb(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=modload&sektion=8">modload(8)</a>.
 <li>Update wscons code.  <li>Update <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wscons&sektion=4">wscons(4)</a> code.
 <li>Pull in fixes for potential buffer overflows in xdm(1).  <li>Pull in fixes for potential buffer overflows in xdm(1).
 <li>Compatibility fixes to tar(1).  <li>Compatibility fixes to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tar&sektion=1">tar(1)</a>.
 <li>Many OpenSSH cleanups and improvements.  <li>Many <a href="http://www.openssh.com/">OpenSSH</a> cleanups and improvements.
 <li>New ELF symbol handling in ddb(4).  <li>New ELF symbol handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ddb&sektion=4">ddb(4)</a>.
 <li>Enable wscons support in XFree86.  <li>Enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wscons&sektion=4">wscons</a> support in XFree86.
 <li>Modify PCI power state for clct(4) devices so they work after warm reboots.  <li>Modify PCI power state for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=clct&sektion=4">clct(4)</a> devices so they work after warm reboots.
 <li>Repair BPF support in gre(4).  <li>Repair BPF support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gre&sektion=4">gre(4)</a>.
 <li>Fix an uninitialized variable in wsdisplay(4).  <li>Fix an uninitialized variable in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsdisplay&sektion=4">wsdisplay(4)</a>.
 <li>Fix file attribute passing in sftp-server(8).  <li>Fix file attribute passing in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp-server&sektion=8">sftp-server(8)</a>.
 <li>Correct a memory usage error in ssh-keyscan(1).  <li>Correct a memory usage error in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keyscan&sektion=1">ssh-keyscan(1)</a>.
 <li>Add support to the powerpc for loading the bootloader and kernel from an HFS filesystem.  <li>Add support to the powerpc for loading the bootloader and kernel from an HFS filesystem.
 <li>Better failure handling in vr(4).  <li>Better failure handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vr&sektion=4">vr(4)</a>.
 <li>Add support to dc(4) for parsing media blocks from Intel 21143 SROMs.  <li>Add support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&sektion=4">dc(4)</a> for parsing media blocks from Intel 21143 SROMs.
 <li>Stengthen SSH1 to make traffic analysis more difficult.  <li>Stengthen SSH1 to make traffic analysis more difficult.
 <li>Updates to /etc/services from IANA.  <li>Updates to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=services&sektion=5">/etc/services</a> from IANA.
 <li>In ssh(1), enforce non-batch_mode if StrictHostKeyChecking is set to &quot;ask&quot;.  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>, enforce non-batch_mode if StrictHostKeyChecking is set to &quot;ask&quot;.
 <li>Backport a buffer overflow fix from XFree86 4.0.2 to in-tree XFree 3.3.6.  <li>Backport a buffer overflow fix from XFree86 4.0.2 to in-tree XFree 3.3.6.
 <li>Stricter prototypes, type fixes, and other cleanups in OpenSSH.  <li>Stricter prototypes, type fixes, and other cleanups in <a href="http://www.openssh.com/">OpenSSH</a>.
 <li>Switch IPv6 raw socket code from NRL to KAME.  <li>Switch <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ip6&sektion=4">IPv6</a> raw socket code from NRL to KAME.
 <li>Stricter checking in SSH2.  <li>Stricter checking in SSH2.
 <li>Implement an upper limit for icmp6 redirects.  <li>Implement an upper limit for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=icmp6&sektion=4">icmp6(4)</a> redirects.
 <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rwhod&sektion=8">rwhod(8)</a> to work, and make debug code a flag option.  <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rwhod&sektion=8">rwhod(8)</a> to work, and make debug code a flag option.
 <li>Mark our tree such that we use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wscons&sektion=4">wscons(4)</a> as if it is vt220, instead of vt100.  <li>Mark our tree such that we use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wscons&sektion=4">wscons(4)</a> as if it is vt220, instead of vt100.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wscons&sektion=4">wscons(4)</a>, when scrolled back, if a new key is pressed, reset us to our previous location, as <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcvt&sektion=4">pcvt(4)</a> used to do.  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wscons&sektion=4">wscons(4)</a>, when scrolled back, if a new key is pressed, reset us to our previous location, as <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcvt&sektion=4">pcvt(4)</a> used to do.
Line 148 
Line 148 
 <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route6d&sektion=8">route6d(8)</a>.  <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route6d&sektion=8">route6d(8)</a>.
 <li>Numerous more changes to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp-server&sektion=8">sftp-server(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&sektion=1">sftp(1)</a>.  <li>Numerous more changes to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp-server&sektion=8">sftp-server(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&sektion=1">sftp(1)</a>.
 <li>Changes to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=accept&sektion=2">accept(2)</a> to permit return of ECONNABORTED.  <li>Changes to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=accept&sektion=2">accept(2)</a> to permit return of ECONNABORTED.
 <li>Quieten IPv6 DN message reporting by default.  <li>Quieten <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ip6&sektion=4">IPv6</a> DN message reporting by default.
 <li>Improve xmalloc() and friends in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a> code..  <li>Improve xmalloc() and friends in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a> code..
 <li>Remove dead architecture support from the tree.  <li>Remove dead architecture support from the tree.
 <li>Remove support for #! from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=syslogd&sektion=8">syslogd(8)</a>.  <li>Remove support for #! from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=syslogd&sektion=8">syslogd(8)</a>.
Line 181 
Line 181 
 <li>Change powerpc <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld.so&sektion=1">ld.so(1)</a> so all architectures use DT_INIT for ctors/init.  <li>Change powerpc <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld.so&sektion=1">ld.so(1)</a> so all architectures use DT_INIT for ctors/init.
 <li>Fix overlapping bus space copy operations on i386.  <li>Fix overlapping bus space copy operations on i386.
 <li>Move EtherIP to version 3 (2 byte padded header).  <li>Move EtherIP to version 3 (2 byte padded header).
 <li>Art does battle with ksyms, gets wounded, but eventually wins.  <li>Art does battle with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksyms&sektion=4">ksyms(4)</a>, gets wounded, but eventually wins.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a>, S/Key is now called ChallengeResponse.  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=otp-rmd160&sektion=1">S/Key</a> is now called ChallengeResponse.
 <li>Make ReverseMappingCheck optional in sshd_config.  <li>Make ReverseMappingCheck optional in sshd_config.
 <li>Mickey the madman goes on a new timeout crawl through pci and isa drivers.  <li>Mickey the madman goes on a new timeout crawl through pci and isa drivers.
 <li>Fix nlist emulation for cases where the ELF header does not exist; permits /dev/ksyms to work on ELF machines.  <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nlist&sektion=3">nlist(3)</a> emulation for cases where the ELF header does not exist; permits <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksyms&sektion=4">/dev/ksyms</a> to work on ELF machines.
 <li>Emulate some new freebsd <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=signal&sektion=2">signal(2)</a> related things in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=compat_freebsd&sektion=8">compat_freebsd(8)</a>.  <li>Emulate some new freebsd <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=signal&sektion=2">signal(2)</a> related things in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=compat_freebsd&sektion=8">compat_freebsd(8)</a>.
 <li>In IPv6, avoid panic when packet to nonexistent link-local address is issued.  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ip6&sektion=4">IPv6</a>, avoid panic when packet to nonexistent link-local address is issued.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xl&sektion=4">xl(4)</a> no longer needs to whine about tx underruns.  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xl&sektion=4">xl(4)</a> no longer needs to whine about tx underruns.
 <li>Fix ELF support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=compat_freebsd&sektion=8">compat_freebsd(8)</a>.  <li>Fix ELF support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=compat_freebsd&sektion=8">compat_freebsd(8)</a>.
 <li>Catch the alpha up to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wscons&sektion=4">wscons(4)</a> changes.  <li>Catch the alpha up to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wscons&sektion=4">wscons(4)</a> changes.
Line 198 
Line 198 
 <li><font color=#e00000><strong>IMPLEMENTATION FIX: fix memory allocation in the PCI LANCE ethernet driver, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=le&sektion=4&arch=i386">le(4)</a>.</strong></font><br>  <li><font color=#e00000><strong>IMPLEMENTATION FIX: fix memory allocation in the PCI LANCE ethernet driver, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=le&sektion=4&arch=i386">le(4)</a>.</strong></font><br>
     <a href="errata.html#lepci">A patch is available</a></strong>.<br>      <a href="errata.html#lepci">A patch is available</a></strong>.<br>
     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>      <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
 <li>In config(8) -e and -u, do not write out a new kernel if nothing changed.  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=config&sektion=8">config(8)</a> -e and -u, do not write out a new kernel if nothing changed.
 <li>Numerous fat utmp(5) changes to utilities.  <li>Numerous fat <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=utmp&sektion=5">utmp(5)</a> changes to utilities.
 <li>Move utmp(5) to large format.  <li>Move <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=utmp&sektion=5">utmp(5)</a> to large format.
 <li>Fix some incorrect return values for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mmap&sektion=2">mmap(2)</a> functions.<br>  <li>Fix some incorrect return values for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mmap&sektion=2">mmap(2)</a> functions.<br>
     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>      <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=top&sektion=1">top(1)</a> not setgid.  <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=top&sektion=1">top(1)</a> not setgid.
 <li>Update X11 to support the new i386 changes.  <li>Update X11 to support the new i386 changes.
 <li>Configure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wscons&sektion=4">wscons(4)</a> defaults to be what our users expect.  <li>Configure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wscons&sektion=4">wscons(4)</a> defaults to be what our users expect.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=moused&sektion=8&arch=i386">moused(8)</a> is dead for now.  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=moused&sektion=8&arch=i386">moused(8)</a> is dead for now.
 <li>Enable uhci(4) and ohci(4) devices by default in GENERIC.  <li>Enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhci&sektion=4">uhci(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ohci&sektion=4">ohci(4)</a> devices by default in GENERIC.
 <li>Range-check invalid .max fields in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inetd&sektion=8">inetd(8)</a>.  <li>Range-check invalid .max fields in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inetd&sektion=8">inetd(8)</a>.
 <li>Various post-merge ipf fixes.  Some previous fixes got removed and had to be put back in.  <li>Various post-merge ipf fixes.  Some previous fixes got removed and had to be put back in.
 <li>In ATAPI code, ignore PIOMODE errors.  <li>In ATAPI code, ignore PIOMODE errors.
Line 230 
Line 230 
 <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=upl&sektion=4">upl(4)</a> driver for Prolific PL2301/PL2302 USB host-to-host driver.  This acts like a network device.  <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=upl&sektion=4">upl(4)</a> driver for Prolific PL2301/PL2302 USB host-to-host driver.  This acts like a network device.
 <li>Remove -Q flag from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a>.  <li>Remove -Q flag from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a>.
 <li>Change audio-driver interface so drivers can supply a minimum delta for mixer value changes.  <li>Change audio-driver interface so drivers can supply a minimum delta for mixer value changes.
 <li>USB sync.  <li><a
   href="http://www.openbsd.org/cgi-bin/man.cgi?query=usb&sektion=4">USB</a> sync.
 <li><font color=#e00000><strong>SECURITY FIX: fix some buffer overflows in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=named&sektion=8">named(8)</a>.</strong></font><br>  <li><font color=#e00000><strong>SECURITY FIX: fix some buffer overflows in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=named&sektion=8">named(8)</a>.</strong></font><br>
     <a href="errata.html#named">A patch is available</a></strong>.<br>      <a href="errata.html#named">A patch is available</a></strong>.<br>
     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>      <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
Line 309 
Line 310 
 <li>Fix uninitialized variable bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=config&sektion=8">config(8)</a> UKC code that ignored first command sometimes.  <li>Fix uninitialized variable bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=config&sektion=8">config(8)</a> UKC code that ignored first command sometimes.
 <li>Various changes ensure that all known <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=le&sektion=4">le(4)</a> cards now work on sun4, sun4c, and sun4m machines.  <li>Various changes ensure that all known <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=le&sektion=4">le(4)</a> cards now work on sun4, sun4c, and sun4m machines.
 <li>Tweak subr_extent code with respect to boundary cases.  <li>Tweak subr_extent code with respect to boundary cases.
 <li>sftp-server draft came out; convert our sftp-server to be compliant.  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp-server&sektion=8">sftp-server(8)</a> draft came out; convert our <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp-server&sektion=8">sftp-server(8)</a> to be compliant.
 <li>sendmail 8.11.2  <li>sendmail 8.11.2
 <li>Signal race fixes to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fsck_ffs&sektion=8">fsck_ffs(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rcp&sektion=1">rcp(1)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=slattach&sektion=8">slattach(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=shutdown&sektion=8">shutdown(8)</a>.  <li>Signal race fixes to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fsck_ffs&sektion=8">fsck_ffs(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rcp&sektion=1">rcp(1)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=slattach&sektion=8">slattach(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=shutdown&sektion=8">shutdown(8)</a>.
 <li>Change asm and volatile to __asm__ and __volatile__ in any file which might be compiled using -ansi -pedantic or similar.  <li>Change asm and volatile to __asm__ and __volatile__ in any file which might be compiled using -ansi -pedantic or similar.
Line 318 
Line 319 
 <li>Numerous alpha catchups.  <li>Numerous alpha catchups.
 <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtadvd&sektion=8">rtadvd(8)</a> code.  <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtadvd&sektion=8">rtadvd(8)</a> code.
 <li>Compute UDP checksum in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&sektion=8">dhcpd(8)</a>.  <li>Compute UDP checksum in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&sektion=8">dhcpd(8)</a>.
 <li>Move mvme88k to UVM.  <li>Move mvme88k to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvm&sektion=9">UVM(9)</a>.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=clct&sektion=4">clct(4)</a> driver for Cirrus Logic CS4281 sound chips.  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=clct&sektion=4">clct(4)</a> driver for Cirrus Logic CS4281 sound chips.
 <li>Support {Allow,Deny}Groups in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a>.  <li>Support {Allow,Deny}Groups in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a>.
 <li>sshd(8) SSH2 protocol support for keepalives, IPTOS_LOWDELAY, TCP_NODELAY, and IPTOS_THROUGHPUT.  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a> SSH2 protocol support for keepalives, IPTOS_LOWDELAY, TCP_NODELAY, and IPTOS_THROUGHPUT.
 <li>Add kerberos password handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a> for kerberosIV.  <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kerberos&sektion=1">kerberos(1)</a> password handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a> for kerberosIV.
 <li>More memory leak fixes to <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>.  <li>More memory leak fixes to <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>.
 <li>Tweak <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strlcat&sektion=3">strlcat(3)</a> to not crash for a certain "illegal pointers, length 0" situation.  <li>Tweak <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strlcat&sektion=3">strlcat(3)</a> to not crash for a certain "illegal pointers, length 0" situation.
 <li>Clarify <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=setjmp&sektion=3">setjmp(3)</a> variants in the manual pages.  <li>Clarify <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=setjmp&sektion=3">setjmp(3)</a> variants in the manual pages.
Line 349 
Line 350 
 <li>Ease support for road-warrior scenarious in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a>, by intuiting the Local-ID when possible.  <li>Ease support for road-warrior scenarious in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a>, by intuiting the Local-ID when possible.
 <li>Change 802.11 DS drivers to operate in BSS mode by default.  <li>Change 802.11 DS drivers to operate in BSS mode by default.
 <li>Create links for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=FD_SET&sektion=3">FD_SET(3)</a> and such to point to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=select&sektion=2">select(2)</a> page.  <li>Create links for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=FD_SET&sektion=3">FD_SET(3)</a> and such to point to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=select&sektion=2">select(2)</a> page.
 <li>Support TCP_NDELAY on ipv6 in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>.  <li>Support TCP_NDELAY on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ip6&sektion=4">ipv6(4)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>.
 <li>Numerous spelling error corrections in the system.  <li>Numerous spelling error corrections in the system.
 <li>Various other calendar updates.  <li>Various other calendar updates.
 <li>Ensure replydirname in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftpd&sektion=8">ftpd(8)</a> does not ever truncate names.  <li>Ensure replydirname in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftpd&sektion=8">ftpd(8)</a> does not ever truncate names.
Line 367 
Line 368 
 <li>Be more careful with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=stat&sektion=2">stat(2)</a> handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mv&sektion=1">mv(1)</a>.  <li>Be more careful with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=stat&sektion=2">stat(2)</a> handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mv&sektion=1">mv(1)</a>.
 <li>Fix %p handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strptime&sektion=3">strptime(3)</a>.  <li>Fix %p handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strptime&sektion=3">strptime(3)</a>.
 <li>Fix various buffer overflows and other fixes in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=indent&sektion=1">indent(1)</a>.  <li>Fix various buffer overflows and other fixes in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=indent&sektion=1">indent(1)</a>.
 <li>Do not spit out icmp6 checksum messages if not a debug kernel.  <li>Do not spit out <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=icmp6&sektion=4">icmp6</a> checksum messages if not a debug kernel.
   
 <li>Permit stripped VAX kernels to load despite unexpected values from libsa.  <li>Permit stripped VAX kernels to load despite unexpected values from libsa.
 <li>Simplify locking and a few more fixes to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=twe&sektion=4">twe(4)</a>.  <li>Simplify locking and a few more fixes to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=twe&sektion=4">twe(4)</a>.
Line 425 
Line 426 
 <li>Many man page fixes.  <li>Many man page fixes.
 <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arc4random&sektion=3">arc4random(3)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=jot&sektion=1">jot(1)</a>.  <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arc4random&sektion=3">arc4random(3)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=jot&sektion=1">jot(1)</a>.
 <li>Handle quotas over 4GB in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=edquota&sektion=8">edquota(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=repquota&sektion=8">repquota(8)</a>.  <li>Handle quotas over 4GB in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=edquota&sektion=8">edquota(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=repquota&sektion=8">repquota(8)</a>.
 <li>Fix IPv6 Path MTU Discovery.  <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ip6&sektion=4">IPv6</a> Path MTU Discovery.
 <li>Give up euid more carefully in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mrinfo&sektion=8">mrinfo(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mtrace&sektion=8">mtrace(8)</a>.  <li>Give up euid more carefully in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mrinfo&sektion=8">mrinfo(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mtrace&sektion=8">mtrace(8)</a>.
 <li>Various OpenSSH fixes.  <li>Various OpenSSH fixes.
 <li>Add support for ActivCard, CRYPTOCard, and SNK-004 authentication for the BSD authentication framework.  <li>Add support for ActivCard, CRYPTOCard, and SNK-004 authentication for the BSD authentication framework.
Line 481 
Line 482 
 <li>Repair a memory leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=icmp6&sektion=4">ICMPv6</a> code.  <li>Repair a memory leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=icmp6&sektion=4">ICMPv6</a> code.
 <li>Turn off PMTU when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=icmp&sektion=4">ICMP</a> needfrag messages get blocked.  <li>Turn off PMTU when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=icmp&sektion=4">ICMP</a> needfrag messages get blocked.
 <li>Finnish updates for inter.phone.  <li>Finnish updates for inter.phone.
 <li>Display number of successful IPv6 PMTU changes in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstat&sektion=1">netstat(1)</a> -s output.  <li>Display number of successful <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ip6&sektion=4">IPv6</a> PMTU changes in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstat&sektion=1">netstat(1)</a> -s output.
 <li>Do not re-print ETA on completion in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scp&sektion=1">scp(1)</a> when copying 0-sized files.  <li>Do not re-print ETA on completion in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scp&sektion=1">scp(1)</a> when copying 0-sized files.
 <li>Validate <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=icmp6&sektion=4">ICMPv6</a> "too big" messages based on PCB.  <li>Validate <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=icmp6&sektion=4">ICMPv6</a> "too big" messages based on PCB.
 <li>Do not use already-freed memory in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route&sektion=8">route(8)</a>.  <li>Do not use already-freed memory in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route&sektion=8">route(8)</a>.

Legend:
Removed from v.1.750  
changed lines
  Added in v.1.751