August 5, 2019
View ee3439c

Resets behavior of freshclam --show-progress option to be on by default if stdout is a TTY.

Micah Snyder authored on 2019/08/05 06:44:20
July 6, 2019
View 3e63bdc

bb12043, bb12302: Adds --foreground freshclam option to help and manpage, some other documentation tweaks.

Micah Snyder (micasnyd) authored on 2019/07/06 03:53:43
June 7, 2019
View 0e7399e

Old-style db.XY.clamav.net and db.XY.ipv6.clamav.net entries now redirect to https://database.clamav.net.

Micah Snyder authored on 2019/06/07 05:37:05
June 6, 2019
View f013e0c

Increased default freshclam receive timeout from 30 sec to 60 sec. Set default DatabaseMirror back to database.clamav.net, now that TLS/SSL is enabled on the mirrors that back the CDN. Some other updates to the man pages that were missing from previous changes.

Micah Snyder authored on 2019/06/06 00:38:01
May 29, 2019
View 20493f2

Changed freshclam help string to use printf instead of mprintf because the libfreshclam mprintf_stdout global variable cannot be changed directly in freshclam on Windows.

Micah Snyder authored on 2019/05/29 04:01:21
May 23, 2019
View 1e3e2b7

Fix to alleviate symbol name collision for temp directory globals in freshclam, libfreshclam when building static mode for fuzz targets.

Micah Snyder authored on 2019/05/23 05:54:55
View e7e8083

Freshclam logging fixes. The logging features were linked twice, resulting in duplicate symbols for logg settings. On Windows, this manifested as multiple open log file handles which prevented log rotation. This commit fixes that and also alters the rotated log name slightly so that the log file extension is preserved, for Windows compatibility and convenience when viewing in an editor that color codes .log files.

Micah Snyder authored on 2019/05/23 05:06:37
May 22, 2019
View 60c149c

Fix to feature that prunes databases that are no longer wanted. Fix for opt-in databases to select the correct opt-in database from the list.

Micah Snyder authored on 2019/05/22 06:28:07
View 75a5857

Freshclam fix to switch user prior to creating temp directories (or anything else). Additional fix to append path separator to database directory if missing, so the system evaluates symlinks for us.

Micah Snyder authored on 2019/05/22 05:12:17
View edb2315

Corrections to freshclam logging initialization. Added notation to --help output for --stdout option to indicate that debug messages will not be redirected. Changing direct calls to cli_dbgmsg_internal to use cli_dbgmsg, as cli_dbgmsg_internal always prints, even when --debug is not enabled.

Micah Snyder authored on 2019/05/22 03:49:42
March 27, 2019
View 694e788

Freshclam refresh. This update makes libcurl a hard requirement for ClamAV.

Micah Snyder authored on 2019/03/27 04:09:52
January 26, 2019
View e1cbc27

Updating and cleaning up copyright notices.

Micah Snyder authored on 2019/01/26 00:15:50
December 4, 2018
View 288057e

clang-format'd using new .clang-format rules.

Micah Snyder authored on 2018/12/04 02:40:13
View 27948a0

Added .clang-format style rules, clam-format script to automate formatting of ClamAV code, and preparing select files so that clang-format does not alter carefully formatted sections.

Micah Snyder authored on 2018/12/04 02:37:58
October 10, 2018
View 3ffe2d6

Freshclam improvements. Some simplification and cleanup of mirror management functions. Reduced mirror blacklist timeouts. Added ignore time-remaining output to --list-mirrors option. Made freshclam lenient when the database version is 1 behind what was advertised by DNS. Database updates will still fail if the hosted version is more than 1 version out of date.

Micah Snyder (micasnyd) authored on 2018/10/10 22:09:58