]> git.ipfire.org Git - thirdparty/squid.git/commit - CREDITS
Wider support for EUI
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 31 Oct 2009 10:06:17 +0000 (23:06 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 31 Oct 2009 10:06:17 +0000 (23:06 +1300)
commita98c2da567f9ae13ee2450d9142537f8b44270d9
treeb01351170ccfcbc785a9a83a0038cba709f90b4a
parentbf0ba190133411a4fd31d7a66af1c5c0d5d7a243
Wider support for EUI

 * Logging
 * external ACL helper tag
 * EUI-64 from IPv6 SLAAC addressing
 * run-time option to enable/disable lookups
29 files changed:
CREDITS
configure.in
doc/release-notes/release-3.2.sgml
include/eui64_aton.h [new file with mode: 0644]
lib/eui64_aton.c [new file with mode: 0644]
src/AclRegs.cc
src/HttpRequest.cc
src/HttpRequest.h
src/Makefile.am
src/access_log.cc
src/acl/Arp.cc
src/acl/Arp.h
src/acl/Eui64.cc [new file with mode: 0644]
src/acl/Eui64.h [new file with mode: 0644]
src/acl/Makefile.am
src/cache_cf.cc
src/cf.data.pre
src/client_side.cc
src/client_side.h
src/eui/Config.cc [new file with mode: 0644]
src/eui/Config.h [new file with mode: 0644]
src/eui/Eui48.cc
src/eui/Eui48.h
src/eui/Eui64.cc [new file with mode: 0644]
src/eui/Eui64.h [new file with mode: 0644]
src/eui/Makefile.am
src/external_acl.cc
src/ip/IpAddress.cc
src/ip/IpAddress.h