CMAKE_MINIMUM_REQUIRED (VERSION 2.6)
PROJECT(sarg C)
SET(sarg_VERSION 2)
-SET(sarg_REVISION 2)
-SET(sarg_BUILD "7")
+SET(sarg_REVISION 3)
+SET(sarg_BUILD "")
- SET(sarg_BUILDDATE "Jan-24-2010")
+ SET(sarg_BUILDDATE "Jan-28-2010")
INCLUDE(AddFileDependencies)
INCLUDE(CheckIncludeFile)
SARG ChangeLog
- Jan-22-2010 Version 2.2.7
+Jan-27-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.
+
+ Jan-28-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.