index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libexec
/
httpd
/
bozohttpd.c
Age
Commit message (
Expand
)
Author
2023-06-07
serve .iso as "application/octet-stream". bump version & copyright.
mrg
2022-09-12
Add a -q option to make http quiet (no log messages).
martin
2022-05-18
call this bozohttpd 20220517.
mrg
2022-04-10
fix various typos in comments and output/log messages.
andvar
2022-03-14
in bozo_init_prefs(), default to returning 1 (success) and if a
mrg
2022-01-04
bozohttpd: remove obsolete .bzdirect handling
kim
2021-12-10
s/occured/occurred/ in comments, log messages and man pages.
andvar
2021-08-24
implement tls minimum version setting.
mrg
2021-08-24
rework the bindport setting, inspired by part of the patch
mrg
2021-08-24
remove unused parameters, and clean up incompatible options.
mrg
2021-08-21
fix some more typos in comments/log messages, improve wording as well.
andvar
2021-05-05
don't assume host BUFSIZ is sufficent. small BUFSIZ leads to
mrg
2021-05-05
include <stdint.h>. bozo_unconst() uses uintptr_t defined here.
mrg
2021-04-08
bozohttpd: fix argument type for functions from <ctype.h>
rillig
2021-04-04
avoid DoS in initial request size, which is now bounded at 16KiB.
mrg
2021-02-27
changes in bozohttpd 20210227:
mrg
2021-02-27
belated call version 20210211 after previous memory leak fix.
mrg
2021-02-11
clean up issues detected by address sanitizer (just some memory
mrg
2021-02-11
changes in bozohttpd 20210210:
mrg
2020-11-19
Bozohttpd clobbers files greater than 4GB on 32bit archs.
hannken
2020-10-15
various updates from <henrik@gulbra.net> / freebsd. the list from Henrik:
mrg
2020-10-15
set -D_GNU_SOURCE in Makefile.boot. from hadrien.lacour@posteo.net.
mrg
2020-09-05
avoid passing NULL pointers to printf() like functions and %s.
mrg
2020-08-20
call this bozohttpd/20200820
mrg
2020-08-20
compare mmap return again MAP_FAILED not -1 or 0.
mrg
2020-08-20
send close_notify for the ssl connection before closing the TCP connection
spz
2020-07-13
Do not report status code 500 to blocklistd(8) Add -DNO_BLOCKLIST_SUPPORT
jruoho
2020-07-11
Add blocklistd(8) support.
jruoho
2020-07-06
Add -R flag to specify a README file to add at the bottom of directory
jmcneill
2020-06-07
libexec/httpd: Fix the possible -Werror=stringop-truncation
fox
2019-02-28
call this bozohttpd 20190228, and merge the CHANGES entries from the
mrg
2019-02-28
add ssl specific timeout value (30s). if SSL_accept() doesn't
mrg
2019-01-22
o don't display special files in the directory index. they aren't
mrg
2019-01-18
rework size_arrays():
mrg
2019-01-18
fix a few problems pointed out by clang static analyzer, from rajeev_v_pillai:
mrg
2019-01-17
- call this 20190116
mrg
2018-12-15
Document last changes and bump version to 20181215
leot
2018-12-15
Fix handling of bozo_set_timeout() timeouts (and `-T' option parsing)
leot
2018-12-15
Avoid .htpasswd exposure to authenticated users when .htpasswd is
leot
2018-12-15
Avoid possible NULL dereference when sending a big request that timeout.
leot
2018-12-15
strings.h for strcasecmp (on linux)
maya
2018-12-15
Check against BOZO_HEADERS_MAX_SIZE in a way that isn't prone to overflow.
maya
2018-12-04
use html tables for directory index.
mrg
2018-12-04
avoid sign extension in % handling (and printing 0xFFFFFF before
mrg
2018-11-25
fix -X option parsing. noted by Rajeev V. Pillai.
mrg
2018-11-24
avoid c99ism.
mrg
2018-11-24
- add FALLTHROUGH comment
christos
2018-11-24
call this bozohttpd 20181124.
mrg
2018-11-24
s/time/val/ to avoid shadowing a global indentifier.
mrg
2018-11-23
minor style fixes. simplify bozo_match_content_map().
mrg
[next]