]> git.ipfire.org Git - thirdparty/sarg.git/blobdiff - report.c
Add support to decompress xz files
[thirdparty/sarg.git] / report.c
index 1b663d12206425cc10d705c60ccd272db285531d..3a82015917f169ff80b4f05a0c64c68e6aee9676 100644 (file)
--- a/report.c
+++ b/report.c
@@ -1,6 +1,6 @@
 /*
  * SARG Squid Analysis Report Generator      http://sarg.sourceforge.net
- *                                                            1998, 2010
+ *                                                            1998, 2015
  *
  * SARG donations:
  *      please look at http://sarg.sourceforge.net/donations.php
 
 #include "include/conf.h"
 #include "include/defs.h"
+#include "include/filelist.h"
 
-static FILE *fp_tt=NULL;
+//! The global statistics of the whole log read.
+struct globalstatstruct globstat;
+//! \c True to enable the smart filter.
+bool smartfilter=false;
+
+extern FileListObject UserAgentLog;
 
-static void maketmp(const char *user, const char *dirname, int debug, int indexonly);
-static void maketmp_hour(const char *user, const char *dirname, int indexonly);
-static void gravatmp_hora(const char *dirname, const struct userinfostruct *uinfo, const char *data, const char *hora, long long int elap, long long int accbytes, int indexonly);
-static void gravatmpf(const struct userinfostruct *uinfo, const char *oldurl, long long int nacc, long long int nbytes, const char *oldmsg, long long int nelap, int indexonly, long long int incache, long long int oucache);
-static void gravaporuser(const struct userinfostruct *uinfo, const char *dirname, const char *url, const char *ip, const char *data, const char *hora, long long int tam, long long int elap, int indexonly);
-static void gravager(FILE *fp_gen, const struct userinfostruct *uinfo, long long int nacc, const char *url, long long int nbytes, const char *ip, const char *hora, const char *dia, long long int nelap, long long int incache, long long int oucache);
+//! The file to store the HTML page where the time of access is reported for one site and one user.
+static FILE *fp_tt=NULL;
+//! The name of the file containing the access time of the site/user.
+static char arqtt[4096]="";
+
+static FILE *maketmp(const char *user, const char *dirname, int debug);
+static void gravatmp(FILE *fp_ou, const char *oldurl, long long int nacc, long long int nbytes, const char *oldmsg, long long int nelap, long long int incache, long long int oucache);
+static void closett(void);
+static void gravaporuser(const struct userinfostruct *uinfo, const char *dirname, const char *url, const char *ip, const char *data, const char *hora, long long int tam, long long int elap);
+static void gravager(FILE *fp_gen,const char *filename, const struct userinfostruct *uinfo, long long int nacc, const char *url, long long int nbytes, const char *ip, const char *hora, const char *dia, long long int nelap, long long int incache, long long int oucache);
 static void grava_SmartFilter(const char *dirname, const char *user, const char *ip, const char *data, const char *hora, const char *url, const char *smart);
 
 void gerarel(void)
 {
-
-   FILE *fp_in;
-   FILE *fp_gen;
-
-   char *buf;
-   char accdia[11], acchora[9], accip[MAXLEN], *accurl;
-   char oldaccdia[11], oldacchora[9], oldaccip[MAXLEN];
-   char wdirname[MAXLEN];
-   char *oldurl=NULL;
-   char oldmsg[50], acccode[MAXLEN/2 - 1], oldacccode[MAXLEN/2 - 1], user[MAX_USER_LEN];
-   char ipantes[MAXLEN], nameantes[MAXLEN];
-   char accsmart[MAXLEN];
-   char crc2[MAXLEN/2 -1];
-   char siteind[MAX_TRUNCATED_URL];
-   char arqtt[256];
-   char *oldurltt=NULL;
-   char oldaccdiatt[11],oldacchoratt[9];
-   char tmp3[MAXLEN];
-   char tmp4[5];
-   char u2[MAX_USER_LEN];
-   long long int nbytes=0;
-   long long int nelap=0;
-   long long int nacc=0;
-   long long int rtotal=0;
-   long long int incache=0;
-   long long int oucache=0;
-   long long int accbytes, accelap;
-   char *str;
-   DIR *dirp;
-   struct dirent *direntp;
-   const char logext[]=".log";
-   int dlen;
-   int url_len;
-   int ourl_size=0;
-   int ourltt_size=0;
-   int same_url;
-   int new_user;
-   struct getwordstruct gwarea;
-   longline line;
-   struct userinfostruct *uinfo,*puinfo;
-
-   ipantes[0]='\0';
-   smartfilter=0;
-
-   if (vrfydir(&period, addr, site, us, email)<0) {
-      debuga(_("Cannot create the output directory name containing the period as part of the name\n"));
-      exit(EXIT_FAILURE);
-   }
-
-   if(debugz){
-      debugaz("outdirname",outdirname);
-   }
-
-   if(UserAgentLog[0] != '\0' && email[0] == '\0') useragent();
-
-   snprintf(wdirname,sizeof(wdirname),"%s/sarg-general",outdirname);
-   if((fp_gen=MY_FOPEN(wdirname,"w"))==NULL){
-      debuga(_("(report) Cannot open file %s\n"),wdirname);
-      exit(EXIT_FAILURE);
-   }
-
-   puinfo=NULL;
-   strncat(tmp,"/sarg",5);
-   fp_tt=NULL;
-
-   if ((dirp = opendir(tmp)) == NULL) {
-      debuga(_("Failed to open directory %s - %s\n"),tmp,strerror(errno));
-      exit(EXIT_FAILURE);
-   }
-   while ((direntp = readdir( dirp )) != NULL ) {
-      dlen=strlen(direntp->d_name)-(sizeof(logext)-1);
-      if (dlen<0) continue;
-      if((strcmp(direntp->d_name+dlen,logext) != 0) ||
-         (strncmp(direntp->d_name,"download.log",12) == 0) ||
-         (strncmp(direntp->d_name,"denied.log",10) == 0) ||
-         (strncmp(direntp->d_name,"authfail.log.unsort",19) == 0))
-         continue;
-      if (snprintf(tmp3,sizeof(tmp3),"%s/%s",tmp,direntp->d_name)>=sizeof(tmp3)) {
-         debuga(_("(report) directory entry too long: %s/%s\n"),tmp,direntp->d_name);
-         exit(EXIT_FAILURE);
-      }
-      if((fp_in=MY_FOPEN(tmp3,"r"))==NULL){
-         debuga(_("(report) Cannot open file %s\n"),tmp);
-         exit(EXIT_FAILURE);
-      }
-
-      if (dlen>0) {
-         if (dlen>=sizeof(user)) continue;
-         strncpy(user,direntp->d_name,dlen);
-         user[dlen]=0;
-      } else {
-         user[0]='\0';
-      }
-
-      uinfo=userinfo_find_from_file(user);
-      if (!uinfo) {
-         debuga(_("Ignoring unknown user file %s\n"),user);
-         continue;
-      }
-      strcpy(u2,uinfo->id);
-      if(Ip2Name && uinfo->id_is_ip) {
-         strcpy(ipantes,u2);
-         ip2name(u2,sizeof(u2));
-         strcpy(nameantes,u2);
-      }
-      user_find(uinfo->label,MAX_USER_LEN, u2);
-
-      maketmp(user,tmp,debug,indexonly);
-      maketmp_hour(user,tmp,indexonly);
-
-      ttopen=0;
-      oldurltt=NULL;
-      ourltt_size=0;
-      memset(oldaccdiatt,0,sizeof(oldaccdiatt));
-      memset(oldacchoratt,0,sizeof(oldacchoratt));
-      new_user=1;
-
-      if ((line=longline_create())==NULL) {
-         debuga(_("Not enough memory to read the downloaded files\n"));
-         exit(EXIT_FAILURE);
-      }
-
-      while((buf=longline_read(fp_in,line))!=NULL) {
-         getword_start(&gwarea,buf);
-         if (getword(accdia,sizeof(accdia),&gwarea,'\t')<0 || getword(acchora,sizeof(acchora),&gwarea,'\t')<0 ||
-             getword(accip,sizeof(accip),&gwarea,'\t')<0 ||
-             getword_ptr(buf,&accurl,&gwarea,'\t')<0 || getword_atoll(&accbytes,&gwarea,'\t')<0 ||
-             getword(acccode,sizeof(acccode),&gwarea,'\t')<0) {
-            debuga(_("There is a broken record or garbage in file %s\n"),tmp3);
-            exit(EXIT_FAILURE);
-         }
-         if(strncmp(acccode,"TCP_DENIED/407",14) == 0) continue;
-         if (getword_atoll(&accelap,&gwarea,'\t')<0) {
-            debuga(_("There is a broken elapsed time in file %s\n"),tmp3);
-            exit(EXIT_FAILURE);
-         }
-         if (getword_skip(20000,&gwarea,'"')<0 || getword(accsmart,sizeof(accsmart),&gwarea,'"')<0) {
-            debuga(_("There is a broken smart info in file %s\n"),tmp3);
-            exit(EXIT_FAILURE);
-         }
-
-         if(accsmart[0] != '\0') {
-            smartfilter++;
-            grava_SmartFilter(outdirname,uinfo->id,accip,accdia,acchora,accurl,accsmart);
-         }
-
-         if(Ip2Name) {
-            if(strcmp(accip,ipantes) != 0) {
-               strcpy(ipantes,accip);
-               ip2name(accip,sizeof(accip));
-               strcpy(nameantes,accip);
-            } else strcpy(accip,nameantes);
-         }
-
-         gravatmp_hora(outdirname,uinfo,accdia,acchora,accelap,accbytes,indexonly);
-
-         if(iprel){
-            gravaporuser(uinfo,outdirname,accurl,accip,accdia,acchora,accbytes,accelap,indexonly);
-         }
-
-         if(!rtotal){
-            url_len=strlen(accurl);
-            if (!oldurl || url_len>=ourl_size) {
-               ourl_size=url_len+1;
-               oldurl=realloc(oldurl,ourl_size);
-               if (!oldurl) {
-                  debuga(_("Not enough memory to store the url\n"));
-                  exit(EXIT_FAILURE);
-               }
-            }
-            strcpy(oldurl,accurl);
-            strcpy(oldacccode,acccode);
-            puinfo=uinfo;
-            strcpy(oldaccip,accip);
-            strcpy(oldaccdia,accdia);
-            strcpy(oldacchora,acchora);
-            new_user=0;
-            rtotal++;
-         }
-         same_url=(strcmp(oldurl,accurl) == 0);
-
-         if(site[0] != '\0') {
-            if(new_user){
-               if(strstr(oldacccode,"DENIED") != 0)
-                  strcpy(oldmsg,"DENIED");
-               else
-                  strcpy(oldmsg,"OK");
-               gravatmp(puinfo,oldurl,nacc,nbytes,oldmsg,nelap,indexonly,incache,oucache);
-               gravager(fp_gen,puinfo,nacc,oldurl,nbytes,oldaccip,oldacchora,oldaccdia,nelap,incache,oucache);
-               nacc=0;
-               nbytes=0;
-               nelap=0;
-               incache=0;
-               oucache=0;
-            }
-         } else {
-            if(!same_url || new_user){
-               if(strstr(oldacccode,"DENIED") != 0)
-                  strcpy(oldmsg,"DENIED");
-               else
-                  strcpy(oldmsg,"OK");
-               gravatmp(puinfo,oldurl,nacc,nbytes,oldmsg,nelap,indexonly,incache,oucache);
-               gravager(fp_gen,puinfo,nacc,oldurl,nbytes,oldaccip,oldacchora,oldaccdia,nelap,incache,oucache);
-               nacc=0;
-               nbytes=0;
-               nelap=0;
-               incache=0;
-               oucache=0;
-            }
-         }
-         nacc++;
-         nbytes+=accbytes;
-         nelap+=accelap;
-
-         if ((ReportType & REPORT_TYPE_SITE_USER_TIME_DATE) != 0 &&
-             (!oldurltt || strcmp(oldurltt,accurl) || strcmp(oldaccdiatt,accdia) || strcmp(oldacchoratt,acchora))) {
-
-            if(!ttopen) {
-               snprintf(arqtt,sizeof(arqtt),"%s/%s",outdirname,uinfo->filename);
-               if(access(arqtt, R_OK) != 0)
-                  my_mkdir(arqtt);
-               url_to_file(accurl,siteind,sizeof(siteind));
-               snprintf(arqtt,sizeof(arqtt),"%s/%s/tt%s-%s.html",outdirname,uinfo->filename,uinfo->filename,siteind);
-               if ((fp_tt = fopen(arqtt, "w")) == 0) {
-                  debuga(_("(report) Cannot open file %s\n"),arqtt);
-                  exit(EXIT_FAILURE);
-               }
-               ttopen=1;
-
-               /*
-               if(Privacy)
-                  sprintf(httplink,"<font size=%s color=%s><href=http://%s>%s",        \
-                              FontSize,PrivacyStringColor,PrivacyString,PrivacyString);
-               else
-                  sprintf(httplink,"<font size=%s><a href=\"http://%s\">%s</a>",FontSize,accurl,accurl);
-               */
-
-               write_html_header(fp_tt,(IndexTree == INDEX_TREE_DATE) ? 4 : 2,_("Site access report"));
-               fprintf(fp_tt,"<tr><td class=\"header_c\">%s:&nbsp;%s</td></tr>\n",_("Period"),period.html);
-               fprintf(fp_tt,"<tr><td class=\"header_c\">%s:&nbsp;%s</td></tr>\n",_("User"),uinfo->label);
-               fprintf(fp_tt,"<tr><td class=\"header_c\">%s:&nbsp;%s, %s</td></tr>\n",_("Sort"),UserSortField,UserSortOrder);
-               fprintf(fp_tt,"<tr><th class=\"header_c\">%s</th></tr>\n",_("User"));
-               close_html_header(fp_tt);
-
-               fputs("<div class=\"report\"><table cellpadding=\"0\" cellspacing=\"2\">\n",fp_tt);
-               strncpy(tmp4,_("DATE/TIME"),4);
-               tmp4[4]='\0';
-               fprintf(fp_tt,"<tr><th class=\"header_l\">%s</th><th class=\"header_l\">%s</th><th class=\"header_l\">%s</th></tr>\n",_("ACCESSED SITE"),tmp4,_("DATE/TIME")+5);
-            }
-
-            fputs("<tr><td class=\"data\">",fp_tt);
-            output_html_string(fp_tt,accurl,100);
-            fprintf(fp_tt,"</td><td class=\"data\">%s</td><td class=\"data\">%s</td></tr>\n",accdia,acchora);
-
-            url_len=strlen(accurl);
-            if (!oldurltt || url_len>=ourltt_size) {
-               ourltt_size=url_len+1;
-               oldurltt=realloc(oldurltt,ourltt_size);
-               if (!oldurltt) {
-                  debuga(_("Not enough memory to store the url\n"));
-                  exit(EXIT_FAILURE);
-               }
-            }
-            strcpy(oldurltt,accurl);
-            strcpy(oldaccdiatt,accdia);
-            strcpy(oldacchoratt,acchora);
-         }
-
-         strcpy(crc2,acccode);
-         str=strchr(crc2,'/');
-         if (str) *str='\0';
-         if(strstr(crc2,"MISS") != 0)
-            oucache+=accbytes;
-         else incache+=accbytes;
-
-         if(new_user) {
-            new_user=0;
-            day_totalize(tmp,puinfo,indexonly);
-         }
-
-         puinfo=uinfo;
-         strcpy(oldacccode,acccode);
-         strcpy(oldaccip,accip);
-         if (!same_url) {
-            url_len=strlen(accurl);
-            if (url_len>=ourl_size) {
-               ourl_size=url_len+1;
-               oldurl=realloc(oldurl,ourl_size);
-               if (!oldurl) {
-                  debuga(_("Not enough memory to store the url\n"));
-                  exit(EXIT_FAILURE);
-               }
-            }
-            strcpy(oldurl,accurl);
-         }
-         strcpy(oldaccdia,accdia);
-         strcpy(oldacchora,acchora);
-
-      }
-      fclose(fp_in);
-      longline_destroy(&line);
-      if (oldurltt) free(oldurltt);
-      unlink(tmp3);
-   }
-   closedir(dirp);
-
-   if (oldurl) {
-      if(strstr(oldacccode,"DENIED") != 0)
-         strcpy(oldmsg,"DENIED");
-      else
-         strcpy(oldmsg,"OK");
-      gravatmpf(puinfo,oldurl,nacc,nbytes,oldmsg,nelap,indexonly,incache,oucache);
-      gravager(fp_gen,puinfo,nacc,oldurl,nbytes,oldaccip,oldacchora,oldaccdia,nelap,incache,oucache);
-      free(oldurl);
-   }
-   fclose(fp_gen);
-   if (puinfo) day_totalize(tmp,puinfo,indexonly);
-
-   tmpsort();
-
-   totalger(outdirname, debug, outdir);
-
-   if(email[0] == '\0') {
-      if((ReportType & REPORT_TYPE_DOWNLOADS) != 0) download_report();
-
-      if(DansGuardianConf[0] != '\0') {
-         dansguardian_log();
-      }
-
-      squidguard_log();
-
-      topuser();
-
-      if((ReportType & REPORT_TYPE_TOPSITES) != 0) topsites();
-
-      if((ReportType & REPORT_TYPE_SITES_USERS) != 0) siteuser();
-      gen_denied_report();
-
-      authfail_report();
-
-      if(smartfilter) smartfilter_report();
-
-      if(DansGuardianConf[0] != '\0') dansguardian_report();
-
-      squidguard_report();
-
-      if((ReportType & REPORT_TYPE_USERS_SITES) != 0) htmlrel();
-
-      make_index();
-
-      if(SuccessfulMsg) debuga(_("Successful report generated on %s\n"),outdirname);
-    } else {
-      geramail(outdirname, debug, outdir, email, TempDir);
-
-      if((strcmp(email,"stdout") != 0) && SuccessfulMsg)
-         debuga(_("Successful report generated and sent to %s\n"),email);
-   }
-
-   if(indexonly) {
-      index_only(outdirname, debug);
-   }
-
-   /*
-   2009-10-13(Frederic) This piece of code is never called so it is commented out for good.
-   if(strlen(email) < 0)
-      removetmp(dirname);
-   */
-
-   return;
-}
-
-static void maketmp(const char *user, const char *dirname, int debug, int indexonly)
-{
-
-   FILE *fp_ou;
-
-   char wdirname[MAXLEN];
-
-   if(indexonly) return;
-   if((ReportType & REPORT_TYPE_USERS_SITES) == 0) return;
-
-   if(debug) debuga(_("Making file: %s/%s\n"),tmp,user);
-   if (snprintf(wdirname,sizeof(wdirname),"%s/%s.utmp",tmp,user)>=sizeof(wdirname)) {
-      debuga(_("Temporary file name too long: %s/%s.utmp\n"),tmp,user);
-      exit(EXIT_FAILURE);
-   }
-
-   if((fp_ou=fopen(wdirname,"w"))==NULL){
-      debuga(_("(report) Cannot open file %s\n"),wdirname);
-      exit(EXIT_FAILURE);
-   }
-
-   fclose(fp_ou);
-   return;
+       FileObject *fp_in;
+       FILE *fp_gen;
+       FILE *fp_tmp=NULL;
+
+       char *buf;
+       char accdia[11], acchora[9], accip[256], *accurl;
+       char oldaccdia[11], oldacchora[9], oldaccip[256];
+       char oldacciptt[256];
+       char wdirname[MAXLEN];
+       char *oldurl=NULL;
+       const char *oldmsg;
+       char acccode[MAXLEN/2 - 1], oldacccode[MAXLEN/2 - 1];
+       char ipantes[256], nameantes[MAXLEN];
+       char accsmart[MAXLEN];
+       char crc2[MAXLEN/2 -1];
+       char siteind[MAX_TRUNCATED_URL];
+       char *oldurltt=NULL;
+       char oldaccdiatt[11],oldacchoratt[9];
+       char tmp3[MAXLEN];
+       char u2[MAX_USER_LEN];
+       char userlabel[MAX_USER_LEN];
+       long long int nbytes=0;
+       long long int nelap=0;
+       long long int nacc=0;
+       long long int incache=0;
+       long long int oucache=0;
+       long long int accbytes, accelap;
+       char *str;
+       userscan uscan;
+       const char *sort_field;
+       const char *sort_order;
+       const char *user;
+       int url_len;
+       int ourl_size=0;
+       int ourltt_size=0;
+       int same_url;
+       bool new_user;
+       struct getwordstruct gwarea;
+       longline line;
+       struct userinfostruct *uinfo;
+       DayObject daystat;
+
+       ipantes[0]='\0';
+       smartfilter=false;
+       memset(&globstat,0,sizeof(globstat));
+
+       if (email[0]=='\0') {
+               if (vrfydir(&period, addr, site, us)<0) {
+                       debuga(__FILE__,__LINE__,_("Cannot create the output directory name containing the period as part of the name\n"));
+                       exit(EXIT_FAILURE);
+               }
+       } else {
+               if (snprintf(outdirname,sizeof(outdirname),"%s/emailrep",tmp)>=sizeof(outdirname)) {
+                       debuga(__FILE__,__LINE__,_("Path too long: "));
+                       debuga_more("%s/emailrep\n",tmp);
+                       exit(EXIT_FAILURE);
+               }
+               my_mkdir(outdirname);
+       }
+
+       if(debugz>=LogLevel_Process){
+               debugaz(__FILE__,__LINE__,_("outdirname=%s\n"),outdirname);
+       }
+
+       if (email[0] == '\0' && !FileList_IsEmpty(UserAgentLog))
+               UserAgent_Readlog();
+
+       UserAgent();
+       init_usertab(UserTabFile);
+
+       snprintf(wdirname,sizeof(wdirname),"%s/sarg-general",outdirname);
+       if((fp_gen=MY_FOPEN(wdirname,"w"))==NULL){
+               debuga(__FILE__,__LINE__,_("Cannot open file \"%s\": %s\n"),wdirname,strerror(errno));
+               exit(EXIT_FAILURE);
+       }
+
+       fp_tt=NULL;
+       sort_labels(&sort_field,&sort_order);
+
+       if (indexonly || datetimeby==0)
+               daystat=NULL;
+       else
+               daystat=day_prepare();
+
+       uscan=userinfo_startscan();
+       if (uscan == NULL) {
+               debuga(__FILE__,__LINE__,_("Cannot enumerate the user list\n"));
+               exit(EXIT_FAILURE);
+       }
+       while ((uinfo = userinfo_advancescan(uscan)) != NULL ) {
+               sort_users_log(tmp,debug,uinfo);
+               if (snprintf(tmp3,sizeof(tmp3),"%s/%s.user_log",tmp,uinfo->filename)>=sizeof(tmp3)) {
+                       debuga(__FILE__,__LINE__,_("Path too long: "));
+                       debuga_more("%s/%s.user_log\n",tmp,uinfo->filename);
+                       exit(EXIT_FAILURE);
+               }
+               if((fp_in=FileObject_Open(tmp3))==NULL){
+                       debuga(__FILE__,__LINE__,_("Cannot open file \"%s\": %s\n"),tmp3,FileObject_GetLastOpenError());
+                       exit(EXIT_FAILURE);
+               }
+               user=uinfo->filename;
+               day_newuser(daystat);
+
+               strcpy(u2,uinfo->id);
+               if(Ip2Name && uinfo->id_is_ip) {
+                       safe_strcpy(ipantes,u2,sizeof(ipantes));
+                       ip2name(u2,sizeof(u2));
+                       strcpy(nameantes,u2);
+               }
+               user_find(userlabel,MAX_USER_LEN, u2);
+               userinfo_label(uinfo,userlabel);
+
+               if (!indexonly) {
+                       fp_tmp=maketmp(user,tmp,debug);
+               }
+
+               ttopen=0;
+               oldurl=NULL;
+               oldurltt=NULL;
+               ourltt_size=0;
+               memset(oldaccdiatt,0,sizeof(oldaccdiatt));
+               memset(oldacchoratt,0,sizeof(oldacchoratt));
+               memset(oldacciptt,0,sizeof(oldacciptt));
+               new_user=true;
+               nacc=0;
+               nbytes=0;
+               nelap=0;
+               incache=0;
+               oucache=0;
+
+               if ((line=longline_create())==NULL) {
+                       debuga(__FILE__,__LINE__,_("Not enough memory to read file \"%s\"\n"),tmp3);
+                       exit(EXIT_FAILURE);
+               }
+
+               while((buf=longline_read(fp_in,line))!=NULL) {
+                       getword_start(&gwarea,buf);
+                       if (getword(accdia,sizeof(accdia),&gwarea,'\t')<0 || getword(acchora,sizeof(acchora),&gwarea,'\t')<0 ||
+                           getword(accip,sizeof(accip),&gwarea,'\t')<0 ||
+                           getword_ptr(buf,&accurl,&gwarea,'\t')<0 || getword_atoll(&accbytes,&gwarea,'\t')<0 ||
+                           getword(acccode,sizeof(acccode),&gwarea,'\t')<0) {
+                               debuga(__FILE__,__LINE__,_("Invalid record in file \"%s\"\n"),tmp3);
+                               exit(EXIT_FAILURE);
+                       }
+                       if(strncmp(acccode,"TCP_DENIED/407",14) == 0) continue;
+                       if (getword_atoll(&accelap,&gwarea,'\t')<0) {
+                               debuga(__FILE__,__LINE__,_("Invalid elapsed time in file \"%s\"\n"),tmp3);
+                               exit(EXIT_FAILURE);
+                       }
+                       if (getword_skip(20000,&gwarea,'"')<0 || getword(accsmart,sizeof(accsmart),&gwarea,'"')<0) {
+                               debuga(__FILE__,__LINE__,_("Invalid smart info in file \"%s\"\n"),tmp3);
+                               exit(EXIT_FAILURE);
+                       }
+
+                       if(accsmart[0] != '\0') {
+                               smartfilter=true;
+                               grava_SmartFilter(tmp,uinfo->id,accip,accdia,acchora,accurl,accsmart);
+                       }
+
+                       if(Ip2Name) {
+                               if(strcmp(accip,ipantes) != 0) {
+                                       strcpy(ipantes,accip);
+                                       ip2name(accip,sizeof(accip));
+                                       strcpy(nameantes,accip);
+                               } else safe_strcpy(accip,nameantes,sizeof(accip));
+                       }
+
+                       if (!indexonly) {
+                               day_addpoint(daystat,accdia,acchora,accelap,accbytes);
+                               if (iprel) gravaporuser(uinfo,outdirname,accurl,accip,accdia,acchora,accbytes,accelap);
+                       }
+
+                       if(new_user){
+                               url_len=strlen(accurl);
+                               if (!oldurl || url_len>=ourl_size) {
+                                       ourl_size=url_len+1;
+                                       oldurl=realloc(oldurl,ourl_size);
+                                       if (!oldurl) {
+                                               debuga(__FILE__,__LINE__,_("Not enough memory to store the url\n"));
+                                               exit(EXIT_FAILURE);
+                                       }
+                               }
+                               strcpy(oldurl,accurl);
+                               strcpy(oldacccode,acccode);
+                               strcpy(oldaccip,accip);
+                               strcpy(oldaccdia,accdia);
+                               strcpy(oldacchora,acchora);
+                               new_user=false;
+                       }
+                       same_url=(strcmp(oldurl,accurl) == 0);
+
+                       if(site[0] == '\0') {
+                               if(!same_url){
+                                       if(strstr(oldacccode,"DENIED") != 0)
+                                               oldmsg="DENIED";
+                                       else
+                                               oldmsg="OK";
+                                       if (fp_tmp) gravatmp(fp_tmp,oldurl,nacc,nbytes,oldmsg,nelap,incache,oucache);
+                                       gravager(fp_gen,wdirname,uinfo,nacc,oldurl,nbytes,oldaccip,oldacchora,oldaccdia,nelap,incache,oucache);
+                                       nacc=0;
+                                       nbytes=0;
+                                       nelap=0;
+                                       incache=0;
+                                       oucache=0;
+                               }
+                       }
+                       nacc++;
+                       nbytes+=accbytes;
+                       nelap+=accelap;
+
+                       if ((ReportType & REPORT_TYPE_SITE_USER_TIME_DATE) != 0 && !indexonly &&
+                           (!oldurltt || strcmp(oldurltt,accurl) || strcmp(oldaccdiatt,accdia) || strcmp(oldacchoratt,acchora) ||
+                                               strcmp(oldacciptt,accip))) {
+
+                               if(!ttopen) {
+                                       snprintf(arqtt,sizeof(arqtt),"%s/%s",outdirname,uinfo->filename);
+                                       if(access(arqtt, R_OK) != 0)
+                                               my_mkdir(arqtt);
+                                       snprintf(arqtt,sizeof(arqtt),"%s/%s/tt.html",outdirname,uinfo->filename);
+                                       if ((fp_tt = fopen(arqtt, "w")) == 0) {
+                                               debuga(__FILE__,__LINE__,_("Cannot open file \"%s\": %s\n"),arqtt,strerror(errno));
+                                               exit(EXIT_FAILURE);
+                                       }
+                                       ttopen=1;
+
+                                       /*
+                                       if(Privacy)
+                                               sprintf(httplink,"<font size=%s color=%s><href=http://%s>%s",FontSize,PrivacyStringColor,PrivacyString,PrivacyString);
+                                       else
+                                               sprintf(httplink,"<font size=%s><a href=\"http://%s\">%s</a>",FontSize,accurl,accurl);
+                                       */
+
+                                       write_html_header(fp_tt,(IndexTree == INDEX_TREE_DATE) ? 4 : 2,_("Site access report"),HTML_JS_NONE);
+                                       fprintf(fp_tt,"<tr><td class=\"header_c\">%s:&nbsp;%s</td></tr>\n",_("Period"),period.html);
+                                       fprintf(fp_tt,"<tr><td class=\"header_c\">%s:&nbsp;%s</td></tr>\n",_("User"),uinfo->label);
+                                       fputs("<tr><td class=\"header_c\">",fp_tt);
+                                       fprintf(fp_tt,_("Sort:&nbsp;%s, %s"),sort_field,sort_order);
+                                       fputs("</td></tr>\n",fp_tt);
+                                       fprintf(fp_tt,"<tr><th class=\"header_c\">%s</th></tr>\n",_("User"));
+                                       close_html_header(fp_tt);
+
+                                       fputs("<div class=\"report\"><table cellpadding=\"0\" cellspacing=\"2\">\n",fp_tt);
+                               }
+                               if (!oldurltt || strcmp(oldurltt,accurl)) {
+                                       const char *url=accurl;
+                                       if (*url==ALIAS_PREFIX) url++;
+                                       url_to_anchor(accurl,siteind,sizeof(siteind));
+                                       fprintf(fp_tt,"<tr class=\"tt\"><td colspan=\"3\"><a name=\"%s\">",siteind);
+                                       fprintf(fp_tt,"<b>%s</b>",_("Accessed site: "));
+                                       output_html_string(fp_tt,url,100);
+                                       fputs("</a></td></tr>\n",fp_tt);
+                                       fprintf(fp_tt,"<tr><th class=\"header_l\">%s</th>",_("IP"));
+                                       fprintf(fp_tt,"<th class=\"header_l\">%s</th><th class=\"header_l\">%s</th></tr>\n",_("DATE"),pgettext("wall clock","TIME"));
+                               }
+
+                               fprintf(fp_tt,"<tr><td class=\"data2\">%s</td>",accip);
+                               fprintf(fp_tt,"<td class=\"data\">%s</td><td class=\"data\">%s</td></tr>\n",accdia,acchora);
+
+                               url_len=strlen(accurl);
+                               if (!oldurltt || url_len>=ourltt_size) {
+                                       ourltt_size=url_len+1;
+                                       oldurltt=realloc(oldurltt,ourltt_size);
+                                       if (!oldurltt) {
+                                               debuga(__FILE__,__LINE__,_("Not enough memory to store the url\n"));
+                                               exit(EXIT_FAILURE);
+                                       }
+                               }
+                               strcpy(oldurltt,accurl);
+                               strcpy(oldaccdiatt,accdia);
+                               strcpy(oldacchoratt,acchora);
+                               strcpy(oldacciptt,accip);
+                       }
+
+                       strcpy(crc2,acccode);
+                       str=strchr(crc2,'/');
+                       if (str) *str='\0';
+                       if(strstr(crc2,"MISS") != 0)
+                               oucache+=accbytes;
+                       else
+                               incache+=accbytes;
+
+                       strcpy(oldacccode,acccode);
+                       strcpy(oldaccip,accip);
+                       if (!same_url) {
+                               url_len=strlen(accurl);
+                               if (url_len>=ourl_size) {
+                                       ourl_size=url_len+1;
+                                       oldurl=realloc(oldurl,ourl_size);
+                                       if (!oldurl) {
+                                               debuga(__FILE__,__LINE__,_("Not enough memory to store the url\n"));
+                                               exit(EXIT_FAILURE);
+                                       }
+                               }
+                               strcpy(oldurl,accurl);
+                       }
+                       strcpy(oldaccdia,accdia);
+                       strcpy(oldacchora,acchora);
+               }
+               if (FileObject_Close(fp_in)) {
+                       debuga(__FILE__,__LINE__,_("Read error in \"%s\": %s\n"),tmp3,FileObject_GetLastCloseError());
+                       exit(EXIT_FAILURE);
+               }
+               longline_destroy(&line);
+               if (oldurltt) free(oldurltt);
+               if (oldurl) {
+                       if(strstr(oldacccode,"DENIED") != 0)
+                               oldmsg="DENIED";
+                       else
+                               oldmsg="OK";
+                       if (fp_tmp) gravatmp(fp_tmp,oldurl,nacc,nbytes,oldmsg,nelap,incache,oucache);
+                       closett();
+                       gravager(fp_gen,wdirname,uinfo,nacc,oldurl,nbytes,oldaccip,oldacchora,oldaccdia,nelap,incache,oucache);
+                       free(oldurl);
+                       oldurl=NULL;
+               }
+               if(!new_user) {
+                       day_totalize(daystat,tmp,uinfo);
+               }
+               if (fp_tmp) {
+                       if (fclose(fp_tmp)==EOF) {
+                               debuga(__FILE__,__LINE__,_("Write error in \"%s\": %s\n"),uinfo->filename,strerror(errno));
+                               exit(EXIT_FAILURE);
+                       }
+                       fp_tmp=NULL;
+               }
+               if (!KeepTempLog && unlink(tmp3)) {
+                       debuga(__FILE__,__LINE__,_("Cannot delete \"%s\": %s\n"),tmp3,strerror(errno));
+                       exit(EXIT_FAILURE);
+               }
+       }
+       userinfo_stopscan(uscan);
+       day_cleanup(daystat);
+
+       totalger(fp_gen,wdirname);
+       if (fclose(fp_gen)==EOF) {
+               debuga(__FILE__,__LINE__,_("Write error in \"%s\": %s\n"),wdirname,strerror(errno));
+               exit(EXIT_FAILURE);
+       }
+
+       if(email[0] == '\0') {
+               if (!indexonly) {
+                       if(DansGuardianConf[0] != '\0')
+                               dansguardian_log();
+                       else if (debugz>=LogLevel_Process)
+                               debugaz(__FILE__,__LINE__,_("Dansguardian report not produced because no dansguardian configuration file was provided\n"));
+
+                       redirector_log();
+               }
+
+               topuser();
+
+               if (!indexonly) {
+                       if((ReportType & REPORT_TYPE_DOWNLOADS) != 0)
+                               download_report();
+                       else if (debugz>=LogLevel_Process)
+                               debugaz(__FILE__,__LINE__,_("Downloaded files report not requested in report_type\n"));
+
+                       if((ReportType & REPORT_TYPE_TOPSITES) != 0)
+                               topsites();
+                       else if (debugz>=LogLevel_Process)
+                               debugaz(__FILE__,__LINE__,_("Top sites report not requested in report_type\n"));
+
+                       if((ReportType & REPORT_TYPE_SITES_USERS) != 0)
+                               siteuser();
+                       else if (debugz>=LogLevel_Process)
+                               debugaz(__FILE__,__LINE__,_("Sites & users report not requested in report_type\n"));
+
+                       if ((ReportType & REPORT_TYPE_DENIED) != 0)
+                               gen_denied_report();
+                       else if (debugz>=LogLevel_Process)
+                               debugaz(__FILE__,__LINE__,_("Denied accesses report not requested in report_type\n"));
+
+                       if ((ReportType & REPORT_TYPE_AUTH_FAILURES) != 0)
+                               authfail_report();
+                       else if (debugz>=LogLevel_Process)
+                               debugaz(__FILE__,__LINE__,_("Authentication failures report not requested in report_type\n"));
+
+                       if(smartfilter) smartfilter_report();
+
+                       if(DansGuardianConf[0] != '\0')
+                               dansguardian_report();
+
+                       redirector_report();
+
+                       if((ReportType & REPORT_TYPE_USERS_SITES) != 0)
+                               htmlrel();
+                       else if (debugz>=LogLevel_Process)
+                               debugaz(__FILE__,__LINE__,_("User's detailed report not requested in report_type\n"));
+               }
+
+               make_index();
+
+               if(SuccessfulMsg) debuga(__FILE__,__LINE__,_("Successful report generated on %s\n"),outdirname);
+       } else {
+               topuser();
+
+               if((strcmp(email,"stdout") != 0) && SuccessfulMsg)
+                       debuga(__FILE__,__LINE__,_("Successful report generated and sent to %s\n"),email);
+       }
+
+       if(indexonly) index_only(outdirname, debug);
+
+       removetmp(outdirname);
+       return;
 }
 
