]> git.ipfire.org Git - thirdparty/sarg.git/commit
Use tabulations instead of spaces in temporary intermediary files to avoid a shift...
authorFrédéric Marchal <fmarchal@users.sourceforge.net>
Sun, 29 Nov 2009 19:16:37 +0000 (19:16 +0000)
committerFrédéric Marchal <fmarchal@users.sourceforge.net>
Sun, 29 Nov 2009 19:16:37 +0000 (19:16 +0000)
commit120d768c4a097c62e5f70b2cddd6baada6d0c73d
treea9dd882b05a9b47a124bf047cfc8033730566b6e
parent523ff660bf73cf2ccea40a3a76738f5c44e839cf
Use tabulations instead of spaces in temporary intermediary files to avoid a shift in the columns if the URL contains a space.
Use sizeof(buffer) for every strftime (the hard coded size was sometime wrong).
Test the user to single out after replacing the user ID by the IP address because the user ID is always - if no user ID is used in the log.
Removed getword3 because it is now identitical to getword.
Removed legacy code to write the denied downloads.
Removed legacy code to write the access.log entries in the user file.
33 files changed:
CMakeLists.txt
authfail.c
configure
configure.in
convlog.c
dansguardian_log.c
dansguardian_report.c
denied.c
documentation/util.txt
download.c
email.c
grepday.c
html.c
include/conf.h
include/defs.h
include/info.h
index.c
lastlog.c
log.c
realtime.c
repday.c
report.c
siteuser.c
smartfilter.c
splitlog.c
squidguard_log.c
squidguard_report.c
topsites.c
topuser.c
totday.c
totger.c
useragent.c
util.c