]> git.ipfire.org Git - thirdparty/sarg.git/commit
Exclude IPv6 hosts
authorFrédéric Marchal <fmarchal@users.sourceforge.net>
Sat, 2 Jul 2011 19:49:43 +0000 (19:49 +0000)
committerFrédéric Marchal <fmarchal@users.sourceforge.net>
Sat, 2 Jul 2011 19:49:43 +0000 (19:49 +0000)
commit7819e0d5ccd2404be303719b74683de69abe837e
treee079e54d3b76e7b508d8b65f49ab2b2b1568f4ae
parent84aefd39b01086d8c48454786b873fc2c4b70ced
Exclude IPv6 hosts

Host exclusion didn't support IPv6 addresses. This change add the
possibility to exclude host identified by a IPv6 address in the log.

The change required some extensive changes to the code to alias the host
names as several strings had to be made constants.
exclude.c
include/defs.h
url.c
util.c