-
-static void maketmp_hour(const char *user, const char *dirname, int indexonly)
+static FILE *maketmp(const char *user, const char *dirname, int debug)
 {
+       FILE *fp_ou;
+       char wdirname[MAXLEN];
 
-   FILE *fp_ou;
-
-   char wdirname[MAXLEN];
+       if((ReportType & REPORT_TYPE_USERS_SITES) == 0) return(NULL);
+       if((ReportType & REPORT_TYPE_TOPUSERS) == 0) return(NULL);
 
-   if(indexonly) return;
-   if((ReportType & REPORT_TYPE_USERS_SITES) == 0) return;
+       if(debug) debuga(__FILE__,__LINE__,_("Making file %s/%s\n"),tmp,user);
+       if (snprintf(wdirname,sizeof(wdirname),"%s/%s.utmp",tmp,user)>=sizeof(wdirname)) {
+               debuga(__FILE__,__LINE__,_("Path too long: "));
+               debuga_more("%s/%s.utmp\n",tmp,user);
+               exit(EXIT_FAILURE);
+       }
 
-   if (snprintf(wdirname,sizeof(wdirname),"%s/%s.htmp",tmp,user)>=sizeof(wdirname)) {
-      debuga(_("Temporary file name too long: %s/%s.htmp\n"),tmp,user);
-      exit(EXIT_FAILURE);
-   }
+       if((fp_ou=fopen(wdirname,"w"))==NULL){
+               debuga(__FILE__,__LINE__,_("Cannot open file \"%s\": %s\n"),wdirname,strerror(errno));
+               exit(EXIT_FAILURE);
+       }
 
-   if((fp_ou=fopen(wdirname,"w"))==NULL){
-      debuga(_("(report-1) Cannot open file %s - %s\n"),wdirname,strerror(errno));
-      exit(EXIT_FAILURE);
-   }
-
-   fclose(fp_ou);
-   return;
+       return(fp_ou);
 }
 
 
