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

Diff for /www/69.html between version 1.13 and 1.14

version 1.13, 2021/04/10 16:51:14 version 1.14, 2021/04/10 17:16:19
Line 291 
Line 291 
                 href="https://man.openbsd.org/csh.1">csh(1)</a> where redirecting                  href="https://man.openbsd.org/csh.1">csh(1)</a> where redirecting
                 input from a file containing ^T would cause csh(1) to perform a tty                  input from a file containing ^T would cause csh(1) to perform a tty
                 ioctl operation against a non-tty.                  ioctl operation against a non-tty.
           <li>Made <a href="https://man.openbsd.org/syspatch.8">syspatch(8)</a> work
                   again when fewer than 3 patches are available.
         <li>Stopped exempting file systems from <a          <li>Stopped exempting file systems from <a
                 href="https://man.openbsd.org/security.8">security(8)</a> on the basis                  href="https://man.openbsd.org/security.8">security(8)</a> on the basis
                 of nodev and nosuid options, which may not be used for file systems                  of nodev and nosuid options, which may not be used for file systems
Line 710 
Line 712 
 <!-- LDAP -->  <!-- LDAP -->
         <li>Fixed <a href="https://man.openbsd.org/ldapd.8">ldapd(8)</a> cert          <li>Fixed <a href="https://man.openbsd.org/ldapd.8">ldapd(8)</a> cert
                 and key path inference for absolute paths.                  and key path inference for absolute paths.
           <li>Fixed incorrect cast in a
                   <a href="https://man.openbsd.org/vsnprintf(3)">vsnprintf(3)</a>
                   error check
                   in <a href="https://man.openbsd.org/ldapd.8">ldapd(8)</a>.
         <li>Applied <a href="https://man.openbsd.org/unveil.2">unveil(2)</a>          <li>Applied <a href="https://man.openbsd.org/unveil.2">unveil(2)</a>
                 to <a href="https://man.openbsd.org/ldapd.8">ldapd(8)</a>.                  to <a href="https://man.openbsd.org/ldapd.8">ldapd(8)</a>.
   
Line 773 
Line 779 
                 are using Semantically Opaque Interface Identifiers.                  are using Semantically Opaque Interface Identifiers.
         <li>Handled an autoconf interface changing its rdomain in <a          <li>Handled an autoconf interface changing its rdomain in <a
                 href="https://man.openbsd.org/slaacd.8">slaacd(8)</a>.                  href="https://man.openbsd.org/slaacd.8">slaacd(8)</a>.
           <li>Do not leak the domains listed in
                   <a href="https://man.openbsd.org/unwind.8">unwind(8)</a>'s
                   blocklist file on each config reload.
           <li>Do not leak duplicate domain nodes when loading the
                   <a href="https://man.openbsd.org/unwind.8">unwind(8)</a>
                   config.
         <li>Fixed rare crashes of <a          <li>Fixed rare crashes of <a
                 href="https://man.openbsd.org/unwind.8">unwind(8)</a> when DNS answers                  href="https://man.openbsd.org/unwind.8">unwind(8)</a> when DNS answers
                 are larger than the maximum imsg size.                  are larger than the maximum imsg size.
Line 786 
Line 798 
                 with <a href="https://man.openbsd.org/unwind.8">unwind(8)</a>. Does                  with <a href="https://man.openbsd.org/unwind.8">unwind(8)</a>. Does
                 not prevent logging to stderr with "unwind -d".                  not prevent logging to stderr with "unwind -d".
   
   
         <li>Removed the -L option from <a          <li>Removed the -L option from <a
                 href="https://man.openbsd.org/dhclient.8">dhclient(8)</a>.                  href="https://man.openbsd.org/dhclient.8">dhclient(8)</a>.
         <li>Added a simple --timeout implementation to <a          <li>Added a simple --timeout implementation to <a
Line 828 
Line 839 
                 -D socket debug option in <a                  -D socket debug option in <a
                 href="https://man.openbsd.org/tcpbench.1">tcpbench(1)</a>, allowing                  href="https://man.openbsd.org/tcpbench.1">tcpbench(1)</a>, allowing
                 analysis of TCP connections.                  analysis of TCP connections.
           <li>Avoid leaking the help text in
                   <a href="https://man.openbsd.org/tcpbench.1">systat(8)</a>.
           <li>Simplify argument parsing of
                   <a href="https://man.openbsd.org/vmctl.8">vmctl(8)</a> stop
                   thereby avoiding a
                   <a href="https://man.openbsd.org/printf.3">printf(3)</a> "%s" NULL,
                   a use of uninitialized and a dead else branch.
   
   
   

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14