]> git.ipfire.org Git - thirdparty/squid.git/commit
Remove SUID and OpenBSD limits from SO_BINDANY support
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 1 Apr 2013 09:54:22 +0000 (03:54 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 1 Apr 2013 09:54:22 +0000 (03:54 -0600)
commit32e88dedafe25f6d115364e9ecf7f0bad0e1aae1
tree9caee1ed4aca14dfacfe267ebe0cd05d8c97a3f9
parente3b44909fbe8a5549f9565ff6db80f57b4d1b9f2
Remove SUID and OpenBSD limits from SO_BINDANY support

Apparently OpenBSD 5.x do not require enter_suid/leave_suid to test for
SO_BINDANY support.

Also, FreeBSD does support SO_BINDANY in a fashion. Remove the OpenBSD
build requirement and rely solely on the option being present.
src/comm.cc
src/ip/Intercept.cc