-void gravatmp(const struct userinfostruct *uinfo, const char *oldurl, long long int nacc, long long int nbytes, const char *oldmsg, long long int nelap, int indexonly, long long int incache, long long int oucache)
+static void gravatmp(FILE *fp_ou, const char *oldurl, long long int nacc, long long int nbytes, const char *oldmsg, long long int nelap, long long int incache, long long int oucache)
 {
-   FILE *fp_ou;
-   char wdirname[MAXLEN];
-
-   if(indexonly) return;
-   if((ReportType & REPORT_TYPE_USERS_SITES) == 0) return;
-
-   if (snprintf(wdirname,sizeof(wdirname),"%s/%s.utmp",tmp,uinfo->filename)>=sizeof(wdirname)) {
-      debuga(_("Temporary file name too long: %s/%s.utmp\n"),tmp,uinfo->filename);
-      exit(EXIT_FAILURE);
-   }
+       /*
+       This complicated printf is due to Microsoft's inability to comply with any standard. Msvcrt is unable
+       to print a long long int unless it is exactly 64-bits long.
+       */
+       fprintf(fp_ou,"%"PRIu64"\t%"PRIu64"\t%s\t%s\t%"PRIu64"\t%"PRIu64"\t%"PRIu64"\n",(uint64_t)nacc,(uint64_t)nbytes,oldurl,oldmsg,(uint64_t)nelap,(uint64_t)incache,(uint64_t)oucache);
 
-   if((fp_ou=MY_FOPEN(wdirname,"a"))==NULL){
-      debuga(_("(report) Cannot open file %s\n"),wdirname);
-      exit(EXIT_FAILURE);
-   }
-
-   fprintf(fp_ou,"%lld\t%lld\t%s\t%s\t%lld\t%lld\t%lld\n",nacc,nbytes,oldurl,oldmsg,nelap,incache,oucache);
-
-   fclose(fp_ou);
-   ttopen=0;
-
-   if(fp_tt) {
-      fputs("</table>\n</div>\n",fp_tt);
-      fputs("</body>\n</html>\n",fp_tt);
-      fclose(fp_tt);
-      fp_tt=NULL;
-   }
-
-   return;
+       return;
 }
 
