Source-Changes archive

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

CVS commit: [netbsd-6-1] src/libexec/httpd



Module Name:    src
Committed By:   snj
Date:           Fri Apr 15 19:37:27 UTC 2016

Modified Files:
        src/libexec/httpd [netbsd-6-1]: 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-6-1]: bozo.lua glue.c
        src/libexec/httpd/testsuite [netbsd-6-1]: Makefile t10.out test-bigfile

Log Message:
Pull up following revision(s) (requested by mrg in ticket #1377):
        libexec/httpd/CHANGES: up to 1.22
        libexec/httpd/Makefile: up to 1.26 via patch
        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 via patch
        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/t10.out: up to 1.2
        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.11.8.1 -r1.11.8.2 src/libexec/httpd/CHANGES
cvs rdiff -u -r1.12.20.1 -r1.12.20.2 src/libexec/httpd/Makefile
cvs rdiff -u -r1.10.14.1 -r1.10.14.2 src/libexec/httpd/auth-bozo.c
cvs rdiff -u -r1.32.8.1 -r1.32.8.2 src/libexec/httpd/bozohttpd.8
cvs rdiff -u -r1.30.8.1 -r1.30.8.2 src/libexec/httpd/bozohttpd.c
cvs rdiff -u -r1.20.8.1 -r1.20.8.2 src/libexec/httpd/bozohttpd.h
cvs rdiff -u -r1.20.14.1 -r1.20.14.2 src/libexec/httpd/cgi-bozo.c
cvs rdiff -u -r1.7.14.1 -r1.7.14.2 src/libexec/httpd/content-bozo.c
cvs rdiff -u -r1.15.14.1 -r1.15.14.2 src/libexec/httpd/daemon-bozo.c
cvs rdiff -u -r1.13.2.1.6.1 -r1.13.2.1.6.2 src/libexec/httpd/dir-index-bozo.c
cvs rdiff -u -r1.9.8.2 -r1.9.8.3 src/libexec/httpd/lua-bozo.c
cvs rdiff -u -r1.5.14.1 -r1.5.14.2 src/libexec/httpd/main.c
cvs rdiff -u -r1.2.8.2 -r1.2.8.3 src/libexec/httpd/printenv.lua
cvs rdiff -u -r1.13.8.1 -r1.13.8.2 src/libexec/httpd/ssl-bozo.c
cvs rdiff -u -r1.9.14.1 -r1.9.14.2 src/libexec/httpd/tilde-luzah-bozo.c
cvs rdiff -u -r1.1.1.1 -r1.1.1.1.20.1 src/libexec/httpd/lua/bozo.lua \
    src/libexec/httpd/lua/glue.c
cvs rdiff -u -r1.4 -r1.4.20.1 src/libexec/httpd/testsuite/Makefile
cvs rdiff -u -r1.1.1.1 -r1.1.1.1.22.1 src/libexec/httpd/testsuite/t10.out
cvs rdiff -u -r1.1.1.1 -r1.1.1.1.20.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