History log of /netbsd-src/libexec/httpd/testsuite/html_cmp (Results 1 – 6 of 6)
Revision Date Author Comments
# a3912675 21-Nov-2018 mrg <mrg@NetBSD.org>

- move special files defines into bozohttpd.h, so we can ...
- consolidate all the special file checks into
bozo_check_special_files() so that all builds check the same
list of special files, reg

- move special files defines into bozohttpd.h, so we can ...
- consolidate all the special file checks into
bozo_check_special_files() so that all builds check the same
list of special files, regardless of build options.
- convert "(void)bozo_http_error(...); return -1;" into plain
"return bozo_http_error(...);"
- fix the call to bozo_check_special_files() to be used on all
input types. part of the fixes for failure to reject access
to /.htpasswd as reported by JP on tech-security.
- use warn_unused_result attribute on bozo_check_special_files(),
and fix the failures to return failure. second part of the
htpasswd access fix.
- update testsuite to use a fixed fake hostname.

call this bozohttpd 20181121.

show more ...


# 10c3be53 27-Dec-2016 schmonz <schmonz@NetBSD.org>

When testing non-verbosely, show diff on failure. ok mrg@


# 41f9e942 18-Nov-2011 mrg <mrg@NetBSD.org>

merge bozohttpd 20111118


# 74dbf40e 18-Apr-2009 mrg <mrg@NetBSD.org>

re-add a lot of the distribution files


# 1d63366b 16-Oct-2007 tls <tls@NetBSD.org>

Get httpd ready for inclusion in build.


# 60dbe745 16-Oct-2007 tls <tls@NetBSD.org>

Import of bozohttpd for its originally intended purpose: a small (~30k)
simple run-from-inetd httpd suitable for small systems (and some large
ones).