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

Diff for /www/plus.html between version 1.1426 and 1.1427

version 1.1426, 2019/03/28 06:02:29 version 1.1427, 2019/03/30 04:13:05
Line 607 
Line 607 
 <!-- 2019/01/08 -->  <!-- 2019/01/08 -->
 <li>Disabled ret-protector and retpoline protections in the <a href="https://man.openbsd.org/clang">clang(1)</a> compiler to regain build performance.  <li>Disabled ret-protector and retpoline protections in the <a href="https://man.openbsd.org/clang">clang(1)</a> compiler to regain build performance.
 <li>Adjusted <a href=https://man.openbsd.org/httpd>httpd(8)</a> to start when TLS is configured but keys and certificates are not yet present.  <li>Adjusted <a href=https://man.openbsd.org/httpd>httpd(8)</a> to start when TLS is configured but keys and certificates are not yet present.
   <!-- 11/14/2018 -->
   <li>Plugged a memory leak in host()'s error code path in <a href="https://man.openbsd.org/bgpd">bgpd(8)</a>.
   <li>Used the txprio setting to populate the tos in keepalive packets.
   <!-- 11/13/2018 -->
   <li>Modified <a href="https://man.openbsd.org/snmpd">snmpd(8)</a> to use <a href="https://man.openbsd.org/unveil">unveil(2)</a> despite inability to use <a href="https://man.openbsd.org/pledge">pledge(2)</a>, closing an attack vector.
   <li>Added txprio support to <a href="https://man.openbsd.org/gre">gre(4)</a>, <a href="https://man.openbsd.org/mgre">mgre(4)</a>, <a href="https://man.openbsd.org/egre">egre(4)</a>, <a href="https://man.openbsd.org/nvgre">nvgre(4)</a> and <a href="https://man.openbsd.org/eoip">eoip(4)</a>.
   <!-- 11/12/2018 -->
   <li>Added support for txprio settings on interfaces with <a href="https://man.openbsd.org/ifconfig">ifconfig(8)</a>. This adds a txprio argument with a setting which can be changed to 'payload,' 'packet' or a number between 0 and 7.
   <li>Modified <a href="https://man.openbsd.org/dhclient">dhclient(8)</a> to restart when an SSID change is noted in RTM_80211INFO, ensuring that the correct lease is discovered or renewed and the lease file is properly updated.
   <li>Added the new routing socket message RTM_80211INFO to provide details of 802.11 interface state changes and added support to <a href="https://man.openbsd.org/route">route(8)</a>.
   <li>Added a mechanism for managing asyncronous IO signal registrations.
   <li>Set the hardmtu on ethernet encapsulated interfaces so the MTU can be raised above 1500.
   <li>Limited the number of interface units to the number of device minors, preventing the creation of <a href="https://man.openbsd.org/tap">tap(4)</a> and <a href="https://man.openbsd.org/tun">tun(4)</a> devices which can't be opened from userland because of the limit on the number of dev_t minor numbers.
   <!-- 11/11/2018 -->
   <li>Built <a href="https://man.openbsd.org/clang">clang(1)</a> on mips64.
   <li>Changed the proc message formatting API in <a href="https://man.openbsd.org/smtpd">smtpd(8)</a> to accept NULL as a valid string.
   <li>Adjusted <a href="https://man.openbsd.org/ripd">ripd(8)</a> to accept 'interface ifX' without parameters.
   <li>Added implementation of the SM3 hashing function within <a href="https://man.openbsd.org/crypto">crypto(3)</a>. The SM2/SM3/SM4 algorithms are mandatory for legal use of cryptography within China.
   <li>Added automatic threading initialization for <a href="https://man.openbsd.org/crypto">crypto(3)</a>.
   <li>Fixed <a href="https://man.openbsd.org/ssl">ssl(8)</a> to free the server TLS transcript in case session reuse has failed.
   <!-- 11/10/2018 -->
   <li>Enabled the -D option for <a href="https://man.openbsd.org/ping6">ping6(8)</a>.
   <li>Fixed the vnetid range in <a href="https://man.openbsd.org/ifconfig">ifconfig(8)</a>. 0 and 4095 are reserved IDs per 802.1Q and <a href="https://man.openbsd.org/vlan">vlan(4)</a>.
   <li>Added support to <a href="https://man.openbsd.org/ping">ping(8)</a> and <a href="https://man.openbsd.org/traceroute">traceroute(8)</a> for setting the traffic class on IPv6 packets.
   <!-- 11/09/2018 -->
   <li>Reduced needed <a href="https://man.openbsd.org/pledge">pledge(2)</a> use further in <a href="https://man.openbsd.org/tcpdump">tcpdump(8)</a>.
   <li>Removed <a href="https://man.openbsd.org/man5/ethers.5">ethers(5)</a> YP support from libc, allowing more effective use of <a href="https://man.openbsd.org/pledge">pledge(2)</a> in some programs.
   <li>Modified <a href="https://man.openbsd.org/nc">nc(1)</a> to report to stderr in verbose mode when the listen system call has finished, allowing writing of race-free scripts as server status can be checked.
   <!-- 11/08/2018 -->
   <li>Cleaned up and simplified the <a href="https://man.openbsd.org/ssl">ssl(8)</a> handshake transcript code, providing a more readable API with code that uses a BUF_MEM instead of a BIO.
   <li>Fixed a case where if a server asked the client for a certificate that doesn't exist, a handshake transcript would be left behind in <a href="https://man.openbsd.org/ssl">ssl(8)</a>.
   <li>Changed the default listen port for <a href="https://man.openbsd.org/switchd">switchd(8)</a> from 6633 to 6653, the IANA standardized OpenFlow port. When a listen port is not specified in <a href="https://man.openbsd.org/switchd.conf">switchd.conf(5)</a>, it will be randomized.
   <li>Used the original client border width to adjust initial placement of clients containing {P,US}Position requests where they are explicitly set to 'ignore' in <a href="https://man.openbsd.org/cwmrc">cwmrc</a>. This prevents unintentional client offset in <a href="https://man.openbsd.org/cwm">cwm(1)</a>.
   <li>Improved use of <a href="https://man.openbsd.org/unveil">unveil(2)</a> within <a href="https://man.openbsd.org/passwd">passwd(1)</a>.
   <li>Introduced the 'smtp-in' keyword to <a href="https://man.openbsd.org/smtpd">smtpd(8)</a> to allow less ambiguous reporting of smtp-in and smtp-out events.
   <li>Expanded reporting of tx events in <a href="https://man.openbsd.org/smtpd">smtpd(8)</a>.
   <li>Fixed a problem associated with keeping default ribs alive and Adj-RIB-In/Out in <a href="https://man.openbsd.org/bgpd">bgpd(8)</a>. The RIB will only be recreated if the FIB distribution flags changed or the rtableid changed and there is a FIB.
   <li>Applied <a href="https://man.openbsd.org/unveil">unveil(2)</a> to <a href="https://man.openbsd.org/tcpdrop">tcpdrop(8)</a>.
 <!-- 2018/11/07 -->  <!-- 2018/11/07 -->
 <li>Fixed clipping during float to integer conversions in <a href="https://man.openbsd.org/aucat">aucat(1)</a>.  <li>Fixed clipping during float to integer conversions in <a href="https://man.openbsd.org/aucat">aucat(1)</a>.
 <li>Fixed an error in <a href="https://man.openbsd.org/tmux">tmux(1)</a> by ensuring that a non-repeating key used when repeating be treated as an entirely new key press.  <li>Fixed an error in <a href="https://man.openbsd.org/tmux">tmux(1)</a> by ensuring that a non-repeating key used when repeating be treated as an entirely new key press.

Legend:
Removed from v.1.1426  
changed lines
  Added in v.1.1427