Source-Changes archive

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

CVS commit: [netbsd-7-0] src/libexec/httpd



Module Name:    src
Committed By:   snj
Date:           Fri Apr 15 18:55:49 UTC 2016

Modified Files:
        src/libexec/httpd [netbsd-7-0]: CHANGES Makefile auth-bozo.c
            bozohttpd.8 bozohttpd.c bozohttpd.h cgi-bozo.c content-bozo.c
            daemon-bozo.c dir-index-bozo.c lua-bozo.c main.c printenv.lua
            ssl-bozo.c tilde-luzah-bozo.c
        src/libexec/httpd/lua [netbsd-7-0]: bozo.lua glue.c
        src/libexec/httpd/testsuite [netbsd-7-0]: Makefile test-bigfile

Log Message:
Pull up following revision(s) (requested by mrg in ticket #1141):
        libexec/httpd/CHANGES: up to 1.22
        libexec/httpd/Makefile: up to 1.26
        libexec/httpd/auth-bozo.c: up to 1.18
        libexec/httpd/bozohttpd.8: up to 1.59
        libexec/httpd/bozohttpd.c: up to 1.80
        libexec/httpd/bozohttpd.h: up to 1.45
        libexec/httpd/cgi-bozo.c: up to 1.33
        libexec/httpd/content-bozo.c: up to 1.13
        libexec/httpd/daemon-bozo.c: up to 1.17
        libexec/httpd/dir-index-bozo.c: up to 1.25
        libexec/httpd/lua-bozo.c: up to 1.14
        libexec/httpd/lua/bozo.lua: up to 1.2
        libexec/httpd/lua/glue.c: up to 1.2
        libexec/httpd/main.c: up to 1.13
        libexec/httpd/printenv.lua: up to 1.3
        libexec/httpd/ssl-bozo.c: up to 1.22
        libexec/httpd/testsuite/Makefile: up to 1.5
        libexec/httpd/testsuite/test-bigfile: up to 1.2
        libexec/httpd/tilde-luzah-bozo.c: up to 1.14
Import bozohttpd 20151028:
o  add CGI support for ~user translation (-E switch)
o  add redirects to ~user translation
o  fix bugs around ~user translation
o  add schema detection for absolute redirects
o  fixed few memory leaks
o  bunch of minor tweaks
o  removed -r support
o  smarter redirects
Changes in 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
--
updates and bozohttpd 20160415:
o  add search-word support for CGI
o  fix a security issue in CGI suffix handler support which would
   allow remote code execution, from shm%netbsd.org@localhost
o  -C option supports now CGI scripts only


To generate a diff of this commit:
cvs rdiff -u -r1.19.2.1 -r1.19.2.1.2.1 src/libexec/httpd/CHANGES
cvs rdiff -u -r1.22.2.1 -r1.22.2.1.2.1 src/libexec/httpd/Makefile
cvs rdiff -u -r1.13.2.1 -r1.13.2.1.2.1 src/libexec/httpd/auth-bozo.c
cvs rdiff -u -r1.46.4.4 -r1.46.4.4.2.1 src/libexec/httpd/bozohttpd.8
cvs rdiff -u -r1.56.2.4 -r1.56.2.4.2.1 src/libexec/httpd/bozohttpd.c
cvs rdiff -u -r1.33.2.2 -r1.33.2.2.2.1 src/libexec/httpd/bozohttpd.h
cvs rdiff -u -r1.25.2.2 -r1.25.2.2.2.1 src/libexec/httpd/cgi-bozo.c
cvs rdiff -u -r1.10.2.2 -r1.10.2.2.2.1 src/libexec/httpd/content-bozo.c
cvs rdiff -u -r1.16 -r1.16.6.1 src/libexec/httpd/daemon-bozo.c
cvs rdiff -u -r1.19.4.1 -r1.19.4.1.2.1 src/libexec/httpd/dir-index-bozo.c
cvs rdiff -u -r1.10.2.1 -r1.10.2.1.2.1 src/libexec/httpd/lua-bozo.c
cvs rdiff -u -r1.8 -r1.8.4.1 src/libexec/httpd/main.c
cvs rdiff -u -r1.2 -r1.2.22.1 src/libexec/httpd/printenv.lua
cvs rdiff -u -r1.18 -r1.18.4.1 src/libexec/httpd/ssl-bozo.c
cvs rdiff -u -r1.10 -r1.10.6.1 src/libexec/httpd/tilde-luzah-bozo.c
cvs rdiff -u -r1.1.1.1 -r1.1.1.1.32.1 src/libexec/httpd/lua/bozo.lua \
    src/libexec/httpd/lua/glue.c
cvs rdiff -u -r1.4 -r1.4.26.1 src/libexec/httpd/testsuite/Makefile
cvs rdiff -u -r1.1.1.1 -r1.1.1.1.32.1 \
    src/libexec/httpd/testsuite/test-bigfile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index