Dustin Lundquist

Results 6 issues of Dustin Lundquist

Fixes conflicting definitions warning.

This should add transparent proxy support for FreeBSD. I've tested this builds on FreeBSD 12.0, but I'm not sure if there are similar firewall considerations as there in on Linux:...

Use capabilities rather than root privileges. This came out of the transparent proxy work (#179), but may subsume the binder module as well. - [x] Use CAP_NET_RAW so we can...

Add support for switching backends by TLS ALPN (Application Layer Protocol Negotiation) extension. This is based on #66, but avoids adding additional dependencies to the TLS module and only supports...

Feature

Log files are opened while parsing the configuration file. This is to transition from logging to console stderr to the configured error log as soon as possible. Unfortunately the means...

Bug
Security

Adding a spec file for building RPMs. Tested under Scientific Linux 6 in a Koji build system. Modified src/Makefile.am to workaround a limitation with apxs and DESTDIR, removing -a flag.