NetBSD/libexec/httpd
mrg 8033ac319d import latest bozohttpd sources. changes include:
o  make bozohttpd internally more modular, preparing the way
           to handle more than one request per process
        o  fix http-auth, set $REMOTE_USER not $REMOTEUSER.  also fix
           cgi-bin with cvsweb, from Holger Weiss <holger@CIS.FU-Berlin.DE>
        o  fix an uninitialised variable use in daemon mode
        o  fix ssl mode with newer OpenSSL
        o  mmap large files in manageable sizes so we can serve any size file
        o  refactor url processing to handle query strings correctly for CGI
           from Sergey Katsev at Coyote Point
        o  add If-Modified-Since support, from Joerg Sonnenberger
           <joerg@netbsd.org>
        o  many more manual fixes, from NetBSD
2009-04-18 07:09:27 +00:00
..
testsuite import latest bozohttpd sources. changes include: 2009-04-18 07:09:27 +00:00
auth-bozo.c
bozohttpd.8 Fix typo in email address. Pointed out by Mirko Thiesen in PR 41229. 2009-04-16 21:26:57 +00:00
bozohttpd.c Fix redirection core dump as reported in PR#41042. 2009-03-23 12:49:28 +00:00
bozohttpd.h Add If-Modified-Since support. 2009-02-09 17:06:11 +00:00
cgi-bozo.c use SIMPLEQ_FOREACH_SAFE(), to avoid a use-after-free. 2009-03-11 06:53:25 +00:00
content-bozo.c
daemon-bozo.c slen must be initialized before the call to accept 2008-05-02 19:14:03 +00:00
dir-index-bozo.c From Sergey Katsev at Coyote Point: fix bugs in request transformation and 2009-02-04 22:55:58 +00:00
Makefile Default to WARNS=4 2009-03-16 02:24:55 +00:00
ssl-bozo.c new openssl returns const method objects. 2008-05-10 19:25:20 +00:00
tilde-luzah-bozo.c From Sergey Katsev at Coyote Point: fix bugs in request transformation and 2009-02-04 22:55:58 +00:00