]> git.ipfire.org Git - thirdparty/squid.git/commit
Forward port of latest tproxy changes from SQUID 2:
authorserassio <>
Sun, 23 Sep 2007 15:18:08 +0000 (15:18 +0000)
committerserassio <>
Sun, 23 Sep 2007 15:18:08 +0000 (15:18 +0000)
commit329ce686ef29a0384b5b5ad3e39eef5023876e0d
tree1c55518b6b332e4d71e1636e3f7a1f458b10cb7a
parentcc0816d4f09dfb770222ee9191e4dfa748b9fc99
Forward port of latest tproxy changes from SQUID 2:

- Automatically disable tproxy if the needed capabilities could not be set
- Keep the permitted set unless root privileges is completely dropped (chroot),
  as is normally done when not using capabilities. This fixes file permissions
  regarding the pid file.
- Test for sys/capability.h linux include file to avoid failing on systems missing libcap
configure
configure.in
include/autoconf.h.in
src/client_side.cc
src/tools.cc