summaryrefslogtreecommitdiff
path: root/www/bozohttpd
AgeCommit message (Collapse)AuthorFilesLines
2002-09-12Fix a problem with cgi-bin's and the GET method.wiz3-2/+34
Patch from mrg, due to be included in the next release, but who knows when that will be ;) Bump to 5.14nb1.
2002-09-09Patch the man page at pre-build instead of post-build so the catpage isjlam1-2/+2
generated with the fixes.
2002-09-09Directly replace the "/usr/pkg" reference in the man page with "${PREFIX}"jlam3-33/+8
in the package Makefile in one step instead of three.
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam3-7/+7
have been converted to USE_BUILDLINK2.
2002-08-23update to bozohttpd 5.14. changes include:mrg4-63/+19
o allow -X mode to work for "/" o work on systems without MADV_SEQUENTIAL o make a local cut-down copy of "queue.h" (fixes linux & solaris support at the very least) o portability fixes for pre-ipv6 socket api systems (eg, solaris 7) o portability fixes for missing _PATH_DEFPATH, LOG_FTP and __progname o better documentation on virtual host support
2002-08-21check that USE_INET6 is defined.grant1-2/+2
remove extraneous parenthesis around .if (${FOO} ..) conditions.
2002-08-05pull in a patch from development sources that fixes a bug in directorymrg2-1/+53
index generation of the root of the web tree. bump to bozohttpd 5.13nb1.
2002-08-05pull in a patch from development sources that fixes a bug in directorymrg1-1/+2
index generation of the root of the web tree. bump to bozohttpd 5.13nb1.
2002-08-04Update to 5.13, provided by the author and maintainer.wiz4-723/+7
changes since bozohttpd 5.12: o support .mp3 files (type audio/mpeg) o use stat() to find out if something is a directory, for -X mode changes since bozohttpd 5.11: o constification o fixes & enhancements for directory index mode (-X)
2002-08-02fix compilation with -Werror enabled on netbsd-1.5.3/alpha.dmcmahill2-1/+704
patch from Matt Green.
2002-07-30Update to 5.11.wiz2-5/+5
Changes since 5.10: o more man page fixes from Thomas Klausner o de-K&R C-ification o fix Date: header for daemon mode o fix core dump when asking for /cgi-bin/ when CGI isn't configured o use a valid Server: header
2002-07-10update to bozohttpd 5.10. changes include:mrg6-384/+18
- many man pages and updates - freebsd support - cgi-bin fixes - improved logging - builtin chroot support
2002-06-26+ ensure that ${SCRIPT_NAME} contains full path of script (previouslylukem4-11/+357
the leading "cgi-bin/" was stripped) + convert '-' to '_' in ${HTTP_xxx} environment variable names, and ensure that the names are NUL terminated + lookup addr, host (unless -n) and port for every request, not just cgi requests, and log the host & port in "got request ..." message + fix -n to work as documented; set it to *prevent* addr->name lookups + document -n is useful even without -c + don't deref NULL pointers in printf %s + be consistent about stripping leading `/' from command + clean up how "cgi-bin/" prefix is hardcoded in + fix -Wall compile issues + bump package revision
2002-04-23Remove accidentally commited local hack - don't add -DDEBUG to CFLAGSzuntum1-2/+1
2002-04-23Merge 2 patches for the same file into one diffzuntum4-18/+14
2002-04-23When in DEBUG_OBESE, log cgibin's value as well as slashdir'szuntum2-1/+14
2002-04-23Make debugging work as expected - compare dflag with level properlyzuntum2-1/+15
2001-12-14update to bozohttpd 5.09. changes include... um, i forget. it can nowmrg3-59/+17
run in a daemon mode at the very least... (ie, no longer inetd or some other daemon starter dependant)
2001-12-03Mark as USE_BUILDLINK_ONLY.jlam1-1/+3
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-4/+4
2001-09-10Man page fixes.wiz2-6/+52
2001-08-12update to bozohttpd 5.08:mrg2-5/+5
- -X directory index support (from ad@netbsd.org) - better http/1.1 conformance - ".pa" support for pac files.
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+1
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-10upgrade to bozohttpd 5.07:mrg2-5/+5
- cgi-bin fixes from chuck@research.att.com - most file types supported by default - allow default file (index.html) and user public directories (~/public_html) to be specified on the command line.
2001-04-20Move to sha1 digests, and add distfile sizes.skrll1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-7/+5
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-09-03remove unnecessary whitespacewiz1-2/+1
2000-08-31in bozohttpd.8, honor PREFIX. also, use "bozohttpd" instead of "httpd"itojun3-9/+18
to sync with reality.
2000-08-27upgrade to 5.06. 5.06 integrates IPv6 patch to 5.05.itojun5-136/+14
2000-08-23Add itojun's patch for IPv6 supportjlam6-9/+117
2000-08-05Proofread manpage a bit.jlam1-0/+33
2000-08-05Regen.jlam1-1/+2
2000-05-24upgrade to bozohttpd 5.05: bug fixes.mrg2-4/+4
2000-04-27err, fix previous.mrg1-2/+2
2000-04-27update to bozohttpd 5.04. this fixes a couple of bugs, and adds virtualmrg4-21/+5
hosting support. and a few more content-types, too..
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-07-09Add package patch checksum files.agc1-0/+4
1999-06-08.png support.mrg1-0/+15
1999-05-19Initial import of Matthew R. Green's bozohttpd 5.0.bad6-0/+38
``Less is more.''