-static void gravatmpf(const struct userinfostruct *uinfo,const char *oldurl, long long int nacc, long long int nbytes, const char *oldmsg, long long int nelap, int indexonly, long long int incache, long long int oucache)
+static void closett(void)
 {
-   FILE *fp_ou;
-   char wdirname[MAXLEN];
-
-   if(indexonly || (ReportType & REPORT_TYPE_USERS_SITES) == 0) return;
-
-   if (snprintf(wdirname,sizeof(wdirname),"%s/%s.utmp",tmp,uinfo->filename)>=sizeof(wdirname)) {
-      debuga(_("Path too long %s/%s.utmp\n"),tmp,uinfo->filename);
-      exit(EXIT_FAILURE);
-   }
-
-   if((fp_ou=MY_FOPEN(wdirname,"a"))==NULL){
-      debuga(_("(report) Cannot open file %s\n"),wdirname);
-      exit(EXIT_FAILURE);
-   }
-
-   fprintf(fp_ou,"%lld\t%lld\t%s\t%s\t%lld\t%lld\t%lld\n",nacc,nbytes,oldurl,oldmsg,nelap,incache,oucache);
-
-   fclose(fp_ou);
-   ttopen=0;
-
-   if(fp_tt) {
-      fputs("</table>\n",fp_tt);
-      fputs("</body>\n</html>\n",fp_tt);
-      fclose(fp_tt);
-      fp_tt=NULL;
-   }
-
-   return;
+       ttopen=0;
+
+       if(fp_tt) {
+               fputs("</table>\n</div>\n",fp_tt);
+               fputs("</body>\n</html>\n",fp_tt);
+               if (fclose(fp_tt)==EOF) {
+                       debuga(__FILE__,__LINE__,_("Write error in \"%s\": %s\n"),arqtt,strerror(errno));
+                       exit(EXIT_FAILURE);
+               }
+               fp_tt=NULL;
+       }
 }
 
