Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/libexec/httpd/bozohttpd.8,v rcsdiff: /ftp/cvs/cvsroot/src/libexec/httpd/bozohttpd.8,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.46 retrieving revision 1.46.4.3 diff -u -p -r1.46 -r1.46.4.3 --- src/libexec/httpd/bozohttpd.8 2014/02/09 12:32:32 1.46 +++ src/libexec/httpd/bozohttpd.8 2015/04/23 19:38:11 1.46.4.3 @@ -1,8 +1,8 @@ -.\" $NetBSD: bozohttpd.8,v 1.46 2014/02/09 12:32:32 mrg Exp $ +.\" $NetBSD: bozohttpd.8,v 1.46.4.3 2015/04/23 19:38:11 snj Exp $ .\" .\" $eterna: bozohttpd.8,v 1.101 2011/11/18 01:25:11 mrg Exp $ .\" -.\" Copyright (c) 1997-2014 Matthew R. Green +.\" Copyright (c) 1997-2015 Matthew R. Green .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without @@ -26,11 +26,11 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd February 9, 2014 -.Dt HTTPD 8 +.Dd April 15, 2015 +.Dt BOZOHTTPD 8 .Os .Sh NAME -.Nm httpd +.Nm bozohttpd .Nd hyper text transfer protocol version 1.1 daemon .Sh SYNOPSIS .Nm @@ -497,11 +497,8 @@ httpd -C .php /usr/pkg/bin/php /var/www .Xr inetd.conf 5 , .Xr inetd 8 .Sh HISTORY -The .Nm -program is actually called -.Dq bozohttpd . -It was first written in perl, based on another perl http server +was first written in perl, based on another perl http server called .Dq tinyhttpd . It was then rewritten from scratch in perl, and then once again in C. @@ -513,7 +510,7 @@ The focus has always been simplicity and and regular code audits. This manual documents .Nm -version 20140201. +version 20150320. .Sh AUTHORS .An -nosplit .Nm @@ -546,8 +543,9 @@ provided cgi-bin support fixes, and more .It .An Alistair G. Crooks .Aq Mt agc@NetBSD.org -cleaned up many internal interfaces, made bozohttpd linkable as a -library and provided the Lua binding. +cleaned up many internal interfaces, made +.Nm +linkable as a library and provided the Lua binding. .It .An DEGROOTE Arnaud .Aq Mt degroote@NetBSD.org @@ -597,6 +595,11 @@ provided fixes for HTTP basic authorisat .Aq Mt wiz@NetBSD.org provided many fixes and enhancements for the man page .It +.An Mateusz Kocielski +.Aq Mt shm@NetBSD.org +fixed memory leaks, information disclosure issues and added support +for using CGI handlers with directory indexing. +.It .An Arnaud Lacombe .Aq Mt alc@NetBSD.org provided some clean up for memory leaks