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

Diff for /www/63.html between version 1.35 and 1.36

version 1.35, 2018/03/26 12:35:37 version 1.36, 2018/03/26 12:52:56
Line 209 
Line 209 
          <b>staticarp</b> option to make interfaces reply to ARP requests only.           <b>staticarp</b> option to make interfaces reply to ARP requests only.
     <li> <a href="https://man.openbsd.org/ipsecctl.8">ipsecctl(8)</a> can now      <li> <a href="https://man.openbsd.org/ipsecctl.8">ipsecctl(8)</a> can now
          collapse flow outputs having the same source or destination           collapse flow outputs having the same source or destination
       <li>The <tt>-n</tt> option in the
           <a href="https://man.openbsd.org/netstart.8">netstart(8)</a> no longer
           messes with the default route.
           It is now documented as well.
     <li>...      <li>...
     </ul>      </ul>
 <p>  <p>
Line 242 
Line 246 
     <li>...      <li>...
     </ul>      </ul>
 <p>  <p>
   
 <li><a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> improvements:  <li><a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> improvements:
     <ul>      <ul>
       <li>parsing <a href="https://man.openbsd.org/dhclient.conf.5">        <li>parsing <a href="https://man.openbsd.org/dhclient.conf.5">
Line 323 
Line 327 
          unserstand dumps of USB transfers in the           unserstand dumps of USB transfers in the
          <a href="http://desowin.org/usbpcap/captureformat.html">USBPcap</a>           <a href="http://desowin.org/usbpcap/captureformat.html">USBPcap</a>
          format.           format.
       <li>The default prompts of <a href="https://man.openbsd.org/csh.1">csh(1)</a>,
           <a href="https://man.openbsd.org/ksh.1">ksh(1)</a> and
           <a href="https://man.openbsd.org/sh.1">sh(1)</a> now include the hostname.
       <li>Memory allocation in ksh was switched from
           <a href="https://man.openbsd.org/calloc.3">calloc(3)</a> back to
           <a href="https://man.openbsd.org/malloc.3">malloc(3)</a>,
           making it easier to recognize uninitialized memory.
           As a result, a history-related bug in emacs editing mode was discovered
           and fixed.
       <li>The <a href="https://man.openbsd.org/printf.3">printf(3)</a> format
           string is no longer validated when looking for <tt>%</tt> formats.
           Based on a commit by android and following most other operating systems.
       <li>Improved error checking in
           <a href="https://man.openbsd.org/vfwprintf.3">vfwprintf(3)</a>.
       <li>Many base programs have been audited and fixed for stale file descriptors,
           including
           <a href="https://man.openbsd.org/cron.8">cron(8)</a>,
           <a href="https://man.openbsd.org/ftp.1">ftp(1)</a>,
           <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a>,
           <a href="https://man.openbsd.org/openssl.1">openssl(1)</a>,
           <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> and
           <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>.
       <li>Various bug fixes and improvements in
           <a href="https://man.openbsd.org/jot.1">jot(1)</a>:
           <ul>
             <li>Arbitrary length limits for the arguments for the
                 <tt>-b</tt>, <tt>-s</tt>, <tt>-w</tt> options were removed.
             <li>The <tt>%F</tt> format specifier is now supported and a bug
                 in the <tt>%D</tt> format was fixed.
             <li>Better code coverage in regression tests.
             <li>Several buffer overruns were fixed.
           </ul>
       <li>The <a href="https://man.openbsd.org/patch.1">patch(1)</a> utility now
           copes better with git diffs that create or delete files.
       <li>The elfrdsetroot utility used to build ramdisks is now pledged.
     <li>...      <li>...
     </ul>      </ul>
 <p>  <p>
Line 354 
Line 393 
    <ul>     <ul>
    <li> Fixed a bug in int_x509_param_set_hosts, calling strlen() if name     <li> Fixed a bug in int_x509_param_set_hosts, calling strlen() if name
    length provided is 0 to match the OpenSSL behaviour. Issue noticed     length provided is 0 to match the OpenSSL behaviour. Issue noticed
    by Christian Heimes <christian@python.org>     by Christian Heimes &lt;christian@python.org&gt;
    <li> Added support for many OpenSSL 1.0.2 and 1.1 APIs, based on     <li> Added support for many OpenSSL 1.0.2 and 1.1 APIs, based on
    observations of real-world usage in applications. These are     observations of real-world usage in applications. These are
    implemented in parallel with existing OpenSSL 1.0.1 APIs - visibility     implemented in parallel with existing OpenSSL 1.0.1 APIs - visibility

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36