summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
2021-09-16fix typos in word "successfully", mainly s/succesfully/successfully/.andvar
2021-09-03fix typos in comments, mainly s/extention/extension/ and s/sufficent/sufficient/andvar
2021-08-24extend the list of available ciphers to include most of themrg
2021-08-24implement tls minimum version setting.mrg
2021-08-24rework the bindport setting, inspired by part of the patchmrg
2021-08-24remove unused parameters, and clean up incompatible options.mrg
2021-08-21fix some more typos in comments/log messages, improve wording as well.andvar
2021-08-09s/fist/first/andvar
2021-07-31s/threshhold/thresholdandvar
2021-07-03Treat failed chdir/chroot for guest and chroot accounts as fatal.christos
2021-06-16ld.elf_so(1): Omit needless membar_enter.riastradh
2021-05-30Don't use the return address hack with clang.joerg
2021-05-05don't assume host BUFSIZ is sufficent. small BUFSIZ leads tomrg
2021-05-05include <stdint.h>. bozo_unconst() uses uintptr_t defined here.mrg
2021-04-08bozohttpd: fix argument type for functions from <ctype.h>rillig
2021-04-08bozohttpd-small: fix typo in SRCS, fix targets dependall and lintrillig
2021-04-08bozohttpd-small: fix error handling for unifdefrillig
2021-04-04avoid DoS in initial request size, which is now bounded at 16KiB.mrg
2021-03-06Don't or the got object in, just assign it. Fixes cc -mabi=64 hello.c -lcryptochristos
2021-03-06pretend we know about %# and %j...christos
2021-02-28libexec/httpd: fix cross-site scripting in Lua examplerillig
2021-02-28update version, dates, add emily to list of contributors. sort list.mrg
2021-02-28avoid warnings from the previous when using objdirs.mrg
2021-02-28give BOZOVER a default so exporting a distfile is easy.mrg
2021-02-27changes in bozohttpd 20210227:mrg
2021-02-27belated call version 20210211 after previous memory leak fix.mrg
2021-02-11clean up issues detected by address sanitizer (just some memorymrg
2021-02-11changes in bozohttpd 20210210:mrg
2021-01-17also set -D_DEFAULT_SOURCE to open up more headers.mrg
2020-11-19Bozohttpd clobbers files greater than 4GB on 32bit archs.hannken
2020-10-15New sentence, new line. Fix xref.wiz
2020-10-15various updates from <henrik@gulbra.net> / freebsd. the list from Henrik:mrg
2020-10-15set -D_GNU_SOURCE in Makefile.boot. from hadrien.lacour@posteo.net.mrg
2020-09-22Correct r_ldbase valusekamil
2020-09-21Upgrade the SVR4 RTLD r_debug protocol to version 1kamil
2020-09-12bozohttpd: correct .m4a to audio/mp4.rhialto
2020-09-12bozohttpd: add .m4a and .m4v file extensions.rhialto
2020-09-07remove GCC_NO_ADDR_OF_PACKED_MEMBER for several subdir buildsmrg
2020-09-06add support for new GCC 9 warnings that may be too much to fixmrg
2020-09-05avoid passing NULL pointers to printf() like functions and %s.mrg
2020-08-25Fix a typo in a commentleot
2020-08-22ftpd.conf(5): remove duplicate "be"lukem
2020-08-20call this bozohttpd/20200820mrg
2020-08-20compare mmap return again MAP_FAILED not -1 or 0.mrg
2020-08-20update for recent changes.mrg
2020-08-20send close_notify for the ssl connection before closing the TCP connectionspz
2020-07-13Add -DNO_BLOCKLIST_SUPPORT also to small/Makefile.jruoho
2020-07-13Use Nx.wiz
2020-07-13Do not report status code 500 to blocklistd(8) Add -DNO_BLOCKLIST_SUPPORTjruoho
2020-07-11Add blocklistd(8) support.jruoho