aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-11add a privsep crypto engineOmar Polo
2023-06-11drop useless debug statementOmar Polo
2023-06-11move setproctitle/privsep_process earlierOmar Polo
2023-06-11rework load_file to use pread()Omar Polo
2023-06-11adjust how locations are receivedOmar Polo
2023-06-11simplify ocsp sending using config_send_fileOmar Polo
2023-06-10change config_send_file to take the process id as argumentOmar Polo
2023-06-09gencert: use secp384r1Omar 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-09ignore and clean fcgi.sockOmar Polo
2023-06-09fcgi-test: be less verboseOmar Polo
2023-06-09re-establish fastcgi testOmar Polo
2023-06-09move fastcgi from global var to the config structOmar Polo
2023-06-09fix sandbox_server_processOmar Polo
2023-06-09rework fcgi-test so that it binds a local socketOmar Polo
2023-06-09readd proxy certs and `require client ca' supportOmar Polo
2023-06-08configure: look for WAIT_ANYOmar Polo
2023-06-08fix typoOmar Polo
2023-06-08provide sandbox_main_process on !OpenBSDOmar Polo
2023-06-08fix build of proc.c on !OpenBSDOmar Polo
2023-06-08safety measure, explicitly memset config in config_initOmar Polo
2023-06-08keep cert/key/ocsp path as strings and don't send them via imsgOmar Polo
2023-06-08fix ge buildOmar Polo
2023-06-08less logger.hOmar Polo
2023-06-08fix previousOmar Polo
2023-06-08remove foreground / verbose from configOmar Polo
2023-06-08remove forgotten include of logger.hOmar Polo
2023-06-08move logger() prototype to gmid.h and delete logger.hOmar Polo
2023-06-08make ge work againOmar Polo
2023-06-08make server_init and server_configure_done 'public'Omar 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-08move some new_* functions from parse.y to utils.cOmar Polo
2023-06-08drop now unused dispatch_imsgOmar Polo
2023-06-08remove debug codeOmar Polo
2023-06-08remove now unused ibuf variableOmar Polo
2023-06-08sync DISTFILESOmar Polo
2023-06-08use -MMD if the compiler supports itOmar Polo
2023-06-08remove Makefile.dependOmar Polo
2023-06-08reformatOmar Polo
2023-06-08rework the daemon to do fork+execOmar Polo
2023-06-08regress: use -P with an absolute pathOmar Polo
2023-06-08absolutify the path to the pid fileOmar Polo
2023-06-06add missing include of gmid.hOmar Polo
2023-06-06use fatal() in code used in the daemonOmar Polo