Module Name: src Committed By: mrg Date: Thu Nov 22 08:54:08 UTC 2018
Modified Files: src/libexec/httpd: auth-bozo.c bozohttpd.c bozohttpd.h cgi-bozo.c daemon-bozo.c dir-index-bozo.c main.c ssl-bozo.c tilde-luzah-bozo.c Log Message: many clean ups: - keep a list of special files and their human names - remove (void) casts on bozo_http_error() - fix a few more misuses of bozo_http_error() - rename check_mapping() to check_remap() and perform some CSE - switch away from ``%s'' to '%s' - remove a bunch of #ifdef using new have_feature defines To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/libexec/httpd/auth-bozo.c cvs rdiff -u -r1.92 -r1.93 src/libexec/httpd/bozohttpd.c cvs rdiff -u -r1.55 -r1.56 src/libexec/httpd/bozohttpd.h cvs rdiff -u -r1.41 -r1.42 src/libexec/httpd/cgi-bozo.c cvs rdiff -u -r1.18 -r1.19 src/libexec/httpd/daemon-bozo.c \ src/libexec/httpd/main.c cvs rdiff -u -r1.27 -r1.28 src/libexec/httpd/dir-index-bozo.c cvs rdiff -u -r1.24 -r1.25 src/libexec/httpd/ssl-bozo.c cvs rdiff -u -r1.15 -r1.16 src/libexec/httpd/tilde-luzah-bozo.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.