Module Name: src
Committed By: martin
Date: Sat Jun 15 15:56:50 UTC 2019
Modified Files:
src/doc [netbsd-7-1]: CHANGES-7.1.3
Log Message:
Ticket #1699
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.52 -r1.1.2.53 src/doc/CHANGES-7.1.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-7.1.3
diff -u src/doc/CHANGES-7.1.3:1.1.2.52 src/doc/CHANGES-7.1.3:1.1.2.53
--- src/doc/CHANGES-7.1.3:1.1.2.52 Fri May 31 08:15:11 2019
+++ src/doc/CHANGES-7.1.3 Sat Jun 15 15:56:50 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1.3,v 1.1.2.52 2019/05/31 08:15:11 martin Exp $
+# $NetBSD: CHANGES-7.1.3,v 1.1.2.53 2019/06/15 15:56:50 martin Exp $
A complete list of changes from the NetBSD 7.1.2 release to the NetBSD 7.1.3
release:
@@ -517,3 +517,33 @@ sys/dev/scsipi/scsipi_ioctl.c 1.72 (pa
Use correct size when copying outgoing sense data.
[mlelstv, ticket #1698]
+libexec/httpd/CHANGES 1.31-1.40
+libexec/httpd/Makefile 1.28
+libexec/httpd/auth-bozo.c 1.23-1.24
+libexec/httpd/bozohttpd.8 1.75-1.79
+libexec/httpd/bozohttpd.c 1.100-1.113
+libexec/httpd/bozohttpd.h 1.58-1.60
+libexec/httpd/cgi-bozo.c 1.46-1.48
+libexec/httpd/daemon-bozo.c 1.20-1.21
+libexec/httpd/dir-index-bozo.c 1.29-1.32
+libexec/httpd/ssl-bozo.c 1.26
+libexec/httpd/testsuite/Makefile 1.12-1.13
+libexec/httpd/testsuite/t11.out 1.2
+libexec/httpd/testsuite/test-bigfile 1.6
+libexec/httpd/testsuite/test-simple 1.6
+
+ Don't display special files in the directory index.
+ Use html tables for directory index.
+ Don't include "index.html" in html headers.
+ Fix CGI '+' param and error handling.
+ Remove unused parameter to daemon_poll_err().
+ Avoid sign extension in % handling
+ Fix a few problems pointed out by clang static analyzer.
+ Add ssl specific timeout value (30s).---
+ Fix handling of bozo_set_timeout() timeouts (and `-T' option parsing).
+ Avoid .htpasswd exposure to authenticated users when .htpasswd is
+ in the slashdir too.
+ Avoid possible NULL dereference when sending a big request that timeout.
+ Avoid an assertion failure when using cgihandler (-C option).
+ [mrg, ticket #1699}
+