Module Name: src
Committed By: wiz
Date: Thu Jul 11 08:19:56 UTC 2013
Modified Files:
src/libexec/httpd: bozohttpd.8
Log Message:
netbsd.org -> NetBSD.org and use my @NetBSD.org address as well.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 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/bozohttpd.8
diff -u src/libexec/httpd/bozohttpd.8:1.37 src/libexec/httpd/bozohttpd.8:1.38
--- src/libexec/httpd/bozohttpd.8:1.37 Thu Jul 11 07:44:19 2013
+++ src/libexec/httpd/bozohttpd.8 Thu Jul 11 08:19:56 2013
@@ -1,4 +1,4 @@
-.\" $NetBSD: bozohttpd.8,v 1.37 2013/07/11 07:44:19 mrg Exp $
+.\" $NetBSD: bozohttpd.8,v 1.38 2013/07/11 08:19:56 wiz Exp $
.\"
.\" $eterna: bozohttpd.8,v 1.101 2011/11/18 01:25:11 mrg Exp $
.\"
@@ -495,7 +495,7 @@ The large list of contributors includes:
.Bl -dash
.It
Arnaud Lacombe
-.Aq [email protected]
+.Aq [email protected]
provided some clean up for memory leaks
.It
Christoph Badura
@@ -515,11 +515,11 @@ Chuck Cranor
provided cgi-bin support fixes, and more
.It
DEGROOTE Arnaud
-.Aq [email protected]
+.Aq [email protected]
provided a fix for daemon mode
.It
Andrew Doran
-.Aq [email protected]
+.Aq [email protected]
provided directory indexing support
.It
Per Ekman
@@ -527,12 +527,12 @@ Per Ekman
provided a fix for a minor (non-security) buffer overflow condition
.It
Alistair G. Crooks
-.Aq [email protected]
+.Aq [email protected]
cleaned up many internal interfaces, made bozohttpd linkable as a
library and provided the lua binding.
.It
Roland Dowdeswell
-.Aq [email protected]
+.Aq [email protected]
added support for serving gzipped files and better SSL handling
.It
Jun-ichiro itojun Hagino, KAME
@@ -540,7 +540,7 @@ Jun-ichiro itojun Hagino, KAME
provided initial IPv6 support
.It
Martin Husemann
-.Aq [email protected]
+.Aq [email protected]
provided .bzabsredirect support, and fixed various redirection issues
.It
Arto Huusko
@@ -560,34 +560,34 @@ Nicolas Jombart
provided fixes for HTTP basic authorisation support
.It
Antti Kantee
-.Aq [email protected]
+.Aq [email protected]
provided fixes for HTTP basic authorisation support
.It
Thomas Klausner
-.Aq [email protected]
+.Aq [email protected]
provided many fixes and enhancements for the man page
.It
Johnny Lam
-.Aq [email protected]
+.Aq [email protected]
provided man page fixes
.It
Julio Merino
-.Aq [email protected]
+.Aq [email protected]
Added the
.Fl P
option.
.It
Luke Mewburn
-.Aq [email protected]
+.Aq [email protected]
provided many various fixes, including cgi-bin fixes and enhancements,
HTTP basic authorisation support and much code clean up
.It
Jeremy C. Reed
-.Aq [email protected]
+.Aq [email protected]
provided several clean up fixes, and man page updates
.It
Scott Reynolds
-.Aq [email protected]
+.Aq [email protected]
provided various fixes
.It
Tyler Retzlaff
@@ -605,11 +605,11 @@ provided the
option.
.It
Thor Lancelot Simon
-.Aq [email protected]
+.Aq [email protected]
enhanced cgi-bin support.
.It
Joerg Sonnenberger
-.Aq [email protected]
+.Aq [email protected]
implemented If-Modified-Since support
.It
ISIHARA Takanori