November 2, 2019
View ff22290

bb12427 - Change printf() usage to logg() in libfreshclam so --quiet option works correctly. Patch courtesy of Reio Remma.

Micah Snyder authored on 2019/11/02 03:28:04
August 5, 2019
View 63040c3

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 cb9b09a

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 2c1f820

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 06e3c1c

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 1fc168e

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 5899a14

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 8214baf

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 ef8ae3a

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 e012730

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 737ec1e

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 cef54ea

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 52cddcb

Updating and cleaning up copyright notices.

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

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

Micah Snyder authored on 2018/12/04 02:40:13
View 38fe8b6

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