]> git.ipfire.org Git - thirdparty/sarg.git/commit
Allow the use of wildcards in the access.log and useragent.log
authorFrederic Marchal <fmarchal@users.sourceforge.net>
Tue, 9 Jun 2015 18:17:08 +0000 (20:17 +0200)
committerFrederic Marchal <fmarchal@users.sourceforge.net>
Tue, 9 Jun 2015 18:17:08 +0000 (20:17 +0200)
commit2b41f02c8e5e89edf25167e5c58a8ca2002dc38b
treea01e58d9c4d9ce31ae5358e285969bb714ba6363
parentb6fb8c79cdd27cfdc34a9fb0212e58854437c04c
Allow the use of wildcards in the access.log and useragent.log

A file name can contain * or ? if configure was not run with
--without-glob.

It is possible to see if file globbing was compiled in by running sarg with
-x -V.
CMakeLists.txt
configure.ac
filelist.c
include/config.h.in
sarg.conf
util.c