Module Name: src Committed By: mrg Date: Tue Dec 29 04:21:46 UTC 2015
Modified Files: src/libexec/httpd: bozohttpd.c bozohttpd.h cgi-bozo.c dir-index-bozo.c Log Message: - convert most asprintf() calls to bozoasprintf(). - don't call getpwuid(0) if we don't need to, or fail it it fails, and remove the 'username' member of bozohttpd_t since it is not used outside of bozo_setup(). To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75 src/libexec/httpd/bozohttpd.c cvs rdiff -u -r1.42 -r1.43 src/libexec/httpd/bozohttpd.h cvs rdiff -u -r1.30 -r1.31 src/libexec/httpd/cgi-bozo.c cvs rdiff -u -r1.24 -r1.25 src/libexec/httpd/dir-index-bozo.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.