index
:
slackcoder/gmid
master
Small and secure gemini server
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
config.c
Age
Commit message (
Expand
)
Author
2023-06-12
load_ca: get a buffer instead of a fd
Omar Polo
2023-06-12
simplify config_send_kp: use config_send_file
Omar Polo
2023-06-11
disable the privsep crypto engine on !OpenBSD
Omar Polo
2023-06-11
add a privsep crypto engine
Omar Polo
2023-06-11
rework load_file to use pread()
Omar Polo
2023-06-11
adjust how locations are received
Omar Polo
2023-06-11
simplify ocsp sending using config_send_file
Omar Polo
2023-06-10
change config_send_file to take the process id as argument
Omar Polo
2023-06-09
don't have the config being a global
Omar Polo
2023-06-09
move hosts into the config struct
Omar Polo
2023-06-09
move fastcgi from global var to the config struct
Omar Polo
2023-06-09
readd proxy certs and `require client ca' support
Omar Polo
2023-06-08
safety measure, explicitly memset config in config_init
Omar Polo
2023-06-08
keep cert/key/ocsp path as strings and don't send them via imsg
Omar Polo
2023-06-08
fix previous
Omar Polo
2023-06-08
move make_socket to config.c and make it private
Omar Polo
2023-06-08
rework the daemon to do fork+exec
Omar Polo
2023-06-06
move config-related code to config.c
Omar Polo