while((buf=longline_read(fp_in,line))!=NULL) {
getword_start(&gwarea,buf);
if (getword(data,sizeof(data),&gwarea,'\t')<0) {
- debuga(_("There is a broken date in file %s\n"),authfail_in);
+ debuga(_("Invalid date in file \"%s\"\n"),authfail_in);
exit(EXIT_FAILURE);
}
if (getword(hora,sizeof(hora),&gwarea,'\t')<0) {
- debuga(_("There is a broken time in file %s\n"),authfail_in);
+ debuga(_("Invalid time in file \"%s\"\n"),authfail_in);
exit(EXIT_FAILURE);
}
if (getword(user,sizeof(user),&gwarea,'\t')<0) {
- debuga(_("There is a broken user ID in file %s\n"),authfail_in);
+ debuga(_("Invalid user in file \"%s\"\n"),authfail_in);
exit(EXIT_FAILURE);
}
if (getword(ip,sizeof(ip),&gwarea,'\t')<0) {
- debuga(_("There is a broken IP address in file %s\n"),authfail_in);
+ debuga(_("Invalid IP address in file \"%s\"\n"),authfail_in);
exit(EXIT_FAILURE);
}
if (getword_ptr(buf,&url,&gwarea,'\t')<0) {
- debuga(_("There is a broken url in file %s\n"),authfail_in);
+ debuga(_("Invalid url in file \"%s\"\n"),authfail_in);
exit(EXIT_FAILURE);
}
if (sscanf(data,"%d/%d/%d",&day,&month,&year)!=3) continue;
uinfo=userinfo_find_from_id(user);
if (!uinfo) {
- debuga(_("Unknown user ID %s in file %s\n"),user,authfail_in);
+ debuga(_("Unknown user ID %s in file \"%s\"\n"),user,authfail_in);
exit(EXIT_FAILURE);
}
while((buf=longline_read(fp_in,line))!=NULL) {
getword_start(&gwarea,buf);
if (getword(data,sizeof(data),&gwarea,' ')<0) {
- debuga(_("Maybe you have a broken record or garbage in file %s\n"),arq);
+ debuga(_("Invalid record in file \"%s\"\n"),arq);
exit(EXIT_FAILURE);
}
tt=atoi(data);
if(strstr(buf,"loglocation ") != 0) {
getword_start(&gwarea,buf);
if (getword_skip(MAXLEN,&gwarea,'\'')<0 || getword(loglocation,sizeof(loglocation),&gwarea,'\'')<0) {
- debuga(_("Maybe you have a broken record or garbage in your %s file\n"),DansGuardianConf);
+ debuga(_("Invalid record in file \"%s\"\n"),DansGuardianConf);
exit(EXIT_FAILURE);
}
if (debug) debuga(_("Using the dansguardian log file \"%s\" found in your configuration file \"%s\"\n"),
}
if(debug)
- debuga(_("Reading DansGuardian log file: %s\n"),loglocation);
+ debuga(_("Reading DansGuardian log file \"%s\"\n"),loglocation);
if((fp_in=MY_FOPEN(loglocation,"r"))==NULL) {
debugapos("dansguardian",_("Cannot open file \"%s\": %s\n"),loglocation,strerror(errno));
exit(EXIT_FAILURE);
}
if (getword_atoi(&hour,&gwarea,':')<0 || getword(minsec,sizeof(minsec),&gwarea,' ')<0) {
- debuga(_("Invalid time found in file \"%s\"\n"),loglocation);
+ debuga(_("Invalid time in file \"%s\"\n"),loglocation);
exit(EXIT_FAILURE);
}
if (getword(user,sizeof(user),&gwarea,' ')<0) {
- debuga(_("Invalid user found in file \"%s\"\n"),loglocation);
+ debuga(_("Invalid user in file \"%s\"\n"),loglocation);
exit(EXIT_FAILURE);
}
if (getword(ip,sizeof(ip),&gwarea,' ')<0) {
exit(EXIT_FAILURE);
}
if (getword_skip(MAXLEN,&gwarea,'/')<0 || getword_skip(MAXLEN,&gwarea,'/')<0) {
- debuga(_("Maybe you have a broken record or garbage in your %s file\n"),loglocation);
+ debuga(_("Invalid record in file \"%s\"\n"),loglocation);
exit(EXIT_FAILURE);
}
if (getword_ptr(buf,&url,&gwarea,' ')<0) {
- debuga(_("Maybe you have a broken url in your %s file\n"),loglocation);
+ debuga(_("Invalid url in file \"%s\"\n"),loglocation);
exit(EXIT_FAILURE);
}
if (getword_skip(255,&gwarea,' ')<0 ||
getword(code1,sizeof(code1),&gwarea,' ')<0 || getword(code2,sizeof(code2),&gwarea,' ')<0) {
- debuga(_("Maybe you have a broken record or garbage in your %s file\n"),loglocation);
+ debuga(_("Invalid record in file \"%s\"\n"),loglocation);
exit(EXIT_FAILURE);
}
idata = year*10000+mon*100+day;
if(fp_ou) fclose(fp_ou);
if(debug)
- debuga(_("Sorting file: %s\n"),guard_ou);
+ debuga(_("Sorting file \"%s\"\n"),guard_ou);
snprintf(tmp6,sizeof(tmp6),"sort -t \"\t\" -k 1,1 -k 2,2 -k 4,4 \"%s\" -o \"%s\"",guard_in, guard_ou);
cstatus=system(tmp6);
getword_start(&gwarea,buf);
if (getword(user,sizeof(user),&gwarea,'\t')<0 || getword(date2,sizeof(date2),&gwarea,'\t')<0 ||
getword(hour,sizeof(hour),&gwarea,'\t')<0 || getword(ip,sizeof(ip),&gwarea,'\t')<0) {
- debuga(_("Maybe you have a broken record or garbage in your %s file\n"),dansguardian_in);
+ debuga(_("Invalid record in file \"%s\"\n"),dansguardian_in);
exit(EXIT_FAILURE);
}
if (getword_ptr(buf,&url,&gwarea,'\t')<0) {
- debuga(_("Maybe you have a broken url in your %s file\n"),dansguardian_in);
+ debuga(_("Invalid url in file \"%s\"\n"),dansguardian_in);
exit(EXIT_FAILURE);
}
if (getword(rule,sizeof(rule),&gwarea,'\n')<0) {
- debuga(_("Maybe you have a broken rule in your %s file\n"),dansguardian_in);
+ debuga(_("Invalid rule in file \"%s\"\n"),dansguardian_in);
exit(EXIT_FAILURE);
}
strcpy(nameantes,u2);
}
user_find(uinfo->label,MAX_USER_LEN, u2);
- if(debug) debuga(_("Reading user file: %s/%s\n"),tmp,uinfo->filename);
+ if(debug) debuga(_("Reading user file \"%s/%s\"\n"),tmp,uinfo->filename);
sort_users_log(tmp,debug,uinfo);
if (snprintf(tmp3,sizeof(tmp3),"%s/%s.user_log",tmp,uinfo->filename)>=sizeof(tmp3)) {
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 || getword_atoll(&accelap,&gwarea,'\t')<0) {
- debuga(_("There is a broken record or garbage in file %s\n"),tmp3);
+ debuga(_("Invalid record in file \"%s\"\n"),tmp3);
exit(EXIT_FAILURE);
}
if (getword_skip(20000,&gwarea,'"')<0 || getword(accsmart,sizeof(accsmart),&gwarea,'"')<0) {
- debuga(_("There is an invalid smart info in file %s\n"),tmp3);
+ debuga(_("Invalid smart info in file \"%s\"\n"),tmp3);
exit(EXIT_FAILURE);
}
getword_start(&gwarea,buf);
if (getword(data,sizeof(data),&gwarea,'\t')<0 || getword(hora,sizeof(hora),&gwarea,'\t')<0 ||
getword(user,sizeof(user),&gwarea,'\t')<0 || getword(ip,sizeof(ip),&gwarea,'\t')<0) {
- debuga(_("There is a broken record or garbage in file %s\n"),denied_in);
+ debuga(_("Invalid record in file \"%s\"\n"),denied_in);
exit(EXIT_FAILURE);
}
if (getword_ptr(buf,&url,&gwarea,'\t')<0) {
- debuga(_("There is a broken url in file %s\n"),denied_in);
+ debuga(_("Invalid url in file \"%s\"\n"),denied_in);
exit(EXIT_FAILURE);
}
if (sscanf(data,"%d/%d/%d",&day,&month,&year)!=3) continue;
uinfo=userinfo_find_from_id(user);
if (!uinfo) {
- debuga(_("Unknown user ID %s in file %s\n"),user,denied_in);
+ debuga(_("Unknown user ID %s in file \"%s\"\n"),user,denied_in);
exit(EXIT_FAILURE);
}
getword_start(&gwarea,buf);
if (getword(data,sizeof(data),&gwarea,'\t')<0 || getword(hora,sizeof(hora),&gwarea,'\t')<0 ||
getword(user,sizeof(user),&gwarea,'\t')<0 || getword(ip,sizeof(ip),&gwarea,'\t')<0) {
- debuga(_("There is a broken record or garbage in file %s\n"),report_in);
+ debuga(_("Invalid record in file \"%s\"\n"),report_in);
exit(EXIT_FAILURE);
}
if (getword_ptr(buf,&url,&gwarea,'\t')<0) {
- debuga(_("There is a broken url in file %s\n"),report_in);
+ debuga(_("Invalid url in file \"%s\"\n"),report_in);
exit(EXIT_FAILURE);
}
if (sscanf(data,"%d/%d/%d",&day,&month,&year)!=3) continue;
uinfo=userinfo_find_from_id(user);
if (!uinfo) {
- debuga(_("Unknown user ID %s in file %s\n"),user,report_in);
+ debuga(_("Unknown user ID %s in file \"%s\"\n"),user,report_in);
exit(EXIT_FAILURE);
}
new_user=false;
fixendofline(warea);
getword_start(&gwarea,warea);
if (getword(user,sizeof(user),&gwarea,'\t')<0) {
- debuga(_("There is an invalid user ID in file %s\n"),top1);
+ debuga(_("Invalid user ID in file \"%s\"\n"),top1);
exit(EXIT_FAILURE);
}
if (getword_atoll(&nbytes,&gwarea,'\t')<0) {
- debuga(_("There is an invalid number of bytes in file %s\n"),top1);
+ debuga(_("Invalid number of bytes in file \"%s\"\n"),top1);
exit(EXIT_FAILURE);
}
if (getword_atoll(&nacc,&gwarea,'\t')<0) {
- debuga(_("There is an invalid number of access in file %s\n"),top1);
+ debuga(_("Invalid number of accesses in file \"%s\"\n"),top1);
exit(EXIT_FAILURE);
}
if (getword_atoll(&elap,&gwarea,'\0')<0) {
- debuga(_("There is an invalid elapsed time in file %s\n"),top1);
+ debuga(_("Invalid elapsed time in file \"%s\"\n"),top1);
exit(EXIT_FAILURE);
}
uinfo=userinfo_find_from_id(user);
if (!uinfo) {
- debuga(_("Unknown user ID %s in file %s\n"),user,top1);
+ debuga(_("Unknown user ID %s in file \"%s\"\n"),user,top1);
exit(EXIT_FAILURE);
}
if (is_param("date_format",buf)) {
getword_start(&gwarea,buf);
if (getword_multisep(wbuf,sizeof(wbuf),&gwarea,' ')<0) {
- debuga(_("Maybe you have a broken record or garbage in \"date_format\" parameter\n"));
+ debuga(_("Invalid value in the \"date_format\" parameter\n"));
exit(EXIT_FAILURE);
}
strncpy(DateFormat,gwarea.current,1);
while((buf=longline_read(fp_in,line))!=NULL) {
getword_start(&gwarea,buf);
if (getword_atoll(<emp,&gwarea,'\t')<0) {
- debuga(_("There is a broken number of access in file %s\n"),arqin);
+ debuga(_("Invalid number of accesses in file \"%s\"\n"),arqin);
exit(EXIT_FAILURE);
}
tnacc+=ltemp;
if (getword_atoll(<emp,&gwarea,'\t')<0) {
- debuga(_("There is a broken downloaded size in file %s\n"),arqin);
+ debuga(_("Invalid download size in file \"%s\"\n"),arqin);
exit(EXIT_FAILURE);
}
tnbytes+=ltemp;
if (getword_ptr(NULL,NULL,&gwarea,'\t')<0) {
- debuga(_("There is a broken url in file %s\n"),arqin);
+ debuga(_("Invalid url in file \"%s\"\n"),arqin);
exit(EXIT_FAILURE);
}
if (getword_skip(MAXLEN,&gwarea,'\t')<0) {
- debuga(_("There is a broken access code in file %s\n"),arqin);
+ debuga(_("Invalid access code in file \"%s\"\n"),arqin);
exit(EXIT_FAILURE);
}
if (getword_atoll(<emp,&gwarea,'\t')<0) {
- debuga(_("There is a broken elapsed time in file %s\n"),arqin);
+ debuga(_("Invalid elapsed time in file \"%s\"\n"),arqin);
exit(EXIT_FAILURE);
}
tnelap+=ltemp;
if (getword_atoll(<emp,&gwarea,'\t')<0) {
- debuga(_("There is a broken in-cache volume in file %s\n"),arqin);
+ debuga(_("Invalid in-cache volume in file \"%s\"\n"),arqin);
exit(EXIT_FAILURE);
}
tnincache+=ltemp;
if (getword_atoll(<emp,&gwarea,'\n')<0) {
- debuga(_("There is a broken out-cache volume in file %s\n"),arqin);
+ debuga(_("Invalid out-of-cache volume in file \"%s\"\n"),arqin);
exit(EXIT_FAILURE);
}
tnoucache+=ltemp;
while((buf=longline_read(fp_in,line))!=NULL) {
getword_start(&gwarea,buf);
if (getword_atoll(&twork,&gwarea,'\t')<0) {
- debuga(_("There is a broken number of access in file %s\n"),arqin);
+ debuga(_("Invalid number of accesses in file \"%s\"\n"),arqin);
exit(EXIT_FAILURE);
}
if (getword_atoll(&nnbytes,&gwarea,'\t')<0) {
- debuga(_("There is a broken number of bytes in file %s\n"),arqin);
+ debuga(_("Invalid number of bytes in file \"%s\"\n"),arqin);
exit(EXIT_FAILURE);
}
if (getword_ptr(buf,&url,&gwarea,'\t')<0) {
- debuga(_("There is a broken url in file %s\n"),arqin);
+ debuga(_("Invalid url in file \"%s\"\n"),arqin);
exit(EXIT_FAILURE);
}
if (getword(tmsg,sizeof(tmsg),&gwarea,'\t')<0) {
- debuga(_("There is a broken access code in file %s\n"),arqin);
+ debuga(_("Invalid access code in file \"%s\"\n"),arqin);
exit(EXIT_FAILURE);
}
if (getword_atoll(&nnelap,&gwarea,'\t')<0) {
- debuga(_("There is a broken elapsed time in file %s\n"),arqin);
+ debuga(_("Invalid elapsed time in file \"%s\"\n"),arqin);
exit(EXIT_FAILURE);
}
if (getword_atoll(&incache,&gwarea,'\t')<0) {
- debuga(_("There is a broken in cache column in file %s\n"),arqin);
+ debuga(_("Invalid in-cache column in file \"%s\"\n"),arqin);
exit(EXIT_FAILURE);
}
if (getword_atoll(&oucache,&gwarea,'\n')<0) {
- debuga(_("There is a broken out of cache column in file %s (%d)\n"),arqin,__LINE__);
+ debuga(_("Invalid out-of-cache column in file \"%s\"\n"),arqin);
exit(EXIT_FAILURE);
}
while((buf=longline_read(fp_ip,line1))!=NULL) {
getword_start(&gwarea,buf);
if (getword(user_ip,sizeof(user_ip),&gwarea,'\t')<0) {
- debuga(_("Maybe you have a broken user IP in your %s file\n"),tmp3);
+ debuga(_("Invalid user IP in file \"%s\"\n"),tmp3);
exit(EXIT_FAILURE);
}
if (getword_ptr(buf,&user_url,&gwarea,'\t')<0) {
- debuga(_("Maybe you have a broken url in your %s file\n"),tmp3);
+ debuga(_("Invalid url in file \"%s\"\n"),tmp3);
exit(EXIT_FAILURE);
}
if (strncmp(user_url,url,strlen(url))!=0) continue;
if (getword_skip(15,&gwarea,'\t')<0) {
- debuga(_("Maybe you have a broken day in your %s file\n"),tmp3);
+ debuga(_("Invalid day in file \"%s\"\n"),tmp3);
exit(EXIT_FAILURE);
}
if (getword_skip(15,&gwarea,'\t')<0) {
- debuga(_("Maybe you have a broken time in your %s file\n"),tmp3);
+ debuga(_("Invalid time in file \"%s\"\n"),tmp3);
exit(EXIT_FAILURE);
}
if (getword_atoll(&userbytes,&gwarea,'\t')<0) {
- debuga(_("Maybe you have a broken size in your %s file\n"),tmp3);
+ debuga(_("Invalid size in file \"%s\"\n"),tmp3);
exit(EXIT_FAILURE);
}
if (getword_atoll(&userelap,&gwarea,'\0')<0) {
- debuga(_("Maybe you have a broken elapsed time in your %s file\n"),tmp3);
+ debuga(_("Invalid elapsed time in file \"%s\"\n"),tmp3);
exit(EXIT_FAILURE);
}
fprintf(fp_ip2,"%s\t%"PRIu64"\t%"PRIu64"\n",user_ip,(uint64_t)userbytes,(uint64_t)userelap);
while((buf=longline_read(fp_ip,line1))!=NULL) {
getword_start(&gwarea,buf);
if (getword(user_ip,sizeof(user_ip),&gwarea,'\t')<0) {
- debuga(_("Maybe you have a broken user IP in your %s file\n"),tmp3);
+ debuga(_("Invalid user IP in file \"%s\"\n"),tmp3);
exit(EXIT_FAILURE);
}
if (getword_atoll(&userbytes,&gwarea,'\t')<0) {
- debuga(_("Maybe you have a broken size in your %s file\n"),tmp3);
+ debuga(_("Invalid size in file \"%s\"\n"),tmp3);
exit(EXIT_FAILURE);
}
if (getword_atoll(&userelap,&gwarea,'\0')<0) {
- debuga(_("Maybe you have a broken elapsed time in your %s file\n"),tmp3);
+ debuga(_("Invalid elapsed time in file \"%s\"\n"),tmp3);
exit(EXIT_FAILURE);
}
if(strcmp(user_ip,olduserip) != 0) {
fclose(fp_usr);
if(debug)
- debuga(_("User %s limit exceeded (%d MB). Added to file %s\n"),uinfo->label,PerUserLimit,PerUserLimitFile);
+ debuga(_("User %s limit exceeded (%d MB). Added to file \"%s\"\n"),uinfo->label,PerUserLimit,PerUserLimitFile);
}
}
}
*/
getword_start(&gwarea,data);
if (getword_skip(16,&gwarea,' ')<0) {
- debuga(_("Maybe you have a broken week day in your %s%s/sarg-date file\n"),outdir,direntp->d_name);
+ debuga(_("Invalid week day in file \"%s%s/sarg-date\"\n"),outdir,direntp->d_name);
exit(EXIT_FAILURE);
}
if (getword_multisep(mon,sizeof(mon),&gwarea,' ')<0) {
- debuga(_("Maybe you have a broken month in your %s%s/sarg-date file\n"),outdir,direntp->d_name);
+ debuga(_("Invalid month in file \"%s%s/sarg-date\"\n"),outdir,direntp->d_name);
exit(EXIT_FAILURE);
}
if (getword_multisep(day,sizeof(day),&gwarea,' ')<0) {
- debuga(_("Maybe you have a broken day in your %s%s/sarg-date file\n"),outdir,direntp->d_name);
+ debuga(_("Invalid day in file \"%s%s/sarg-date\"\n"),outdir,direntp->d_name);
exit(EXIT_FAILURE);
}
if (getword_multisep(hour,sizeof(hour),&gwarea,' ')<0) {
- debuga(_("Maybe you have a broken time in your %s%s/sarg-date file\n"),outdir,direntp->d_name);
+ debuga(_("Invalid time in file \"%s%s/sarg-date\"\n"),outdir,direntp->d_name);
exit(EXIT_FAILURE);
}
do {
if (getword_multisep(year,sizeof(year),&gwarea,' ')<0) {
- debuga(_("Maybe you have a broken year in your %s%s/sarg-date file\n"),outdir,direntp->d_name);
+ debuga(_("Invalid year in file \"%s%s/sarg-date\"\n"),outdir,direntp->d_name);
exit(EXIT_FAILURE);
}
} while (year[0] && !isdigit(year[0])); //skip time zone information with spaces until the year is found
if (sscanf(hour,"%d:%d:%d",&ihour,&iminute,&isecond)!=3) {
- debuga(_("Maybe you have a broken time in your %s%s/sarg-date file\n"),outdir,direntp->d_name);
+ debuga(_("Invalid time in file \"%s%s/sarg-date\"\n"),outdir,direntp->d_name);
exit(EXIT_FAILURE);
}
buildymd(day,mon,year,ftime);
getword_start(&gwarea,inet_ntoa(ia));
if (getword(n4,sizeof(n4),&gwarea,'.')<0 || getword(n3,sizeof(n3),&gwarea,'.')<0 ||
getword(n2,sizeof(n2),&gwarea,'.')<0 || getword(n1,sizeof(n1),&gwarea,0)<0) {
- printf("SARG: Maybe you have a broken record or garbage in your %s ip address.\n",gwarea.beginning);
+ debuga(_("Invalid record in IP address \"%s\"\n"),gwarea.beginning);
exit(EXIT_FAILURE);
}
snprintf(name,name_size,"%s.%s.%s.%s",n1,n2,n3,n4);
fixendofline(buf);
getword_start(&gwarea,buf);
if (getword(warea,sizeof(warea),&gwarea,'\t')<0) {
- debuga(_("Maybe you have a broken record or garbage in your %s file\n"),temp);
+ debuga(_("Invalid record in file \"%s\"\n"),temp);
exit(EXIT_FAILURE);
}
if(debug)
- debuga(_("Removing old report file %s\n"),gwarea.current);
+ debuga(_("Removing old report file \"%s\"\n"),gwarea.current);
if (snprintf(temp,sizeof(temp),"%s%s",outdir,gwarea.current)>=sizeof(temp)) {
debuga(_("Directory name too long: %s%s\n"),outdir,gwarea.current);
exit(EXIT_FAILURE);
getword_start(&gwarea,ExcludeString);
while(strchr(gwarea.current,':') != 0) {
if (getword_multisep(val1,sizeof(val1),&gwarea,':')<0) {
- debuga(_("Maybe you have a broken record or garbage in your exclusion string\n"));
+ debuga(_("Invalid record in exclusion string\n"));
exit(EXIT_FAILURE);
}
if((str=(char *) strstr(linebuf,val1)) != (char *) NULL ) {
if (ilf==ILF_Squid || ilf==ILF_Common || ilf==ILF_Unknown) {
getword_start(&gwarea,linebuf);
if (getword(data,sizeof(data),&gwarea,' ')<0) {
- debuga(_("Maybe you have a broken time in your access.log file\n"));
+ debuga(_("Invalid time in file \"%s\"\n"),arq);
exit(EXIT_FAILURE);
}
if((str=(char *) strchr(data, '.')) != (char *) NULL && (str=(char *) strchr(str+1, '.')) != (char *) NULL ) {
strcpy(elap,"0");
if(squid24) {
if (getword(user,sizeof(user),&gwarea,' ')<0 || getword_skip(255,&gwarea,' ')<0) {
- debuga(_("Maybe you have a broken record or garbage in your %s file\n"),arq);
+ debuga(_("Invalid record in file \"%s\"\n"),arq);
exit(EXIT_FAILURE);
}
} else {
if (getword_skip(255,&gwarea,' ')<0 || getword(user,sizeof(user),&gwarea,' ')<0) {
- debuga(_("Maybe you have a broken record or garbage in your %s file\n"),arq);
+ debuga(_("Invalid record in file \"%s\"\n"),arq);
exit(EXIT_FAILURE);
}
}
if (getword(data,sizeof(data),&gwarea,']')<0 || getword_skip(MAXLEN,&gwarea,'"')<0 ||
getword(fun,sizeof(fun),&gwarea,' ')<0) {
- debuga(_("Maybe you have a broken record or garbage in your %s file\n"),arq);
+ debuga(_("Invalid record in file \"%s\"\n"),arq);
exit(EXIT_FAILURE);
}
if (getword_ptr(linebuf,&full_url,&gwarea,' ')<0) {
- debuga(_("Maybe you have a broken url in your %s file\n"),arq);
+ debuga(_("Invalid url in file \"%s\"\n"),arq);
exit(EXIT_FAILURE);
}
if (getword_skip(MAXLEN,&gwarea,' ')<0) {
- debuga(_("Maybe you have a broken record or garbage in your %s file\n"),arq);
+ debuga(_("Invalid record in file \"%s\"\n"),arq);
exit(EXIT_FAILURE);
}
if (getword(code2,sizeof(code2),&gwarea,' ')<0) {
- debuga(_("Maybe you have a broken record or garbage in your %s file\n"),arq);
+ debuga(_("Invalid record in file \"%s\"\n"),arq);
exit(EXIT_FAILURE);
}
if (getword(tam,sizeof(tam),&gwarea,' ')<0) {
- debuga(_("Maybe you have a broken record or garbage in your %s file\n"),arq);
+ debuga(_("Invalid record in file \"%s\"\n"),arq);
exit(EXIT_FAILURE);
}
if((str=(char *) strchr(gwarea.current, ' ')) != (char *) NULL ) {
if (getword(code,sizeof(code),&gwarea,' ')<0) {
- debuga(_("Maybe you have a broken record or garbage in your %s file\n"),arq);
+ debuga(_("Invalid record in file \"%s\"\n"),arq);
exit(EXIT_FAILURE);
}
} else {
if (getword(code,sizeof(code),&gwarea,'\0')<0) {
- debuga(_("Maybe you have a broken record or garbage in your %s file\n"),arq);
+ debuga(_("Invalid record in file \"%s\"\n"),arq);
exit(EXIT_FAILURE);
}
}
getword_start(&gwarea,data+1);
if (getword_multisep(data,sizeof(data),&gwarea,':')<0){
- debuga(_("Maybe you have a broken date in your %s file\n"),arq);
+ debuga(_("Invalid date in file \"%s\"\n"),arq);
exit(EXIT_FAILURE);
}
if (getword_multisep(hora,sizeof(hora),&gwarea,' ')<0){
- debuga(_("Maybe you have a broken date in your %s file\n"),arq);
+ debuga(_("Invalid date in file \"%s\"\n"),arq);
exit(EXIT_FAILURE);
}
getword_start(&gwarea,data);
if (getword_atoll(&iday,&gwarea,'/')<0){
- debuga(_("Maybe you have a broken date in your %s file\n"),arq);
+ debuga(_("Invalid date in file \"%s\"\n"),arq);
exit(EXIT_FAILURE);
}
if (getword(mes,sizeof(mes),&gwarea,'/')<0){
- debuga(_("Maybe you have a broken date in your %s file\n"),arq);
+ debuga(_("Invalid date in file \"%s\"\n"),arq);
exit(EXIT_FAILURE);
}
if (getword_atoll(&iyear,&gwarea,'/')<0){
- debuga(_("Maybe you have a broken date in your %s file\n"),arq);
+ debuga(_("Invalid date in file \"%s\"\n"),arq);
exit(EXIT_FAILURE);
}
computedate(iyear,imonth,iday,&tt);
if (sscanf(hora,"%d:%d:%d",&tt.tm_hour,&tt.tm_min,&tt.tm_sec)!=3 || tt.tm_hour<0 || tt.tm_hour>=24 ||
tt.tm_min<0 || tt.tm_min>=60 || tt.tm_sec<0 || tt.tm_sec>=60) {
- debuga(_("Invalid time found in file \"%s\"\n"),arq);
+ debuga(_("Invalid time in file \"%s\"\n"),arq);
exit(EXIT_FAILURE);
}
t=&tt;
if(ilf==ILF_Unknown || ilf==ILF_Squid) {
if (getword(elap,sizeof(elap),&gwarea,' ')<0) {
- debuga(_("Maybe you have a broken elapsed time in your %s file\n"),arq);
+ debuga(_("Invalid elapsed time in file \"%s\"\n"),arq);
exit(EXIT_FAILURE);
}
while(strcmp(elap,"") == 0 && gwarea.current[0] != '\0')
if (getword(elap,sizeof(elap),&gwarea,' ')<0) {
- debuga(_("Maybe you have a broken elapsed time in your %s file\n"),arq);
+ debuga(_("Invalid elapsed time in file \"%s\"\n"),arq);
exit(EXIT_FAILURE);
}
if(strlen(elap) < 1) continue;
if (getword(ip,sizeof(ip),&gwarea,' ')<0){
- debuga(_("Maybe you have a broken client IP address in your %s file\n"),arq);
+ debuga(_("Invalid client IP address in file \"%s\"\n"),arq);
exit(EXIT_FAILURE);
}
if (getword(code,sizeof(code),&gwarea,' ')<0){
- debuga(_("Maybe you have a broken result code in your %s file\n"),arq);
+ debuga(_("Invalid result code in file \"%s\"\n"),arq);
exit(EXIT_FAILURE);
}
if (getword(tam,sizeof(tam),&gwarea,' ')<0){
- debuga(_("Maybe you have a broken amount of data in your %s file\n"),arq);
+ debuga(_("Invalid amount of data in file \"%s\"\n"),arq);
exit(EXIT_FAILURE);
}
if (getword(fun,sizeof(fun),&gwarea,' ')<0){
- debuga(_("Maybe you have a broken request method in your %s file\n"),arq);
+ debuga(_("Invalid request method in file \"%s\"\n"),arq);
exit(EXIT_FAILURE);
}
if (getword_ptr(linebuf,&full_url,&gwarea,' ')<0){
- debuga(_("Maybe you have a broken url in your %s file\n"),arq);
+ debuga(_("Invalid url in file \"%s\"\n"),arq);
exit(EXIT_FAILURE);
}
if (getword(user,sizeof(user),&gwarea,' ')<0){
- debuga(_("Maybe you have a broken user ID in your %s file\n"),arq);
+ debuga(_("Invalid user ID in file \"%s\"\n"),arq);
exit(EXIT_FAILURE);
}
ilf=ILF_Squid;
if (ilf==ILF_Sarg) {
getword_start(&gwarea,linebuf);
if (getword(data,sizeof(data),&gwarea,'\t')<0){
- debuga(_("Maybe you have a broken record or garbage in your %s file\n"),arq);
+ debuga(_("Invalid record in file \"%s\"\n"),arq);
exit(EXIT_FAILURE);
}
if (getword(hora,sizeof(hora),&gwarea,'\t')<0) {
- debuga(_("Maybe you have a broken record or garbage in your %s file\n"),arq);
+ debuga(_("Invalid record in file \"%s\"\n"),arq);
exit(EXIT_FAILURE);
}
if (getword(user,sizeof(user),&gwarea,'\t')<0) {
- debuga(_("Maybe you have a broken record or garbage in your %s file\n"),arq);
+ debuga(_("Invalid record in file \"%s\"\n"),arq);
exit(EXIT_FAILURE);
}
if (getword(ip,sizeof(ip),&gwarea,'\t')<0) {
- debuga(_("Maybe you have a broken record or garbage in your %s file\n"),arq);
+ debuga(_("Invalid record in file \"%s\"\n"),arq);
exit(EXIT_FAILURE);
}
if (getword_ptr(linebuf,&full_url,&gwarea,'\t')<0){
- debuga(_("Maybe you have a broken record or garbage in your %s file\n"),arq);
+ debuga(_("Invalid record in file \"%s\"\n"),arq);
exit(EXIT_FAILURE);
}
if (getword(tam,sizeof(tam),&gwarea,'\t')<0){
- debuga(_("Maybe you have a broken record or garbage in your %s file\n"),arq);
+ debuga(_("Invalid record in file \"%s\"\n"),arq);
exit(EXIT_FAILURE);
}
if (getword(code,sizeof(code),&gwarea,'\t')<0){
- debuga(_("Maybe you have a broken record or garbage in your %s file\n"),arq);
+ debuga(_("Invalid record in file \"%s\"\n"),arq);
exit(EXIT_FAILURE);
}
if (getword(elap,sizeof(elap),&gwarea,'\t')<0){
- debuga(_("Maybe you have a broken record or garbage in your %s file\n"),arq);
+ debuga(_("Invalid record in file \"%s\"\n"),arq);
exit(EXIT_FAILURE);
}
if (getword(smartfilter,sizeof(smartfilter),&gwarea,'\0')<0){
- debuga(_("Maybe you have a broken record or garbage in your %s file\n"),arq);
+ debuga(_("Invalid record in file \"%s\"\n"),arq);
exit(EXIT_FAILURE);
}
getword_start(&gwarea,data);
if (getword_atoll(&iday,&gwarea,'/')<0 || iday<1 || iday>31){
- debuga(_("Maybe you have a broken date in your %s file\n"),arq);
+ debuga(_("Invalid record in file \"%s\"\n"),arq);
exit(EXIT_FAILURE);
}
if (getword_atoll(&imonth,&gwarea,'/')<0 || imonth<1 || imonth>12){
- debuga(_("Maybe you have a broken date in your %s file\n"),arq);
+ debuga(_("Invalid record in file \"%s\"\n"),arq);
exit(EXIT_FAILURE);
}
if (getword_atoll(&iyear,&gwarea,'\0')<0){
- debuga(_("Maybe you have a broken date in your %s file\n"),arq);
+ debuga(_("Invalid record in file \"%s\"\n"),arq);
exit(EXIT_FAILURE);
}
idata=builddia(iday,imonth,iyear);
computedate(iyear,imonth,iday,&tt);
if (sscanf(hora,"%d:%d:%d",&tt.tm_hour,&tt.tm_min,&tt.tm_sec)!=3 || tt.tm_hour<0 || tt.tm_hour>=24 ||
tt.tm_min<0 || tt.tm_min>=60 || tt.tm_sec<0 || tt.tm_sec>=60) {
- debuga(_("Invalid time found in file \"%s\"\n"),arq);
+ debuga(_("Invalid time in file \"%s\"\n"),arq);
exit(EXIT_FAILURE);
}
t=&tt;
getword_start(&gwarea,linebuf);
// remove the #Fields: column at the beginning of the line
if (getword_skip(1000,&gwarea,' ')<0){
- debuga(_("Maybe you have a broken record or garbage in your %s file\n"),arq);
+ debuga(_("Invalid record in file \"%s\"\n"),arq);
exit(EXIT_FAILURE);
}
for (ncols=0 ; ncols<ISACOL_Last ; ncols++) cols[ncols]=-1;
ncols=0;
while(gwarea.current[0] != '\0') {
if (getword(val1,sizeof(val1),&gwarea,'\t')<0){
- debuga(_("Maybe you have a broken record or garbage in your %s file\n"),arq);
+ debuga(_("Invalid record in file \"%s\"\n"),arq);
exit(EXIT_FAILURE);
}
if(strcmp(val1,"c-ip") == 0) cols[ISACOL_Ip]=ncols;
getword_start(&gwarea,linebuf);
for (x=0 ; x<isa_ncols ; x++) {
if (getword_ptr(linebuf,&str,&gwarea,'\t')<0) {
- debuga(_("Maybe you have a broken record or garbage in your %s file\n"),arq);
+ debuga(_("Invalid record in file \"%s\"\n"),arq);
exit(EXIT_FAILURE);
}
if (x==isa_cols[ISACOL_Ip]) {
if (strlen(str)>=sizeof(ip)) {
- debuga(_("Maybe you have a broken IP in your %s file\n"),arq);
+ debuga(_("Invalid IP address in file \"%s\"\n"),arq);
exit(EXIT_FAILURE);
}
strcpy(ip,str);
} else if (x==isa_cols[ISACOL_UserName]) {
if (strlen(str)>=sizeof(user)) {
- debuga(_("Maybe you have a broken user ID in your %s file\n"),arq);
+ debuga(_("Invalid user ID in file \"%s\"\n"),arq);
exit(EXIT_FAILURE);
}
strcpy(user,str);
} else if (x==isa_cols[ISACOL_Date]) {
if (strlen(str)>=sizeof(data)) {
- debuga(_("Maybe you have a broken date in your %s file\n"),arq);
+ debuga(_("Invalid record in file \"%s\"\n"),arq);
exit(EXIT_FAILURE);
}
strcpy(data,str);
} else if (x==isa_cols[ISACOL_Time]) {
if (strlen(str)>=sizeof(hora)) {
- debuga(_("Maybe you have a broken time in your %s file\n"),arq);
+ debuga(_("Invalid time in file \"%s\"\n"),arq);
exit(EXIT_FAILURE);
}
strcpy(hora,str);
} else if (x==isa_cols[ISACOL_TimeTaken]) {
if (strlen(str)>=sizeof(elap)) {
- debuga(_("Maybe you have a broken download duration in your %s file\n"),arq);
+ debuga(_("Invalid download duration in file \"%s\"\n"),arq);
exit(EXIT_FAILURE);
}
strcpy(elap,str);
} else if (x==isa_cols[ISACOL_Bytes]) {
if (strlen(str)>=sizeof(tam)) {
- debuga(_("Maybe you have a broken download size in your %s file\n"),arq);
+ debuga(_("Invalid download size in file \"%s\"\n"),arq);
exit(EXIT_FAILURE);
}
strcpy(tam,str);
full_url=str;
} else if (x==isa_cols[ISACOL_Status]) {
if (strlen(str)>=sizeof(code)) {
- debuga(_("Maybe you have a broken access code in your %s file\n"),arq);
+ debuga(_("Invalid access code in file \"%s\"\n"),arq);
exit(EXIT_FAILURE);
}
strcpy(code,str);
}
getword_start(&gwarea,data);
if (getword_atoll(&iyear,&gwarea,'-')<0){
- debuga(_("Maybe you have a broken year in your %s file\n"),arq);
+ debuga(_("Invalid year in file \"%s\"\n"),arq);
exit(EXIT_FAILURE);
}
if (getword_atoll(&imonth,&gwarea,'-')<0){
- debuga(_("Maybe you have a broken month in your %s file\n"),arq);
+ debuga(_("Invalid month in file \"%s\"\n"),arq);
exit(EXIT_FAILURE);
}
if (getword_atoll(&iday,&gwarea,'\0')<0){
- debuga(_("Maybe you have a broken day in your %s file\n"),arq);
+ debuga(_("Invalid day in file \"%s\"\n"),arq);
exit(EXIT_FAILURE);
}
if (isa_cols[ISACOL_Time]>=0) {
if (sscanf(hora,"%d:%d:%d",&tt.tm_hour,&tt.tm_min,&tt.tm_sec)!=3 || tt.tm_hour<0 || tt.tm_hour>=24 ||
tt.tm_min<0 || tt.tm_min>=60 || tt.tm_sec<0 || tt.tm_sec>=60) {
- debuga(_("Invalid time found in file \"%s\"\n"),arq);
+ debuga(_("Invalid time in file \"%s\"\n"),arq);
exit(EXIT_FAILURE);
}
}
while(fgets(buf,sizeof(buf),fp_usr)!=NULL) {
str=strchr(buf,':');
if (!str) {
- debuga(_("You have an invalid user in your %s file\n"),pwdfile);
+ debuga(_("Invalid user in file \"%s\"\n"),pwdfile);
exit(EXIT_FAILURE);
}
str[1]='\0';
}
while((buf=longline_read(fp,line)) != NULL )
if (getdata(buf,tmp)<0) {
- debuga(_("Maybe a broken record or garbage was returned by %s\n"),cmd);
+ /* TRANSLATORS: The %s is the command returning the invalid data. */
+ debuga(_("Invalid data returned by %s\n"),cmd);
exit(EXIT_FAILURE);
}
pclose(fp);
exit(EXIT_FAILURE);
}
if (getword(user,sizeof(user),&gwarea,'\t')<0) {
- debuga(_("Invalid user found in file \"%s\"\n"),tmp);
+ debuga(_("Invalid user in file \"%s\"\n"),tmp);
exit(EXIT_FAILURE);
}
if (strlen(user) < 1) continue;
if (getword_ptr(buf,&url,&gwarea,'\t')<0) {
- debuga(_("Invalid URL in file %s\n"),tmp);
+ debuga(_("Invalid url in file \"%s\"\n"),tmp);
exit(EXIT_FAILURE);
}
if (getword(typ,sizeof(typ),&gwarea,'\t')<0) {
- debuga(_("Invalid access type in file %s\n"),tmp);
+ debuga(_("Invalid access type in file \"%s\"\n"),tmp);
exit(EXIT_FAILURE);
}
if(strstr(RealtimeTypes,typ) == 0)
strcpy(ip,res);
} else if(strcmp(leks,"user") == 0) {
if (strlen(res)>=sizeof(user)) {
- debuga(_("User ID too long in redirector log file %s\n"),wentp);
+ debuga(_("User ID too long in redirector log file \"%s\"\n"),wentp);
RedirectorErrors++;
return;
}
mon=(int)lmon;
day=(int)lday;
if (getword(hour,sizeof(hour),&gwarea,' ')<0) {
- debuga(_("Invalid time found in file \"%s\"\n"),wentp);
+ debuga(_("Invalid time in file \"%s\"\n"),wentp);
RedirectorErrors++;
return;
}
return;
}
if (getword_skip(MAXLEN,&gwarea,' ')<0 || getword_limit(full_url,sizeof(full_url),&gwarea,' ')<0) {
- debuga(_("Invalid URL in file \"%s\"\n"),wentp);
+ debuga(_("Invalid url in file \"%s\"\n"),wentp);
RedirectorErrors++;
return;
}
return;
}
if (getword_skip(MAXLEN,&gwarea,' ')<0 || getword(user,sizeof(user),&gwarea,' ')<0) {
- debuga(_("Invalid user found in file \"%s\"\n"),wentp);
+ debuga(_("Invalid user in file \"%s\"\n"),wentp);
RedirectorErrors++;
return;
}
longline line;
if(debug) {
- debuga(_("Reading redirector log file %s\n"),wentp);
+ debuga(_("Reading redirector log file \"%s\"\n"),wentp);
}
/* With squidGuard, you can log groups in only one log file.
}
if(debug) {
- debuga(_("Sorting file: %s\n"),redirector_sorted);
+ debuga(_("Sorting file \"%s\"\n"),redirector_sorted);
}
if (snprintf(tmp6,sizeof(tmp6),"sort -t \"\t\" -k 1,1 -k 2,2 -k 4,4 \"%s\" -o \"%s\"",guard_in, redirector_sorted)>=sizeof(tmp6)) {
exit(EXIT_FAILURE);
}
if (getword(hora,sizeof(hora),&gwarea,'\t')<0) {
- debuga(_("Invalid time found in file \"%s\"\n"),redirector_sorted);
+ debuga(_("Invalid time in file \"%s\"\n"),redirector_sorted);
exit(EXIT_FAILURE);
}
if (getword(ip,sizeof(ip),&gwarea,'\t')<0) {
exit(EXIT_FAILURE);
}
if (getword_ptr(buf,&url,&gwarea,'\t')<0) {
- debuga(_("Invalid URL in file %s\n"),redirector_sorted);
+ debuga(_("Invalid url in file \"%s\"\n"),redirector_sorted);
exit(EXIT_FAILURE);
}
if (getword(rule,sizeof(rule),&gwarea,'\n')<0) {
- debuga(_("Invalid rule in file %s\n"),redirector_sorted);
+ debuga(_("Invalid rule in file \"%s\"\n"),redirector_sorted);
exit(EXIT_FAILURE);
}
uinfo=userinfo_find_from_id(user);
if (!uinfo) {
- debuga(_("Unknown user ID %s in file %s\n"),user,redirector_sorted);
+ debuga(_("Unknown user ID %s in file \"%s\"\n"),user,redirector_sorted);
exit(EXIT_FAILURE);
}
for (dayidx=0 ; dayidx<ndaylist && daynum!=daylist[dayidx] ; dayidx++);
if (dayidx>=ndaylist) {
if (dayidx>=sizeof(daylist)/sizeof(*daylist)) {
- debuga(_("Too many different dates in %s\n"),wdirname);
+ debuga(_("Too many different dates in \"%s\"\n"),wdirname);
exit(EXIT_FAILURE);
}
daylist[ndaylist++]=daynum;
}
if (getword_atoll(&hour,&gwarea,'\t')<0) {
- debuga(_("Invalid time found in file \"%s\"\n"),wdirname);
+ debuga(_("Invalid time in file \"%s\"\n"),wdirname);
exit(EXIT_FAILURE);
}
ihour=(int)hour;
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);
+ debuga(_("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(_("There is a broken elapsed time in file %s\n"),tmp3);
+ debuga(_("Invalid 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);
+ debuga(_("Invalid smart info in file \"%s\"\n"),tmp3);
exit(EXIT_FAILURE);
}
while (isdigit(*buffer))
number=(number * 10) + (*buffer++)-'0';
if (*buffer!='\t') {
- debuga(_("Invalid total number of accesses in \"%s\"\n"),filename);
+ debuga(_("Invalid total number of accesses in file \"%s\"\n"),filename);
exit(EXIT_FAILURE);
}
buffer++;
while (isdigit(*buffer))
number=(number * 10) + (*buffer++)-'0';
if (*buffer!='\t') {
- debuga(_("Invalid number of accesses in \"%s\"\n"),filename);
+ debuga(_("Invalid number of accesses in file \"%s\"\n"),filename);
exit(EXIT_FAILURE);
}
buffer++;
if(item.total) continue;
uinfo=userinfo_find_from_id(item.user);
if (!uinfo) {
- debuga(_("Unknown user ID %s in file %s\n"),item.user,general2);
+ debuga(_("Unknown user ID %s in file \"%s\"\n"),item.user,general2);
exit(EXIT_FAILURE);
}
if (getword(user,sizeof(user),&gwarea,'\t')<0 || getword(data,sizeof(data),&gwarea,'\t')<0 ||
getword(hora,sizeof(hora),&gwarea,'\t')<0 || getword(ip,sizeof(ip),&gwarea,'\t')<0 ||
getword(url,sizeof(url),&gwarea,'\t')<0 || getword(smartcat,sizeof(smartcat),&gwarea,'\n')<0) {
- debuga(_("There is a broken record or garbage in file %s\n"),smart_ou);
+ debuga(_("Invalid record in file \"%s\"\n"),smart_ou);
exit(EXIT_FAILURE);
}
uinfo=userinfo_find_from_id(user);
if (!uinfo) {
- debuga(_("Unknown user ID %s in file %s\n"),user,smart_ou);
+ debuga(_("Unknown user ID %s in file \"%s\"\n"),user,smart_ou);
exit(EXIT_FAILURE);
}
if(strcmp(ouser,user) != 0) {
}
if(debug) {
- debuga(_("Sorting file: %s\n"),arqin);
+ debuga(_("Sorting file \"%s\"\n"),arqin);
}
if (snprintf(csort,sizeof(csort),"sort -n -T \"%s\" -t \"\t\" %s -k %s -k %s -k %s -o \"%s\" \"%s\"",tmp,order,field1,field2,field3,arqou,arqin)>=sizeof(csort)) {
while(regs<TopSitesNum && (buf=longline_read(fp_in,line))!=NULL) {
getword_start(&gwarea,buf);
if (getword_atoll(&nacc,&gwarea,'\t')<0) {
- debuga(_("Maybe you have a broken record or garbage in your %s file\n"),sites);
+ debuga(_("Invalid number of accesses in file \"%s\"\n"),sites);
exit(EXIT_FAILURE);
}
if (nacc == 0) continue;
- if (getword_atoll(&nbytes,&gwarea,'\t')<0 || getword_atoll(&ntime,&gwarea,'\t')<0) {
- debuga(_("Maybe you have a broken record or garbage in your %s file\n"),sites);
+ if (getword_atoll(&nbytes,&gwarea,'\t')<0) {
+ debuga(_("Invalid number of bytes in file \"%s\"\n"),sites);
+ exit(EXIT_FAILURE);
+ }
+ if (getword_atoll(&ntime,&gwarea,'\t')<0) {
+ debuga(_("Invalid elapsed time in file \"%s\"\n"),sites);
exit(EXIT_FAILURE);
}
if (getword_atoi(&nusers,&gwarea,'\t')<0) {
- debuga(_("The number of users is invalid in file %s\n"),sites);
+ debuga(_("Invalid number of users in file \"%s\"\n"),sites);
exit(EXIT_FAILURE);
}
if (getword_ptr(buf,&url,&gwarea,'\t')<0) {
- debuga(_("The url is invalid in file %s\n"),sites);
+ debuga(_("Invalid url in file \"%s\"\n"),sites);
exit(EXIT_FAILURE);
}
while((warea=longline_read(fp_top1,line))!=NULL) {
getword_start(&gwarea,warea);
if (getword(user,sizeof(user),&gwarea,'\t')<0) {
- debuga(_("There is a broken user in file %s\n"),top1);
+ debuga(_("Invalid user in file \"%s\"\n"),top1);
exit(EXIT_FAILURE);
}
if (getword_atoll(&nbytes,&gwarea,'\t')<0) {
- debuga(_("There is a broken number of bytes in file %s\n"),top1);
+ debuga(_("Invalid number of bytes in file \"%s\"\n"),top1);
exit(EXIT_FAILURE);
}
if (getword_atoll(&nacc,&gwarea,'\t')<0) {
- debuga(_("There is a broken number of access in file %s\n"),top1);
+ debuga(_("Invalid number of accesses in file \"%s\"\n"),top1);
exit(EXIT_FAILURE);
}
if (getword_atoll(&elap,&gwarea,'\t')<0) {
- debuga(_("There is a broken elpased time in file %s\n"),top1);
+ debuga(_("Invalid elapsed time in file \"%s\"\n"),top1);
exit(EXIT_FAILURE);
}
if (getword_atoll(&incac,&gwarea,'\t')<0) {
- debuga(_("There is a broken in-cache size in file %s\n"),top1);
+ debuga(_("Invalid in-cache size in file \"%s\"\n"),top1);
exit(EXIT_FAILURE);
}
if (getword_atoll(&oucac,&gwarea,'\n')<0) {
- debuga(_("There is a broken out-of-cache size in file %s\n"),top1);
+ debuga(_("Invalid out-of-cache size in file \"%s\"\n"),top1);
exit(EXIT_FAILURE);
}
if(nacc < 1)
uinfo=userinfo_find_from_id(user);
if (!uinfo) {
- debuga(_("Unknown user ID %s in file %s\n"),user,top1);
+ debuga(_("Unknown user ID %s in file \"%s\"\n"),user,top1);
exit(EXIT_FAILURE);
}
uinfo->topuser=1;
}
if(debug) {
- debuga(_("Reading useragent log: %s\n"),UserAgentLog);
+ debuga(_("Reading useragent log \"%s\"\n"),UserAgentLog);
}
while(fgets(buf,sizeof(buf),fp_in)!=NULL) {
getword_start(&gwarea,buf);
if (getword(ip,sizeof(ip),&gwarea,' ')<0 || getword_skip(MAXLEN,&gwarea,'[')<0 ||
getword(data,sizeof(data),&gwarea,' ')<0) {
- debuga(_("Maybe you have a broken record or garbage in your %s file\n"),UserAgentLog);
+ debuga(_("Invalid record in file \"%s\"\n"),UserAgentLog);
exit(EXIT_FAILURE);
}
getword_start(&gwarea1,data);
if (getword(day,sizeof(day),&gwarea1,'/')<0 || getword(month,sizeof(month),&gwarea1,'/')<0 ||
getword(year,sizeof(year),&gwarea1,':')<0) {
- debuga(_("Maybe you have a broken date in your %s file\n"),UserAgentLog);
+ debuga(_("Invalid date in file \"%s\"\n"),UserAgentLog);
exit(EXIT_FAILURE);
}
buildymd(day,month,year,wdate);
strcpy(idate,data);
strcpy(fdate,data);
if (getword_skip(MAXLEN,&gwarea,'"')<0 || getword(agent,sizeof(agent),&gwarea,'"')<0) {
- debuga(_("Maybe you have a broken useragent entry in your %s file\n"),UserAgentLog);
+ debuga(_("Invalid useragent in file \"%s\"\n"),UserAgentLog);
exit(EXIT_FAILURE);
}
if(gwarea.current[0]!='\0') {
if (getword_skip(MAXLEN,&gwarea,' ')<0 || getword(user,sizeof(user),&gwarea,'\n')<0) {
- debuga(_("Maybe you have a broken record or garbage in your %s file\n"),UserAgentLog);
+ debuga(_("Invalid record in file \"%s\"\n"),UserAgentLog);
exit(EXIT_FAILURE);
}
if(user[0] == '-')
}
if(debug) {
- debuga(_("Sorting file: %s\n"),tmp2);
+ debuga(_("Sorting file \"%s\"\n"),tmp2);
}
if (snprintf(csort,sizeof(csort),"sort -n -t \"\t\" -k 3,3 -k 2,2 -k 1,1 -o \"%s\" \"%s\"",tmp2,tmp3)>=sizeof(csort)) {
while(fgets(buf,sizeof(buf),fp_in)!=NULL) {
getword_start(&gwarea,buf);
if (getword(ip,sizeof(ip),&gwarea,'\t')<0) {
- debuga(_("There is an invalid IP address in file %s\n"),tmp2);
+ debuga(_("Invalid IP address in file \"%s\"\n"),tmp2);
exit(EXIT_FAILURE);
}
}
if (getword(agent,sizeof(agent),&gwarea,'\t')<0) {
- debuga(_("There is an invalid useragent in file %s\n"),tmp2);
+ debuga(_("Invalid useragent in file \"%s\"\n"),tmp2);
exit(EXIT_FAILURE);
}
if (getword(user,sizeof(user),&gwarea,'\t')<0) {
- debuga(_("There is an invalid user ID in file %s\n"),tmp2);
+ debuga(_("Invalid user ID in file \"%s\"\n"),tmp2);
exit(EXIT_FAILURE);
}
while(fgets(buf,sizeof(buf),fp_in)!=NULL) {
getword_start(&gwarea,buf);
if (getword(ip,sizeof(ip),&gwarea,'\t')<0) {
- debuga(_("There is an invalid IP address in file %s\n"),tmp3);
+ debuga(_("Invalid IP address in file \"%s\"\n"),tmp3);
exit(EXIT_FAILURE);
}
if (getword(agent,sizeof(agent),&gwarea,'\t')<0) {
- debuga(_("There is an invalid useragent in file %s\n"),tmp3);
+ debuga(_("Invalid useragent in file \"%s\"\n"),tmp3);
exit(EXIT_FAILURE);
}
fixendofline(buf);
getword_start(&gwarea,buf);
if (getword(tagent,sizeof(tagent),&gwarea,' ')<0) {
- debuga(_("There is an invalid useragent in file %s\n"),tmp3);
+ debuga(_("Invalid useragent in file \"%s\"\n"),tmp3);
exit(EXIT_FAILURE);
}
nagent=atoi(tagent);
z1=0;
while(buf[z1] && (unsigned char)buf[z1]>' ') {
if (z2+3>=nreg) { //need at least 3 additional bytes for the minimum string "\n\t\0"
- debuga(_("The list of the users is too long in your %s file.\n"),UserTabFile);
+ debuga(_("The list of the users is too long in file \"%s\"\n"),UserTabFile);
exit(EXIT_FAILURE);
}
userfile[z2++]=buf[z1++];
userfile[z2++]='\n';
while(buf[z1] && (unsigned char)buf[z1]>=' ') {
if (z2+2>=nreg) { //need at least 2 additional bytes for "\t\0"
- debuga(_("The list of the users is too long in your %s file.\n"),UserTabFile);
+ debuga(_("The list of the users is too long in file \"%s\"\n"),UserTabFile);
exit(EXIT_FAILURE);
}
userfile[z2++]=buf[z1++];
continue;
getword_start(&gwarea,buf);
if (getword(user,sizeof(user),&gwarea,sep)<0) {
- debuga(_("There is an invalid user in file \"%s\"\n"),wdir);
+ debuga(_("Invalid user in file \"%s\"\n"),wdir);
exit(EXIT_FAILURE);
}
if(strcmp(user,"TOTAL") != 0)
continue;
if (getword_skip(MAXLEN,&gwarea,sep)<0) {
- debuga(_("There a broken total number of access in file \"%s\"\n"),wdir);
+ debuga(_("Invalid total number of accesses in file \"%s\"\n"),wdir);
exit(EXIT_FAILURE);
}
if (getword_atoll(tbytes,&gwarea,sep)<0) {
- debuga(_("There is a broken number of bytes in file \"%s\"\n"),wdir);
+ debuga(_("Invalid number of bytes in file \"%s\"\n"),wdir);
exit(EXIT_FAILURE);
}
break;