-
-static void gravatmp_hora(const char *dirname, const struct userinfostruct *uinfo, const char *data, const char *hora, long long int elap, long long int bytes, int indexonly)
+static void gravaporuser(const struct userinfostruct *uinfo, const char *dirname, const char *url, const char *ip, const char *data, const char *hora, long long int tam, long long int elap)
 {
-
-   FILE *fp_ou;
-   char wdirname[MAXLEN];
-
-   if(indexonly || ((ReportType & REPORT_TYPE_USERS_SITES) == 0)) return;
-
-   if (snprintf(wdirname,sizeof(wdirname),"%s/%s.htmp",tmp,uinfo->filename)>=sizeof(wdirname)) {
-      debuga(_("Path too long %s/%s.htmp\n"),tmp,uinfo->filename);
-      exit(EXIT_FAILURE);
-   }
-
-   if((fp_ou=MY_FOPEN(wdirname,"a"))==NULL){
-      debuga(_("(report-2) Cannot open file %s - %s\n"),wdirname,strerror(errno));
-      exit(EXIT_FAILURE);
-   }
-
-   if(strcmp(datetimeby,"bytes") == 0) fprintf(fp_ou,"%s\t%s\t%lld\n",data,hora,bytes);
-   else fprintf(fp_ou,"%s\t%s\t%lld\n",data,hora,elap);
-
-   fclose(fp_ou);
-
-   return;
+       FILE *fp_ou;
+       char wdirname[MAXLEN];
+
+       if((ReportType & REPORT_TYPE_USERS_SITES) == 0) return;
+
+       if (snprintf(wdirname,sizeof(wdirname),"%s/%s.ip",tmp,uinfo->filename)>=sizeof(wdirname)) {
+               debuga(__FILE__,__LINE__,_("Path too long: "));
+               debuga_more("%s/%s.ip\n",tmp,uinfo->filename);
+               exit(EXIT_FAILURE);
+       }
+
+       if((fp_ou=MY_FOPEN(wdirname,"a"))==NULL){
+               debuga(__FILE__,__LINE__,_("Cannot open file \"%s\": %s\n"),wdirname,strerror(errno));
+               exit(EXIT_FAILURE);
+       }
+
+       /*
+       This complicated printf is due to Microsoft's inability to comply with any standard. Msvcrt is unable
+       to print a long long int unless it is exactly 64-bits long.
+       */
+       fprintf(fp_ou,"%s\t%s\t%s\t%s\t%"PRIu64"\t%"PRIu64"\n",ip,url,data,hora,(uint64_t)tam,(uint64_t)elap);
+
+       if (fclose(fp_ou)==EOF) {
+               debuga(__FILE__,__LINE__,_("Write error in \"%s\": %s\n"),wdirname,strerror(errno));
+               exit(EXIT_FAILURE);
+       }
+
+       return;
 }
 
 
