Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-09 | sync readme.md with sandbox.c | Omar Polo | |
2021-07-06 | show macro usage in the example | Omar Polo | |
2021-06-16 | drop the dependency on lex by implementing yylex by ourselves | Omar Polo | |
The actual implementation is based off doas' parse.y. This gave us various benefits, like cleaner code, \ to break long lines, better handling of quotes etc... | |||
2021-06-11 | mention FastCGI in the README.md | Omar Polo | |
2021-06-04 | reword last sentence | Omar Polo | |
2021-06-04 | improve docker example | Omar Polo | |
2021-04-29 | typo in docker example | Omar Polo | |
2021-04-29 | typo (again) | Omar Polo | |
2021-04-29 | typo | Omar Polo | |
2021-04-29 | tweaked the readme a bit | Omar Polo | |
2021-04-27 | typo | Omar Polo | |
2021-04-25 | specify the develop process | Omar Polo | |
2021-03-29 | mention the `static' target | Omar Polo | |
2021-03-20 | update README | Omar Polo | |
2021-02-23 | updated readme | Omar Polo | |
2021-02-11 | add -levent in the example | Omar Polo | |
2021-02-08 | align | Omar Polo | |
2021-02-08 | mention libevent | Omar Polo | |
2021-02-06 | drop sample.conf and add something to the README.md | Omar Polo | |
2021-02-04 | mention configuration reload | Omar Polo | |
2021-01-30 | readme updates | Omar Polo | |
2021-01-29 | typo | Omar Polo | |
2021-01-27 | add certificate generation in features list | Omar Polo | |
2021-01-27 | readme tweaks | Omar Polo | |
fix features list and talk about I18N | |||
2021-01-27 | sync deps and sandbox info | Omar Polo | |
2021-01-27 | typo | Omar Polo | |
2021-01-25 | fix docker example | Omar Polo | |
2021-01-25 | typo | Omar Polo | |
2021-01-25 | readme addition | Omar Polo | |
2021-01-25 | mention chroot | Omar Polo | |
2021-01-23 | use gg instead of gg.py for the regression suite | Omar Polo | |
2021-01-23 | fix local libretls example | Omar Polo | |
2021-01-22 | typo | Omar Polo | |
2021-01-22 | mention testing in readme | Omar Polo | |
2021-01-21 | typo x 2 | Omar Polo | |
2021-01-21 | typo | Omar Polo | |
2021-01-21 | mention the configure script and how to link to a local libtls | Omar Polo | |
2021-01-21 | drop mention to the static target | Omar Polo | |
it works on OpenBSD but not on alpine, it requires further tweaks. | |||
2021-01-21 | typo | Omar Polo | |
2021-01-18 | add a dockerfile | Omar Polo | |
2021-01-17 | mention libretls | Omar Polo | |
2021-01-17 | build docs + install and static targets | Omar Polo | |
2021-01-17 | grammar | Omar Polo | |
2021-01-17 | update readme | Omar Polo | |
2021-01-17 | switch to getcwd | Omar Polo | |
2021-01-16 | split into two processes: listener and executor | Omar Polo | |
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. | |||
2021-01-15 | sandbox also on FreeBSD with capsicum | Omar Polo | |
2021-01-15 | update README | Omar Polo | |
2021-01-13 | typo | Omar Polo | |
2021-01-11 | new README + wording in manpage | Omar Polo | |