Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/libexec/httpd call this bozohttpd 20140708, and add/fix a co...
details: https://anonhg.NetBSD.org/src/rev/09395d3011e6
branches: trunk
changeset: 330427:09395d3011e6
user: mrg <mrg%NetBSD.org@localhost>
date: Tue Jul 08 14:06:17 2014 +0000
description:
call this bozohttpd 20140708, and add/fix a couple of CHANGES entries.
diffstat:
libexec/httpd/CHANGES | 8 ++++++--
libexec/httpd/bozohttpd.c | 4 ++--
2 files changed, 8 insertions(+), 4 deletions(-)
diffs (38 lines):
diff -r 0a4bba5da08d -r 09395d3011e6 libexec/httpd/CHANGES
--- a/libexec/httpd/CHANGES Tue Jul 08 14:01:21 2014 +0000
+++ b/libexec/httpd/CHANGES Tue Jul 08 14:06:17 2014 +0000
@@ -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@localhost
+ o avoid printing double errors, from shm%netbsd.org@localhost
+ o fix a security issue in basic HTTP authentication which would allow
+ authentication to be bypassed, from shm%netbsd.org@localhost
+
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@localhost
changes in bozohttpd 20140102:
o update a few content types
diff -r 0a4bba5da08d -r 09395d3011e6 libexec/httpd/bozohttpd.c
--- a/libexec/httpd/bozohttpd.c Tue Jul 08 14:01:21 2014 +0000
+++ b/libexec/httpd/bozohttpd.c Tue Jul 08 14:06:17 2014 +0000
@@ -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"
Home |
Main Index |
Thread Index |
Old Index