aboutsummaryrefslogtreecommitdiff
path: root/config.c
AgeCommit message (Expand)Author
2024-06-12typo in error messageOmar Polo
2024-01-21convert remaining code to the imsg gettersOmar Polo
2024-01-21convert most of gmid to the new imsg APIsOmar Polo
2024-01-21convert to use imsg_get_fd()Omar Polo
2023-08-25ignore some errors from socket(2)Omar Polo
2023-08-23enable privsep crypto on all systemsOmar Polo
2023-08-07unbreak config_test() when !use_privsep_cryptoOmar 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-04set the default logging style back to legacyOmar Polo
2023-08-03actually use the specified log styleOmar Polo
2023-07-26add log syslog off; don't turn syslog off when log access is specifiedOmar Polo
2023-07-24add ability to log to files with log access <path>Omar Polo
2023-07-23avoid use-after-freeOmar Polo
2023-07-23revamp fastcgi configuration: make it per-locationOmar Polo
2023-07-01rename do_accept() -> server_accept()Omar Polo
2023-06-24typoOmar Polo
2023-06-24load the certs per listening addressOmar Polo
2023-06-24send host addresses to the server processOmar Polo
2023-06-24better fd rampage avoidanceOmar Polo
2023-06-23implement `listen on'Omar Polo
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