]> git.ipfire.org Git - thirdparty/sarg.git/commitdiff
Ported r231 from branches/v2_2_7 (abort on long lines in access.log)
authorFrédéric Marchal <fmarchal@users.sourceforge.net>
Thu, 4 Feb 2010 10:40:35 +0000 (10:40 +0000)
committerFrédéric Marchal <fmarchal@users.sourceforge.net>
Thu, 4 Feb 2010 10:40:35 +0000 (10:40 +0000)
1  2 
ChangeLog
log.c
util.c

diff --cc ChangeLog
index 40ef29c0f80690ed4aecda970cdebc9da438fc3d,2301f50592dda0d3423e6e893fa5dc59654afcba..8753bbee40fda5aee654536e3cff86d13a76be3e
+++ b/ChangeLog
@@@ -1,14 -1,6 +1,14 @@@
  SARG ChangeLog
  
- Jan-29-2010 Version 2.2.7
 +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.
 +
+ 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.
diff --cc log.c
Simple merge
diff --cc util.c
Simple merge