aboutsummaryrefslogtreecommitdiff
path: root/config.c
AgeCommit message (Expand)Author
2023-06-12load_ca: get a buffer instead of a fdOmar Polo
2023-06-12simplify config_send_kp: use config_send_fileOmar Polo
2023-06-11disable the privsep crypto engine on !OpenBSDOmar Polo
2023-06-11add a privsep crypto engineOmar 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-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-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 previousOmar 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-06move config-related code to config.cOmar Polo