| #
3d0aa1da |
| 28-Apr-2024 |
maya <maya@NetBSD.org> |
Bump bozohttpd version to today for mobile-friendly directory listing
|
| #
ab3f0bd6 |
| 26-Jan-2024 |
mrg <mrg@NetBSD.org> |
add some missing changes and bump the version.
|
| #
daa7d68e |
| 02-Nov-2022 |
andvar <andvar@NetBSD.org> |
fix various typos in comments and messages.
|
| #
a041bb87 |
| 04-Jan-2022 |
kim <kim@NetBSD.org> |
bozohttpd: remove obsolete .bzdirect handling
OK mrg@
|
| #
f9faf20a |
| 03-Sep-2021 |
andvar <andvar@NetBSD.org> |
fix typos in comments, mainly s/extention/extension/ and s/sufficent/sufficient/
|
| #
876508f6 |
| 24-Aug-2021 |
mrg <mrg@NetBSD.org> |
extend the list of available ciphers to include most of the openssl "HIGH" with some additional disables. retain the current list of bad options. should deal with PR#51278.
|
| #
19f40606 |
| 24-Aug-2021 |
mrg <mrg@NetBSD.org> |
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 co
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.)
show more ...
|
| #
3a698d51 |
| 05-May-2021 |
mrg <mrg@NetBSD.org> |
don't assume host BUFSIZ is sufficent. small BUFSIZ leads to always happens errors in the testsuite. switch all these buffers to be 4KiB sized. reported by embr <git@liclac.eu>
|
| #
53df5022 |
| 04-Apr-2021 |
mrg <mrg@NetBSD.org> |
avoid DoS in initial request size, which is now bounded at 16KiB. reported by Justin Parrott in PR#56085.
|
| #
9ad7ebad |
| 27-Feb-2021 |
mrg <mrg@NetBSD.org> |
changes in bozohttpd 20210227: o new support for content types: .tar.bz2, .tar.xz, .tar.lz, .tar.zst, .tbz2, .txz, .tlz, .zipx, .xz, .zst, .sz, .lz, .lzma, .lzo, .7z, .lzo, .cab, .dmg, .jar
changes in bozohttpd 20210227: o new support for content types: .tar.bz2, .tar.xz, .tar.lz, .tar.zst, .tbz2, .txz, .tlz, .zipx, .xz, .zst, .sz, .lz, .lzma, .lzo, .7z, .lzo, .cab, .dmg, .jar, and .rar. should fix netbsd PR#56026: MIME type of .tar.xz file on ny{cdn,ftp}.NetBSD.org is invalid
show more ...
|
| #
9402120e |
| 27-Feb-2021 |
mrg <mrg@NetBSD.org> |
belated call version 20210211 after previous memory leak fix.
|
| #
12d8621d |
| 11-Feb-2021 |
mrg <mrg@NetBSD.org> |
changes in bozohttpd 20210210: o fix various NULL derefs from malformed headers. mostly from <emily@ingalls.rocks>.
|
| #
4864410b |
| 15-Oct-2020 |
mrg <mrg@NetBSD.org> |
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
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
show more ...
|
| #
bf53dc23 |
| 15-Oct-2020 |
mrg <mrg@NetBSD.org> |
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.
|
| #
d4ca5064 |
| 12-Sep-2020 |
rhialto <rhialto@NetBSD.org> |
bozohttpd: add .m4a and .m4v file extensions.
|
| #
560f0b4f |
| 20-Aug-2020 |
mrg <mrg@NetBSD.org> |
update for recent changes.
|
| #
767fb260 |
| 28-Feb-2019 |
mrg <mrg@NetBSD.org> |
call this bozohttpd 20190228, and merge the CHANGES entries from the previous release.
|
| #
ad8aa774 |
| 27-Jan-2019 |
dholland <dholland@NetBSD.org> |
fix duplicated chunk from merge
|
| #
d91f98a8 |
| 27-Jan-2019 |
pgoyette <pgoyette@NetBSD.org> |
Merge the [pgoyette-compat] branch
|
| #
00e064ad |
| 22-Jan-2019 |
mrg <mrg@NetBSD.org> |
o don't display special files in the directory index. they aren't served, but links to them are generated.
|
| #
9b91523e |
| 17-Jan-2019 |
mrg <mrg@NetBSD.org> |
- 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
- 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>
show more ...
|
| #
9c080599 |
| 17-Jan-2019 |
mrg <mrg@NetBSD.org> |
- fix CGI '+' param and error handling. - remove unused parameter to daemon_poll_err().
both from "Rajeev V. Pillai" <rajeev_v_pillai@yahoo.com>
|
| #
48003606 |
| 19-Dec-2018 |
mrg <mrg@NetBSD.org> |
minor rewording. fix alphabeta ordering of contributors.
|
| #
ff386e5b |
| 18-Dec-2018 |
mrg <mrg@NetBSD.org> |
fix an old spell-o and a new format-o.
|
| #
6816df1b |
| 15-Dec-2018 |
leot <leot@NetBSD.org> |
Document last changes and bump version to 20181215
Suggested by <mrg>, thanks! (Possible mistakes are mine though!)
|