From: Frédéric Marchal Date: Thu, 28 Jan 2010 09:34:23 +0000 (+0000) Subject: Ported r215 from branches/v2_2_7 (user ID mangling) X-Git-Tag: v2.3-pre2~110 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0e86563516f78b1e240d2d8fd57aad92447e46d6;p=thirdparty%2Fsarg.git Ported r215 from branches/v2_2_7 (user ID mangling) --- 0e86563516f78b1e240d2d8fd57aad92447e46d6 diff --cc CMakeLists.txt index 578ee22,062869d..d5724e8 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@@ -1,9 -1,9 +1,9 @@@ 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) diff --cc ChangeLog index 522bfc5,0026169..b037884 --- a/ChangeLog +++ b/ChangeLog @@@ -1,13 -1,6 +1,13 @@@ SARG ChangeLog +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-22-2010 Version 2.2.7 + 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.