SET(sarg_VERSION 2)
SET(sarg_REVISION 2)
SET(sarg_BUILD "6rc1")
-SET(sarg_BUILDDATE "Sep-17-2009")
+SET(sarg_BUILDDATE "Sep-22-2009")
INCLUDE(AddFileDependencies)
INCLUDE(CheckIncludeFile)
SARG ChangeLog
-Sep-17-2009 Version 2.2.6rc
+Sep-22-2009 Version 2.2.6rc1
- Protection against buffer overflows in getword and friends and report the origin of the error instead of always blaming access.log.
- Patch #2224623 applied.
- Updated to autoconf 2.61.
- Add cmake configuration files.
- Compute the report date without resorting to the system command.
- Allow the use of spaces in the temporary directory.
+ - Fixed bug #2863485.
Mar-03-2008 Version 2.2.5
- new fix to the script insertion vulnerability via user-agent
-#define VERSION PACKAGE_VERSION" Sep-17-2009"
+#define VERSION PACKAGE_VERSION" Sep-22-2009"
#define PGM PACKAGE_NAME
#define URL "http://sarg.sourceforge.net"
FILE *fp_usr;
char buf[255];
char *str;
- unsigned long int nreg=0;
+ long int nreg=0;
if(debug)
debuga("%s: %s",text[60],pwdfile);
FILE *fp_ex;
char buf[255];
- unsigned long int nreg=0;
+ long int nreg=0;
if(debug)
debuga("%s: %s",text[67],hexfile);
FILE *fp_ex;
char buf[255];
- unsigned long int nreg=0;
+ long int nreg=0;
if(debug)
debuga("%s: %s",text[67],uexfile);
void read_usertab(const char *UserTabFile)
{
FILE *fp_usr;
- unsigned int nreg;
+ long int nreg;
char buf[MAXLEN];
char bufy[MAXLEN];
int z2;