]> git.ipfire.org Git - thirdparty/squid.git/commit
Summary: Merge of ACL refactoring.
authorrobertc <>
Wed, 12 Feb 2003 13:09:56 +0000 (13:09 +0000)
committerrobertc <>
Wed, 12 Feb 2003 13:09:56 +0000 (13:09 +0000)
commit8000a96583c4cafed5d348fafaaed771f117287a
treec6781e6761f84c7b9b6881880a781bb5718f4151
parent7e750d9d94cdae52eec111e084ab97aab9f52567
Summary: Merge of ACL refactoring.

Patches applied:

  * robertc@squid-cache.org--squid/squid--acl--3.0--patch-10
     Merge from HEAD.

  * robertc@squid-cache.org--squid/squid--acl--3.0--patch-9
     Refactoring (again!)

  * robertc@squid-cache.org--squid/squid--acl--3.0--patch-8
     More refactoring.

  * robertc@squid-cache.org--squid/squid--acl--3.0--patch-7
     Merge from HEAD.

  * robertc@squid-cache.org--squid/squid--acl--3.0--patch-6
     More refactoring.

  * robertc@squid-cache.org--squid/squid--acl--3.0--patch-5
     More refactoring of ACL's.

  * robertc@squid-cache.org--squid/squid--acl--3.0--patch-4
     Merge from HEAD.

  * robertc@squid-cache.org--squid/squid--acl--3.0--patch-3
     Still more refactoring steps.

  * robertc@squid-cache.org--squid/squid--acl--3.0--patch-2
     More refactoring.

  * robertc@squid-cache.org--squid/squid--acl--3.0--patch-1
     Bootstrap, and start refactoring.
88 files changed:
Makefile.in
aclocal.m4
configure
configure.in
contrib/Makefile.in
doc/Makefile.in
errors/Makefile.in
helpers/Makefile.in
helpers/basic_auth/LDAP/Makefile.in
helpers/basic_auth/MSNT/Makefile.in
helpers/basic_auth/Makefile.in
helpers/basic_auth/NCSA/Makefile.in
helpers/basic_auth/PAM/Makefile.in
helpers/basic_auth/SASL/Makefile.in
helpers/basic_auth/SMB/Makefile.in
helpers/basic_auth/YP/Makefile.in
helpers/basic_auth/getpwnam/Makefile.in
helpers/basic_auth/multi-domain-NTLM/Makefile.in
helpers/basic_auth/winbind/Makefile.in
helpers/digest_auth/Makefile.in
helpers/digest_auth/password/Makefile.in
helpers/external_acl/Makefile.in
helpers/external_acl/ip_user/Makefile.in
helpers/external_acl/ldap_group/Makefile.in
helpers/external_acl/unix_group/Makefile.in
helpers/external_acl/wbinfo_group/Makefile.in
helpers/external_acl/winbind_group/Makefile.in
helpers/ntlm_auth/Makefile.in
helpers/ntlm_auth/SMB/Makefile.in
helpers/ntlm_auth/SMB/smbval/Makefile.in
helpers/ntlm_auth/fakeauth/Makefile.in
helpers/ntlm_auth/no_check/Makefile.in
helpers/ntlm_auth/winbind/Makefile.in
icons/Makefile.in
include/splay.h
lib/Makefile.in
scripts/Makefile.in
snmplib/Makefile.in
src/ACL.h
src/ACLChecklist.h
src/ACLDestinationIP.cc [new file with mode: 0644]
src/ACLDestinationIP.h [new file with mode: 0644]
src/ACLIP.cc [new file with mode: 0644]
src/ACLIP.h [new file with mode: 0644]
src/ACLIdent.cc [new file with mode: 0644]
src/ACLIdent.h [new file with mode: 0644]
src/ACLMyIP.cc [new file with mode: 0644]
src/ACLMyIP.h [new file with mode: 0644]
src/ACLProxyAuth.cc [new file with mode: 0644]
src/ACLProxyAuth.h [new file with mode: 0644]
src/ACLSourceIP.cc [new file with mode: 0644]
src/ACLSourceIP.h [new file with mode: 0644]
src/ACLUserData.cc [new file with mode: 0644]
src/ACLUserData.h [new file with mode: 0644]
src/DelayConfig.cc
src/DelayId.cc
src/HttpHeaderTools.cc
src/HttpReply.cc
src/HttpRequest.cc
src/Makefile.am
src/Makefile.in
src/acl.cc
src/asn.cc
src/auth/Makefile.in
src/authenticate.cc
src/cache_cf.cc
src/cbdata.cc
src/client_side.cc
src/client_side_request.cc
src/comm.cc
src/enums.h
src/external_acl.cc
src/forward.cc
src/fs/Makefile.in
src/http.cc
src/icp_v2.cc
src/ident.cc
src/mem.cc
src/neighbors.cc
src/peer_select.cc
src/protos.h
src/redirect.cc
src/repl/Makefile.in
src/structs.h
src/tunnel.cc
src/typedefs.h
test-suite/Makefile.in
test-suite/http_range_test.cc