]> git.ipfire.org Git - thirdparty/squid.git/commit - src/auth/AclMaxUserIp.h
Bug #1166: Configuration confusing when empty acls are encountered
authorhno <>
Fri, 6 May 2005 07:57:55 +0000 (07:57 +0000)
committerhno <>
Fri, 6 May 2005 07:57:55 +0000 (07:57 +0000)
commit4b0f5de8653310c14d9adbccdd27ae8de543d088
tree6ebe1c4c75df8f1b193ed76980188b3296ed9365
parent248109d21d059db89fe2dc255c75ebe177594919
Bug #1166: Configuration confusing when empty acls are encountered
Bug #1255: http_access line with unknown acls

This patch makes Squid very strict about access configuration errors.
Previously Squid ignored most errors, now it rejects the configuraiton
with an description of the error seen.
26 files changed:
src/ACL.h
src/ACLARP.cc
src/ACLARP.h
src/ACLDestinationDomain.cc
src/ACLDestinationDomain.h
src/ACLExtUser.cc
src/ACLExtUser.h
src/ACLIP.cc
src/ACLIP.h
src/ACLIdent.cc
src/ACLIdent.h
src/ACLMaxConnection.cc
src/ACLMaxConnection.h
src/ACLMaxUserIP.cc
src/ACLMaxUserIP.h
src/ACLProxyAuth.cc
src/ACLProxyAuth.h
src/ACLStrategised.h
src/ACLTimeData.cc
src/AuthUserRequest.cc
src/AuthUserRequest.h
src/ExternalACL.h
src/acl.cc
src/cache_cf.cc
src/external_acl.cc
src/tools.cc