Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/libexec/httpd note the changes present in bozohttpd 20181118:
details: https://anonhg.NetBSD.org/src/rev/9bd7c0d61737
branches: trunk
changeset: 994714:9bd7c0d61737
user: mrg <mrg%NetBSD.org@localhost>
date: Mon Nov 19 04:14:59 2018 +0000
description:
note the changes present in bozohttpd 20181118:
o add url remap support via .bzremap file, from martin%netbsd.org@localhost
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.
diffstat:
libexec/httpd/CHANGES | 8 +++++++-
libexec/httpd/bozohttpd.8 | 7 ++++---
2 files changed, 11 insertions(+), 4 deletions(-)
diffs (43 lines):
diff -r a16c5fc212a3 -r 9bd7c0d61737 libexec/httpd/CHANGES
--- a/libexec/httpd/CHANGES Mon Nov 19 04:13:09 2018 +0000
+++ b/libexec/httpd/CHANGES Mon Nov 19 04:14:59 2018 +0000
@@ -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 martin%netbsd.org@localhost
+ 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
diff -r a16c5fc212a3 -r 9bd7c0d61737 libexec/httpd/bozohttpd.8
--- a/libexec/httpd/bozohttpd.8 Mon Nov 19 04:13:09 2018 +0000
+++ b/libexec/httpd/bozohttpd.8 Mon Nov 19 04:14:59 2018 +0000
@@ -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 @@
and regular code audits.
This manual documents
.Nm
-version 20180824.
+version 20181118.
.Sh AUTHORS
.An -nosplit
.Nm
@@ -644,7 +644,8 @@
.It
.An Martin Husemann
.Aq Mt martin%NetBSD.org@localhost
-provided .bzabsredirect support, and fixed various redirection issues
+provided .bzabsredirect and .bzredir support, and fixed various
+redirection issues
.It
.An Arto Huusko
.Aq Mt arto.huusko%pp2.inet.fi@localhost
Home |
Main Index |
Thread Index |
Old Index