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

Diff for /www/plus.html between version 1.787 and 1.788

version 1.787, 2001/07/11 05:31:58 version 1.788, 2001/07/17 22:18:51
Line 62 
Line 62 
 <li><font color=#e00000><strong>SECURITY FIX: avoid race in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=execve&sektion=2">execve(2)</a> when checking flags for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ptrace&sektion=2">ptrace(2)</a>.</strong></font><br>  <li><font color=#e00000><strong>SECURITY FIX: avoid race in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=execve&sektion=2">execve(2)</a> when checking flags for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ptrace&sektion=2">ptrace(2)</a>.</strong></font><br>
     <a href=errata.html#kernexec>A source code patch is available</a>.<br>      <a href=errata.html#kernexec>A source code patch is available</a>.<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>...  <li>Update if_lastchange when IFF_UP is changed instead of on every packet transmission and receipt.
   <li>VM renovations on mvme88k.
   <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=va_start&sektion=3">va_start(3)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=va_end&sektion=3">va_end(3)</a> for every call to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vfprintf&sektion=3">vfprintf(3)</a> and associates.
   <li>Replace commonly used static lists with persistent growable arrays in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&sektion=1">make(1)</a>.
   <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=slstats&sektion=8">slstats(8)</a> use an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ioctl&sektion=2">ioctl(2)</a> so it doesn't need to be setgid.
   <li>Ensure *chi doesn't recieve interrupts before being initialized.
   <li>Let pci_mapreg_map() take an extra argument to limit the size of the PCI region to map so we can still work with things publishing too much PCI memory.
   <li>Use lpd_flags in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc&sektion=8">rc(8)</a>, allowing flags to be passed to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lpd&sektion=8">lpd(8)</a>.
   <li>Support EDNS0 (RFC2671) buffer size notification for DNS queries.
   <li>Upgrade to binutils 2.10.1.
   <li>Protect include files in /usr/include/net against multiple inclusion.
   <li>Fix unmapped interrupt problems on some VIA-based boards.
   <li>New options, improvements, and fixes for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wicontrol&sektioin=8">wicontrol(8)</a>.
   <li>Palm support in libsectok.
   <li>Rewrite <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldd&sektion=1">ldd(1)</a>.
 <li><font color=#e00000><strong>RELIABILITY FIX: use correct <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=db&sektion=3">db(3)</a> pointers in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pwd_mkdb&sektion=8">pwd_mkdb(8)</a>, and don't star out empty passwords</strong></font><br>  <li><font color=#e00000><strong>RELIABILITY FIX: use correct <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=db&sektion=3">db(3)</a> pointers in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pwd_mkdb&sektion=8">pwd_mkdb(8)</a>, and don't star out empty passwords</strong></font><br>
     <a href=errata.html#pwd_mkdb>A source code patch is available</a>.<br>      <a href=errata.html#pwd_mkdb>A source code patch is available</a>.<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>...  <li>Assorted <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ppp&sektion=8">ppp(8)</a> alterations.
   <li>Correct initialization of the policy_id field for SA structures in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a>.
   <li>PCI shim for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi(4)</a>.
   <li>Repair preservation option in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cp&sektion=1">cp(1)</a>.
   <li>Allow the number of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gre&sektion=4">gre(4)</a> devices to be changed in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=boot_config&sektion=8">boot_config(8)</a>.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc&sektion=8">rc(8)</a> no longer starts netatalk -- if installed -- by default.
 <li><font color=#e00000><strong>RELIABILITY FIX: compute length correctly on certificates in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a>.</strong></font><br>  <li><font color=#e00000><strong>RELIABILITY FIX: compute length correctly on certificates in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a>.</strong></font><br>
     <a href=errata.html#isakmpd>A source code patch is available</a>.<br>      <a href=errata.html#isakmpd>A source code patch is available</a>.<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 76 
Line 95 
 <li>Ongoing license audit and copyright notice cleanup.  <li>Ongoing license audit and copyright notice cleanup.
 <li>Extend pfkeyv2's RFC2367 compliance and fix backward compatibility problems.  <li>Extend pfkeyv2's RFC2367 compliance and fix backward compatibility problems.
 <li>Adjust routing socket message to the right size.  <li>Adjust routing socket message to the right size.
 <li>Switch UID when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a> cleans up temporary files and sockets  <li>Switch UID when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a> cleans up temporary files and sockets.
 <li>Speed up <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arc4random&sektion=3">arc4random(3)</a> in some net subsystems.  <li>Speed up <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arc4random&sektion=3">arc4random(3)</a> in some net subsystems.
 <li>Upgrade to XFree86 4.1.0.  <li>Upgrade to XFree86 4.1.0.
 <li>Use default hoplimit when icmp6_error doesn't know about the incoming interface.  <li>Use default hoplimit when icmp6_error doesn't know about the incoming interface.

Legend:
Removed from v.1.787  
changed lines
  Added in v.1.788