aboutsummaryrefslogtreecommitdiff
path: root/gmid.c
AgeCommit message (Expand)Author
2023-06-05provide a more usual fatalOmar Polo
2023-06-05move some server-related code to server.cOmar Polo
2023-06-05fold long linesOmar Polo
2022-12-24include grp.h for setgroup(2) on linuxAnna “CyberTailor”
2022-11-27when switching user also set the groupsOmar Polo
2022-10-05make the various strings in the config fixed-lengthOmar Polo
2022-10-05retire fcgi' prog fieldOmar Polo
2022-09-10fmtOmar Polo
2022-09-10remove remnats tentacles of the executor processOmar Polo
2022-09-10remove unused entrypoint fieldOmar 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 config fields `chroot' and `user' fixed-sizeOmar Polo
2022-09-08change the flags to be consistent with other OpenBSD daemonsOmar Polo
2022-09-08drop the configless mode from gmid; now it's provided by `ge'Omar Polo
2022-09-06get rid of the CGI supportOmar Polo
2022-07-04copyright yearsOmar Polo
2022-04-08sort the MIME mappings and do a binary search to matchOmar Polo
2022-04-08don't load the built-in list when using `types'Omar Polo
2022-04-08allow add_mime to failOmar Polo
2022-03-19const-ify some tablesOmar Polo
2022-01-30allow using a custom hostname for SNI during proxyingOmar Polo
2022-01-02proxy: allow multiple proxy blocks, matching options and validationsOmar Polo
2022-01-01simplify the proxying codeOmar Polo
2022-01-01support optional client certificate for proxy ruleOmar Polo
2021-12-29add ability to proxy requestsOmar Polo
2021-10-24free OCSP path when clearing the configOmar Polo
2021-10-15fmtOmar Polo
2021-10-15Implement OCSP stapling supportStephen Gregoratto
2021-10-09two -n to dump the parsed configurationOmar Polo
2021-10-07print the error too if we can't open a directoryOmar Polo
2021-10-07one FastCGI connection per clientOmar Polo
2021-09-24fmtOmar Polo
2021-09-24use memset(3) rather than bzero(3)Omar Polo
2021-08-23don't crash if -n is given without -cOmar Polo
2021-07-19unbreak configless modeOmar Polo
2021-07-09move parse_portno to gmid.cOmar Polo
2021-07-07style(9)-ifyOmar Polo
2021-07-07initialize the logger earlyOmar Polo
2021-07-06gracefully shut down fastcgi backendsOmar Polo
2021-07-06reset fcgi array in free_configOmar Polo
2021-06-29add -D to define macros from the cmd lineOmar Polo
2021-06-29sync the usage; while there also change order and capitalizeOmar Polo
2021-06-29define GMID_STRING and reuse-itOmar Polo
2021-06-29add version in usageOmar Polo
2021-06-29use getprogname() in usage()Omar Polo
2021-06-29use getopt_long, add --help as synonym of -h and -V/--versionOmar Polo
2021-06-15allow sending fd to log on to the logger processOmar Polo
2021-06-12free fastcgi param listOmar Polo
2021-06-12TAILQ_REMOVE env and aliases during config_freeOmar Polo