-static void gravaporuser(const struct userinfostruct *uinfo, const char *dirname, const char *url, const char *ip, const char *data, const char *hora, long long int tam, long long int elap, int indexonly)
+static void gravager(FILE *fp_gen,const char *filename, const struct userinfostruct *uinfo, long long int nacc, const char *url, long long int nbytes, const char *ip, const char *hora, const char *dia, long long int nelap, long long int incache, long long int oucache)
 {
-
-   FILE *fp_ou;
-   char wdirname[MAXLEN];
-
-   if(indexonly || ((ReportType & REPORT_TYPE_USERS_SITES) == 0)) return;
-
-   if (snprintf(wdirname,sizeof(wdirname),"%s/%s.ip",tmp,uinfo->filename)>=sizeof(wdirname)) {
-      debuga(_("Path too long %s/%s.ip\n"),tmp,uinfo->filename);
-      exit(EXIT_FAILURE);
-   }
-
-   if((fp_ou=MY_FOPEN(wdirname,"a"))==NULL){
-      debuga(_("(report) Cannot open file %s\n"),wdirname);
-      exit(EXIT_FAILURE);
-   }
-
-   fprintf(fp_ou,"%s\t%s\t%s\t%s\t%lld\t%lld\n",ip,url,data,hora,tam,elap);
-
-   fclose(fp_ou);
-
-   return;
-
+       /*
+       This complicated printf is due to Microsoft's inability to comply with any standard. Msvcrt is unable
+       to print a long long int unless it is exactly 64-bits long.
+       */
+       if (fprintf(fp_gen,"%s\t%"PRIu64"\t%"PRIu64"\t%s\t%s\t%s\t%s\t%"PRIu64"\t%"PRIu64"\t%"PRIu64"\n",uinfo->id,(uint64_t)nacc,(uint64_t)nbytes,url,ip,hora,dia,(uint64_t)nelap,(uint64_t)incache,(uint64_t)oucache)<0) {
+               debuga(__FILE__,__LINE__,_("Write error in file \"%s\": %s\n"),filename,strerror(errno));
+               exit(EXIT_FAILURE);
+       }
+
+       globstat.nacc+=nacc;
+       globstat.nbytes+=nbytes;
+       globstat.elap+=nelap;
+       globstat.incache+=incache;
+       globstat.oucache+=oucache;
+       return;
 }
 
