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

Diff for /www/plus36.html between version 1.10 and 1.11

version 1.10, 2007/05/07 17:45:57 version 1.11, 2007/06/01 03:39:45
Line 648 
Line 648 
 <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a> save the destination port if it is NATed, as one might reasonably expect it to be when using NAT-Traversal.  <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a> save the destination port if it is NATed, as one might reasonably expect it to be when using NAT-Traversal.
 <li>Don't leak a cloned PMTU route in netinet/ip_output.c.  <li>Don't leak a cloned PMTU route in netinet/ip_output.c.
 <li>arc4random(9)ise a previously time-based ID in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atalk&sektion=4">atalk(4)</a>.  <li>arc4random(9)ise a previously time-based ID in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atalk&sektion=4">atalk(4)</a>.
 <li>Fix an fd leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a> when multiple subsytems are present.  <li>Fix an fd leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a> when multiple subsystems are present.
 <li>Use arc4random(9) instead of the time for the ARCnet sequence ID.  <li>Use arc4random(9) instead of the time for the ARCnet sequence ID.
 <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getaddrinfo&sektion=3">getaddrinfo(3)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getnameinfo&sektion=3">getnameinfo(3)</a> instead of old-style conversion functions in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spamd&sektion=8">spamd(8)</a>, but restrict resolution to AF_INET for now.  <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getaddrinfo&sektion=3">getaddrinfo(3)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getnameinfo&sektion=3">getnameinfo(3)</a> instead of old-style conversion functions in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spamd&sektion=8">spamd(8)</a>, but restrict resolution to AF_INET for now.
 <li>Allow - with a warning - the old package keyword @src, in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1">pkg_add(1)</a> etc.  <li>Allow - with a warning - the old package keyword @src, in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1">pkg_add(1)</a> etc.

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11