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