2014-01-07 20:35:28 by Jonathan Perkin | Files touched by this commit (3) |
Log message:
Fix build on SunOS, no <paths.h> and needs socket libraries.
|
2014-01-02 10:02:22 by matthew green | Files touched by this commit (4) | |
Log message:
update to bozohttpd 20140102. changes include:
o update a few content types
o add support for directly calling lua scripts to handle
processes, from mbalmer@netbsd.org
o properly escape generated HTML
o add authentication for redirections, from martin@netbsd.org
o handle chained ssl certifications, from elric@netbsd.org
o add basic support for gzipped files, from elric@netbsd.org
o properly escape generated URIs
XXX: could integrate this with lua, but left undone for now.
|
2013-07-11 11:05:56 by matthew green | Files touched by this commit (2) | |
Log message:
update to bozohttpd 20130711. changes include:
o properly escape generated HTML
o add authentication for redirections, from martin@netbsd.org
o handle chained ssl certifications, from elric@netbsd.org
o add basic support for gzipped files, from elric@netbsd.org
o properly escape generated URIs
|
2013-02-07 00:24:19 by Jonathan Perkin | Files touched by this commit (1351) | |
Log message:
PKGREVISION bumps for the security/openssl 1.0.1d update.
|
2012-10-28 07:31:10 by Aleksej Saushev | Files touched by this commit (600) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2011-11-18 10:37:21 by matthew green | Files touched by this commit (2) | |
Log message:
update to bozohttpd 20111118. changes include:
o add -P <pidfile> option, from jmmv@netbsd.org
o avoid crashes with http basic auth, from pooka@netbsd.org
o add support for REDIRECT_STATUS variable, from tls@netbsd.org
o support .mp4 files in the default map
o directory indexes with files with : are now displayed properly, from
reed@netbsd.org
o allow -I option to be useful in non-inetd mode as well
|
2010-09-21 01:01:25 by matthew green | Files touched by this commit (2) | |
Log message:
update to bozohttpd 20100920. changes include:
o use scandir() with alphasort() for sorted directory lists, from moof
o fix a serious error in vhost handling; "Host:.." would \
allow access to
the next level directory from the virtual root directory, from seanb
o fix some various non standard compile time errors, from rudolf
o fix dynamic CGI content maps, from rudolf
|
2010-06-22 07:24:59 by matthew green | Files touched by this commit (2) | |
Log message:
update to bozohttpd 20100621. changes include:
o properly fully disable multi-file mode for now
o fix the -t and -U options when used without the -e option, broken since
the library-ifcation
o be explicit that logs go to the FTP facility in syslog
|
2010-06-17 21:45:41 by matthew green | Files touched by this commit (2) | |
Log message:
update to bozohttpd 20100617. changes include:
o fix some compile issues
o fix SSL mode. from rtr
o fix some cgi-bin issues, as seen with cvsweb
o disable multi-file daemon mode for now, it breaks
o return 404's instead of 403's when chdir of ~user dirs fail
o remove "noreturn" attribute from bozo_http_error() that was
causing incorrect runtime behaviour
with approval from agc.
|
2010-05-15 08:50:33 by matthew green | Files touched by this commit (2) | |
Log message:
update to bozohttpd 20100512. includes this important fix:
o fix SSL mode. from rtr.
|