The NetBSD Project

CVS log for src/libexec/httpd/bozohttpd.8

[BACK] Up to [cvs.NetBSD.org] / src / libexec / httpd

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: MAIN


Revision 1.96 / (download) - annotate - [select for diffs], Sun Feb 4 05:54:20 2024 UTC (6 weeks, 2 days ago) by mrg
Branch: MAIN
CVS Tags: triaxx-drm, bozohttpd-20240126, HEAD
Changes since 1.95: +2 -2 lines
Diff to previous 1.95 (colored)

note this documents bozohttpd 20240126.

Revision 1.95 / (download) - annotate - [select for diffs], Fri Feb 2 20:50:28 2024 UTC (6 weeks, 3 days ago) by andvar
Branch: MAIN
Changes since 1.94: +2 -2 lines
Diff to previous 1.94 (colored)

s/supressing/suppressing/.

Revision 1.94 / (download) - annotate - [select for diffs], Fri Jan 26 23:19:44 2024 UTC (7 weeks, 3 days ago) by mrg
Branch: MAIN
Changes since 1.93: +8 -6 lines
Diff to previous 1.93 (colored)

add some missing changes and bump the version.

Revision 1.93 / (download) - annotate - [select for diffs], Wed Jun 7 20:22:22 2023 UTC (9 months, 1 week ago) by mrg
Branch: MAIN
Changes since 1.92: +10 -4 lines
Diff to previous 1.92 (colored)

add a note about how to setup http -> https redirection.

bump documented version.

Revision 1.92 / (download) - annotate - [select for diffs], Mon Sep 12 10:34:20 2022 UTC (18 months ago) by martin
Branch: MAIN
CVS Tags: netbsd-10-base, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, netbsd-10
Changes since 1.91: +8 -4 lines
Diff to previous 1.91 (colored)

Document the -q option.

Revision 1.91 / (download) - annotate - [select for diffs], Wed May 18 00:37:11 2022 UTC (22 months ago) by mrg
Branch: MAIN
CVS Tags: bozohttpd-20220517
Changes since 1.90: +4 -4 lines
Diff to previous 1.90 (colored)

call this bozohttpd 20220517.

Revision 1.90 / (download) - annotate - [select for diffs], Tue Jan 4 06:08:14 2022 UTC (2 years, 2 months ago) by kim
Branch: MAIN
Changes since 1.89: +10 -9 lines
Diff to previous 1.89 (colored)

bozohttpd: remove obsolete .bzdirect handling

OK mrg@

Revision 1.89 / (download) - annotate - [select for diffs], Tue Aug 24 09:47:36 2021 UTC (2 years, 6 months ago) by mrg
Branch: MAIN
Changes since 1.88: +20 -4 lines
Diff to previous 1.88 (colored)

implement tls minimum version setting.

mostly from sunil@nimmagadda.net in PR#55830, though i moved the
member into the main http structure, so that it doesn't trigger
sslinfo being allocated via command line without the rest of the
ssl being setup (which then leads to crashes.)

Revision 1.88 / (download) - annotate - [select for diffs], Sun Feb 28 05:19:52 2021 UTC (3 years ago) by mrg
Branch: MAIN
CVS Tags: cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x, bozohttpd-20210227
Changes since 1.87: +17 -13 lines
Diff to previous 1.87 (colored)

update version, dates, add emily to list of contributors.  sort list.

