aboutsummaryrefslogtreecommitdiff
path: root/parse.y
AgeCommit message (Expand)Author
2023-06-09move print_conf and make it take the config as argumentOmar Polo
2023-06-09use fatal/fatalx instead of err/errx in daemon codeOmar Polo
2023-06-09parse_conf: don't die on error, return -1Omar Polo
2023-06-09don't have the config being a globalOmar Polo
2023-06-09move hosts into the config structOmar Polo
2023-06-09move fastcgi from global var to the config structOmar Polo
2023-06-09readd proxy certs and `require client ca' supportOmar Polo
2023-06-08keep cert/key/ocsp path as strings and don't send them via imsgOmar Polo
2023-06-08move some new_* functions from parse.y to utils.cOmar Polo
2023-06-08rework the daemon to do fork+execOmar Polo
2023-06-06use fatal() in code used in the daemonOmar Polo
2023-06-06switch to the more usual log.cOmar Polo
2023-06-06rename PROC_MAX to PREFORK_MAXOmar Polo
2023-06-05provide a more usual fatalOmar Polo
2023-05-08send capsicum/landlock/seccomp hack to ValhallaOmar Polo
2022-11-27don't crash when specifying fcgi UNIX sockets to connect toOmar Polo
2022-10-05remove the last tentacles of the hidden `span' fcgi featureOmar Polo
2022-10-05make the various strings in the config fixed-lengthOmar Polo
2022-10-05remove stale commentOmar Polo
2022-10-05retire fcgi' prog fieldOmar Polo
2022-09-10properly initialize the TAILQs at vhost creationOmar Polo
2022-09-10drop cgi vestiges from the struct hostOmar Polo
2022-09-10retire the deprecated `mime' and `map' config optionsOmar Polo
2022-09-10make the mime types fixed-sized tooOmar Polo
2022-09-10make config fields `chroot' and `user' fixed-sizeOmar Polo
2022-09-06optionally disable the sandbox on some systemsOmar Polo
2022-09-06get rid of the CGI supportOmar Polo
2022-04-08don't load the built-in list when using `types'Omar Polo
2022-04-08allow add_mime to failOmar Polo
2022-04-07print a deprecation message for the map ruleOmar Polo
2022-03-19const-ify some tablesOmar Polo
2022-02-26add type { ... } block to define mime types mappingOmar Polo
2022-02-26add missing token include to the list of tokensOmar Polo
2022-02-03include gmid.h before other headers to get all the prototypesAnna “CyberTailor”
2022-01-30allow using a custom hostname for SNI during proxyingOmar Polo
2022-01-04add `require client ca' for proxy blocksOmar Polo
2022-01-02proxy: allow multiple proxy blocks, matching options and validationsOmar Polo
2022-01-02bump copyright year :)Omar Polo
2022-01-01allow to disable TLS when proxying requestsOmar Polo
2022-01-01move %token USER to its own lineOmar Polo
2022-01-01plug some memory leaks in config parsingOmar Polo
2022-01-01add `protocols' option to `proxy' ruleOmar Polo
2022-01-01add `verifyname' option for `proxy' ruleOmar Polo
2022-01-01simplify the proxying codeOmar Polo
2022-01-01support optional client certificate for proxy ruleOmar Polo
2022-01-01move proxy sub-options to their own rule and allow grouping with { ... }Omar Polo
2021-12-29add ability to proxy requestsOmar Polo
2021-10-15Implement OCSP stapling supportStephen Gregoratto
2021-10-09two -n to dump the parsed configurationOmar Polo
2021-08-23don't yyerror if we can't open the fileOmar Polo