]> git.ipfire.org Git - thirdparty/sarg.git/commit
Create a user agent report if the input log provides the information
authorFrederic Marchal <fmarchal@users.sourceforge.net>
Sun, 1 Nov 2015 15:23:30 +0000 (16:23 +0100)
committerFrederic Marchal <fmarchal@users.sourceforge.net>
Sun, 1 Nov 2015 15:23:30 +0000 (16:23 +0100)
commit34ad8e64c3542fd16d89665555f93b7b38b9d486
tree3c6c8643585bf7f35d5582878dc52c1344ee02fa
parent468d879d6d1b51474ffc60799c34eae31c9c7b86
Create a user agent report if the input log provides the information

An extended log can contain the user agent identification string. Sarg can
now use it to generate the user agent report.

The new user_agent type is added to report_type to generate a user agent
report. For compatibility with previous versions, that report type is
automatically selected if at least one file name is provided with the
useragent option.
getconf.c
include/conf.h
log.c
sarg.conf
useragent.c