Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-8]: src/doc Tickets #1103 and #1104



details:   https://anonhg.NetBSD.org/src/rev/33afcb1de1ad
branches:  netbsd-8
changeset: 446161:33afcb1de1ad
user:      martin <martin%NetBSD.org@localhost>
date:      Sat Nov 24 23:51:05 2018 +0000

description:
Tickets #1103 and #1104

diffstat:

 doc/CHANGES-8.1 |  49 ++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 48 insertions(+), 1 deletions(-)

diffs (60 lines):

diff -r 6bd5b8400aa0 -r 33afcb1de1ad doc/CHANGES-8.1
--- a/doc/CHANGES-8.1   Sat Nov 24 23:50:36 2018 +0000
+++ b/doc/CHANGES-8.1   Sat Nov 24 23:51:05 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.1,v 1.1.2.60 2018/11/21 12:06:14 martin Exp $
+# $NetBSD: CHANGES-8.1,v 1.1.2.61 2018/11/24 23:51:05 martin Exp $
 
 A complete list of changes from the NetBSD 8.0 release to the NetBSD 8.1
 release:
@@ -1748,3 +1748,50 @@
        Fix kernel info leak.
        [maxv, ticket #1102]
 
+usr.sbin/mtree/create.c                                1.76
+
+       Avoid null de-reference.
+       [sevan, ticket #1103]
+
+libexec/httpd/testsuite/data/.bzremap           up to 1.1
+libexec/httpd/testsuite/t12.out                 up to 1.1
+libexec/httpd/testsuite/t12.in                  up to 1.1
+libexec/httpd/testsuite/t13.out                 up to 1.1
+libexec/httpd/testsuite/t13.in                  up to 1.1
+libexec/httpd/testsuite/t14.out                 up to 1.1
+libexec/httpd/testsuite/t14.in                  up to 1.1
+libexec/httpd/testsuite/t15.out                 up to 1.1
+libexec/httpd/testsuite/t15.in                  up to 1.1
+libexec/httpd/CHANGES                           up to 1.28
+libexec/httpd/auth-bozo.c                       up to 1.22
+libexec/httpd/bozohttpd.8                       up to 1.74
+libexec/httpd/bozohttpd.c                       up to 1.96
+libexec/httpd/bozohttpd.h                       up to 1.56
+libexec/httpd/cgi-bozo.c                        up to 1.44
+libexec/httpd/content-bozo.c                    up to 1.16
+libexec/httpd/daemon-bozo.c                     up to 1.19
+libexec/httpd/dir-index-bozo.c                  up to 1.28
+libexec/httpd/main.c                            up to 1.21
+libexec/httpd/ssl-bozo.c                        up to 1.25
+libexec/httpd/tilde-luzah-bozo.c                up to 1.16
+libexec/httpd/lua/bozo.lua                      up to 1.3
+libexec/httpd/lua/glue.c                        up to 1.5
+libexec/httpd/lua/optparse.lua                  up to 1.2
+libexec/httpd/testsuite/Makefile                up to 1.11
+libexec/httpd/testsuite/html_cmp                up to 1.6
+libexec/httpd/testsuite/t3.out                  up to 1.4
+libexec/httpd/testsuite/t5.out                  up to 1.4
+libexec/httpd/testsuite/t6.out                  up to 1.4
+libexec/httpd/testsuite/test-bigfile            up to 1.5
+libexec/httpd/testsuite/test-simple             up to 1.5
+
+       Sync with HEAD as of 2018-11-24. Includes various changes:
+       Cosmetic changes to Lua binding in bozohttpd.
+       Fix -C scripts execution and document restrictions.
+       Add support for remapping requested paths via a .bzredirect file.
+       Handle redirections for any protocol, not just http:.
+       Fix a denial of service attack against header contents, which
+       is now bounded at 16KiB.
+       Fix access checks for special files.
+       [mrg, #1104]
+



Home | Main Index | Thread Index | Old Index