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

Diff for /www/plus.html between version 1.1421 and 1.1422

version 1.1421, 2019/03/11 15:34:29 version 1.1422, 2019/03/13 19:47:51
Line 530 
Line 530 
 <!-- 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.
   <!-- 2018/11/07 -->
   <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>Tested TLS interoperability between LibreSSL and OpenSSL by implementing a simple SSL client and server in C, then creating four binaries by linking them with LibreSSL or OpenSSL to test API compatibility.
   <!-- 2018/11/06 -->
   <li>Defined TLS_CA_CERT_FILE rather than having every application create their own define for /etc/ssl/cert.pem.
   <li>Corrected unzooming and redrawing of panes in switch-client for <a href="https://man.openbsd.org/tmux">tmux(1)</a>.
   <li>Implemented SAFE-INIT-CHAR for <a href="https://man.openbsd.org/ldap">ldap(1)</a>.
   <li>Allowed <a href="https://man.openbsd.org/join">join(1)</a> to join on a multibyte separator.
   <li>Added new vm.malloc_conf sysctl for <a href="https://man.openbsd.org/malloc">malloc(3)</a> flags.
   <li>Began work to add feature flags for LibreSSL.
   <!-- 2018/11/05 -->
   <li>Introduced bn_rand_interval() to allow specifying an interval from which a BIGNUM is chosen uniformly at random.
   <li>Improved the filters for touchpad scrolling in <a href="https://man.openbsd.org/wscons">wscons(4)</a>.
   <li>Modified icmp_input_if() m_pullup to increase the maximum size of required data at the start to simplify code and reduce m_pullup calls.
   <li>Implemented coordinate blinding for EC_POINT in <a href="https://man.openbsd.org/ssl">ssl(8)</a>. Renamed the TLS Supported Elliptic Curves extension to Supported Groups re: RFC 7919.
   <li>Adjusted <a href="https://man.openbsd.org/snmpd">snmpd(8)</a> promises to remove an unnecessary rpath promise and <a href="https://man.openbsd.org/unveil">unveil(2)</a> the snmpe process.
   <li>Fixed the case where an mbuf cluster is used in <a href="https://man.openbsd.org/icmp">icmp(4)</a> to correctly offset the data and generalize checking.
   <li>Implemented C11's <a href="https://man.openbsd.org/aligned_alloc">aligned_alloc(3)</a>.
   <li>Adjusted <a href="https://man.openbsd.org/ntpd">ntpd(8)</a> to be stricter with TLS configuration.
   <!-- 2018/11/04 -->
   <li>Updated the opensslfeatures.h to include all of the OPENSSL_NO_* flags that exist in <a href="https://man.openbsd.org/ssl">ssl(8)</a>. Defined OPENSSL_NO_ASYNC, as libcrypto does not have built-in async features.
   <li>Fixed an error introduced to <a href="https://man.openbsd.org/tcp">tcp(4)</a> that broke setting of a fixed socket send buffer size due to out-of-sync algorithms.
   <li>Introduced a real Adj-RIB-Out to <a href="https://man.openbsd.org/bgpd">bgpd(8)</a> and removed the update_rib introduced before 6.4.
   <li>Added a <a href="https://man.openbsd.org/pledge">pledge(2)</a> to ripe and rde in <a href="https://man.openbsd.org/ripd">ripd(8)</a> and used <a href="https://man.openbsd.org/unveil">unveil(2)</a> to remove file system access for the parent process.
   <!-- 2018/11/03 -->
   <li>Changed <a href="https://man.openbsd.org/dhclient">dhclient(1)</a> to log "LLADDR changed" and "restarting" when LLADDR is modified and the restart is actually executed, no longer saying 'restarting' twice.
   <li>Adjusted <a href="https://man.openbsd.org/smtpd">smtpd(8)</a> to apply filter rules only to filtered interfaces.
   <li>Explicitly disabled xdm-authorization-1 support in <a href="https://man.openbsd.org/X">X(7)</a> server.
   <!-- 2018/11/02 -->
   <li>Changed <a href="https://man.openbsd.org/dhclient">dhclient(8)</a> to ignore incoming packets and routing socket messages and to cancel any pending protocol timeout when reacting to SIGHUP.
   <li>Modified <a href="https://man.openbsd.org/top">top(1)</a> to accept numeric user IDs, making 'top -U 0' and 'u-1000' work.
   <li>Modified <a href="https://man.openbsd.org/getent">getent(1)</a> to prefer user names over numeric user IDs.
   <!-- 2018/11/01 -->
   <li>Disabled LOCKF_DIAGNOSTIC for <a href="https://man.openbsd.org/lockf">lockf(3)</a>.
   <li>Allowed <a href="https://man.openbsd.org/smtpd">smtpd(8)</a> to fork processes at startup and maintain a socketpair with them.
   <li>Merged libdrm 2.4.96.
 <!-- 2018/10/31 -->  <!-- 2018/10/31 -->
 <li>Changed <a href="https://man.openbsd.org/smtpd">smtpd(8)</a> to log tls events as 'tls' and not 'starttls'.  <li>Changed <a href="https://man.openbsd.org/smtpd">smtpd(8)</a> to log tls events as 'tls' and not 'starttls'.
 <li>Increased max frame size and hard MTU to allow use of <a href="https://man.openbsd.org/vlan">vlan(4)</a> and jumbo frames on <a href="https://man.openbsd.org/ure">ure(4)</a>.  <li>Increased max frame size and hard MTU to allow use of <a href="https://man.openbsd.org/vlan">vlan(4)</a> and jumbo frames on <a href="https://man.openbsd.org/ure">ure(4)</a>.

Legend:
Removed from v.1.1421  
changed lines
  Added in v.1.1422