aboutsummaryrefslogtreecommitdiff
path: root/gmid.c
AgeCommit message (Expand)Author
2024-04-04fix config dumping (-nn) handlingOmar Polo
2024-03-03fix `log access path' with chrootOmar Polo
2024-01-21convert remaining code to the imsg gettersOmar Polo
2024-01-11configure: add --sysconfdir / $SYSCONFDIR handlingOmar Polo
2024-01-09fix configtest with chrootOmar Polo
2023-10-18copyright++Omar Polo
2023-08-28tweak log_request() commentOmar Polo
2023-08-07use the subject' common name as the user field in logOmar Polo
2023-08-07remove debugging leftoverOmar Polo
2023-08-07try hard at loading the configuration during conftest (-n)Omar Polo
2023-08-07add `log syslog facility' to use a different syslog(3) facilityOmar Polo
2023-08-03actually use the specified log styleOmar Polo
2023-08-01change the 'condensed' style to include the size of the request tooOmar Polo
2023-07-26add log syslog off; don't turn syslog off when log access is specifiedOmar Polo
2023-07-26rename IMSG_LOG_TYPE to ACCESSOmar Polo
2023-07-25allow to change the logging style; introduce some new onesOmar Polo
2023-07-24still respect `log' when in debug modeOmar Polo
2023-07-24open the log files inside the chrootOmar Polo
2023-07-24reopen log files upon SIGUSR2Omar Polo
2023-07-24add ability to log to files with log access <path>Omar Polo
2023-07-01change log_request to take the code and meta unpackedOmar Polo
2023-06-26call getnameinfo() only once per requestOmar Polo
2023-06-24default chroot to user' home if unsetOmar Polo
2023-06-23implement `listen on'Omar Polo
2023-06-23rename client->addr to raddr (remote address) and keep original lengthOmar Polo
2023-06-23typo; use the `l' variable not `len'Omar Polo
2023-06-11add a privsep crypto engineOmar Polo
2023-06-09parse the config file only onceOmar Polo
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-08remove foreground / verbose from configOmar Polo
2023-06-08remove forgotten include of logger.hOmar Polo
2023-06-08move log_request to gmid.cOmar Polo
2023-06-08move make_socket to config.c and make it privateOmar Polo
2023-06-08rework the daemon to do fork+execOmar Polo
2023-06-08absolutify the path to the pid fileOmar Polo
2023-06-06switch to the more usual log.cOmar Polo
2023-06-06rename log.[ch] to logger.[ch]Omar Polo
2023-06-06rename PROC_MAX to PREFORK_MAXOmar Polo
2023-06-06move config-related code to config.cOmar Polo
2023-06-06call setlocale()Omar Polo
2023-06-05move and dedup the tls initalization in server.cOmar Polo
2023-06-05revert aae8f6bf2bOmar Polo
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