Source-Changes-HG archive

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

[src/trunk]: src/libexec/httpd Document last changes and bump version to 2018...



details:   https://anonhg.NetBSD.org/src/rev/957f48b635a0
branches:  trunk
changeset: 446713:957f48b635a0
user:      leot <leot%NetBSD.org@localhost>
date:      Sat Dec 15 12:52:36 2018 +0000

description:
Document last changes and bump version to 20181215

Suggested by <mrg>, thanks! (Possible mistakes are mine though!)

diffstat:

 libexec/httpd/CHANGES     |  10 +++++++++-
 libexec/httpd/bozohttpd.c |   4 ++--
 2 files changed, 11 insertions(+), 3 deletions(-)

diffs (35 lines):

diff -r 3759a9581463 -r 957f48b635a0 libexec/httpd/CHANGES
--- a/libexec/httpd/CHANGES     Sat Dec 15 12:43:24 2018 +0000
+++ b/libexec/httpd/CHANGES     Sat Dec 15 12:52:36 2018 +0000
@@ -1,4 +1,12 @@
-$NetBSD: CHANGES,v 1.31 2018/12/04 02:52:42 mrg Exp $
+$NetBSD: CHANGES,v 1.32 2018/12/15 12:52:36 leot Exp $
+
+changes in bozohttpd 20181215:
+       o  avoid .htpasswd exposure to authenticated users.  reported by JP,
+          from leot%netbsd.org@localhost
+       o  avoid possible null dereference when receiving a big request that
+          timeout.  reported by maya%netbsd.org@localhost, from leot%netbsd.org@localhost
+       o  fix handling of -T option, from leot%netbsd.org@localhost
+       o  cleanups and portability improvements, from maya%netbsd.org@localhost
 
 changes in bozohttpd 20181204:
        o  change directory indexing to use html tables.  from
diff -r 3759a9581463 -r 957f48b635a0 libexec/httpd/bozohttpd.c
--- a/libexec/httpd/bozohttpd.c Sat Dec 15 12:43:24 2018 +0000
+++ b/libexec/httpd/bozohttpd.c Sat Dec 15 12:52:36 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bozohttpd.c,v 1.106 2018/12/15 12:43:24 leot Exp $     */
+/*     $NetBSD: bozohttpd.c,v 1.107 2018/12/15 12:52:36 leot 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/20181125"
+#define SERVER_SOFTWARE                "bozohttpd/20181215"
 #endif
 #ifndef PUBLIC_HTML
 #define PUBLIC_HTML            "public_html"



Home | Main Index | Thread Index | Old Index