Source-Changes archive

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

CVS commit: src/libexec/httpd



Module Name:    src
Committed By:   shm
Date:           Wed Oct 28 09:20:15 UTC 2015

Modified Files:
        src/libexec/httpd: CHANGES auth-bozo.c bozohttpd.8 bozohttpd.c
            bozohttpd.h cgi-bozo.c dir-index-bozo.c main.c tilde-luzah-bozo.c
        src/libexec/httpd/lua: bozo.lua

Log Message:
* add CGI support for ~user translation (-E switch)
* add redirects to ~user translation
* fix bugs around ~user translation
* add schema detection for absolute redirects
* fixed few memory leaks
* bunch of minor tweaks
* removed -r support
* smarter redirects

OK mrg@


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/libexec/httpd/CHANGES
cvs rdiff -u -r1.16 -r1.17 src/libexec/httpd/auth-bozo.c
cvs rdiff -u -r1.53 -r1.54 src/libexec/httpd/bozohttpd.8
cvs rdiff -u -r1.66 -r1.67 src/libexec/httpd/bozohttpd.c
cvs rdiff -u -r1.37 -r1.38 src/libexec/httpd/bozohttpd.h
cvs rdiff -u -r1.27 -r1.28 src/libexec/httpd/cgi-bozo.c
cvs rdiff -u -r1.21 -r1.22 src/libexec/httpd/dir-index-bozo.c
cvs rdiff -u -r1.8 -r1.9 src/libexec/httpd/main.c
cvs rdiff -u -r1.11 -r1.12 src/libexec/httpd/tilde-luzah-bozo.c
cvs rdiff -u -r1.1.1.1 -r1.2 src/libexec/httpd/lua/bozo.lua

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