Lines Matching refs:report
206 sub report($@) { subroutine
308 report "SHA256 of old file: $oldhash";
311 report "Downloading $txt ...";
318 report "Get certdata with curl!";
324 report "Downloaded $txt";
327 report "Failed downloading via HTTPS with curl";
329 report "Failed to remove '$txt': $!";
334 report "curl lacks https support";
338 report "curl not found";
345 report "Falling back to HTTP";
349 report "URLs other than HTTPS are disabled by default, to enable use -k";
352 report "Get certdata with LWP!";
354 report "LWP is not available (LWP::UserAgent not found)";
361 report "Not modified";
366 report "Downloaded $txt";
369 report "Unable to download latest data: "
388 report "Downloaded file identical to previous run\'s source file. Exiting";
390 report "Failed to remove $txt: $!\n";
395 report "SHA256 of new file: $newhash";
429 report "Processing '$txt' ...";
510 report "Skipping: $main_block_name is not valid anymore" if ($opt_v);
576 …report "Warning: Unrecognized trust purpose for cert: $caname. Trust purpose: $1. Trust Level: $2";
578 … report "Warning: Unrecognized trust level for cert: $caname. Trust purpose: $1. Trust Level: $2";
602 report "Skipping: $caname lacks acceptable trust level" if ($opt_v);
650 report "Processed: $caname" if ($opt_v);
670 report "Failed to remove $txt: $!\n";
672 report "Done ($certnum CA certs processed, $skipnum skipped).";