Module Name: src
Committed By: mrg
Date: Mon Nov 19 04:15:00 UTC 2018
Modified Files:
src/libexec/httpd: CHANGES bozohttpd.8
Log Message:
note the changes present in bozohttpd 20181118:
o add url remap support via .bzremap file, from [email protected]
o handle redirections for any protocol, not just http:
o fix a denial of service attack against header contents, which
is now bounded at 16KiB. reported by JP.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/libexec/httpd/CHANGES
cvs rdiff -u -r1.71 -r1.72 src/libexec/httpd/bozohttpd.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/libexec/httpd/CHANGES
diff -u src/libexec/httpd/CHANGES:1.25 src/libexec/httpd/CHANGES:1.26
--- src/libexec/httpd/CHANGES:1.25 Tue Jan 31 14:33:54 2017
+++ src/libexec/httpd/CHANGES Mon Nov 19 04:14:59 2018
@@ -1,4 +1,10 @@
-$NetBSD: CHANGES,v 1.25 2017/01/31 14:33:54 mrg Exp $
+$NetBSD: CHANGES,v 1.26 2018/11/19 04:14:59 mrg Exp $
+
+changes in bozohttpd 20181118:
+ o add url remap support via .bzremap file, from [email protected]
+ o handle redirections for any protocol, not just http:
+ o fix a denial of service attack against header contents, which
+ is now bounded at 16KiB. reported by JP.
changes in bozohttpd 20170201:
o fix an infinite loop in cgi processing
Index: src/libexec/httpd/bozohttpd.8
diff -u src/libexec/httpd/bozohttpd.8:1.71 src/libexec/httpd/bozohttpd.8:1.72
--- src/libexec/httpd/bozohttpd.8:1.71 Fri Aug 24 14:24:50 2018
+++ src/libexec/httpd/bozohttpd.8 Mon Nov 19 04:14:59 2018
@@ -1,4 +1,4 @@
-.\" $NetBSD: bozohttpd.8,v 1.71 2018/08/24 14:24:50 wiz Exp $
+.\" $NetBSD: bozohttpd.8,v 1.72 2018/11/19 04:14:59 mrg Exp $
.\"
.\" $eterna: bozohttpd.8,v 1.101 2011/11/18 01:25:11 mrg Exp $
.\"
@@ -585,7 +585,7 @@ The focus has always been simplicity and
and regular code audits.
This manual documents
.Nm
-version 20180824.
+version 20181118.
.Sh AUTHORS
.An -nosplit
.Nm
@@ -644,7 +644,8 @@ provided initial IPv6 support
.It
.An Martin Husemann
.Aq Mt [email protected]
-provided .bzabsredirect support, and fixed various redirection issues
+provided .bzabsredirect and .bzredir support, and fixed various
+redirection issues
.It
.An Arto Huusko
.Aq Mt [email protected]