diff options
| author | mrg <mrg@NetBSD.org> | 2018-11-19 04:14:59 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 2018-11-19 04:14:59 +0000 |
| commit | 10ddac3e74df215bb0c8f054e0d0d407f47c2e4d (patch) | |
| tree | 5859a7e4ac3a61eefaadb70334a65f39ebbaa87e /libexec | |
| parent | 9b8a4689b3fe88bfb05fced3b10d0fcb1f5b688e (diff) | |
note the changes present in bozohttpd 20181118:
o add url remap support via .bzremap file, from martin@netbsd.org
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 (limited to 'libexec')
| -rw-r--r-- | libexec/httpd/CHANGES | 8 | ||||
| -rw-r--r-- | libexec/httpd/bozohttpd.8 | 7 |
2 files changed, 11 insertions, 4 deletions
diff --git a/libexec/httpd/CHANGES b/libexec/httpd/CHANGES index d468f8d3c22..b1d29ed4d14 100644 --- a/libexec/httpd/CHANGES +++ b/libexec/httpd/CHANGES @@ -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 + 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 --git a/libexec/httpd/bozohttpd.8 b/libexec/httpd/bozohttpd.8 index 961a259c0c5..c7f94e0f04c 100644 --- a/libexec/httpd/bozohttpd.8 +++ b/libexec/httpd/bozohttpd.8 @@ -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 security, with minimal features 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 martin@NetBSD.org -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 |
