Commits


return after FCGI_END_REQUEST backport 17493a486c9e6325c3aae74920ddb10958ae2771 this fixes a possible crash if `client_write' closes the connection, because client_close can end up freeing the fastcgi bufferevent while we're looping. We don't support fastcgi multiplexing, so once we get an END_REQUEST there's nothing more to do. Prodded into looking here after a bug report from Allen Sobot, thanks!


when switching user also set the groups backport of 872a717687a377cc02860e44c67dc1934ebfa9cb


always cast is*() arguments to unsigned char backport of 6130e0e and 06035a0


gmid 1.8.5


disable test_unknown_host temporarly breaks on some distro and needs further investigations; it's not that interesting fortunately.


add memmem compat


rework `make dist'


remove -v from gg undocumented flag to dump to stdout the request before doing it. Not useful, it's debugging leftover.


don't count twice the failing tests on gmid crashes


always send custom list of fcgi parameters The code in fcgi_req to send the custom params set in the config file was placed inside the conditional for `tls_peer_cert_provided`, so the custom parameters would not be sent if a client certificate is not provided.


count ran/failed tests number


sync


call tzset(3) to fix times in logs reported by Karl Jeacle, thanks!


mention Anna' patch too


mention the removal of the rc file