Revision 1.87 / (download) - annotate - [select for diffs], Thu Oct 15 09:54:22 2020 UTC (3 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.86: +6 -4 lines
Diff to previous 1.86 (colored)

New sentence, new line. Fix xref.

Revision 1.86 / (download) - annotate - [select for diffs], Thu Oct 15 04:21:53 2020 UTC (3 years, 5 months ago) by mrg
Branch: MAIN
CVS Tags: bozohttpd-20201014
Changes since 1.85: +23 -21 lines
Diff to previous 1.85 (colored)

various updates from <henrik@gulbra.net> / freebsd.  the list from Henrik:

bozohttpd.8:
    o Added -d flag to the man page
    o Moved -E flag in man page to keep alphabetic order
    o Grammar fix for description of -E flag in man page
    o Moved a word in the man description for the -f flag
    o Made -f imply -b as a backwards-compatible shortcut
    o Updated man description of -n to mention Lua scripts
    o Moved -z below -Z to keep the uppercase options first

bozohttpd.c:
    o Removed obsolete comment about ~user missing cgi-bin support
    o Removed "/* ARGSUSED */" lines; was that a macro or a reminder?
    o Added USE_ARG macro call for sig, which was otherwise not used
    o Added USE_ARG macro call for msg (only used if debug is enabled)

bozohttpd.h:
    o Fixed typo in the include guard (BOZOHTTOPD_H_ -> BOZOHTTPD_H_)
    o Renamed have_all to have_core; it didn't mean "all" options

content-bozo.c:
    o Added USE_ARG macro call for signo, which was otherwise not used
    o Made -f imply -b as a backwards-compatible shortcut

main.c:
    o Simplified -b text to be symmetric with that for the -f option
    o Updated -C text to make "suffix" explicit; it's better than "arg"
    o Changed to only show the -E description if have_user is true
    o Always show the -e option, which incorrectly used the -E logic
    o Renamed have_all to have_core; it didn't mean "all" options
    o Added three missing tabs for the description of the -G option
    o Updated -L text to make "prefix" explicit; it's better than "arg"
    o Updated -M text to make "suffix" explicit; it's slightly better
    o Added a previously missing description for the -n option
    o Documented the otherwise obscure valid types for the -T option
    o Shortened "username" to "user" to match the actual help text
    o Moved handling of -c below that for -C to standardize the order
    o Broke the enabling test for -C into two lines for consistency
    o Inverted the enabling test for -E; this is what was meant, right?
    o Removed the enabling test for -e, which should always be enabled

ssl-bozo.c:
    o Added USE_ARG for httpd, which is not used if SSL has been excluded

Revision 1.85 / (download) - annotate - [select for diffs], Thu Oct 15 02:19:23 2020 UTC (3 years, 5 months ago) by mrg
Branch: MAIN
Changes since 1.84: +4 -4 lines
Diff to previous 1.84 (colored)

set -D_GNU_SOURCE in Makefile.boot.  from hadrien.lacour@posteo.net.
also match %2F as well as %2f.  from leah@vuxu.org.
introduce defines for "80" and "443".  copyright maint.

Revision 1.84 / (download) - annotate - [select for diffs], Thu Aug 20 07:55:10 2020 UTC (3 years, 6 months ago) by mrg
Branch: MAIN
CVS Tags: bozohttpd-20200820
Changes since 1.83: +16 -3 lines
Diff to previous 1.83 (colored)

update for recent changes.

Revision 1.83 / (download) - annotate - [select for diffs], Mon Jul 13 09:41:18 2020 UTC (3 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.82: +3 -2 lines
Diff to previous 1.82 (colored)

Use Nx.

Revision 1.82 / (download) - annotate - [select for diffs], Mon Jul 13 09:38:57 2020 UTC (3 years, 8 months ago) by jruoho
Branch: MAIN
Changes since 1.81: +5 -7 lines
Diff to previous 1.81 (colored)

Do not report status code 500 to blocklistd(8)  Add -DNO_BLOCKLIST_SUPPORT
to Makefile.boot.

Revision 1.81 / (download) - annotate - [select for diffs], Sat Jul 11 08:10:52 2020 UTC (3 years, 8 months ago) by jruoho
Branch: MAIN
Changes since 1.80: +41 -2 lines
Diff to previous 1.80 (colored)

Add blocklistd(8) support.

Revision 1.80 / (download) - annotate - [select for diffs], Mon Jul 6 23:31:36 2020 UTC (3 years, 8 months ago) by jmcneill
Branch: MAIN
Changes since 1.79: +7 -2 lines
Diff to previous 1.79 (colored)

Add -R flag to specify a README file to add at the bottom of directory
autoindex listings.

Revision 1.79 / (download) - annotate - [select for diffs], Thu Feb 28 08:28:21 2019 UTC (5 years ago) by mrg
Branch: MAIN
CVS Tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, phil-wifi-20190609, netbsd-9-base, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1, is-mlppp-base, is-mlppp, bozohttpd-20190228
Branch point for: netbsd-9
Changes since 1.78: +6 -4 lines
Diff to previous 1.78 (colored)

add ssl specific timeout value (30s).  if SSL_accept() doesn't
work with in this timeout value, ssl setup now fails.

mostly different from, but inspired from the patch in PR 50655

Revision 1.78 / (download) - annotate - [select for diffs], Thu Jan 17 07:46:16 2019 UTC (5 years, 2 months ago) by mrg
Branch: MAIN
CVS Tags: pgoyette-compat-20190127, pgoyette-compat-20190118
Changes since 1.77: +10 -9 lines
Diff to previous 1.77 (colored)

- call this 20190116
- adjust the directory indexing again:
  - don't include "index.html" in html headers
  - additional escaping of names
  - re-add top/bottom borders
  - adds an aquamarine table header
  - Zebra-stripes table rows using CSS instead of code
  all from "Rajeev V. Pillai" <rajeev_v_pillai@yahoo.com>

Revision 1.77 / (download) - annotate - [select for diffs], Tue Jan 8 06:04:29 2019 UTC (5 years, 2 months ago) by mrg
Branch: MAIN
Changes since 1.76: +3 -5 lines
Diff to previous 1.76 (colored)

remove reference to deleted -r option.  fixes PR#53840 from J. Lewis Muir.

Revision 1.76 / (download) - annotate - [select for diffs], Wed Dec 19 12:40:32 2018 UTC (5 years, 3 months ago) by mrg
Branch: MAIN
CVS Tags: pgoyette-compat-1226
Changes since 1.75: +11 -11 lines
Diff to previous 1.75 (colored)

minor rewording.  fix alphabeta ordering of contributors.

Revision 1.75 / (download) - annotate - [select for diffs], Tue Dec 4 02:52:42 2018 UTC (5 years, 3 months ago) by mrg
Branch: MAIN
Changes since 1.74: +4 -4 lines
Diff to previous 1.74 (colored)

use html tables for directory index.
from "Rajeev V. Pillai" <rajeev_v_pillai@yahoo.com>

call this bozohttpd 20181204.

Revision 1.74 / (download) - annotate - [select for diffs], Fri Nov 23 08:11:20 2018 UTC (5 years, 3 months ago) by mrg
Branch: MAIN
CVS Tags: pgoyette-compat-1126, bozohttpd-20181125, bozohttpd-20181123
Changes since 1.73: +2 -2 lines
Diff to previous 1.73 (colored)

minor style fixes.  simplify bozo_match_content_map().

Revision 1.73 / (download) - annotate - [select for diffs], Tue Nov 20 01:06:46 2018 UTC (5 years, 3 months ago) by mrg
Branch: MAIN
CVS Tags: bozohttpd-20181121
Changes since 1.72: +18 -4 lines
Diff to previous 1.72 (colored)

from CHANGES:

o  reduce default timeouts, and add expand timeouts to handle the
   initial line, each header, and the total time spent
o  add -T option to expose new timeout settings
o  minor RFC fixes related to timeout handling responses

old timeouts:
60 seconds for initial request like, 60 seconds per header line,
and no whole timeout (though the recent total header size changes
do introduce one that would be about 11 hours.)
new timeouts:
30 seconds for initial request like, 10 seconds per header line,
and a total request time of 600 seconds.


the new global timeout is implemented using CLOCK_MONOTONIC, with
a fallback to CLOCK_REALTIME if monotonic time is unavailable.


reject multiple Host: headers.  besides being protocol standard,
this closes one additional memory leak found by JP.  add a simple
test to check this.


clean up option and usage handling some.

Revision 1.72 / (download) - annotate - [select for diffs], Mon Nov 19 04:14:59 2018 UTC (5 years, 4 months ago) by mrg
Branch: MAIN
CVS Tags: bozohttpd-20181118
Changes since 1.71: +4 -3 lines
Diff to previous 1.71 (colored)

note the changes present in bozohttpd 20181118:

o  add url remap support via .bzremap file, from martin@netbsd.org
o  handle redirections for any protocol, not just http:
o  fix a denial of service attack against header contents, which
   is now bounded at 16KiB.  reported by JP.

Revision 1.71 / (download) - annotate - [select for diffs], Fri Aug 24 14:24:50 2018 UTC (5 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906
Changes since 1.70: +2 -2 lines
Diff to previous 1.70 (colored)

Remove trailing whitespace.

Revision 1.70 / (download) - annotate - [select for diffs], Fri Aug 24 11:43:13 2018 UTC (5 years, 6 months ago) by martin
Branch: MAIN
Changes since 1.69: +2 -2 lines
Diff to previous 1.69 (colored)

Bump date

Revision 1.69 / (download) - annotate - [select for diffs], Fri Aug 24 11:41:16 2018 UTC (5 years, 6 months ago) by martin
Branch: MAIN
Changes since 1.68: +33 -2 lines
Diff to previous 1.68 (colored)

Add support for remapping requested paths via a .bzredirect file.
Fixes PR 52772. Ok: mrg@

Revision 1.68 / (download) - annotate - [select for diffs], Tue Nov 28 12:22:27 2017 UTC (6 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: phil-wifi-base, pgoyette-compat-base, pgoyette-compat-0728, pgoyette-compat-0625, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315
Branch point for: phil-wifi, pgoyette-compat
Changes since 1.67: +38 -15 lines
Diff to previous 1.67 (colored)

Document script handler issues with httpd(8).
From martin@, addressing PR 52194.

While here, use American spelling consistently and upper-case some
abbreviations.

Bump date.

Revision 1.67 / (download) - annotate - [select for diffs], Fri Jul 7 07:05:49 2017 UTC (6 years, 8 months ago) by mrg
Branch: MAIN
CVS Tags: perseant-stdc-iso10646-base, perseant-stdc-iso10646
Changes since 1.66: +2 -2 lines
Diff to previous 1.66 (colored)

fix ordering of a couple of words.  from Edgar Pettijohn in PR#52375.
thanks!

Revision 1.66 / (download) - annotate - [select for diffs], Mon Jul 3 21:35:48 2017 UTC (6 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.65: +2 -2 lines
Diff to previous 1.65 (colored)

Remove workaround for ancient HTML generation code.

Revision 1.65 / (download) - annotate - [select for diffs], Tue Jan 31 14:36:09 2017 UTC (7 years, 1 month ago) by mrg
Branch: MAIN
CVS Tags: prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, pgoyette-localcount-20170426, pgoyette-localcount-20170320, netbsd-8-base, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1, matt-nb8-mediatek-base, matt-nb8-mediatek, bouyer-socketcan-base1
Branch point for: netbsd-8
Changes since 1.64: +8 -4 lines
Diff to previous 1.64 (colored)

call this bozohttpd 20170201.

Revision 1.64 / (download) - annotate - [select for diffs], Fri Jan 20 16:14:44 2017 UTC (7 years, 1 month ago) by abhinav
Branch: MAIN
Changes since 1.63: +2 -2 lines
Diff to previous 1.63 (colored)

Fix typo: s/suport/support

Revision 1.63 / (download) - annotate - [select for diffs], Wed Dec 21 09:33:08 2016 UTC (7 years, 2 months ago) by abhinav
Branch: MAIN
CVS Tags: pgoyette-localcount-20170107, bouyer-socketcan-base
Branch point for: bouyer-socketcan
Changes since 1.62: +3 -3 lines
Diff to previous 1.62 (colored)

Fix sentences at a couple of places.

Revision 1.62 / (download) - annotate - [select for diffs], Sun Dec 11 20:40:41 2016 UTC (7 years, 3 months ago) by mrg
Branch: MAIN
Changes since 1.61: +3 -3 lines
Diff to previous 1.61 (colored)

there was a bug fix in july.   call this 20160720.

Revision 1.61 / (download) - annotate - [select for diffs], Tue Oct 4 18:33:00 2016 UTC (7 years, 5 months ago) by mrg
Branch: MAIN
CVS Tags: pgoyette-localcount-20161104
Changes since 1.60: +7 -6 lines
Diff to previous 1.60 (colored)

update the -V documentation to be more clear about what it does.
inspired by Swift Griggs on netbsd-users.

Revision 1.60 / (download) - annotate - [select for diffs], Tue May 24 21:18:29 2016 UTC (7 years, 9 months ago) by agc
Branch: MAIN
CVS Tags: pgoyette-localcount-base, pgoyette-localcount-20160806, pgoyette-localcount-20160726, localcount-20160914
Branch point for: pgoyette-localcount
Changes since 1.59: +7 -3 lines
Diff to previous 1.59 (colored)

As proposed in:

	http://mail-index.netbsd.org/tech-userlevel/2016/05/18/msg009999.html

and

	https://www.netbsd.org/~agc/bozo-20160517.diff

add a patch to httpd to return the version string of httpd itself, and use the
-G option on the command line to enable this. This gives httpd the ability to
show, from the command line, what version is running.

	% /usr/build/obj/x86_64/usr/src/libexec/httpd/bozohttpd -G
	bozohttpd version bozohttpd/20160415
	%

Revision 1.59 / (download) - annotate - [select for diffs], Fri Apr 15 17:57:21 2016 UTC (7 years, 11 months ago) by mrg
Branch: MAIN
Changes since 1.58: +4 -3 lines
Diff to previous 1.58 (colored)

updates and bozohttpd 20160415:
o  add search-word support for CGI
o  fix a security issue in CGI suffix handler support which would
   allow remote code execution, from shm@netbsd.org
o  -C option supports now CGI scripts only

Revision 1.58 / (download) - annotate - [select for diffs], Sun Dec 27 10:21:35 2015 UTC (8 years, 2 months ago) by mrg
Branch: MAIN
Changes since 1.57: +3 -2 lines
Diff to previous 1.57 (colored)

several clean ups:

- bozostrdup() gains a request parameter, and uses it to determine
  what sort of error handling is required
- bozo_strdup() dies
- size_arrays() reduced slightly, pushing error handling into the caller
- convert to size_t for some array indices
- bozo_set_pref() and bozo_init_prefs() gain httpd parameters
- apply a bunch of manual CSE to vastly reduce the number of times the
  string "request->hr_httpd" appears.
- CGI parse_header() takes a request not httpd now

XXX: lua glue updated to call bozo_init_prefs() with htttpd parameter,
     but i'm only guessing here.

Revision 1.57 / (download) - annotate - [select for diffs], Sat Dec 12 16:57:53 2015 UTC (8 years, 3 months ago) by christos
Branch: MAIN
Changes since 1.56: +7 -3 lines
Diff to previous 1.56 (colored)

- restrict the default list of ciphers to something more secure
- restrict ssl options
From Travis Paul

Revision 1.56 / (download) - annotate - [select for diffs], Sun Nov 29 15:58:07 2015 UTC (8 years, 3 months ago) by kamil
Branch: MAIN
Changes since 1.55: +2 -2 lines
Diff to previous 1.55 (colored)

Bump date for previous

Revision 1.55 / (download) - annotate - [select for diffs], Sun Nov 29 15:29:55 2015 UTC (8 years, 3 months ago) by kamil
Branch: MAIN
Changes since 1.54: +3 -2 lines
Diff to previous 1.54 (colored)

Synchronize SYNOPSIS with reality

Revision 1.54 / (download) - annotate - [select for diffs], Wed Oct 28 09:20:15 2015 UTC (8 years, 4 months ago) by shm
Branch: MAIN
Changes since 1.53: +23 -16 lines
Diff to previous 1.53 (colored)

* add CGI support for ~user translation (-E switch)
* add redirects to ~user translation
* fix bugs around ~user translation
* add schema detection for absolute redirects
* fixed few memory leaks
* bunch of minor tweaks
* removed -r support
* smarter redirects

OK mrg@

Revision 1.53 / (download) - annotate - [select for diffs], Thu Aug 13 12:30:08 2015 UTC (8 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.52: +2 -2 lines
Diff to previous 1.52 (colored)

Remove trailing space in boast.

Revision 1.52 / (download) - annotate - [select for diffs], Thu Aug 13 09:00:29 2015 UTC (8 years, 7 months ago) by shm
Branch: MAIN
Changes since 1.51: +4 -3 lines
Diff to previous 1.51 (colored)

Extend AUTHORS section. Nobody likes a braggart.

OK mrg@

Revision 1.51 / (download) - annotate - [select for diffs], Sat May 2 11:35:48 2015 UTC (8 years, 10 months ago) by mrg
Branch: MAIN
Changes since 1.50: +3 -3 lines
Diff to previous 1.50 (colored)

fix content type handling to not hard code (wrong) values for length,
but just call strlen() as needed.  call this 20150501.

reported by Jan Danielsson for ".svg".

Revision 1.50 / (download) - annotate - [select for diffs], Thu Apr 16 02:32:33 2015 UTC (8 years, 11 months ago) by mrg
Branch: MAIN
Changes since 1.49: +9 -11 lines
Diff to previous 1.49 (colored)

install as bozohttpd/bozohttpd.8 as well as httpd.

Revision 1.49 / (download) - annotate - [select for diffs], Fri Mar 20 19:54:53 2015 UTC (9 years ago) by mrg
Branch: MAIN
CVS Tags: bozohttpd-20150320
Changes since 1.48: +8 -3 lines
Diff to previous 1.48 (colored)

copyright maintenance, note shm@ in the manual and update the CHANGES
for recent changes.  call this 20150320.

Revision 1.48 / (download) - annotate - [select for diffs], Thu Dec 25 18:56:28 2014 UTC (9 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: bozohttpd-20141225
Changes since 1.47: +2 -2 lines
Diff to previous 1.47 (colored)

Bring this man page back to this decade.

Revision 1.47 / (download) - annotate - [select for diffs], Thu Dec 25 18:53:06 2014 UTC (9 years, 2 months ago) by mrg
Branch: MAIN
Changes since 1.46: +3 -3 lines
Diff to previous 1.46 (colored)

call this 20141225.

Revision 1.46 / (download) - annotate - [select for diffs], Sun Feb 9 12:32:32 2014 UTC (10 years, 1 month ago) by mrg
Branch: MAIN
CVS Tags: yamt-pagecache-base9, tls-maxphys-base, tls-earlyentropy-base, tls-earlyentropy, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3, netbsd-7-base
Branch point for: netbsd-7
Changes since 1.45: +2 -2 lines
Diff to previous 1.45 (colored)

- bump man page date
- strip :80 off virtual host names as they're the default

Revision 1.45 / (download) - annotate - [select for diffs], Sun Feb 9 01:46:10 2014 UTC (10 years, 1 month ago) by mrg
Branch: MAIN
Changes since 1.44: +8 -2 lines
Diff to previous 1.44 (colored)

some fixes for virtual hosting support from Rajeev V. Pillai:

- memory leaks in virtual host plugged
- ensure hr_host is only the host/port part when the request
  contains the hostname in the URI not Host: header.


also update the references to the old http/1.1 draft rev 06
to RFC 2616 (fortunately, most sections hadn't moved.)

Revision 1.44 / (download) - annotate - [select for diffs], Sun Feb 2 03:13:31 2014 UTC (10 years, 1 month ago) by mrg
Branch: MAIN
Changes since 1.43: +2 -2 lines
Diff to previous 1.43 (colored)

update for 2014-02-01.

Revision 1.43 / (download) - annotate - [select for diffs], Thu Jan 2 08:47:38 2014 UTC (10 years, 2 months ago) by mrg
Branch: MAIN
CVS Tags: bozohttpd-20140102
Changes since 1.42: +19 -15 lines
Diff to previous 1.42 (colored)

sort the contributor list, and update the defines list to include lua.

Revision 1.42 / (download) - annotate - [select for diffs], Thu Jan 2 08:22:59 2014 UTC (10 years, 2 months ago) by mrg
Branch: MAIN
Changes since 1.41: +4 -4 lines
Diff to previous 1.41 (colored)

update version, date and copyright.

Revision 1.41 / (download) - annotate - [select for diffs], Sat Oct 12 22:37:43 2013 UTC (10 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.40: +94 -91 lines
Diff to previous 1.40 (colored)

Sort.  More markup.

Revision 1.40 / (download) - annotate - [select for diffs], Sat Oct 12 17:25:18 2013 UTC (10 years, 5 months ago) by mbalmer
Branch: MAIN
Changes since 1.39: +2 -2 lines
Diff to previous 1.39 (colored)

it's Lua, not lua

Revision 1.39 / (download) - annotate - [select for diffs], Sat Oct 12 17:24:06 2013 UTC (10 years, 5 months ago) by mbalmer
Branch: MAIN
Changes since 1.38: +28 -2 lines
Diff to previous 1.38 (colored)

add Lua scripting support to bozohttpd, see httpd(8) for details

Revision 1.38 / (download) - annotate - [select for diffs], Thu Jul 11 08:19:56 2013 UTC (10 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2, bozohttpd-20130711
Changes since 1.37: +16 -16 lines
Diff to previous 1.37 (colored)

netbsd.org -> NetBSD.org and use my @NetBSD.org address as well.

Revision 1.37 / (download) - annotate - [select for diffs], Thu Jul 11 07:44:19 2013 UTC (10 years, 8 months ago) by mrg
Branch: MAIN
Changes since 1.36: +23 -5 lines
Diff to previous 1.36 (colored)

- update CHANGES with recent changes
- export esacpe_html() and use it in directory indexing
- update manual to include recent contributors

Revision 1.36 / (download) - annotate - [select for diffs], Sat Mar 2 16:45:31 2013 UTC (11 years ago) by ryoon
Branch: MAIN
CVS Tags: agc-symver-base, agc-symver
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored)

Fix typo, releaases.

Revision 1.35 / (download) - annotate - [select for diffs], Tue Dec 4 22:42:14 2012 UTC (11 years, 3 months ago) by pgoyette
Branch: MAIN
CVS Tags: yamt-pagecache-base8, yamt-pagecache-base7
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (colored)

Minor typo

Revision 1.34 / (download) - annotate - [select for diffs], Mon Feb 20 09:45:22 2012 UTC (12 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: yamt-pagecache-base6, yamt-pagecache-base5, yamt-pagecache-base4
Branch point for: tls-maxphys
Changes since 1.33: +5 -4 lines
Diff to previous 1.33 (colored)

Bump date for previous. Use more markup.

Revision 1.33 / (download) - annotate - [select for diffs], Mon Feb 20 09:26:56 2012 UTC (12 years, 1 month ago) by elric
Branch: MAIN
Changes since 1.32: +8 -1 lines
Diff to previous 1.32 (colored)

Check in very basic compressed file support.  httpd will now serve
a precompressed .gz file if it exists, the client claims to support
gzip and the request is not ranged.

Revision 1.32 / (download) - annotate - [select for diffs], Fri Nov 18 09:51:31 2011 UTC (12 years, 4 months ago) by mrg
Branch: MAIN
CVS Tags: netbsd-6-base, netbsd-6-1-RELEASE, netbsd-6-1-RC4, netbsd-6-1-RC3, netbsd-6-1-RC2, netbsd-6-1-RC1, netbsd-6-1-4-RELEASE, netbsd-6-1-3-RELEASE, netbsd-6-1-2-RELEASE, netbsd-6-1-1-RELEASE, netbsd-6-0-RELEASE, netbsd-6-0-RC2, netbsd-6-0-RC1, netbsd-6-0-5-RELEASE, netbsd-6-0-4-RELEASE, netbsd-6-0-3-RELEASE, netbsd-6-0-2-RELEASE, netbsd-6-0-1-RELEASE, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus
Branch point for: netbsd-6-1, netbsd-6-0, netbsd-6
Changes since 1.31: +7 -7 lines
Diff to previous 1.31 (colored)

merge bozohttpd 20111118

Revision 1.31 / (download) - annotate - [select for diffs], Thu Nov 17 23:19:30 2011 UTC (12 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored)

Bump date for previous.

Revision 1.30 / (download) - annotate - [select for diffs], Thu Nov 17 22:09:12 2011 UTC (12 years, 4 months ago) by mrg
Branch: MAIN
Changes since 1.29: +9 -5 lines
Diff to previous 1.29 (colored)

allow the -I option to be useful in non-daemon mode, by letting it force
the returned port number

Revision 1.29 / (download) - annotate - [select for diffs], Sun Apr 24 07:18:59 2011 UTC (12 years, 10 months ago) by jmmv
Branch: MAIN
CVS Tags: yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, cherry-xenmp-base, cherry-xenmp
Branch point for: yamt-pagecache
Changes since 1.28: +4 -2 lines
Diff to previous 1.28 (colored)

List myself as a contributor.

Revision 1.28 / (download) - annotate - [select for diffs], Sun Apr 24 07:17:02 2011 UTC (12 years, 10 months ago) by jmmv
Branch: MAIN
Changes since 1.27: +30 -30 lines
Diff to previous 1.27 (colored)

Remove the "This option..." sentence prefix for all option definitions.
Adjust some sentences so that the new text makes sense.  OK mrg@.

Revision 1.27 / (download) - annotate - [select for diffs], Sat Apr 2 07:44:15 2011 UTC (12 years, 11 months ago) by mbalmer
Branch: MAIN
Changes since 1.26: +3 -3 lines
Diff to previous 1.26 (colored)

fix typo, bump date

Revision 1.26 / (download) - annotate - [select for diffs], Tue Mar 29 07:22:31 2011 UTC (12 years, 11 months ago) by jmmv
Branch: MAIN
Changes since 1.25: +11 -2 lines
Diff to previous 1.25 (colored)

Add pid file support: if the new -P option is provided, it specifies the
location of the pid file to create.

OKed by mrg@.

Revision 1.25 / (download) - annotate - [select for diffs], Thu Mar 10 14:37:16 2011 UTC (13 years ago) by reed
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored)

Fix typo.

Revision 1.24 / (download) - annotate - [select for diffs], Tue Sep 21 07:05:28 2010 UTC (13 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: matt-mips64-premerge-20101231, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

Fix typo.

Revision 1.23 / (download) - annotate - [select for diffs], Mon Sep 20 23:11:38 2010 UTC (13 years, 6 months ago) by mrg
Branch: MAIN
Changes since 1.22: +12 -4 lines
Diff to previous 1.22 (colored)

merge bozohttpd 20100920

Revision 1.22 / (download) - annotate - [select for diffs], Tue Jun 22 07:00:12 2010 UTC (13 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.21: +3 -3 lines
Diff to previous 1.21 (colored)

Fix typo, remove trailing whitespace.

Revision 1.21 / (download) - annotate - [select for diffs], Tue Jun 22 05:24:12 2010 UTC (13 years, 9 months ago) by mrg
Branch: MAIN
Changes since 1.20: +9 -3 lines
Diff to previous 1.20 (colored)

merge bozohttpd 20100621

Revision 1.20 / (download) - annotate - [select for diffs], Thu Jun 17 19:43:30 2010 UTC (13 years, 9 months ago) by mrg
Branch: MAIN
Changes since 1.19: +4 -5 lines
Diff to previous 1.19 (colored)

merge bozohttpd 20100617.

Revision 1.19 / (download) - annotate - [select for diffs], Sat May 15 06:48:27 2010 UTC (13 years, 10 months ago) by mrg
Branch: MAIN
Changes since 1.18: +3 -3 lines
Diff to previous 1.18 (colored)

merge bozohttpd 20100512

Revision 1.18 / (download) - annotate - [select for diffs], Mon May 10 14:53:17 2010 UTC (13 years, 10 months ago) by mrg
Branch: MAIN
Changes since 1.17: +4 -3 lines
Diff to previous 1.17 (colored)

merge 20100510 properly

Revision 1.17 / (download) - annotate - [select for diffs], Mon May 10 03:37:45 2010 UTC (13 years, 10 months ago) by mrg
Branch: MAIN
Changes since 1.16: +8 -3 lines
Diff to previous 1.16 (colored)

merge bozohttpd 20100509.

Revision 1.16 / (download) - annotate - [select for diffs], Sun Nov 22 18:40:26 2009 UTC (14 years, 3 months ago) by mbalmer
Branch: MAIN
CVS Tags: matt-premerge-20091211
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

s/the the/the/

Revision 1.15 / (download) - annotate - [select for diffs], Sat May 23 20:26:18 2009 UTC (14 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.14: +5 -5 lines
Diff to previous 1.14 (colored)

Sort options in SYNOPSIS.

Revision 1.14 / (download) - annotate - [select for diffs], Sat May 23 02:26:03 2009 UTC (14 years, 10 months ago) by mrg
Branch: MAIN
Changes since 1.13: +13 -8 lines
Diff to previous 1.13 (colored)

merge bozohttpd 20090522

Revision 1.13 / (download) - annotate - [select for diffs], Sat Apr 18 21:22:03 2009 UTC (14 years, 11 months ago) by mrg
Branch: MAIN
CVS Tags: jym-xensuspend-nbase, jym-xensuspend-base
Changes since 1.12: +6 -3 lines
Diff to previous 1.12 (colored)

merge bozohttpd 20090418.  remove a couple of minor do-nothing local
changes that don't need to cause conflicts.

Revision 1.12 / (download) - annotate - [select for diffs], Sat Apr 18 12:35:51 2009 UTC (14 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.11: +3 -27 lines
Diff to previous 1.11 (colored)

Remove duplicate part (pasto?). Remove trailing whitespace.
Use Aq where easily possible.

Revision 1.11 / (download) - annotate - [select for diffs], Sat Apr 18 07:28:24 2009 UTC (14 years, 11 months ago) by mrg
Branch: MAIN
CVS Tags: mrg-merged-to-bozohttpd-20090417-post
Changes since 1.10: +64 -19 lines
Diff to previous 1.10 (colored)

merge bozohttpd 20090417

Revision 1.10 / (download) - annotate - [select for diffs], Thu Apr 16 21:26:57 2009 UTC (14 years, 11 months ago) by snj
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

Fix typo in email address.  Pointed out by Mirko Thiesen in PR 41229.

Revision 1.9 / (download) - annotate - [select for diffs], Wed Mar 11 13:39:33 2009 UTC (15 years ago) by joerg
Branch: MAIN
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 (colored)

Fix preamble

Revision 1.8 / (download) - annotate - [select for diffs], Sat Dec 6 14:17:43 2008 UTC (15 years, 3 months ago) by wiz
Branch: MAIN
Branch point for: jym-xensuspend
Changes since 1.7: +50 -50 lines
Diff to previous 1.7 (colored)

Move all subsections to main DESCRIPTION, noted by John Nemeth.

Revision 1.7 / (download) - annotate - [select for diffs], Sat Dec 6 13:30:35 2008 UTC (15 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.6: +40 -40 lines
Diff to previous 1.6 (colored)

Fix some more mdoclint warnings.
Add commas in enumerations.

Revision 1.6 / (download) - annotate - [select for diffs], Sat Dec 6 13:18:09 2008 UTC (15 years, 3 months ago) by jnemeth
Branch: MAIN
Changes since 1.5: +16 -10 lines
Diff to previous 1.5 (colored)

add -t chrootdir to SYNOPSIS, mdoclint

Revision 1.5 / (download) - annotate - [select for diffs], Sat Sep 13 14:00:34 2008 UTC (15 years, 6 months ago) by reed
Branch: MAIN
CVS Tags: wrstuden-revivesa-base-3, netbsd-5-base, netbsd-5-2-RELEASE, netbsd-5-2-RC1, netbsd-5-2-2-RELEASE, netbsd-5-2-1-RELEASE, netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, netbsd-5-1-4-RELEASE, netbsd-5-1-3-RELEASE, netbsd-5-1-2-RELEASE, netbsd-5-1-1-RELEASE, netbsd-5-0-RELEASE, netbsd-5-0-RC4, netbsd-5-0-RC3, netbsd-5-0-RC2, netbsd-5-0-RC1, netbsd-5-0-2-RELEASE, netbsd-5-0-1-RELEASE, netbsd-5-0, matt-nb5-pq3-base, matt-nb5-pq3, matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20101231, matt-nb5-mips64-premerge-20091211, matt-nb5-mips64-k15, matt-nb5-mips64, matt-nb4-mips64-k7-u2a-k9b, matt-mips64-base2
Branch point for: netbsd-5-2, netbsd-5-1, netbsd-5
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Fix spelling of my name. While here add my middle initial.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Mar 3 22:15:08 2008 UTC (16 years ago) by mrg
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, yamt-pf42-base, yamt-pf42, wrstuden-revivesa-base-2, wrstuden-revivesa-base-1, wrstuden-revivesa-base, matt-armv6-nbase, keiichi-mipv6-base, hpcarm-cleanup-nbase
Branch point for: wrstuden-revivesa, matt-armv6
Changes since 1.3: +41 -14 lines
Diff to previous 1.3 (colored)

merge bozohttpd 20080303

Revision 1.3 / (download) - annotate - [select for diffs], Mon Mar 3 03:10:53 2008 UTC (16 years ago) by mrg
Branch: MAIN
CVS Tags: mrg-merged-to-bozohttpd-20080303
Changes since 1.2: +49 -22 lines
Diff to previous 1.2 (colored)

use BUILDSYMLINKS to not have to rename bozohttpd.8 while still
having this manual installed as httpd.8.  now updates from my
repo to bozohttpd.8 will appear in this file.

Revision 1.2, Tue Oct 16 01:29:44 2007 UTC (16 years, 5 months ago) by tls
Branch: MAIN
CVS Tags: hpcarm-cleanup-base, cube-autoconf-base, cube-autoconf
Branch point for: keiichi-mipv6
Changes since 1.1: +0 -0 lines
FILE REMOVED

Move bozohttpd.8 to httpd.8

Revision 1.1 / (download) - annotate - [select for diffs], Tue Oct 16 01:14:01 2007 UTC (16 years, 5 months ago) by tls
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>