From: Frédéric Marchal Date: Thu, 4 Feb 2010 10:40:35 +0000 (+0000) Subject: Ported r231 from branches/v2_2_7 (abort on long lines in access.log) X-Git-Tag: v2.3-pre2~100 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=623c5177df62f79ad8b4da35863f86829643d17f;p=thirdparty%2Fsarg.git Ported r231 from branches/v2_2_7 (abort on long lines in access.log) --- 623c5177df62f79ad8b4da35863f86829643d17f diff --cc ChangeLog index 40ef29c,2301f50..8753bbe --- a/ChangeLog +++ b/ChangeLog @@@ -1,14 -1,6 +1,14 @@@ SARG ChangeLog +Feb-02-2009 Version 2.3 + - LDAP usertab added. + Now you can have your users in a LDAP Server. + Use these tags in sarg.conf: LDAPHost, LDAPPort, LDAPBindDN, LDAPBindPW, + LDAPBaseSearch, LDAPFilterSearch + - 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. + - Useragent report limited to requested date range. + - Jan-29-2010 Version 2.2.7 + Feb-04-2010 Version 2.2.7 - Extra compile and run time protection (FORTIFY_SOURCE) fixed in configure. - Use tabulations as columns separator in intermediary files to avoid problems when a field of the log contains a space. - Input log file type detection partly rewritten to clearly distinguish which type is processed where.