]> git.ipfire.org Git - thirdparty/squid.git/commit - configure.ac
Import IPv6 support from squid3-ipv6 branch to 3-HEAD.
authoramosjeffries <>
Sat, 15 Dec 2007 06:11:41 +0000 (06:11 +0000)
committeramosjeffries <>
Sat, 15 Dec 2007 06:11:41 +0000 (06:11 +0000)
commitcc192b5087ebbd5c214fcacdf26f117e4f15241b
treedaf7d67f11324cff1c8cfc3d8e54f57d2a352bd4
parent02f95cf0d146819e0cf8762e0a55ba8afe35f807
Import IPv6 support from squid3-ipv6 branch to 3-HEAD.

This patch fully enables squid to handle IPv6 on internally supported
protocols which have IPv6 capability.
see 3.1 Release Notes for full details on the IPv6 changes.
also see squid.conf generated from this point for configuration changes.

TODO: Release-Notes fro 3.1 have yet to be created. The mentioned details
      documentation will come in a later patch.
146 files changed:
configure.in
helpers/negotiate_auth/squid_kerb_auth/squid_kerb_auth.c
helpers/ntlm_auth/SMB/smbval/rfcnb-priv.h
include/cache_snmp.h
include/config.h
include/rfc1035.h
include/snmp_vars.h
include/squid_mswin.h
include/util.h
lib/GNUregex.c
lib/Makefile.am
lib/rfc1035.c
lib/safe_inet_addr.c
lib/tests/testRFC1035.cc [new file with mode: 0644]
lib/tests/testRFC1035.h [new file with mode: 0644]
src/ACLARP.cc
src/ACLASN.h
src/ACLChecklist.cc
src/ACLChecklist.h
src/ACLDestinationASN.h
src/ACLDestinationDomain.cc
src/ACLDestinationIP.cc
src/ACLIP.cc
src/ACLIP.h
src/ACLIdent.cc
src/ACLMaxUserIP.cc
src/ACLMaxUserIP.h
src/ACLMyPort.cc
src/ACLSourceASN.h
src/ACLSourceDomain.cc
src/AccessLogEntry.h
src/AuthUser.cc
src/AuthUser.h
src/AuthUserRequest.cc
src/AuthUserRequest.h
src/CompositePoolNode.h
src/ConnectionDetail.h
src/Debug.h
src/DelayConfig.h
src/DelayId.cc
src/DiskIO/DiskDaemon/DiskdIOStrategy.cc
src/ESI.cc
src/HttpRequest.cc
src/HttpRequest.h
src/ICAP/ICAPModXact.cc
src/ICMP.h [new file with mode: 0644]
src/ICMPConfig.h [new file with mode: 0644]
src/ICMPPinger.cc [new file with mode: 0644]
src/ICMPPinger.h [new file with mode: 0644]
src/ICMPSquid.cc [new file with mode: 0644]
src/ICMPSquid.h [new file with mode: 0644]
src/ICMPv4.cc [new file with mode: 0644]
src/ICMPv4.h [new file with mode: 0644]
src/ICMPv6.cc [new file with mode: 0644]
src/ICMPv6.h [new file with mode: 0644]
src/ICP.h
src/IPInterception.cc
src/IPInterception.h
src/Makefile.am
src/PeerSelectState.h
src/SquidTime.h
src/access_log.cc
src/asn.cc
src/auth/digest/auth_digest.cc
src/auth/negotiate/auth_negotiate.cc
src/auth/ntlm/auth_ntlm.cc
src/cache_cf.cc
src/cf.data.depend
src/cf.data.pre
src/client_db.cc
src/client_side.cc
src/client_side.h
src/client_side_reply.cc
src/client_side_reply.h
src/client_side_request.cc
src/comm.cc
src/comm.h
src/comm_select.cc
src/debug.cc
src/defines.h
src/delay_pools.cc
src/dns_internal.cc
src/dnsserver.cc
src/errorpage.cc
src/errorpage.h
src/event.cc
src/external_acl.cc
src/fd.cc
src/fde.h
src/forward.cc
src/forward.h
src/fqdncache.cc
src/ftp.cc
src/globals.h
src/helper.cc
src/helper.h
src/htcp.cc
src/htcp.h
src/http.cc
src/icmp.cc
src/icp_v2.cc
src/icp_v3.cc
src/ident.cc
src/internal.cc
src/ipc.cc
src/ipc_win32.cc
src/ipcache.cc
src/main.cc
src/mib.txt
src/multicast.cc
src/neighbors.cc
src/net_db.cc
src/pconn.cc
src/pconn.h
src/peer_digest.cc
src/peer_select.cc
src/pinger.cc
src/protos.h
src/redirect.cc
src/send-announce.cc
src/snmp_agent.cc
src/snmp_core.cc
src/squid.h
src/stat.cc
src/store_log.cc
src/structs.h
src/tests/stub_comm.cc
src/tests/testEvent.cc
src/tests/testHttpRequest.cc
src/tests/testHttpRequest.h
src/tests/testICMP.cc [new file with mode: 0644]
src/tests/testICMP.h [new file with mode: 0644]
src/time.cc
src/tools.cc
src/tunnel.cc
src/typedefs.h
src/unlinkd.cc
src/url.cc
src/urn.cc
src/wccp.cc
src/wccp2.cc
src/win32.cc
test-suite/hash.h
test-suite/pconn-banger.c
tools/cachemgr.cc
tools/squidclient.cc