-
-static void gravager(FILE *fp_gen, const struct userinfostruct *uinfo, long long int nacc, const char *url, long long int nbytes, const char *ip, const char *hora, const char *dia, long long int nelap, long long int incache, long long int oucache)
+/*!
+Write the total line at the end of the general file.
+*/
+void totalger(FILE *fp_gen,const char *filename)
 {
-   fprintf(fp_gen,"%s\t%lld\t%lld\t%s\t%s\t%s\t%s\t%lld\t%lld\t%lld\n",uinfo->id,nacc,nbytes,url,ip,hora,dia,nelap,incache,oucache);
-   return;
+       /*
+       This complicated printf is due to Microsoft's inability to comply with any standard. Msvcrt is unable
+       to print a long long int unless it is exactly 64-bits long.
+       */
+       if (fprintf(fp_gen,"TOTAL\t%"PRIu64"\t%"PRIu64"\t%"PRIu64"\t%"PRIu64"\t%"PRIu64"\n",(uint64_t)globstat.nacc,(uint64_t)globstat.nbytes,(uint64_t)globstat.elap,(uint64_t)globstat.incache,(uint64_t)globstat.oucache)<0) {
+               debuga(__FILE__,__LINE__,_("Failed to write the total line in %s\n"),filename);
+               exit(EXIT_FAILURE);
+       }
 }
 
 int ger_read(char *buffer,struct generalitemstruct *item,const char *filename)
 {
-   int i;
-   int sign;
-   long long int number;
-
-   if (strncmp(buffer,"TOTAL\t",6)==0) {
-      item->total=1;
-      buffer+=6;
-
-      sign=+1;
-      if (*buffer == '-') {
-         buffer++;
-         sign=-1;
-      } else if (*buffer == '+') {
-         buffer++;
-      }
-      number=0LL;
-      while (isdigit(*buffer))
-         number=(number * 10) + (*buffer++)-'0';
-      if (*buffer!='\t') {
-         debuga(_("Invalid total number of accesses in %s\n"),filename);
-         exit(EXIT_FAILURE);
-      }
-      buffer++;
-      item->nacc=number*sign;
-
-      sign=+1;
-      if (*buffer == '-') {
-         buffer++;
-         sign=-1;
-      } else if (*buffer == '+') {
-         buffer++;
-      }
-      number=0LL;
-      while (isdigit(*buffer))
-         number=(number * 10) + (*buffer++)-'0';
-      if (*buffer!='\t') {
-         debuga(_("Invalid total size in %s\n"),filename);
-         exit(EXIT_FAILURE);
-      }
-      buffer++;
-      item->nbytes=number*sign;
-
-      sign=+1;
-      if (*buffer == '-') {
-         buffer++;
-         sign=-1;
-      } else if (*buffer == '+') {
-         buffer++;
-      }
-      number=0LL;
-      while (isdigit(*buffer))
-         number=(number * 10) + (*buffer++)-'0';
-      if (*buffer!='\t') {
-         debuga(_("Invalid total elapsed time in %s\n"),filename);
-         exit(EXIT_FAILURE);
-      }
-      buffer++;
-      item->nelap=number*sign;
-
-      sign=+1;
-      if (*buffer == '-') {
-         buffer++;
-         sign=-1;
-      } else if (*buffer == '+') {
-         buffer++;
-      }
-      number=0LL;
-      while (isdigit(*buffer))
-         number=(number * 10) + (*buffer++)-'0';
-      if (*buffer!='\t') {
-         debuga(_("Invalid total cache hit in %s\n"),filename);
-         exit(EXIT_FAILURE);
-      }
-      buffer++;
-      item->incache=number*sign;
-
-      sign=+1;
-      if (*buffer == '-') {
-         buffer++;
-         sign=-1;
-      } else if (*buffer == '+') {
-         buffer++;
-      }
-      number=0LL;
-      while (isdigit(*buffer))
-         number=(number * 10) + (*buffer++)-'0';
-      if (*buffer!='\0') {
-         debuga(_("Invalid total cache miss in %s\n"),filename);
-         exit(EXIT_FAILURE);
-      }
-      item->oucache=number*sign;
-   } else {
-      item->total=0;
-
-      item->user=buffer;
-      for (i=0 ; i<MAX_USER_LEN-1 && (unsigned char)*buffer>=' ' ; i++) buffer++;
-      if (*buffer!='\t') {
-         debuga(_("User name too long or invalid in %s\n"),filename);
-         exit(EXIT_FAILURE);
-      }
-      *buffer++='\0';
-
-      sign=+1;
-      if (*buffer == '-') {
-         buffer++;
-         sign=-1;
-      } else if (*buffer == '+') {
-         buffer++;
-      }
-      number=0LL;
-      while (isdigit(*buffer))
-         number=(number * 10) + (*buffer++)-'0';
-      if (*buffer!='\t') {
-         debuga(_("Invalid number of accesses in %s\n"),filename);
-         exit(EXIT_FAILURE);
-      }
-      buffer++;
-      item->nacc=number*sign;
-
-      sign=+1;
-      if (*buffer == '-') {
-         buffer++;
-         sign=-1;
-      } else if (*buffer == '+') {
-         buffer++;
-      }
-      number=0LL;
-      while (isdigit(*buffer))
-         number=(number * 10) + (*buffer++)-'0';
-      if (*buffer!='\t') {
-         debuga(_("Invalid number of bytes in %s\n"),filename);
-         exit(EXIT_FAILURE);
-      }
-      buffer++;
-      item->nbytes=number*sign;
-
-      item->url=buffer;
-      while ((unsigned char)*buffer>=' ') buffer++;
-      if (*buffer!='\t') {
-         debuga(_("URL too long or invalid in %s\n"),filename);
-         exit(EXIT_FAILURE);
-      }
-      *buffer++='\0';
-
-      item->ip=buffer;
-      for (i=0 ; i<MAX_IP_LEN-1 && (unsigned char)*buffer>=' ' ; i++) buffer++;
-      if (*buffer!='\t') {
-         debuga(_("IP address too long or invalid in %s\n"),filename);
-         exit(EXIT_FAILURE);
-      }
-      *buffer++='\0';
-
-      item->time=buffer;
-      for (i=0 ; i<MAX_DATETIME_LEN-1 && (unsigned char)*buffer>=' ' ; i++) buffer++;
-      if (*buffer!='\t') {
-         debuga(_("Time too long or invalid in %s\n"),filename);
-         exit(EXIT_FAILURE);
-      }
-      *buffer++='\0';
-
-      item->date=buffer;
-      for (i=0 ; i<MAX_DATETIME_LEN-1 && (unsigned char)*buffer>=' ' ; i++) buffer++;
-      if (*buffer!='\t') {
-         debuga(_("Date too long or invalid in %s\n"),filename);
-         exit(EXIT_FAILURE);
-      }
-      *buffer++='\0';
-
-      sign=+1;
-      if (*buffer == '-') {
-         buffer++;
-         sign=-1;
-      } else if (*buffer == '+') {
-         buffer++;
-      }
-      number=0LL;
-      while (isdigit(*buffer))
-         number=(number * 10) + (*buffer++)-'0';
-      if (*buffer!='\t') {
-         debuga(_("Invalid elapsed time in %s\n"),filename);
-         exit(EXIT_FAILURE);
-      }
-      buffer++;
-      item->nelap=number*sign;
-
-      sign=+1;
-      if (*buffer == '-') {
-         buffer++;
-         sign=-1;
-      } else if (*buffer == '+') {
-         buffer++;
-      }
-      number=0LL;
-      while (isdigit(*buffer))
-         number=(number * 10) + (*buffer++)-'0';
-      if (*buffer!='\t') {
-         debuga(_("Invalid cache hit size in %s\n"),filename);
-         exit(EXIT_FAILURE);
-      }
-      buffer++;
-      item->incache=number*sign;
-
-      sign=+1;
-      if (*buffer == '-') {
-         buffer++;
-         sign=-1;
-      } else if (*buffer == '+') {
-         buffer++;
-      }
-      number=0LL;
-      while (isdigit(*buffer))
-         number=(number * 10) + (*buffer++)-'0';
-      if (*buffer!='\0') {
-         debuga(_("Invalid cache miss size in %s\n"),filename);
-         exit(EXIT_FAILURE);
-      }
-      item->oucache=number*sign;
-   }
-   return(0);
+       int i;
+       int sign;
+       long long int number;
+
+       if (strncmp(buffer,"TOTAL\t",6)==0) {
+               item->total=1;
+               buffer+=6;
+
+               sign=+1;
+               if (*buffer == '-') {
+                       buffer++;
+                       sign=-1;
+               } else if (*buffer == '+') {
+                       buffer++;
+               }
+               number=0LL;
+               while (isdigit(*buffer))
+                       number=(number * 10) + (*buffer++)-'0';
+               if (*buffer!='\t') {
+                       debuga(__FILE__,__LINE__,_("Invalid total number of accesses in file \"%s\"\n"),filename);
+                       exit(EXIT_FAILURE);
+               }
+               buffer++;
+               item->nacc=number*sign;
+
+               sign=+1;
+               if (*buffer == '-') {
+                       buffer++;
+                       sign=-1;
+               } else if (*buffer == '+') {
+                       buffer++;
+               }
+               number=0LL;
+               while (isdigit(*buffer))
+                       number=(number * 10) + (*buffer++)-'0';
+               if (*buffer!='\t') {
+                       debuga(__FILE__,__LINE__,_("Invalid total size in file \"%s\"\n"),filename);
+                       exit(EXIT_FAILURE);
+               }
+               buffer++;
+               item->nbytes=number*sign;
+
+               sign=+1;
+               if (*buffer == '-') {
+                       buffer++;
+                       sign=-1;
+               } else if (*buffer == '+') {
+                       buffer++;
+               }
+               number=0LL;
+               while (isdigit(*buffer))
+                       number=(number * 10) + (*buffer++)-'0';
+               if (*buffer!='\t') {
+                       debuga(__FILE__,__LINE__,_("Invalid total elapsed time in file \"%s\"\n"),filename);
+                       exit(EXIT_FAILURE);
+               }
+               buffer++;
+               item->nelap=number*sign;
+
+               sign=+1;
+               if (*buffer == '-') {
+                       buffer++;
+                       sign=-1;
+               } else if (*buffer == '+') {
+                       buffer++;
+               }
+               number=0LL;
+               while (isdigit(*buffer))
+                       number=(number * 10) + (*buffer++)-'0';
+               if (*buffer!='\t') {
+                       debuga(__FILE__,__LINE__,_("Invalid total cache hit in file \"%s\"\n"),filename);
+                       exit(EXIT_FAILURE);
+               }
+               buffer++;
+               item->incache=number*sign;
+
+               sign=+1;
+               if (*buffer == '-') {
+                       buffer++;
+                       sign=-1;
+               } else if (*buffer == '+') {
+                       buffer++;
+               }
+               number=0LL;
+               while (isdigit(*buffer))
+                       number=(number * 10) + (*buffer++)-'0';
+               if (*buffer!='\0') {
+                       debuga(__FILE__,__LINE__,_("Invalid total cache miss in file \"%s\"\n"),filename);
+                       exit(EXIT_FAILURE);
+               }
+               item->oucache=number*sign;
+       } else {
+               item->total=0;
+
+               item->user=buffer;
+               for (i=0 ; i<MAX_USER_LEN-1 && (unsigned char)*buffer>=' ' ; i++) buffer++;
+               if (*buffer!='\t') {
+                       debuga(__FILE__,__LINE__,_("User name too long or invalid in file \"%s\"\n"),filename);
+                       exit(EXIT_FAILURE);
+               }
+               *buffer++='\0';
+
+               sign=+1;
+               if (*buffer == '-') {
+                       buffer++;
+                       sign=-1;
+               } else if (*buffer == '+') {
+                       buffer++;
+               }
+               number=0LL;
+               while (isdigit(*buffer))
+                       number=(number * 10) + (*buffer++)-'0';
+               if (*buffer!='\t') {
+                       debuga(__FILE__,__LINE__,_("Invalid number of accesses in file \"%s\"\n"),filename);
+                       exit(EXIT_FAILURE);
+               }
+               buffer++;
+               item->nacc=number*sign;
+
+               sign=+1;
+               if (*buffer == '-') {
+                       buffer++;
+                       sign=-1;
+               } else if (*buffer == '+') {
+                       buffer++;
+               }
+               number=0LL;
+               while (isdigit(*buffer))
+                       number=(number * 10) + (*buffer++)-'0';
+               if (*buffer!='\t') {
+                       debuga(__FILE__,__LINE__,_("Invalid number of bytes in file \"%s\"\n"),filename);
+                       exit(EXIT_FAILURE);
+               }
+               buffer++;
+               item->nbytes=number*sign;
+
+               item->url=buffer;
+               while ((unsigned char)*buffer>=' ') buffer++;
+               if (*buffer!='\t') {
+                       debuga(__FILE__,__LINE__,_("URL too long or invalid in file \"%s\"\n"),filename);
+                       exit(EXIT_FAILURE);
+               }
+               *buffer++='\0';
+
+               item->ip=buffer;
+               for (i=0 ; i<MAX_IP_LEN-1 && (unsigned char)*buffer>=' ' ; i++) buffer++;
+               if (*buffer!='\t') {
+                       debuga(__FILE__,__LINE__,_("IP address too long or invalid in file \"%s\"\n"),filename);
+                       exit(EXIT_FAILURE);
+               }
+               *buffer++='\0';
+
+               item->time=buffer;
+               for (i=0 ; i<MAX_DATETIME_LEN-1 && (unsigned char)*buffer>=' ' ; i++) buffer++;
+               if (*buffer!='\t') {
+                       debuga(__FILE__,__LINE__,_("Time too long or invalid in file \"%s\"\n"),filename);
+                       exit(EXIT_FAILURE);
+               }
+               *buffer++='\0';
+
+               item->date=buffer;
+               for (i=0 ; i<MAX_DATETIME_LEN-1 && (unsigned char)*buffer>=' ' ; i++) buffer++;
+               if (*buffer!='\t') {
+                       debuga(__FILE__,__LINE__,_("Date too long or invalid in file \"%s\"\n"),filename);
+                       exit(EXIT_FAILURE);
+               }
+               *buffer++='\0';
+
+               sign=+1;
+               if (*buffer == '-') {
+                       buffer++;
+                       sign=-1;
+               } else if (*buffer == '+') {
+                       buffer++;
+               }
+               number=0LL;
+               while (isdigit(*buffer))
+                       number=(number * 10) + (*buffer++)-'0';
+               if (*buffer!='\t') {
+                       debuga(__FILE__,__LINE__,_("Invalid elapsed time in file \"%s\"\n"),filename);
+                       exit(EXIT_FAILURE);
+               }
+               buffer++;
+               item->nelap=number*sign;
+
+               sign=+1;
+               if (*buffer == '-') {
+                       buffer++;
+                       sign=-1;
+               } else if (*buffer == '+') {
+                       buffer++;
+               }
+               number=0LL;
+               while (isdigit(*buffer))
+                       number=(number * 10) + (*buffer++)-'0';
+               if (*buffer!='\t') {
+                       debuga(__FILE__,__LINE__,_("Invalid cache hit size in file \"%s\"\n"),filename);
+                       exit(EXIT_FAILURE);
+               }
+               buffer++;
+               item->incache=number*sign;
+
+               sign=+1;
+               if (*buffer == '-') {
+                       buffer++;
+                       sign=-1;
+               } else if (*buffer == '+') {
+                       buffer++;
+               }
+               number=0LL;
+               while (isdigit(*buffer))
+                       number=(number * 10) + (*buffer++)-'0';
+               if (*buffer!='\0') {
+                       debuga(__FILE__,__LINE__,_("Invalid cache miss size in file \"%s\"\n"),filename);
+                       exit(EXIT_FAILURE);
+               }
+               item->oucache=number*sign;
+       }
+       return(0);
 }
 
 static void grava_SmartFilter(const char *dirname, const char *user, const char *ip, const char *data, const char *hora, const char *url, const char *smart)
 {
+       FILE *fp_ou;
+       char wdirname[MAXLEN];
 
-   FILE *fp_ou;
-   char wdirname[MAXLEN];
-
-   sprintf(wdirname,"%s/smartfilter.unsort",dirname);
-
-   if((fp_ou=MY_FOPEN(wdirname,"a"))==NULL){
-      debuga(_("(report) Cannot open file %s\n"),wdirname);
-      exit(EXIT_FAILURE);
-   }
+       if (snprintf(wdirname,sizeof(wdirname),"%s/smartfilter.int_unsort",dirname)>=sizeof(wdirname)) {
+               debuga(__FILE__,__LINE__,_("Path too long: "));
+               debuga_more("%s/smartfilter.int_unsort\n",dirname);
+               exit(EXIT_FAILURE);
+       }
 
-   fprintf(fp_ou,"%s\t%s\t%s\t%s\t%s\t%s\n",user,data,hora,ip,url,smart);
-   fputs("</body>\n</html>\n",fp_tt);
+       if((fp_ou=MY_FOPEN(wdirname,"a"))==NULL){
+               debuga(__FILE__,__LINE__,_("Cannot open file \"%s\": %s\n"),wdirname,strerror(errno));
+               exit(EXIT_FAILURE);
+       }
 
-   fclose(fp_ou);
+       fprintf(fp_ou,"%s\t%s\t%s\t%s\t%s\t%s\n",user,data,hora,ip,url,smart);
+       fputs("</body>\n</html>\n",fp_tt);
 
-   return;
+       if (fclose(fp_ou)==EOF) {
+               debuga(__FILE__,__LINE__,_("Write error in \"%s\": %s\n"),wdirname,strerror(errno));
+               exit(EXIT_FAILURE);
+       }
 
+       return;
 }