]> git.ipfire.org Git - thirdparty/squid.git/commit
BUGFIX: max_user_ip was broken: initialising to -1 meant that the ACL appeared
authorrobertc <>
Sun, 23 Apr 2006 17:10:29 +0000 (17:10 +0000)
committerrobertc <>
Sun, 23 Apr 2006 17:10:29 +0000 (17:10 +0000)
commitd295d770bbd2f84321b092fbb097f0867acca675
tree46ac4d9ae75df5444ac7b65ae6566157dffd2883
parent2b0fec5ac4810d135f8efcd35ca3bd8828845b69
BUGFIX: max_user_ip was broken: initialising to -1 meant that the ACL appeared
        already configured to the parser, and thus it never configured to a
valid value. Fixed with a test case to ensure that a normal ACL line
will parse the -s and the limit values correctly, and a separat test
that the defaults are as expected.
57 files changed:
aclocal.m4
configure
lib/libTrie/configure
src/ACLDomainData.cc
src/ACLHTTPStatus.cc
src/ACLIP.cc
src/ACLIntRange.cc
src/ACLMaxConnection.cc
src/ACLMaxUserIP.cc
src/ACLMaxUserIP.h
src/ACLMethodData.cc
src/ACLProtocolData.cc
src/ACLRegexData.cc
src/ACLStringData.cc
src/ACLTimeData.cc
src/ACLUserData.cc
src/ConfigParser.cc [new file with mode: 0644]
src/ConfigParser.h
src/Makefile.am
src/Makefile.in
src/acl.cc
src/acl_noncore.cc [new file with mode: 0644]
src/asn.cc
src/auth/basic/auth_basic.cc
src/auth/digest/auth_digest.cc
src/auth/negotiate/auth_negotiate.cc
src/auth/ntlm/auth_ntlm.cc
src/cache_cf.cc
src/cache_manager.cc
src/client_side_request.cc
src/dns_internal.cc
src/enums.h
src/errorpage.cc
src/external_acl.cc
src/fqdncache.cc
src/fs/ufs/store_dir_ufs.cc
src/ftp.cc
src/helper.cc
src/icp_v2.cc
src/internal.cc
src/ipcache.cc
src/main.cc
src/mem.cc
src/net_db.cc
src/protos.h
src/repl/heap/store_repl_heap.cc
src/structs.h
src/tests/stub_cache_cf.cc
src/tests/testACLMaxUserIP.cc [new file with mode: 0644]
src/tests/testACLMaxUserIP.h [new file with mode: 0644]
src/tests/testHeader_ConfigParser.cc [new file with mode: 0644]
src/tests/testHeader_wordlist.cc [new file with mode: 0644]
src/tools.cc
src/typedefs.h
src/url.cc
src/wordlist.cc [new file with mode: 0644]
src/wordlist.h [new file with mode: 0644]