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

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

version 1.12, 2021/04/10 07:16:23 version 1.13, 2021/04/10 16:51:14
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>Prevented a crash due to <a  
                 href="https://man.openbsd.org/httpd.8">httpd(8)</a> listening on port  
                 443 with missing TLS certificates.  
         <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 612 
Line 609 
                 share the same IP.                  share the same IP.
   
 <!-- HTTPD -->  <!-- HTTPD -->
         <li>Created a new "location (found|notfound)" option for <a          <li>Prevented a crash due to
                 href="https://man.openbsd.org/httpd.conf.5">httpd.conf(5)</a> to allow                  <a href="https://man.openbsd.org/httpd.8">httpd(8)</a> listening on port
                   443 with missing TLS certificates.
           <li>Created a new "location (found|notfound)" option for
                   <a href="https://man.openbsd.org/httpd.conf.5">httpd.conf(5)</a> to allow
                 testing for resource path existence.                  testing for resource path existence.
         <li>Added a directive to <a          <li>Added a directive to <a
                 href="https://man.openbsd.org/httpd.8">httpd(8)</a> to check if a path                  href="https://man.openbsd.org/httpd.8">httpd(8)</a> to check if a path
                 is accessible.                  is accessible.
         <li>Fixed detection of duplicate locations in <a          <li>Fixed detection of duplicate locations in <a
                 href="https://man.openbsd.org/httpd.8">httpd(8)</a>.                  href="https://man.openbsd.org/httpd.8">httpd(8)</a>.
           <li>Fixed leak of access and error log filenames on config reload in
                   <a href="https://man.openbsd.org/httpd.8">httpd(8)</a>.
           <li>Avoid leaking the log message in
                   <a href="https://man.openbsd.org/httpd.8">httpd(8)</a>'s
                   server_sendlog.
           <li>Incorrect order of
                   <a href="https://man.openbsd.org/close.2">close(2)</a> and
                   <a href="https://man.openbsd.org/tls_close.3">tls_close(3)</a>
                   together with a bug in LibSSL led to leaking memory in
                   <a href="https://man.openbsd.org/httpd.8">httpd(8)</a>
                   for each TLS connection.
         <li>Fixed the <a href="https://man.openbsd.org/httpd.8">httpd(8)</a>          <li>Fixed the <a href="https://man.openbsd.org/httpd.8">httpd(8)</a>
                 example configuration not to generate errors when running without TLS                  example configuration not to generate errors when running without TLS
                 keys already in place.                  keys already in place.
           <li>Optimize disk reads of
                   <a href="https://man.openbsd.org/httpd.8">httpd(8)</a>
                   by using st_blocksize as high water mark instead of
                   the socket buffer size.
   
   
 <!-- IKE/IPSEC -->  <!-- IKE/IPSEC -->

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