summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authormrg <mrg@NetBSD.org>2014-07-08 14:06:17 +0000
committermrg <mrg@NetBSD.org>2014-07-08 14:06:17 +0000
commitd0c996be1e2cc4182c2a856a3e9af40fae135f02 (patch)
tree38a7c809788890852e14681f1ac1df07f7b73123 /libexec
parent116ba5bc6e9b9f42303193c4684f0e41b4deaea6 (diff)
call this bozohttpd 20140708, and add/fix a couple of CHANGES entries.
Diffstat (limited to 'libexec')
-rw-r--r--libexec/httpd/CHANGES8
-rw-r--r--libexec/httpd/bozohttpd.c4
2 files changed, 8 insertions, 4 deletions
diff --git a/libexec/httpd/CHANGES b/libexec/httpd/CHANGES
index 9dcc2d7c587..d3dc7a454fb 100644
--- a/libexec/httpd/CHANGES
+++ b/libexec/httpd/CHANGES
@@ -1,10 +1,14 @@
$eterna: CHANGES,v 1.78 2011/11/18 01:25:11 mrg Exp $
+changes in bozohttpd 20140708:
+ o fixes for virtual host support, from rajeev_v_pillai@yahoo.com
+ o avoid printing double errors, from shm@netbsd.org
+ o fix a security issue in basic HTTP authentication which would allow
+ authentication to be bypassed, from shm@netbsd.org
+
changes in bozohttpd 20140201:
o support .svg files
o fix a core dump when requests timeout
- o fix a security issue in basic HTTP authentication which would allow
- authentication to be bypassed, from shm@netbsd.org
changes in bozohttpd 20140102:
o update a few content types
diff --git a/libexec/httpd/bozohttpd.c b/libexec/httpd/bozohttpd.c
index b76e3e3dbb2..10f0eeb1741 100644
--- a/libexec/httpd/bozohttpd.c
+++ b/libexec/httpd/bozohttpd.c
@@ -1,4 +1,4 @@
-/* $NetBSD: bozohttpd.c,v 1.53 2014/07/08 14:01:21 mrg Exp $ */
+/* $NetBSD: bozohttpd.c,v 1.54 2014/07/08 14:06:17 mrg Exp $ */
/* $eterna: bozohttpd.c,v 1.178 2011/11/18 09:21:15 mrg Exp $ */
@@ -109,7 +109,7 @@
#define INDEX_HTML "index.html"
#endif
#ifndef SERVER_SOFTWARE
-#define SERVER_SOFTWARE "bozohttpd/20140516"
+#define SERVER_SOFTWARE "bozohttpd/20140708"
#endif
#ifndef DIRECT_ACCESS_FILE
#define DIRECT_ACCESS_FILE ".bzdirect"