NetBSD/libexec/httpd
rtr 6dc1829962 + don't free strdup()'d ptr that was manipulated.
(i.e. free(): warning: modified (chunk-) pointer))
+ don't leak memory for ptr actually returned from strdup()
+ don't strdup() if we don't have to
+ don't break without free() if we did strdup()
+ as well as freeing h_value also free the header.
2007-11-04 06:07:52 +00:00
..
Makefile A build for sun2 reveals that we also need -lcrypt, as auth-bozo.c 2007-10-18 17:43:02 +00:00
auth-bozo.c RCS IDs 2007-10-17 18:47:59 +00:00
bozohttpd.c RCS IDs 2007-10-17 18:47:59 +00:00
bozohttpd.h RCS IDs 2007-10-17 18:47:59 +00:00
cgi-bozo.c + don't free strdup()'d ptr that was manipulated. 2007-11-04 06:07:52 +00:00
content-bozo.c RCS IDs 2007-10-17 18:47:59 +00:00
daemon-bozo.c RCS IDs 2007-10-17 18:47:59 +00:00
dir-index-bozo.c Make the dir indexes less ugly (horizontal rules were out of place). 2007-10-18 18:53:59 +00:00
httpd.8 Document .htpasswd / HTTP "Basic" authentication support. 2007-10-17 13:55:46 +00:00
ssl-bozo.c RCS IDs 2007-10-17 18:47:59 +00:00
tilde-luzah-bozo.c RCS IDs 2007-10-17 18:47:59 +00:00