]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug 4847 pt1: regression in proxy_auth ACL flags (#191)
authorAmos Jeffries <yadij@users.noreply.github.com>
Sat, 5 May 2018 14:42:12 +0000 (14:42 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Sat, 5 May 2018 14:42:16 +0000 (14:42 +0000)
commitd4c6acacd6fb0e4db0a087cdccfd643f6e411513
tree5948dc459103ae1ea2b83a43c6125ce0974c1e18
parent7168ddf4b5b292c79579a0e8648614483ba09361
Bug 4847 pt1: regression in proxy_auth ACL flags (#191)

r15058 "Support for --long-acl-options" in Squid-4.0.21
unintentionally removed the proxy_auth ACL support for -i/+i
flags. See bug report for details.

Fix proxy_auth ACL -i and +i flags no longer working by copying
RegexData flags registration, since ACLs for UserData all use
the same names and meanings.

Add documentation to indicate that ident and ext_user ACLs do
support -i/+i just like proxy_auth ACLs.

TODO: fix server_cert_fingerprint ACL which is still broken.
src/acl/UserData.cc
src/acl/UserData.h
src/cf.data.pre