]> git.ipfire.org Git - thirdparty/sarg.git/commit
Add support for regular expressions in aliasing the hosts
authorFrédéric Marchal <fmarchal@users.sourceforge.net>
Sun, 12 Feb 2012 18:52:03 +0000 (19:52 +0100)
committerFrédéric Marchal <fmarchal@users.sourceforge.net>
Sun, 12 Feb 2012 18:52:03 +0000 (19:52 +0100)
commit6e24f22245f28006cd236d1e43c5f16001a9852c
treeb9d5beec26199a1df9150c13e4f18b7edc763ec4
parentaee4b2efee423f88faa9c577b789640bab172df2
Add support for regular expressions in aliasing the hosts

If libpcre is found on the system, a regular expression can be defined
in the hostalias file to replace the matching host names in the report.

A regular expression is formated in the host alias file as
re:/regexp/ alias

The alias is mandatory. The regexp may be delimited by another character.
CMakeLists.txt
configure.in
include/config.h.in
sarg.conf
url.c