Commits


drop mention to the static target it works on OpenBSD but not on alpine, it requires further tweaks.


typo


add a dockerfile


mention libretls


build docs + install and static targets


grammar


update readme


switch to getcwd


split into two processes: listener and executor this way, we can sandbox the listener with seccomp (todo) or capsicum (already done) and still have CGI scripts. When we want to exec, we tell the executor what to do, the executor executes the scripts and send the fd backt to the listener.


sandbox also on FreeBSD with capsicum


update README


typo


new README + wording in manpage


fix remote_user for CGI and add -6 flag to enable ipv6


switch to Bjoern Hoehrmann UTF-8 decoder It's correct, while my hacked valid_multibyte_utf8 would allow things that aren't technically UTF8.