aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2021-07-09sync readme.md with sandbox.cOmar Polo
2021-07-06show macro usage in the exampleOmar Polo
2021-06-16drop the dependency on lex by implementing yylex by ourselvesOmar 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-11mention FastCGI in the README.mdOmar Polo
2021-06-04reword last sentenceOmar Polo
2021-06-04improve docker exampleOmar Polo
2021-04-29typo in docker exampleOmar Polo
2021-04-29typo (again)Omar Polo
2021-04-29typoOmar Polo
2021-04-29tweaked the readme a bitOmar Polo
2021-04-27typoOmar Polo
2021-04-25specify the develop processOmar Polo
2021-03-29mention the `static' targetOmar Polo
2021-03-20update READMEOmar Polo
2021-02-23updated readmeOmar Polo
2021-02-11add -levent in the exampleOmar Polo
2021-02-08alignOmar Polo
2021-02-08mention libeventOmar Polo
2021-02-06drop sample.conf and add something to the README.mdOmar Polo
2021-02-04mention configuration reloadOmar Polo
2021-01-30readme updatesOmar Polo
2021-01-29typoOmar Polo
2021-01-27add certificate generation in features listOmar Polo
2021-01-27readme tweaksOmar Polo
fix features list and talk about I18N
2021-01-27sync deps and sandbox infoOmar Polo
2021-01-27typoOmar Polo
2021-01-25fix docker exampleOmar Polo
2021-01-25typoOmar Polo
2021-01-25readme additionOmar Polo
2021-01-25mention chrootOmar Polo
2021-01-23use gg instead of gg.py for the regression suiteOmar Polo
2021-01-23fix local libretls exampleOmar Polo
2021-01-22typoOmar Polo
2021-01-22mention testing in readmeOmar Polo
2021-01-21typo x 2Omar Polo
2021-01-21typoOmar Polo
2021-01-21mention the configure script and how to link to a local libtlsOmar Polo
2021-01-21drop mention to the static targetOmar Polo
it works on OpenBSD but not on alpine, it requires further tweaks.
2021-01-21typoOmar Polo
2021-01-18add a dockerfileOmar Polo
2021-01-17mention libretlsOmar Polo
2021-01-17build docs + install and static targetsOmar Polo
2021-01-17grammarOmar Polo
2021-01-17update readmeOmar Polo
2021-01-17switch to getcwdOmar Polo
2021-01-16split into two processes: listener and executorOmar 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-15sandbox also on FreeBSD with capsicumOmar Polo
2021-01-15update READMEOmar Polo
2021-01-13typoOmar Polo
2021-01-11new README + wording in manpageOmar Polo