Module Name: src
Committed By: mrg
Date: Wed Dec 19 12:40:32 UTC 2018
Modified Files:
src/libexec/httpd: CHANGES bozohttpd.8
Log Message:
minor rewording. fix alphabeta ordering of contributors.
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/libexec/httpd/CHANGES
cvs rdiff -u -r1.75 -r1.76 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.33 src/libexec/httpd/CHANGES:1.34
--- src/libexec/httpd/CHANGES:1.33 Tue Dec 18 23:11:40 2018
+++ src/libexec/httpd/CHANGES Wed Dec 19 12:40:32 2018
@@ -1,7 +1,7 @@
-$NetBSD: CHANGES,v 1.33 2018/12/18 23:11:40 mrg Exp $
+$NetBSD: CHANGES,v 1.34 2018/12/19 12:40:32 mrg Exp $
changes in bozohttpd 20181215:
- o avoid .htpasswd exposure to authenticated users. reported by JP,
+ o fix .htpasswd bypass for authenticated users. reported by JP,
from [email protected]
o avoid possible null dereference when receiving a big request that
timeout. reported by [email protected], from [email protected]
Index: src/libexec/httpd/bozohttpd.8
diff -u src/libexec/httpd/bozohttpd.8:1.75 src/libexec/httpd/bozohttpd.8:1.76
--- src/libexec/httpd/bozohttpd.8:1.75 Tue Dec 4 02:52:42 2018
+++ src/libexec/httpd/bozohttpd.8 Wed Dec 19 12:40:32 2018
@@ -1,4 +1,4 @@
-.\" $NetBSD: bozohttpd.8,v 1.75 2018/12/04 02:52:42 mrg Exp $
+.\" $NetBSD: bozohttpd.8,v 1.76 2018/12/19 12:40:32 mrg Exp $
.\"
.\" $eterna: bozohttpd.8,v 1.101 2011/11/18 01:25:11 mrg Exp $
.\"
@@ -26,7 +26,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd December 4, 2018
+.Dd December 18, 2018
.Dt BOZOHTTPD 8
.Os
.Sh NAME
@@ -599,7 +599,7 @@ The focus has always been simplicity and
and regular code audits.
This manual documents
.Nm
-version 20181204.
+version 20181215.
.Sh AUTHORS
.An -nosplit
.Nm
@@ -610,14 +610,14 @@ was written by
The large list of contributors includes:
.Bl -dash
.It
-.An Marc Balmer
-.Aq Mt [email protected]
-added Lua support for dynamic content creation
-.It
.An Christoph Badura
.Aq Mt [email protected]
provided Range: header support
.It
+.An Marc Balmer
+.Aq Mt [email protected]
+added Lua support for dynamic content creation
+.It
.An Sean Boudreau
.Aq Mt [email protected]
provided a security fix for virtual hosting
@@ -644,14 +644,14 @@ provided a fix for daemon mode
.Aq Mt [email protected]
provided directory indexing support
.It
-.An Per Ekman
-.Aq Mt [email protected]
-provided a fix for a minor (non-security) buffer overflow condition
-.It
.An Roland Dowdeswell
.Aq Mt [email protected]
added support for serving gzipped files and better SSL handling
.It
+.An Per Ekman
+.Aq Mt [email protected]
+provided a fix for a minor (non-security) buffer overflow condition
+.It
.An Jun-ichiro itojun Hagino, KAME
.Aq Mt [email protected]
provided initial IPv6 support