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

Diff for /www/plus.html between version 1.1345 and 1.1346

version 1.1345, 2014/06/25 09:26:44 version 1.1346, 2014/07/05 08:59:02
Line 75 
Line 75 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2014/06/29 -->
   <li>Major cleanup in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=roff&manpath=OpenBSD%20Current&sektion=7&format=html">roff(7)</a> .de parsing routine, to correctly handle names terminated by escape sequences.
   <!-- 2014/06/27 -->
   <li>Fixed loading of private keys by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a>.
   <li>Move to a smaller rbytes buffer and skip a random part in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malloc&manpath=OpenBSD%20Current&sektion=3&format=html">malloc(3)</a>, to introduce noise in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arc4random&manpath=OpenBSD%20Current&sektion=3&format=html">arc4random(3)</a> calling pattern.
   <li>Fixed remote forwarding in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&manpath=OpenBSD%20Current&sektion=8&format=html">sshd(8)</a> with same listen port but different listen address.
   <li>Avoid buffer overflow when there are too many boot arguments, and on reaching maximum line length.
   <!-- 2014/06/26 -->
   <li>Do not redirect STDERR of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=security&manpath=OpenBSD%20Current&sektion=8&format=html">security(8)</a> to /dev/null, so errors in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=security&manpath=OpenBSD%20Current&sektion=8&format=html">security(8)</a> script are seen.
   <li>Fully remove relevant <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&manpath=OpenBSD%20Current&sektion=4&format=html">carp(4)</a> addresses when IFXF_NOINET6 is set or when the rdomain is changed.
   <!-- 2014/06/25 -->
   <li>Workaround compatibility problems between Intel <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahci&manpath=OpenBSD%20Current&sektion=4&format=html">ahci(4)</a> and Intel SSDs, by retrying device detection.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&manpath=OpenBSD%20Current&sektion=8&format=html">pfctl(8)</a> now disallows translation rules containing addresses of { <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inet&manpath=OpenBSD%20Current&sektion=4&format=html">inet(4)</a> <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inet6&manpath=OpenBSD%20Current&sektion=4&format=html">inet6(4)</a> } when the rule doesn't specify one.
   <li>When the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nsd&manpath=OpenBSD%20Current&sektion=8&format=html">nsd(8)</a> daemon is launched via <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc.d&manpath=OpenBSD%20Current&sektion=8&format=html">rc.d(8)</a>, use a correct exit code (per <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc.subr&manpath=OpenBSD%20Current&sektion=8&format=html">rc.subr(8)</a>).
   <!-- 2014/06/24 -->
   <li>Improved messages with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=roff&manpath=OpenBSD%20Current&sektion=7&format=html">roff(7)</a> ".so": show the filename argument that was passed; on failure, report the file/line number.
   <li>If an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a> chacha operation does not consume all of the generated key stream, save it for subsequent writes.
   <li>Made TCP_NODELAY work in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a>.
   <!-- 2014/06/23 -->
   <li>Removed the noaccesstime synonym for noatime in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mount&manpath=OpenBSD%20Current&sektion=8&format=html">mount(8)</a>.
   <li>When <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scp&manpath=OpenBSD%20Current&sektion=1&format=html">scp(1)</a> is copying local to remote and it fails during read, don't send uninitialised heap to the remote end.
   <li>Don't fatal() <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> when hostname canonicalisation fails with a ProxyCommand in use.
   <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> key API: refactored key-related functions to be more library-like (existing API now a set of wrappers).
   <li>Fixed bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> KRL generation: multiple consecutive revoked certificate serial number ranges could be serialised to an invalid format.
   <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> version 4 emit warning when it is ignoring alignment constraints.
   <li>Fixed possible crash on encountering invalid msdosfs filesystems.
   <li>Disabled IPv6 on interfaces by default (a link-local address is no longer assigned by default).
   <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bus_space&manpath=OpenBSD%20Current&sektion=9&format=html">bus_space(9)</a> on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&manpath=OpenBSD%20Current&sektion=4&format=html">acpi(4)</a> SystemMemory, to correctly access memory mapped registers.
   <li>Made "<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&manpath=OpenBSD%20Current&sektion=8&format=html">ifconfig(8)</a> <if> inet6 eui64" reset the NOINET6 flag (unconditionally), to ensure link-local address is assigned.
   <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> keys and send-keys to send to invisible panes.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> so it counts mouse clicks correctly.
 <!-- 2014/06/22 -->  <!-- 2014/06/22 -->
 <li>Stopped building procfs on i386.  <li>Stopped building procfs on i386.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a> BIO_get_port(), only accept valid port numbers.  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a> BIO_get_port(), only accept valid port numbers.
Line 916 
Line 947 
   
 </body>  </body>
 </html>  </html>
   
   
   
   
   

Legend:
Removed from v.1.1345  
changed lines
  Added in v.1.1346