]> git.ipfire.org Git - thirdparty/sarg.git/commit
Perform the user's ID processing in one function
authorFrederic Marchal <fmarchal@users.sourceforge.net>
Sun, 26 Jul 2015 08:15:31 +0000 (10:15 +0200)
committerFrederic Marchal <fmarchal@users.sourceforge.net>
Sun, 26 Jul 2015 08:15:31 +0000 (10:15 +0200)
commit074a6d8f2687c3526ad17b5041451aea43639ec7
tree263c83c5b70d7ee502ddc94d08ac0a6ef993243f
parent2c0584166ffce932276910a4e1ad058f7948f879
Perform the user's ID processing in one function

There are quite a lot of options to drive the user's ID or IP address
processing, replace the ID, include or exclude the entry from the report
and so on.

That processing is only applied in full to the access.log. The redirector
and dansguardian logs are much more primitive in comparison.

By moving the processing to one function, I intent to use it everywhere.
include/defs.h
readlog.c
userinfo.c