Browse code

bb11910 - remove DetectionStatsHostID.

Steven Morgan authored on 2017/10/19 05:46:58
Showing 3 changed files
... ...
@@ -196,11 +196,6 @@ Country of origin of malware/detection statistics (for statistical purposes only
196 196
 .br
197 197
 Default: disabled
198 198
 .TP
199
-\fBDetectionStatsHostID STRING\fR
200
-This option enables support for our "Personal Statistics" service. When this option is enabled, the information on malware detected by your clamd installation is made available to you through our website. To get your HostID, log on http://www.stats.clamav.net and add a new host to your host list. Once you have the HostID, uncomment this option and paste the HostID here. As soon as your freshclam starts submitting information to our stats collecting service, you will be able to view the statistics of this clamd installation by logging into http://www.stats.clamav.net with the same credentials you used to generate the HostID. For more information refer to: http://www.clamav.net/documents/clamav-community-threat-tracking-system/. This feature requires SubmitDetectionStats to be enabled.
201
-.br
202
-Default: disabled
203
-.TP
204 199
 \fBSafeBrowsing BOOL\fR
205 200
 This option enables support for Google Safe Browsing. When activated for the first time, freshclam will download a new database file (safebrowsing.cvd) which will be automatically loaded by clamd and clamscan during the next reload, provided that the heuristic phishing detection is turned on. This database includes information about websites that may be phishing sites or possible sources of malware. When using this option, it's mandatory to run freshclam at least every 30 minutes. Freshclam uses the ClamAV's mirror infrastructure to distribute the database and its updates but all the contents are provided under Google's terms of use. See http://code.google.com/support/bin/answer.py?answer=70015 and http://safebrowsing.clamav.net for more information.
206 201
 .br
... ...
@@ -187,21 +187,6 @@ DatabaseMirror database.clamav.net
187 187
 # Default: disabled
188 188
 #DetectionStatsCountry country-code
189 189
 
190
-# This option enables support for our "Personal Statistics" service. 
191
-# When this option is enabled, the information on malware detected by
192
-# your clamd installation is made available to you through our website.
193
-# To get your HostID, log on http://www.stats.clamav.net and add a new
194
-# host to your host list. Once you have the HostID, uncomment this option
195
-# and paste the HostID here. As soon as your freshclam starts submitting
196
-# information to our stats collecting service, you will be able to view
197
-# the statistics of this clamd installation by logging into
198
-# http://www.stats.clamav.net with the same credentials you used to
199
-# generate the HostID. For more information refer to:
200
-# http://www.clamav.net/documentation.html#cctts 
201
-# This feature requires SubmitDetectionStats to be enabled.
202
-# Default: disabled
203
-#DetectionStatsHostID unique-id
204
-
205 190
 # This option enables support for Google Safe Browsing. When activated for
206 191
 # the first time, freshclam will download a new database file (safebrowsing.cvd)
207 192
 # which will be automatically loaded by clamd and clamscan during the next
... ...
@@ -489,8 +489,6 @@ const struct clam_option __clam_options[] = {
489 489
 
490 490
     { "DetectionStatsCountry", NULL, 0, CLOPT_TYPE_STRING, NULL, -1, NULL, 0, OPT_FRESHCLAM, "Country of origin of malware/detection statistics (for statistical\npurposes only). The statistics collector at ClamAV.net will look up\nyour IP address to determine the geographical origin of the malware\nreported by your installation. If this installation is mainly used to\nscan data which comes from a different location, please enable this\noption and enter a two-letter code (see http://www.iana.org/domains/root/db/)\nof the country of origin.", "country-code" },
491 491
 
492
-    { "DetectionStatsHostID", NULL, 0, CLOPT_TYPE_STRING, NULL, -1, NULL, 0, OPT_FRESHCLAM, "This option enables support for our \"Personal Statistics\" service.\nWhen this option is enabled, the information on malware detected by\nyour clamd installation is made available to you through our website.\nTo get your HostID, log on http://www.stats.clamav.net and add a new\nhost to your host list. Once you have the HostID, uncomment this option\nand paste the HostID here. As soon as your freshclam starts submitting\ninformation to our stats collecting service, you will be able to view\nthe statistics of this clamd installation by logging into\nhttp://www.stats.clamav.net with the same credentials you used to\ngenerate the HostID. For more information refer to:\nhttp://www.clamav.net/doc/cctts.html\nThis feature requires SubmitDetectionStats to be enabled.", "unique-id" },
493
-
494 492
     { "SafeBrowsing", NULL, 0, CLOPT_TYPE_BOOL, MATCH_BOOL, 0, NULL, 0, OPT_FRESHCLAM, "This option enables support for Google Safe Browsing. When activated for\nthe first time, freshclam will download a new database file (safebrowsing.cvd)\nwhich will be automatically loaded by clamd and clamscan during the next\nreload, provided that the heuristic phishing detection is turned on. This\ndatabase includes information about websites that may be phishing sites or\npossible sources of malware. When using this option, it's mandatory to run\nfreshclam at least every 30 minutes.\nFreshclam uses the ClamAV's mirror infrastructure to distribute the\ndatabase and its updates but all the contents are provided under Google's\nterms of use. See http://www.google.com/transparencyreport/safebrowsing\nand http://www.clamav.net/doc/safebrowsing.html for more information.", "yes" },
495 493
 
496 494
     { "Bytecode", NULL, 0, CLOPT_TYPE_BOOL, MATCH_BOOL, 1, NULL, 0, OPT_FRESHCLAM, "This option enables downloading of bytecode.cvd, which includes additional\ndetection mechanisms and improvements to the ClamAV engine.", "yes" },