Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/libexec/httpd copyright maintenance, note shm@ in the manual...



details:   https://anonhg.NetBSD.org/src/rev/720bdf98f6aa
branches:  trunk
changeset: 806945:720bdf98f6aa
user:      mrg <mrg%NetBSD.org@localhost>
date:      Fri Mar 20 19:54:53 2015 +0000

description:
copyright maintenance, note shm@ in the manual and update the CHANGES
for recent changes.  call this 20150320.

diffstat:

 libexec/httpd/CHANGES     |   7 ++++++-
 libexec/httpd/bozohttpd.8 |  11 ++++++++---
 libexec/httpd/bozohttpd.c |   6 +++---
 3 files changed, 17 insertions(+), 7 deletions(-)

diffs (76 lines):

diff -r dff1d2b8fd7b -r 720bdf98f6aa libexec/httpd/CHANGES
--- a/libexec/httpd/CHANGES     Fri Mar 20 18:54:18 2015 +0000
+++ b/libexec/httpd/CHANGES     Fri Mar 20 19:54:53 2015 +0000
@@ -1,7 +1,12 @@
 $eterna: CHANGES,v 1.78 2011/11/18 01:25:11 mrg Exp $
 
+changes in bozohttpd 20150320:
+       o  fix redirection handling
+       o  support transport stream (.ts) and video object (.vob) files
+       o  directory listings show correct file sizes for large files
+
 changes in bozohttpd 20140717:
-       o  properly handle SSL errors.
+       o  properly handle SSL errors
 
 changes in bozohttpd 20140708:
        o  fixes for virtual host support, from rajeev_v_pillai%yahoo.com@localhost
diff -r dff1d2b8fd7b -r 720bdf98f6aa libexec/httpd/bozohttpd.8
--- a/libexec/httpd/bozohttpd.8 Fri Mar 20 18:54:18 2015 +0000
+++ b/libexec/httpd/bozohttpd.8 Fri Mar 20 19:54:53 2015 +0000
@@ -1,8 +1,8 @@
-.\"    $NetBSD: bozohttpd.8,v 1.48 2014/12/25 18:56:28 wiz Exp $
+.\"    $NetBSD: bozohttpd.8,v 1.49 2015/03/20 19:54:53 mrg 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,7 +26,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd December 25, 2014
+.Dd March 20, 2015
 .Dt HTTPD 8
 .Os
 .Sh NAME
@@ -597,6 +597,11 @@
 .Aq Mt wiz%NetBSD.org@localhost
 provided many fixes and enhancements for the man page
 .It
+.An Mateusz Kocielski
+.Aq Mt shm%NetBSD.org@localhost
+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@localhost
 provided some clean up for memory leaks
diff -r dff1d2b8fd7b -r 720bdf98f6aa libexec/httpd/bozohttpd.c
--- a/libexec/httpd/bozohttpd.c Fri Mar 20 18:54:18 2015 +0000
+++ b/libexec/httpd/bozohttpd.c Fri Mar 20 19:54:53 2015 +0000
@@ -1,9 +1,9 @@
-/*     $NetBSD: bozohttpd.c,v 1.62 2015/03/20 18:54:18 mrg Exp $       */
+/*     $NetBSD: bozohttpd.c,v 1.63 2015/03/20 19:54:53 mrg Exp $       */
 
 /*     $eterna: bozohttpd.c,v 1.178 2011/11/18 09:21:15 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
@@ -109,7 +109,7 @@
 #define INDEX_HTML             "index.html"
 #endif
 #ifndef SERVER_SOFTWARE
-#define SERVER_SOFTWARE                "bozohttpd/20141225"
+#define SERVER_SOFTWARE                "bozohttpd/20150320"
 #endif
 #ifndef DIRECT_ACCESS_FILE
 #define DIRECT_ACCESS_FILE     ".bzdirect"



Home | Main Index | Thread Index | Old Index