Commit Briefs

Omar Polo

fix sandbox_server_process

it does the unveil(2)ing based on the first config, which breaks config-reloading.


Omar Polo

rework fcgi-test so that it binds a local socket

still not re-enabled.


Omar Polo

readd proxy certs and `require client ca' support

Was temporarly disabled during the transition to real privsep. While here, fix a memory leak when using `require client ca'. Also, avoid leaking info about the parent address space layout to server processes by not sending pointer values.


Omar Polo

configure: look for WAIT_ANY


Omar Polo

fix typo



Omar Polo

fix build of proc.c on !OpenBSD




Omar Polo

fix ge build


Omar Polo

less logger.h


Omar Polo

fix previous


Omar Polo

remove foreground / verbose from config

set them as global vars; rename foreground -> debug


Omar Polo

remove forgotten include of logger.h