=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/69.html,v retrieving revision 1.12 retrieving revision 1.13 diff -c -r1.12 -r1.13 *** www/69.html 2021/04/10 07:16:23 1.12 --- www/69.html 2021/04/10 16:51:14 1.13 *************** *** 291,299 **** href="https://man.openbsd.org/csh.1">csh(1) where redirecting input from a file containing ^T would cause csh(1) to perform a tty ioctl operation against a non-tty. -
  • Prevented a crash due to httpd(8) listening on port - 443 with missing TLS certificates.
  • Stopped exempting file systems from security(8) on the basis of nodev and nosuid options, which may not be used for file systems --- 291,296 ---- *************** *** 612,630 **** share the same IP. !
  • Created a new "location (found|notfound)" option for httpd.conf(5) to allow testing for resource path existence.
  • Added a directive to httpd(8) to check if a path is accessible.
  • Fixed detection of duplicate locations in httpd(8).
  • Fixed the httpd(8) example configuration not to generate errors when running without TLS keys already in place. ! ! --- 609,643 ---- share the same IP. !
  • Prevented a crash due to ! httpd(8) listening on port ! 443 with missing TLS certificates. !
  • Created a new "location (found|notfound)" option for ! httpd.conf(5) to allow testing for resource path existence.
  • Added a directive to httpd(8) to check if a path is accessible.
  • Fixed detection of duplicate locations in httpd(8). +
  • Fixed leak of access and error log filenames on config reload in + httpd(8). +
  • Avoid leaking the log message in + httpd(8)'s + server_sendlog. +
  • Incorrect order of + close(2) and + tls_close(3) + together with a bug in LibSSL led to leaking memory in + httpd(8) + for each TLS connection.
  • Fixed the httpd(8) example configuration not to generate errors when running without TLS keys already in place. !
  • Optimize disk reads of ! httpd(8) ! by using st_blocksize as high water mark instead of ! the socket buffer size.