]> git.ipfire.org Git - thirdparty/sarg.git/blob - ChangeLog
Add dynamic sorting of some tables
[thirdparty/sarg.git] / ChangeLog
1 SARG ChangeLog
2
3 Nov-20-2010 Version 2.3.2-pre1
4 - Add support for sorttable.js (http://www.kryogenix.org/code/browser/sorttable/) to dynamically sort some tables.
5
6 Sep-18-2010 Version 2.3.1
7 - Remove the distinct printf for the alpha architecture as it doesn't work anymore and is not necessary anyway.
8 - Don't abort if "onload" or "script" is found in the user agent string.
9 - Take the configured locale path into account when installing sarg.
10 - Fix the realtime and e-mail reports.
11 - Allow for the translation of the sort criterion on the report pages.
12 - The mail_utility command isn't quoted any more so it is possible to add some command line arguments.
13 - Fix a wrongly reported error if the two "hours" and "weekdays" options are enabled in sarg.conf (thanks to guyizsolt).
14 - Add a link on the denied page to link the page to the corresponding user.
15 - Fix a problem with the progress indicator when reading from a compressed log file.
16 - Report an error if the output directory is a subdirectory of the temporary directory.
17 - Use a more robust protection against an attack using javascript in the useragent string.
18 - Prevent a segfault if the parameter passed to command line option -d is invalid (thanks to ItalianPenguin).
19 - Check for the return code of the tail command to generate the realtime report.
20 - Escape the invalid characters in the LDAP search string instead of truncating it at the first invalid character (thanks to mouchar for reporting the problem and testing the fix).
21
22 Jun-21-2010 Version 2.3
23 - LDAP usertab added.
24 Now you can have your users in a LDAP Server.
25 Use these tags in sarg.conf: LDAPHost, LDAPPort, LDAPBindDN, LDAPBindPW,
26 LDAPBaseSearch, LDAPFilterSearch
27 - Parse the string flags from sarg.conf once during the reading of sarg.conf instead of manipulating and duplicating the tests of the strings where they are used.
28 - Useragent report limited to requested date range.
29 - Link to external css file instead of including it verbatim in each HTML file (thanks to Maxim Britov).
30 - Enable gettext configuration for autotools.
31 - Use gettext translations instead of the custom languages files.
32 - Keep the user name unchanged in the report (suppress the replacement of some characters by underscores).
33 - Try to resolve a user's IP address only once and store the result. It can speed up the processing a lot.
34 - Resolve IPv6 addresses (to be tested).
35 - Don't limit the maximum length of a URL (the only limit is that a single line of text from the log file must fit in memory).
36 - The creation of the datafile is working again.
37 - Use a template to build the .htaccess file of each report.
38 - Accept spaces in the replacement label of the usertab file (thanks to Alex Sav).
39 - Change the version number of the release candidate to conform to the numbering of the translationproject.org.
40 - Store the period internaly and get rid of the sarg-period file.
41 - Display the period using the locale's month name in the HTML files.
42 - Check the correct writing of the HTML files (thanks to Markus Elfring).
43 - Use the word "Redirector" instead of mentioning explicitly squidGuard in the reports as at least Rejik is compatible with sarg (thanks to Maxim Britov).
44 - The date range passed as argument is not restricted to the actual range covered by the log files any more.
45 - Fix the exclusion of status codes to exclude more than one code.
46 - Accept date ranges for -d command line option as day-n, week-n and month-n where n is the number of backward days, weeks and months to report.
47 - Strengthen the making of the report file name to drastically limit the characters from the user ID that can appear in the file name. The presence of an unescaped backquote in the user ID would execute the rest of the name as a shell command (fixes bug #2997707 reported by anonymous).
48 - Purge the content of sarg-general to free a lot of disk space.
49 - Use parameteric dimensions in the graph creation instead of hard coded constants.
50 - Remove the temporary file and sorting in graph creation.
51 - Add the redirector_log option in sarg.conf to read a log file created by squidGuard or Rejik (thanks to Maxim Britov for pointing out this missing option).
52 - Allow up to 64 redirector log files to be passed through the command line option -L and the sarg.conf option redirector_log.
53 - Configuration option squidguard_log_format renamed into redirector_log_format for equity with the various redirectors that can be used with sarg.
54 - Read a compressed log file through a pipe.
55 - The graph was wrong. The bars were not reaching the correct height with respect to the Y axis.
56 - Use a computed logarithmic scale for the Y axis when plotting bytes data instead of a fixed scale.
57 - Show the time when plotting the elapsed time.
58 - Fix the reporting of only one user with command line option -u.
59 - Output both date/time textual and graphical reports.
60 - Sarg log file now stores the date in the format dd/mm/yyyy and doesn't change it depending on the current date representation selected in sarg.conf. It will break existing sarg log files.
61 - Intermediary log files store the date as dd/mm/yyyy irrespective of the current date representation in sarg.conf.
62 - Fix a regression to accept any directory name length in the index.
63 - Change the CSS template file and cleanup of the hardcoded styles (thanks to Maxim Britov).
64 - Accept unlimited line length when converting or splitting the log file.
65 - Use long options on the command line.
66 - Sarg can output the internal css inlined in the reports. It replaces the css.tpl distributed with the sources.
67 - Command line option -l is optional. The input log files may be named on the command line without prefixing them with -l. It allows the use of wildcards in the command line.
68 - Accept unlimited URL length in the redirector log (thanks to Joseph L Casale).
69 - Replace redirector_ignore_date by redirector_filter_out_date that behave as the name implies.
70 - Replace dansguardian_ignore_date by dansguardian_filter_out_date that behave as the name implies.
71
72 Feb-10-2010 Version 2.2.7.1
73 - Fixed compilation error reported by some compilers due to an sizeof in a fprintf (thanks to Maxim Britov and Renato Botelho).
74 - The path to the font used to create the graphs can be set in sarg.conf.
75 - The installation of our fonts can be disabled with --disable-fontdir.
76
77 Feb-05-2010 Version 2.2.7
78 - Extra compile and run time protection (FORTIFY_SOURCE) fixed in configure.
79 - Use tabulations as columns separator in intermediary files to avoid problems when a field of the log contains a space.
80 - Input log file type detection partly rewritten to clearly distinguish which type is processed where.
81 - Read the input log file from standard input if log file name is -.
82 - Use string pointers in getword instead of copying the strings over and over.
83 - Use LC_TIME to format some dates and times in the report according to the selected locale.
84 - Sarg.conf can list up to 255 access.log files.
85 - Downloaded files suffixes are matched against a sorted list and use a dichotomic search.
86 - Added getword_atoll to read a number directly from a file without an intermediary string storage.
87 - Use boolean to enable the options instead of string compares.
88 - Accept an absolute path for the language file in sarg.conf.
89 - Experimental: Can show the backtrace of the program when a getword loop is detected to help in locating the origin of the error.
90 - Protect the creation of the index against invalid directories.
91 - Only copy the files (not the subdirs) when creating the directory with the images to include in the reports.
92 - Directories deleted without using the rm system command.
93 - Index created using an internal sort algorithm instead of a system call.
94 - Fixed Debian bug #408577 (changed exclude_hosts to exclude subdomains and IPv4 subnets).
95 - Replace --enable-htmldir by --enable-sargphp to avoid confusion on the name (thanks to Peter Nixon).
96 - Installation of sarg-php can be disabled with --disable-sargphp.
97 - Fixed empty entries in squidGuard log when the URL doesn't start with protocol://.
98 - Fixed regressions in creation and reading of a sarg parsed log (thanks to Joao Alves).
99 - Does not report URLs consisting of only a host name ending with .com as a downloaded file.
100 - Mangle the $ and @ signs in user ID to make the resulting file name valid in shell commands.
101 - Fixed a regression in the default value of --enable-sargphp.
102 - Increase the maximum size of a line read from access.log and detect longer lines that were silently splitted in previous versions.
103
104 Jan-06-2010 Version 2.2.6.1
105 - Remove unnecessary dependency on off_t.
106 - Configuration doesn't fail if rlim_t is not available.
107 - Test for the availability of -Werror=implicit-function-declaration and -Werror=format flags in gcc (thanks to Murilo Moreira de Oliveira and pjetko).
108 - Fix sort delimiter when reading useragent log (thanks to Maxim Britov).
109 - Fix user agent report font size and statistics on user agent.
110 - Test for the availability of -Werror=format-security in gcc (thanks to Maxim Britov).
111 - Test the existence of bzero with autoconf and don't redefine it (thanks to Maxim Britov).
112 - Remove warnings if libgd is not available.
113 - The date stored in sarg-date is now stored in a more machine readable form (thanks to rcastanheira for pointing this out).
114 - The date read from sarg-date was not properly parsed and would produce a wrongly sorted index across a year change (thanks to rcastanheira for pointing this out).
115 - my_mkdir changed to avoid the use of getword, be simpler and, maybe, work reliably on windows.
116 - Makefile supports DESTDIR for easy package creation (thanks to Erjo).
117 - Real time report honour the user_ip flag of the configuration file and the -l and -n passed on command line.
118 - Fix usage of -Werror and detection of fopen64 with old compilers not supporting -Werror=implicit-function-declaration.
119
120 Oct-14-2009 Version 2.2.6
121 - Protection against buffer overflows in getword and friends and report the origin of the error instead of always blaming access.log.
122 - Patch #2224623 applied.
123 - Updated to autoconf 2.61.
124 - Detect external commands failures and print the exact command that produced the error. The offending file is kept for debugging if possible.
125 - The format of the date written in sarg-date is forced to prevent a failure if the locale is not en_US.
126 - Removed the duplicate file opening that resulted in a resource leak.
127 - Patch #1945235 applied.
128 - Patch #1918397 applied.
129 - Limit the content of the squidguard log file to the date of the day being processed.
130 - Removed fscanf that is prone to buffer overflows.
131 - Size of buffers increased.
132 - Protect ip2name against buffer overflows.
133 - Replace characters that are valid in URL but not in file names when building a file name from a URL.
134 - Patch #2657320 applied.
135 - Fix #else #if into #elif.
136 - Remove all the compilation warnings (inspired from patch #1771501).
137 - Fixed the real time report.
138 - Fixed the same bug as patch #1733337 but in a cleaner way.
139 - All the sprintf/fputs have been replaced by fprintf to avoid an intermediary buffer and possible buffer overflow.
140 - Moved all the functions declarations from conf.h to defs.h for consistency.
141 - Fixed bug #2089451.
142 - Fixed Debian bug #444845.
143 - Replaced the ifdef FOPEN64 by a single call to MY_FOPEN for code clarity.
144 - User IP/ID is searched only in the first column of the usertab file.
145 - Some of indentation fixes.
146 - Speed up by removing two unnecessary ip resolutions.
147 - Applied debian patches: sarg-polish.patch, sarg-turkish.patch
148 - Applied debian patch: opensuse_2_enlarge_report_buffers.patch
149 - Applied debian patch: opensuse_3_too_small_font_buffer.patch
150 - Applied debian patch: opensuse_4_enlarge_log_buffer.patch
151 - Applied and extended debian patch: opensuse_5_limit_sprintf.patch
152 - Function debuga format the output string itself, so there is no need to use sprintf.
153 - Applied debian patch: opensuse_7_year_assertion.patch
154 - Removed a few unnecessary strings copy.
155 - Embryo of documentation for the code with doxygen.
156 - Changed subs to replace the string in place and avoid allocating a memory that was freed on only one occasion.
157 - A few improvements on strings manipulations.
158 - Fixed debian bug #504749.
159 - Detect downloaded suffix bigger than 3 characters, don't match the cases and don't stop on a partial match.
160 - Fixed bug #2716729.
161 - Sanitized a little bit the generated HTML.
162 - Don't reject URL without directories.
163 - Use the correct format for off_t on amd64.
164 - Use the mechanism provided by configure to set the directories of the application instead of the custom variables.
165 - Fixed bug #1814212.
166 - Fixed bug #1847374.
167 - Partly applied advice of bug #1659784.
168 - Fixed bug #1740268.
169 - Applied suggestion of bug #2830643.
170 - Fixed bug #2216451.
171 - Fixed bug #2000178.
172 - Protect the reading of the configuration file against buffer overflows.
173 - Logo image height taken into account.
174 - Accept longer mail utility name.
175 - Fixed e-mail report (may also fix bug #2153024).
176 - Fixed total and percentages of topuser page.
177 - Applied Gentoo patch 10_all_sarg-2.2.5-enlarge-day-mon-buffers.patch.
178 - Applied Gentoo patch 12_all_sarg-2.2.5-enlarge-ntemp.patch.
179 - Open only once the denied.log and authfail.log when parsing more than one access.log.
180 - Use configurable paths for the files that used to reside in SYSCONFDIR.
181 - Add cmake configuration files.
182 - Compute the report date without resorting to the system command.
183 - Allow the use of spaces in the temporary directory.
184 - Fixed bug #2863485.
185 - Removed misplaced off_t as suggested in bug #2864425.
186 - Z files are uncompressed by zcat to avoid deleting the original log file.
187 - Compressed log files are uncompressed in /tmp/sarg to delete the file when the process completes.
188 - Fixed several memory leaks.
189
190 Mar-03-2008 Version 2.2.5
191 - new fix to the script insertion vulnerability via user-agent
192 report. javascript can still be executed via e.g. the "<BODY onload=function();>" scheme
193 Thanks to Alin Rad Pop, Security Specialist, Secunia, Denmark
194
195 Mar-02-2008 version 2.2.4
196 - security issues can be exploited to execute arbitrary code when sarg
197 is used with malicious input files.
198 The vulnerability within the processing of the useragent.log is rather
199 critical, as this can be exploited by passing a long user agent string
200 when browsing via a squid proxy. the manipulated GET request in the
201 access log would not be accepted by squid, so that file has to be specially crafted.
202 Thank you to L4teral l4teral@gmail.com
203
204 - French language fixed.
205 Thanks to Nicod <smlpnicod@orange.fr>
206 - Fixed: Segfault in x86_64
207
208 Jan-02-2007 version 2.2.3.1
209 - fixed -m option to show all the used tags
210 - date period invalid in download reports
211 - wrong results when userid contain '%20' character
212 - previous reports info wrong in index.html
213
214 Dec/23/2006 Version 2.2.3
215 - gd graph font change from FreeSans.ttf to DejaVuSans.ttf
216 - minor fixes when only denied records in access.log file.
217 - ulimit tag changed. If you run sarg with a low privilege user,
218 set to 'none' to disable ulimit.
219 Thanks to Jorge Morgado <jorge@morgado.ch>
220 - Russian_UTF-8 language fixed by Igor Ageikin <iageikin@lipen.elektra.ru>
221 - realtime_unauthenticated_records tag changed to show by default.
222 - chmod 755 in sarg-php due to errors in rpmbuild.
223 Thanks to Davide Madrisan <davide.madrisan@gmail.com>
224 - when the keyword "anonymous" is used in squidGuard.conf, Sarg does
225 not find the log-files anymore.
226 Thanks to Daniel Vogel <daniel_vogel@t-online.de>
227 - after reading the squidGuard configuration, the data read from the
228 usertab file was corrupted.
229 Thanks to Daniel Vogel <daniel_vogel@t-online.de>
230 - millisec values showed as bytes. Thanks to Carlos <ke09@terra.com.br>
231 - with squidGuard, you can log groups in only one log file.
232 We must parse each log files only one time.
233 Thanks to Christophe BADINA <christophe.badina@ch-moulins-yzeure.fr>
234 - error message(removetmp) Cannot open /tmp/sarg_tmp/../general
235 when sending report by email. Thanks to Peter Volkov <pva@gentoo.org>
236 - incorrect off_t size in printf. In FreeBSD off_t is 64bit long long,
237 but sarg always use %d to display off_t in log processing. This cause garbage
238 while reading log files on a freebsd, and possible crash.
239 Thanks to Alex Samorukov <samm@os2.kiev.ua>
240 - squid24 on/off tag added in sarg.conf to implement compatibility if using
241 squid <= 2.4 and using squid common logs.
242 Thanks to Valter Dal Bo <dalbo@tesco.it>
243 - exclude_hosts and some code errors fixed by
244 Alexander Kozlov <avk@post.eao.ru>. Many thanks.
245 - temporary file names changed to sarg-... to avoid conflicts
246 with usernames. Thanks to Ukrainian Elephant <superlamer@users.sourceforge.net>
247 - SARG support Japanese wordset but not support charset.
248 submitted by anonymous at sourceforge.net Many thanks.
249 - support for utf-8 character set added by Peter Warasin
250 <peter-endian@users.sourceforge.net>. Many thanks.
251 - if all the data is at the hour each day, totaliza_day() treats it all as being
252 on the last day. This is observed for users which only download via a cron job
253 at the same time each day. Now the date and time will be
254 checked to see if changed.
255 Thanks to Ian Dall <iandall@users.sourceforge.net>
256 - greport_day() doesn't add the volume for the first hour of each day to the total.
257 Thanks to Ian Dall <iandall@users.sourceforge.net>
258 - Russian_koi8 and Russian_windows1251 languages updated by
259 Stas Degteff <stas.grumbler@gmail.com>. Many thanks
260 - realtime reporting is sorted by URL, and not by Date/Time.
261 Thanks to Puce-Xcit <puce-xcit@users.sourceforge.net>
262
263 Aug/29/2006 Version 2.2.2
264 - malloc test implemented to avoid high-memory consuming.
265 Thanks to Rodrigo Rubira Branco <rodrigo@kernelhacking.com>
266 - Czech UTF8 language added by Josef Karliak <karliak@ajetaci.cz>
267 - fixed: parsed mismatch in realtime_access_log_lines and
268 access_log_lines tags.
269 Thanks to Kuznetsov Andrey <pm_kan@mail.ru>
270 - changed: realtime report sort changed by date/time
271 Thanks to Leonardo Buonsanti <leonardo.buonsanti@gmail.com>
272 - GD minor fixes added.
273 - bug fixed. *** buffer overflow detected ***: sarg terminated
274 in Fedora Core 5 when using -D FORTIFY_SOURCE in gcc or in kernel.
275
276 May/19/2006 Version 2.2.1
277 - iconv problems fixed in Freebsd and Slackware.
278 Thanks to Grigory Trenin <gtrenin@gmail.com>.
279 - new word added to languages: Topuser
280 - missing fclose fp-in in css.c
281 Thanks to Renato Botelho <rbgarga@gmail.com>.
282 - index.c fixed. Missing -r in reverse sort.
283 Thanks to Fernando Lemes da Silva <fernando@koho.com.br>
284 - wrong values in columns in-cache and out-cache.
285 Thanks to Hugo P S Costa <hpcosta@nutron.com.br>
286
287 May/17/2006 Version 2.2
288 - sarg ported to 64 bits.
289 Thanks to Antonio F. Zago <zagolinux@uol.com.br>
290 to share your Fedora Core 5 64 bits with me.
291 - fixed conflict types for 'saverecs2' in .configure
292 - fixed no index.html when lastlog tag is greater then 0,
293 caused by some debug messages.
294 - removed some development debug message
295 - user_limit_block script added to block users when limit exceeded
296 - fixed wrong sort in index.html
297 - removed '+' argument to sort utility.
298 Thanks to Julio Cesar Covolato <julio@psi.com.br>
299 - fixed "file too long" messages when using long_url
300 Thanks to Fabio Lo Votrico <fabio@link.it>
301 - fixes and improvements from Oleg <xsov@mail.ru> - Tanks.
302 . fprintf faster than sprintf+fputs (fixed in some places);
303 . strcpy+strcat is faster than sprintf (fixed in some places);
304 . unused variables removed;
305 . fixed headers look and feel (<th class="header3">);
306 . fixed word 'BYTES' localization for datetime user report;
307 . fixed corrupted top header on index, denied, download and tt-reports;
308 . fixed "No" table header in topsites;
309 . fixed user report table look;
310 . fixed floating point exception on long url (added checks
311 for division by zero);
312 . fixed incorrect long url view;
313 . fixed too wide table entries in user report by adding url_limit
314 internal parameter in html.c (default 40);
315 . fixed charset.c file (was in MS-DOS text format);
316 . also included all previous fixes by other people (from
317 datafile.patch and lastlog.patch files).
318
319 Nov/29/2005 version 2.1
320 - index_tree tag added.
321 Look at TAG: index_tree in sarg.conf file
322 default is file - old format.
323 - realtime report added. sarg -r option
324 Look at these tags ion sarg.conf file:
325 TAG: realtime_refresh_time num sec
326 TAG: realtime_access_log_lines num
327 TAG: realtime_types: GET,PUT,CONNECT,ICP_QUERY,POST
328 TAG: realtime_unauthenticated_records: ignore|show
329 - garbage in topuser report with uninitialized variable.
330 Thanks to Craig Brockmeier <craig@ppco.com>
331 - memory leaks caused by a wrong variable size
332 Fixed by Klaus Singvogel <kssingvo@suse.de>. Thanks.
333 - ignoring users with '.' in password file.
334 Thanks to Emerson Valdir Pellis <webmaster@marisol.com.br>
335 - error with "resolve_ip" with "user_authentication yes"
336 Fixed by Grigory Trenin <gtrenin@gmail.com>. Thanks.
337 - long url causing fault.
338 Thanks to Vassily Andin <vasya@avitalight.com>
339 - hanging on a log file containing space.
340 Thanks to Fabio Lo Votrico <fabio@link.it>
341 - bug fixed in squidguard report module
342 - squidguard_ignore_date on|off tag added to sarg.conf file
343 You can ignore the squidguard log record date if outside of
344 date range in squid access.log file.
345 - alternate squidguard log added using -L option on sarg command line.
346 Thanks to Dave Karlson <dkarlson@r9esd.k12.or.us>
347 - fixed malloc without free.
348 - datafile-url ip|name added to sarg.conf file - saves ip address or name
349 in url when using datafile tag. Thanks to Calvin Muller <calvin@siryn.co.za>
350 - wrong link point in Generated by sarg-2..
351 Thanks to Markus Hoffmann <ipcop@mh-lantech.de>
352 - Russian_UTF-8 language added by Alex Deiter <tiamat@komi.mts.ru>
353
354 Aug/04/2005 version 2.0.9
355 - dansguardian_report_limit missing in sarg.conf file.
356 - ntlm domain+user format added.
357 - index date sort fixed by Olivier JAVAUX. Thanks
358 - Improve broken record detection
359 Thanks to Artem Korneev <akorneev@intelsysus.com>
360 - sort open failed causing an empty topuser report
361 - sarg losslessly size optimized images
362 Thanks to Tonda M��ek <tonda.misek@post.cz> and Luigi Gangitano.
363 - sarg calling sort without quoting filenames
364 Thanks to Luigi Gangitano.
365 - download_report_limit tag added.
366 Thanks to Leonardo Rodrigues <leonardo@solutti.com.br>
367 - logo css class defined but never used.
368 Thanks to Roger Favero <favero@sparkenergy.it>
369
370 May/29/2005 version 2.0.8
371 - verdana.ttf font removed to avoid patent infringement issues.
372 Now sarg uses a GPL FreeSans font from http://savannah.gnu.org
373 - ISA report with wrong date in date/time report.
374 Thanks to Richard Berndt
375 - connect records ignored when using emulate_http_log on in squid.conf file.
376 Thanks to Dusan Woletz
377 - bug that prevents the correct usage of switch -d <date1-date2> when using
378 an "emulate_httpd_log on" logfile and some performance improvements
379 added.
380 Thanks to Filippo Grassilli
381 - Spanish language fixed by Jos� Luis Hern�ndez L�pez. Thanks.
382 - url variable size changed to accommodate big urls with coded symbols and some
383 minor changes in util.c file.
384 Thanks to Oleg <xsov@mail.ru>
385 - download suffixes improved by Oleg <xsov@mail.ru>. Thanks.
386 Now sarg uses these suffixes:
387 7z,ace,arj,avi,bat,bin,bz2,bzip,cab,com,cpio,dll,doc,dot,exe,gz,iso,
388 lha,lzh,mdb,mov,mp3,mpeg,mpg,mso,nrg,ogg,ppt,rar,rtf,shs,src,sys,tar,
389 tgz,vcd,vob,wma,wmv,zip
390
391 May/02/2005 version 2.0.7
392 - DansGuardian report added.
393 Thanks to Adolfas Kupliauskas for the access.log
394 - Slovak language added by Dusan Woletz
395 Thank you
396 - wrong usertab user on topuser report.
397 Thanks to Marcos Favoretto
398 - ntlm_user_format added to sarg.conf. Now you can choose the following formats
399 for the username on reports: user|domainname+user
400 Suggested by Roger Favero
401 - exclude_users ignored in some situations.
402 - Fixes by Sapon Oleg from Russia:
403 . there are two equal lines about Evren Yurtesen in CONTRIBUTORS file.
404 . Internationalization of SARG user graph added, using iconv function, which
405 is presented only in Linux, so I add required #ifdef and other stuff to clean
406 compile code on other platforms.
407 . Fixed two issues:
408 - '?' symbol problems for apache and other cgi-supporting web server which
409 doesn't support '?' symbol in links (all of them interpret this like
410 parameter to cgi script);
411 - some good optimization to all three similar cicles in these files by
412 reducing false checks in 'if ...' strings.
413 . Fixes segfault, produced by improper use of strncpy functions, look - strncpy
414 doesn't copy leading '\0' symbol!
415 . Just localization support for repday report.
416 . Support usertab IP->USERNAME change in siteuser report.
417 . Just proper Russian koi8 localization.
418
419 Apr/22/2005 version 2.0.6
420 - Greek language by Antonis Maglaras <vegos@magla.gr>
421 Thank you.
422 - time period added to -t option. Now you can use -t HH-HH, HH:MM-HH:MM
423 - support to isa proxy 2004 log added.
424 Thanks to William da Rocha Lima <wrochal@linuxit.com.br>
425 - French language fixed by Alexey Znamerovskiy <alexz@everys.com>
426 Thanks
427 - internal LC_ALL=C removed to avoid errors on Solaris.
428 Thanks to Hraska, Frantisek <frantisek.hraska@hupro.sk>
429 - non authenticated records removed from Topuser report.
430 Thanks to Brian <brian@reginachristianschool.org>
431 - Compilation error on FreeBSD > 5 - log.c:645: error: `RLIMIT_OFILE' undeclared
432 - Sarg abbreviation values improved.
433
434 Mar/21/2005 version 2.0.5
435 - fixed: some changes to avoid segmentation fault.
436 - fixed: some changes to avoid compilation errors on freeBSD.
437 - fixed: exclude_hosts not excluding correctly.
438
439 Feb/17/2005 version 2.0.4
440 - exclude hosts not excluding correctly.
441 Thanks to Oleg
442 - download report showing jpeg files.
443 - support to Microsoft isa proxy log files added.
444 Thanks to Trankov Vladislav <vtrankov@kb-obibank.ru>
445 - fixed: error when using relative paths in -o and -w options. Just absolute paths
446 can be used now.
447 Thanks to Andreas Grosse <andi@majestyk.de>
448 - fixed: segfault fix in vrfydir() in util.c
449 Prevent buffer overflow in subs(); replace one constant with sizeof() in my_lltoa().
450 vrfydir(): fix segfault if sub-directory "images" is not exists
451 function builddia() don't check the parameters. Result: segmentation fault in some cases.
452 Thanks to Stas Degteff stas_degteff@users.sourceforge.net for the fixes.
453 - fixed: wrong date period in squidguard_log when using European date format.
454 Thanks to Guenther Mair <gunnyst@users.sourceforge.net>
455 - ulimit tag added on sarg.conf to avoid "Too many open files" error.
456 Thanks to Paulo Pires <paulo.pires@vodafone.pt>
457
458
459 Feb/02/2005 version 2.0.3
460 - squidguard parse logs method changed.
461 Thanks to Joao Mendes <jmendes@credibom.pt>
462 Thanks to Guenther Mair <gunnyst@users.sourceforge.net>
463 - wrong results in -v option.
464 - fixed: error when using -u (include user)
465 Thanks to Bochkarev Vladimi <bochkarev@expocentr.ru>
466 - export LC_ALL=C will be issued before sort to avoid high cpu usage
467
468 Nov/22/2004: version 2.0.2
469 - grepday with invalid font path.
470 Thanks to Marcelo Ricardo Leitner <mrl@conectiva.com.br>
471 - -v option added to display Sarg version on console
472 - Segmentation fault caused by an unclosed file.
473 Thanks to Pustovalov Leonid
474 - SquidGuard log formats added.
475 Thanks to Kolotov Alexandr
476 - time field added to topsites report
477 Thanks to Miles Roper <mroper@westcoastdhb.org.nz>
478 - fixtime function with wrong definition, changed to long long
479 Thanks to Valery from Russia
480 - Solaris 9 compiling error: error: conflicting types for 'my_mkdir'
481 Thanks to Brad Larden <Brad.Larden@alphawest.com.au>
482 - segfaults if the denied report is disabled in sarg.conf.
483 Thanks to Filippo Carletti <filippo.carletti@nethesis.it>
484 - reading performance improved by Francesco Perrillo <fperillo@totalfax.it>
485 Thanks
486 - Russian sarg-php translation added.
487 Thanks to Michael Stepanenko <mistic@ecolines.ru>
488
489
490 Oct/04/2004: version 2.0.1
491 - configure error with no gd installed.
492 - graph with no text when using --enable-sysconfdir
493 - graph day incorrect when using dd/mm/yy date format
494 - show_sarg_logo yes|no added
495 - site_user_time_date with wrong patch.
496 Thanks to Ricardo R. Hoffmann <hoffmann@uninet.com.br>
497
498
499 Sep/29/2004: - version 2.0
500 - Internal/External css implemented
501 - User authentication access (htaccess) implemented
502 - large file support added
503 - Report limits implemented
504 - Download report implemented
505 - Sarg logo by Osamu Matsuzaki <matsu_o@robata.org> added.
506 - Internal mkdir added to easy port to various platform.
507 - long url now show only accessed site and module name.
508 - now you can add a user report url to a flat file to be blocked
509 by some Squid acl.
510 Request by Francesco Collini <collini@colliniconsulting.it>
511 - remove temporary files, if already exist, to avoid conflicts with a
512 previous sarg process..
513 Thanks to Renato Leon <rl_sita@hotmail.com>
514 - squidGuard improved
515 - now only records with the same period from access.log
516 will be in squidGuard report.
517 - squidGuard limit report
518 - now you can save some urls in squidGuard db using
519 sarg-squidguard PHP utility.
520
521 bug fixed: fault caused by rewinddir after closedir.
522 Thanks to Lucas Bocchi <challado@ibocchi.com.br>
523 and to Freek
524 Fixed: - missing </body> tags in all HTML pages
525 - missing </html> tag in some HTML pages
526 - missing DOCTYPE in all HTML pages
527 - grammar in man page
528 - URL Links to SourceForge http://sarg.sourceforge.net/
529 Added: - Included more detailed information in man the page
530 Thanks to Billy Newsom of U.S.
531 To Do: - There are still major validation problems in the HTML generated
532
533
534 Apr/25/2003: - fixed: - link error to denied site in squidGuard report
535 - resolve name error in squidGuard report
536 - some fixes to HPUX. Thanks to Miles Roper <mroper@westcoastdhb.org.nz>
537 - index_sort_order tag don't work correctly.
538 - too many open files fixed. Thanks to Francesco Perrillo <fperillo@totalfax.it>
539 - Ukrainian_windows1251 included in sarg.conf file
540 - exclude_string don�t work correctly. Thanks to Modric Kristijan
541 <Kristijan.Modric@pliva.hr>
542
543 Mar/17/2003: - Release 1.4
544 Added: Now you can choose the fields that will be in User Reports.
545 Look at user_report_fields tag in sarg.conf file
546 Implementation requested by Daniel T. Joye <daniel@dragontail.com>
547
548 Added: Now sarg saves the processed log in a sarg format after parsing
549 the squid log file. This allow futures sarg reprocess and data
550 will be smaller than Squid the log files
551 Look at parsed_output_log directory and
552 parsed_output_log_compress tags in sarg.conf file
553 Implementation requested by Joe Cooper <joe@swelltech.com>.
554 Many thanks for the donation.
555
556 Added: Now sarg can display the report values in abbreviation format.
557 Look at displayed_values in sarg.conf
558
559 Added: Ukrainian_windows1251 language by Roman Vynar <rvynar@icqmail.com>
560 Thank you.
561
562 Added: Catalan language by Andreu Sanchez <tanis@lleida.com>
563 Thank you.
564
565 Nov/16/2002: - Fixed: squidGuard report fail with non authenticated users.
566 Thanks to Dan Ratzlaff <norb@norbysoft.com>
567 Fixed: Turkish language by Evren Yurtesen
568 <yurtesen@ispro.net.tr>. Thanks
569 Fixed: English language by Luigi Gangitano
570 <gangitano@lugroma3.org>. Thanks
571 Fixed: "CONNECT" average values are incorrectly calculated.
572 Arvids <arvids@vendomar.lv>. Thanks
573
574 Oct/15/2002: - Added: sarg man page created by Luigi Gangitano
575 <gangitano@lugroma3.org>
576 Added: Reading statistics, show_read_statistics tag
577 Added: Index sort order. See index_sort_order tag
578 Added: squidGuard report - squidguard_log_path tag
579 Added: show_sarg_info on report bottom optional - show_sarg_info tag
580 Changed: gzipped file will be decompressed using zcat
581 bzipped file will be decompressed using bzcat
582 Changed: new sort routine added.
583 Changed: strsep changed to getnumlist function by Robert Tiismus
584
585 Jun/02/2002: - Added: save the results in a flat file to use to populate some
586 database. Look at these tags in sarg.conf file:
587 TAG: datafile file
588 TAG: datafile_delimiter ";"
589 TAG: datafile_fields all
590 Added: logic to detect a broken record in access.log file
591 and ignore it.
592 Added: now you can select the records to be processed by
593 week and/or time using these tags in sarg.conf file:
594 TAG: weekdays
595 TAG: hours
596 Thanks to Robert Tiismus from Institute of Physics,
597 University of Tartu, Estonia.
598 <robert@fi.tartu.ee>, and for the repday.c
599 improvements.
600
601 Apr/03/2002: - bug fixed: cannot create temporary file when url contain '/'
602 and using long_url
603 Thanks to Enrico Sorge <enrico.sorge@activevr.it>
604
605 Dez/10/2001: - Added: sarg now shows statistics when reading the log file
606 if running with -x option
607
608 Dez/05/2001: - bug fixed: - loop process when using "tmp" chars in usernames
609 Thanks to Jasper vd Heijden <extern@midkemia.nl>
610 new tag added: show_successful_message yes
611 Show "Successful report generated on dir" message at end of process.
612 Requested by: Wendell Schubert <wendell@webeworld.com>
613 Mauricio Felizardo dos Santos <mfelizardo@ansett.com.br>
614 bug fixed: core dump when removing auth_failures report from
615 report_type tag.
616 Thanks to Leonardo Rodrigues <coelho@persogo.com.br>
617 bug fixed: core dump with a big number of users.
618 Thanks to Zverev, Alexandr V. <AVZverev@rtc.tnk.ru>
619 new tags added: topuser_fields
620 topuser_num
621 Now you can choose which fields must be in Topuser report and how many users.
622 Requested by Hidde Beumer <Hidde.Beumer@cmg.nl>
623 bug fixed: auth_failures report missing
624 Thanks to Clary Harridge <clary@csee.uq.edu.au>
625 Polish language added by Wszebor Boksa <Wszebor_Boksa@koncept.pl>
626 Thank you.
627 Romanian language added by Adi Cretu <adi@usv.ro>
628 Thank you.
629
630 Jul/03/2001: - new report added: site/user/date/time
631 Now report_type tag has the following default setup:
632 report_type topsites sites_users date_time denied auth_failures site_user_date_time
633 - bug fixed - error when using squid-ntlm authenticator (domain\user)
634 Thanks to Jakob Curdes <jc@info-systems.de>
635 - ignoring changes in report_type tag
636 - Site&Users report with users shifted down one row.
637 Thanks to Jason Urkow <jaque@telusplanet.net>
638 - some temporary files not removed.
639 - site/user/date/time report without </table> and </html>
640
641 May/30/2001: - bug fixed: - user table garbage
642 - chmod 644 removed from makefile
643 - ignoring first user in usertable
644 - ignoring users names with dots (".")
645 Thanks to Daniel Malmgren <daniel@leeloo.lund.se>
646 - same values for connect and bytes fields in reports on Solaris 8
647 Thanks to Craig Brockmeier <craig@ppco.com>
648 New tag added: user_invalid_char "&/"
649 To avoid core dumps, records that contain invalid characters
650 in userid will be ignored by Sarg.
651 New tag added: privacy yes|no
652 privacy_string "***.***.***.***"
653 privacy_string_color blue
654 In some countries the sysadm cannot see the visited sites by a restrictive law.
655 Using privacy yes the visited url will be changed by privacy_string and
656 the link will be removed from reports.
657 Requested by Diaolin <diaolin@diaolin.com> (Natali Giuliano)
658 New tag added: include_users "user1:user2:...:usern"
659 Reports will be generated only for listed users.
660 exclude_string "string1:string2:...:stringn"
661 Records from access.log file that contain one of listed strings will be ignored.
662 Requested by Michael Koptyaev <mk@aney.ru>
663
664
665 Apr/02/2001: - implementation of --enable-bindir and --enable-sysconfdir in configure script.
666 Thanks to Sergei Dushenkov <dusha@dnttm.ru>
667 - bug fixed: getword excessive long string detection function fixed.
668 Thanks to Junghausz Norbert <nigga@nigga.hu>
669 - bug fixed: wrong charset for windows-1251 and koi8 Russian languages.
670 Thanks to Alexey Zhigayev <murphy@fio.samara.ru>
671 - bug fixed: - Help page (-h) is empty because at start (log.c) program doesn't
672 load definitions to text[][] array.
673 - Definitions for Russian language doesn't have last 2 lines.
674 - Definitions of Charset field for Russian language is not so correct.
675 Better is 'windows-1251' or 'koi8-r'
676 - I think in topuser.c the definition of wheader[] is too short for words
677 on some languages
678 - Initialization and use of variables TopuserSortField and
679 TopuserSortOrder is mismatch
680 Thanks to Alex Voronin <al_vg@mail.ru>
681 - bug fixed: core dump with big user table.
682 Thanks to Jorge Cuellar Martinez <jorge.cuellar@sat.gob.mx>
683 - Latvian languages by Juris Valdovskis <juris@auce.lv>
684 Thank you
685
686 Mar/22/2001: - Now the user can choose the language using the language TAG in /usr/local/sarg/sarg.conf file.
687 There is no more --enable-language in configure script.
688 - New report added: Authentication Failures
689 Requested by Sergei Dushenkov <dusha@dnttm.ru>
690 - NONE/400 (bad request) is excluded by default (/usr/local/sarg/exclude_codes)
691 - Now sarg support big numbers (64 bits) in any platform.
692 - Date/Time report now use bytes or elapsed time as specified in date_time_by tag in sarg.conf
693 Requested by Inters <inters@mailbox.riga.lv>
694 - bug fixed: sites&users report sorted on the User field rather than the Site field
695 Thanks to Simon Bryan <sbryan@olmc.nsw.edu.au>
696 - sites&users report was changed.
697 - Russian_windows125 language fixed.
698 Thanks to Dima I. Allaverdov <allav@ur.rags.ru> (rasa)
699 - bug fixed: getconf was catching a wrong value in replace_index tag
700 Thanks to vrush_22@softhome.net
701 - bug fixed: per_user_limit file with duplicate users.
702 - Russian languages fixed by Nikolai V. Ivanyushin <koko@infocenter.bryansk.ru>. Thank you.
703 - charset TAG added to sarg.conf file. The following charsets are available:
704 Latin1 (West European), Latin2 (East European), Latin3 (South European)
705 Latin4 (North European), Cyrillic, Arabic, Greek, Hebrew
706 Latin5 (Turkish), Latin6 (Nordic)
707 Requested by Nikolai V. Ivanyushin <koko@infocenter.bryansk.ru>
708 - configure now accept only two options:
709 --enable-bindir - where sarg binary will be saved
710 --enable-sysconfdir - where the configuration directory is
711
712 Mar/09/2001: Sqmgrlog has gained a new name: SARG - Squid Analysis Report Generator.
713 Many people have asked me about why sqmgrlog. I really don�t know.
714 No inspiration I think.
715 SARG was suggested by an user from Philippines, but, I lost his email
716 and don�t remember his name.
717
718 Thank you anyway.
719
720
721
722 sqmgrlog ChangeLog
723
724 Feb/06/2001: Version 3.0 released:
725 - Denied report added.
726 Request by Jason Staudenmayer <JasonS@NJAQUARIUM.ORG>
727 - User table added. You can override your userid or IP Address with
728 a real user name.
729 TAG usertab added to sqmgrlog.conf
730 - Now you can have the long url in reports
731 TAG long_url added to sqmgrlog.conf
732 - Now you can choose the report types
733 TAG report_type added to sqmgrlog.conf
734 - sqmgrlog.conf file now will be in 644 mod.
735 Request by Michail Vidiassov <master@iaas.msu.ru>
736 - sqmgrlog coredumps if there is a very long line in the config file.
737 Thank you to Michail Vidiassov <master@iaas.msu.ru>
738 - Url parser changed to get connect records from a better way
739 Thanks to Sergey Erokhin <esl@vechnost.com>
740 - Michail Vidiassov <master@iaas.msu.ru> made gcc -Wall ... happy on FreeBSD 4.1
741 Thank you
742 - Russian_Koi8 language fixed by
743 Andrew Okhmat <andy@crgu.com>. Thank you.
744 Maks Nefedchenko <maks@viaduk.net>. Thank you.
745 - Russian and Bulgarian language fixed by
746 Nikolai V. Ivanyushin <koko@infocenter.bryansk.ru>
747
748
749
750 Nov/09/2000: Two patches form Brad Guillory <proxyadm@baileylink.net> added:
751 1. max-elapsed tag added to sqmgrlog.conf file:
752 # TAG: max_elapsed milliseconds
753 # If elapsed time is recorded in log is greater than max_elapsed use 0 for elapsed time.
754 # Use 0 for no checking
755 #
756 #max_elapsed 0
757 # 8 Hours
758 max_elapsed 28800000
759 2. day report (the one that looks like a calendar) changed:
760 Every minute that a request is logged your time is incremented by the smaller
761 of 1 minute or the total time for the requests.
762
763 Thank you Brad. Brad Guillory is the newest sqmgrlog contributor.
764
765 Changed: sort now compare according to arithmetic value.
766
767 Jul/11/2000: Dutch language fixed by Pieter Kooistra <pkooistra@hr.nl>
768 Thank you.
769 Changed: Russian_koi8 changed to Russian_Koi8.
770 Thank you to Eugene AKA Kevin Kevin <kevin@id.ru>
771 Slightly changed Czech language
772 Added: TAG: replace_index
773 Replace "index.html" in the main index file with this string
774 Vladimir Smelhaus <smelhaus@atlas.cz>
775 Bug fixed: For some reason, Squid occasionally logs a blank line. Running sqmgrlog
776 against a log containing a blank line causes sqmgrlog to take 99+% CPU
777 Thanks to Giese, Bill <bill@gieses.com>
778 Added: now every squid code that contain the MISS word will be counted as out cache.
779 Thanks to Kostya Panov <twin@beep.ru>
780
781 Jun/09/2000: Bug fixed: abnormal end if userid contain ';'
782 Thanks to Victor Feoktistov <feoktist@triniti.ru>
783 Japanese language fixed by
784 Akira Kitamura <click@anet.ne.jp> Takamatsu-City Kagawa Japan
785 Bug fixed: Wrong date when setting date_format u in sqmgrlog.conf file
786 Thanks to Dale Perkel <dale@think.co.za, Nuno Almeida <nalm@vanguarda.com>,
787 Marcio Rodrigo Bordignon <mrbordignon@uol.com.br>
788
789 Mar/15/2000: Japanese language added by
790 Akira Kitamura <click@anet.ne.jp> Takamatsu-City Kagawa Japan
791 Thank you.
792 Serbian language added by
793 Radovan Drobnjakovic <admin.rts@rts.co.yu>
794 Thank you.
795 Bug fixed: wrong sort field when lower case used in
796 sort tags.
797 Thanks to Scott Larsen <slarsen@cascorp.com>
798 and to WOLETZ, Dusan <woletz@globtel.sk>
799 Abuse report removed.
800 Changed: report1_sort_field TAG in sqmgrlog.conf
801 changed to topuser_sort_field
802 Changed: report2_sort_field TAG in sqmgrlog.conf
803 changed to user_sort_field
804 Added: topsites sort field options added:
805 # TAG: topsites_sort_order CONNECT|BYTES A|D
806 # Sort for topsites report, where A=Ascendant, D=Descendant
807 #
808 #topsite_sort_oder CONNECT D
809 Implementation requested by
810 Michael G. Koch <Michael.G.Koch@globalknowledge.de>
811
812 Feb/26/2000: Bulgarian-windows1251 language added by
813 Ivan Minchev <vanko@uni-svishtov.bg>.
814 Thank you.
815 French language updated by
816 Olivier Rousselot <olivier.rousselot@ssti.fr>
817 Thank you.
818
819 Feb/15/2000: SmarfFilter report added.
820 Implementation requested by Andrew Bradshaw <andyb@excite.co.uk>
821 Bug fixed: files created with 09Feb2000-09022000 instead 09Feb2000-09Feb2000
822 Thanks to Andy Parfenov <andy@nursat.net>
823 Changed: ignore records with HTTP/0.0 string.
824 Implementation requested by Bernd Kossmann <bko@shd.de>
825 Changed: some code added to ignore broken records in access.log file
826 Bug fixed: removing old file with lastlog dont work.
827 Thanks to Evren Yurtesen <yurtesen@ispro.net.tr>
828
829 Jan/20/2000: Indonesian language added by V Gatut Harijoso <gatut@student.unpar.ac.id>
830 Thank you.
831 Fixed: change in conf.h to compile on OpenBSD 2.6 system.
832 Thanks to Kenneth Ingham <ingham@i-pi.com>
833 Fixed: small bug, which fills the "periodo" with
834 "01Jan2000-20000101" instead of "01Jan2000-01Jan2000".
835 Thanks to Schlosser, Carsten ECOFIS <c.schlosser@ecofis.de>
836 Fixed: After calling system function malloc, variable excludecode
837 have some symbols inside (excludecode wasn't zeroed).
838 Thanks to Andrew Katkov <askat@crimea.net>
839
840 Dec/29/1999: Czech language added by Milos Prudek <prudek@nembv.cz>
841 Thank you.
842 Russian-windows1251 language added by Dima I. Allaverdov <allav@ur.rags.ru>
843 Thank you.
844 Changed: Russian language changed to Russian_koi8 language.
845 Bug fixed: Sites&Users report dont resolve ip address.
846 Thanks to Pavel Jezek <Pavel.Jezek@i.cz>
847
848 Nov/29/1999: Bug fixed: DENIED word translated to another language never printed.
849 Thanks to Rodolphe SIBERT <rsi@kyxar.fr>
850 New report added: Sites & Users
851 Implementation requested by Rodolphe SIBERT <rsi@kyxar.fr>
852 Added: The date format now also has the option "w" for week.
853 The report is then 1999.47-1999.47 for instance.
854 Implemented by Seth Mos <stimpy@stimpy.multiweb.nl>, thank you for the patch.
855 Dutch language added by Seth Mos <stimpy@stimpy.multiweb.nl>
856 Thank you.
857 Added: new tag on sqmgrlog.conf, named user_ip, for setting a system wire -p, use ip address
858 instead userid.
859 Implemented by Carlo Marcelo Arenas Belon <carenas@chasqui.lared.net.pe>
860 Thank you for the patch.
861 Added: new tag on sqmgrlog.conf, exclude_codes pointing to a file with codes to be
862 ignored by sqmgrlog. Eg.: NONE/400
863 Implementation asked by Doug Burks <DBurks@Augserv.com>
864
865 Sep/28/1999: Bug fixed: -split and -convert dont work with multiples -l options.
866 Thanks to G. Kelana Sudibyo" <kelana@inn.bppt.go.id>
867 Bug fixed: Bytes and Average corrupted in index.html after second execution.
868 Thanks to Rob Glasser <orso@onelist.com>
869
870 Sep/13/1999: Bug fixed: get wrong access.log file when using access_log in sqmgrlog.conf file.
871 Thanks to Michael G. Koch <Michael.G.Koch@globalknowledge.de>
872
873 Sep/10/1999: Spanish language added by Leonardo A. D'Angelo <ldangelo@san-cayetano.com>
874 Thank you.
875 New report added: topsites. This report show the top n sites accessed.
876 You can set the top num sites in topuser_num tag in sqmgrlog.conf file.
877 Bug fixed: wrong userid when using Samba authenticator.
878 Thanks to klaubert@bcb.gov.br (Klaubert Herr da Silveira)
879 Changed: -v option removed. No more support for Squid-1 log format.
880 Thanks to Nik Oxley <nik.oxley@iholland.co.uk>
881
882 Aug/18/1999: New fields added to sqmgrlog.conf:
883 - lastlog n
884 With lastlog you can tell to sqmgrlog to remove old reports files.
885 Usage: lastlog 0 - no remove nothing
886 lastlog 10 - maintain only the last 10 reports
887 Implementation requested by Evren Yurtesen <yurtesen@ispro.net.tr>
888 Thank you for your help.
889 - remove_temp_files yes|no
890 Remove temporary files: geral, usuarios, top, periodo from root report directory.
891 Implementation requested by Fred Pacquier <fredp@dial.oleane.com>
892 - index yes|no|only
893 Usage: index yes - will generate the main index.html in reports
894 index no - dont generate the main index.html in reports
895 index only - generate only the main index.html in reports
896 Implementation asked by Fred Pacquier <fredp@dial.oleane.com>
897 - overwrite_report yes|no
898 If yes and the report already exist for that date, the reports will be overwritten.
899 If no and the report already exist, that report will be renamed to filename.n, filename.n+1
900 Implementation requested by Eugeny Kuzakov <CoreDumped@CoreDumped.null.ru>
901 - records_without_userid ignore|ip|everybody
902 What can I do with records without user id (no authentication) in access.log file ?
903 ignore - This record will be ignored.
904 ip - Use ip address instead. (default)
905 everybody - Use "everybody" instead.
906 - use_comma
907 Use comma instead point in reports.
908 Eg.: use_comma yes => 23,450,110
909 use_comma no => 23.450.110
910 - mail_utility mail|mailx
911 Which mail command must I use to send reports ?
912
913 Added: now every squid code that contain the MISS word will be counted as out cache.
914 Implementation requested by Eugeny Kuzakov <CoreDumped@CoreDumped.null.ru>
915 Thank you for your help and for share your FreeBSD with me.
916 Changed: the field url was changed to 8192 bytes to support big urls.
917 Thanks to Eugeny Kuzakov <CoreDumped@CoreDumped.null.ru>
918 Changed: the header "TIME SPENT" changed to "USED TIME" in topuser report.
919 Changed: no more nouser will be in reports but IP address instead.
920 Changed: no more squid 1 log format supported.
921 Bug fixed: wrong reports when using common log format (emulate_http on).
922 Thanks to Patrick LIN <patrickl@cst.ca>
923
924 Aug/06/1999: French language added by Fred Pacquier <fredp@dial.oleane.com>
925 Thank you
926 Bug fixed: negative percentage in IN-CACHE-OUT.
927 Thanks to brad@baileylink.net
928 Bug fixed: wrong directory name created when using -g e and -d
929 Thanks to Fred Pacquier <fredp@dial.oleane.com>
930 Changed: atol use to get total bytes changed to atoll.
931 Thanks to brad@baileylink.net for the patch.
932 Changed: now use ',' as separator instead '.' when using US date (-g u)
933 Implementations requested by brad@baileylink.net
934 Changed: added -convert and -split to usage help (-h)
935 new messages added to easy translation.
936 Implementations requested by Fred Pacquier <fredp@dial.oleane.com>
937
938 Jul/29/1999: Changed: convert userid to lowercase to disable username case-sensitivity
939 when using auth_smb.
940 Implementations requested by Doug Burks <DBurks@Augserv.com>
941 Changed: the sqmgrlog.conf now installs into /usr/local/etc
942 Implementations requested by Daniel L Sjvsvdrd <daniel.sjosvard@paals.se>
943
944 Jul/06/1999: Y2K bug fixes.
945 Thanks to askat@crimea.net (JSC CRELCOM)
946 Bug fixed: special character in userid cause core dump.
947 Thanks to Rick_Barzilli@xircom.com
948 Splitlog function added: -split will split the log file by date in -d parameter.
949 Eg.: sqmgrlog -split -d 01/07/1999-02/07/1999 [-convert] [-g e]
950
951 Jun/14/1999: German language added by Andreas Piesk <a.piesk@gmx.net>
952 Thank you
953 Some minor changes made by Andreas Piesk, thanks for the patches.
954
955 Jun/09/1999: Bug fixed: to send reports via mail, use mail instead mailx in FreeBSD.
956 Thanks to Evren Yurtesen <yurtesen@ispro.net.tr> to share your FreeBSD with me.
957 Bug fixed: wrong userid when using smb_auth authenticator.
958 The userid will be changed from NTDOMAIN\username to NTDOMAIN.username.
959 Thanks to Jouko Ylikulju <Jouko.Ylikulju@pkcables.com>
960
961 Jun/04/1999: Y2K compliance implemented.
962 Bug fixed: wrong report created when using common log format.
963 Thanks to Carlos Santillana <Carlos@los-fresnos-cons.k12.tx.us>
964 Bug fixed: wrong fopen with "rt", must be "r".
965 Thanks to Wayne Bastow <wbastow@ccahs.health.nsw.gov.au>
966
967 May/31/1999: Turkish language added by Evren Yurtesen <yurtesen@ispro.net.tr>
968 Thank you
969 Bug fixed: users in exclude_users file were not removed from reports.
970 Thanks to Arthur S. Petrossian <arthur@ipia.sci.am>
971 Thanks to Evren Yurtesen <yurtesen@ispro.net.tr>
972 Bug fixed: core dump when using output_email parm and mailx not installed.
973 Thanks to Evren Yurtesen <yurtesen@ispro.net.tr>
974 Thanks to Evren Yurtesen <yurtesen@ispro.net.tr> to share your FreeBSD with me.
975
976 May/20/1999: New report field added: IN CACHE and OUT CACHE.
977 This field show how many bytes (percent) was retrieved from the cache.
978 Implementations requested by Arthur S. Petrossian <arthur@ipia.sci.am>
979
980 May/14/1999: Bug fixed. Abnormal End when using -i option
981 Thanks to Carlos Canau <canau@ionia.EUnet.pt> for the patch.
982 Bug fixed. Sqmgrlog freeze if some records are broken in access.log file.
983 Thanks to Rick_Barzilli@xircom.com
984 Bugfix that prevents sqmgrlog from freezing up if a log file has "holes" (sequences of zeros)
985 (caused by filesystem crash).
986 Thanks to drdivano@mail.axon.ru for the patch.
987
988 Apr/14/1999: Per user limit added.
989 If the user exceed the limit, userid will be saved in a file that can
990 be used in squid acl.
991 Field per_user_limit added to sqmgrlog.conf: per_user_limit file limit
992 file : where userid must be saved
993 limit: in MB Eg. 40 will limit in 40 MB.
994 Implementation requested by Csaba Kabai <ckabai@icnpharm.com>
995
996 Mar/11/1999: Field exclude_users now accept indexonly to create only index.html report.
997 Implementation requested by Hanni Daniel <daniel.haenni@softlab.ch>
998 Bug fixed for FreeBSD. Missing \n on topuser.
999 Thanks to Andrew <andrew@extrim.ru> for share your FreeBSD-3.1
1000 Some minors fixes and changes in html layout.
1001 Thanks to Andrew Barnes <a.barnes@kaldor.com.au>
1002
1003 Mar/03/1999: Bug fixed. Wrong href link if userid in format userid.name...
1004 Thanks to Manon Goo <manon@manon.de>
1005 Some changes on variable translations.
1006 Thanks to Matteo Colombo <matteo@calcol.it>
1007 Russian language (KOI8-R) added by Palamarchuk Eugen <eugen@cit.od.ukrtel.net>
1008 Thank you
1009 Field exclude_users added to sqmgrlog.conf.
1010 Users within the file will be excluded from reports.
1011 Implementation requested by Hanni Daniel <daniel.haenni@softlab.ch>
1012
1013 Feb/26/1999: New date/time report added.
1014 Look at http://www.orso.x5.net/squid-reports/1999Feb01-1999Feb08/duser24.html
1015 -d option now accept from-until (dd/mm/yy-dd/mm/yy) dates.
1016 Requested by Eric V. Pino <ericvp@roadrunner.com.ph>
1017
1018 Feb/10/1999: Italian language added by Matteo Colombo <matteo@calcol.it>
1019 Thank you.
1020 -convert option added. Convert the access.log file to a legible date
1021 and time format. May be used with -l and/or -g options.
1022
1023 Feb/05/1999: Field date_format added to sqmgrlog.conf.
1024 date_format u: reports with USA format mm/dd/yy
1025 date_format e: reports with Europe format dd/mm/yy
1026 Implementation requested by Matteo Colombo <matteo@calcol.it>
1027 Bug fixed: temporary file cannot be created if not run in root.
1028 Thanks to Carlos Canau <canau@ionia.EUnet.pt> for the patch.
1029 Changes from Tony Lorime <alorimes@csc.com>: use atoll instead atol in Solaris
1030 : ignore .htaccess when selecting files
1031 Thank you.
1032
1033 Dec/21/1998: -b option added. Generate useragent report.
1034 field useragent_log added to sqmgrlog.conf
1035 Implementation requested by Alp <support@x5.net>
1036 -j option added. Generate a kind of abuse report.
1037 Implementation requested by Alp <support@x5.net>
1038 To use this feature you must apply a patch (http://www.orso.x5.net/patches) on Squid.
1039 -c exclude option improved. Now you can exclude B classes
1040 Implementation requested by Yin Jun <yinj@mars.ahu.edu.cn>
1041 Bug fixed for Solaris. Must user -lsocket and -lnsl to resolve names.
1042 Thanks to Ryan Roehrich <ryanscott@mindless.com>
1043
1044 Dec/11/1998: Bug fixed for long long int in Alpha Digital
1045 Thanks to Ilya V. Komarov <mur@mur.lynx.ru> for share your Digital server.
1046
1047 Dec/10/1998: Version 2.2 released
1048 -n option added. Resolve domain name for reports with IP Address.
1049 Field resolve_ip added to sqmgrlog.conf
1050 Sort report by header fields implemented
1051 Fields report1_sort_field and report2_sort_field added to sqmgrlog.conf
1052 -f option added. Allow config file override
1053 Exclude hosts implemented
1054 Field exclude_hosts file added to sqmgrlog.conf. Exclude ips, names, subnets
1055 from reports.
1056 Implementations requested by Arthur S. Petrossian <arthur@ipia.sci.am>
1057
1058 Dec/07/1998: Version 2.1 released
1059 sqmgrlog now can read log file in gzip or compress format.
1060 Implementation requested by Alp <support@x5.net>
1061
1062 Nov/09/1998: Version 2.0 released
1063 -p option added. Allow redirect output report to email address.
1064 sqmgrlog.conf with colors, headers, title, font size, background color, text color,
1065 background image, font face, etc... added.
1066 Reports will be generated only for users in passwd file (tag password in sqmgrlog.conf).
1067 Many changes in html output layout.
1068 Thanks to Alp <support@x5.net>
1069
1070 Oct/19/1998: Bug fixed by Maxim Berlin <mak@unesco.mitht.rssi.ru> for long long int in FreeBsd.
1071 Many thanks.
1072 Thanks to Ilya V. Komarov <mur@mur.lynx.ru> to share your FreeBSD 3.0 server to help on fixing.
1073
1074 Sep/28/1998: Bug fixed for log with emulate http on (Squid 1.2.beta)
1075 Thanks to Alp <support@x5.net>
1076 -p option added. Generated reports with IP Address instead Userid.
1077 Use this option if you do not use Proxy authentication on Squid.
1078 Implementation requested by Szalma Zoltan <zszalma@file.matav.hu>
1079
1080 Aug/11/1998: Bug fixed for memory slack.
1081 Thanks to kevin@mcpeake.net
1082 Jose Luiz <jluiz@projesom.com.br>
1083 Patrick Darden <darden@server2.armc.org>
1084 Steve Chan <Steve.Chan@lucasfilm.com>
1085
1086 Jul/07/1998: Spent time added for native Squid log format (emulate_httpd_log off).
1087 Connect added.
1088 Layout change in html reports.
1089
1090 Jun/02/1998: -o option added. Allow output dir override.
1091 Implemented index.html on root output dir.
1092 Implemented auto rename if output dir already exist.
1093 bug fixed, link error if user change output dir in conf.h
1094 Thanks to Alp <cybergulf@cybergulf.net>
1095
1096 May/28/1998: -v option added. Allow Squid version override.
1097
1098 May/28/1998: Bug fixed in common log format
1099 Thanks to Tony Lorimer <tlorimer@health.csc.com.au>
1100 Alp <cybergulf@cybergulf.net>
1101 Carlos Santillana <carlos@los-fresnos-cons.k12.tx.us
1102
1103 May/21/1998: Implemented Squid version verification because common log
1104 from 1.1 differ from 1.2 version.
1105 -i option added (report by user and IP address)
1106
1107 May/19/1998: configure script implemented.
1108
1109 May/18/1998: Implemented auto log format recognize (Squid and Common log)
1110
1111 Apr/15/1998: bug fixed. Some garbage on period.
1112 Thanks to Lee Shakespeare <lee@webfoundry.co.uk>
1113
1114 Apr/15/1998: -z option added (debug)
1115
1116 Apr/07/1998: top.html changed to index.html
1117
1118 Mar/31/1998: index.html added
1119
1120 Mar/25/1998: sqmgrlog was created