July 10, 2019
View c23e1a3

Autojunk'ed

Micah Snyder authored on 2019/07/10 02:11:36
View c31a98d

bb12238 - Removing support for deprecated readdir_r() function. The readdir() function is thread safe so long as you don't share a dir object between threads. If you do, it requires a mutex.

Micah Snyder (micasnyd) authored on 2019/07/10 01:21:34
July 9, 2019
View c7c458c

Reimplemented progress bar for freshclam downloads using libcurl API. Included basic time-remaining information as per user request, see: bb5943, though not in the specific format mentioned.

Micah Snyder (micasnyd) authored on 2019/07/09 05:28:39
View b11c3e4

msdoc JSON output: Fix 'mode' sanity check logic

Thomas Jarosch authored on 2019/07/09 01:53:57
July 6, 2019
View 0ed66f1

bb12104 - Added network-online dependency to freshclam systemd service file.

Micah Snyder (micasnyd) authored on 2019/07/06 05:21:40
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
July 2, 2019
View 0d5c5cd

Removed exported but unused symbols from .map files due to complaints by the compiler on Solaris 11, gcc 7.

Micah Snyder (micasnyd) authored on 2019/07/02 01:16:55
July 1, 2019
View 4321c03

Added phishCheck R-type PDB sig detection fix to perform the match using copies of the URLs so as not to inadvertantly modify the original URLs and trigger SSL cloaking false positives.

Micah Snyder authored on 2019/07/01 05:44:34
View fa51ec0

Added call to match R-type PDB signatures in phishcheck.c:phishingCheck(). This makes R-type PDB signatures functional, and operate as described in the documentation.

Micah Snyder (micasnyd) authored on 2019/07/01 05:37:27
June 27, 2019
View ea9a1e3

bb12336 - Fix to tmpdir access check in clamscan when using stdin scanning. The access check mistakenly assumed the use of the clamav user account.

Micah Snyder (micasnyd) authored on 2019/06/27 06:51:40
View b75c0cb

Removing contrib directory, which has not been maintained for many years.

Micah Snyder (micasnyd) authored on 2019/06/27 06:43:50
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 9, 2019
View 7cf9ef1

Autojunk'd

Micah Snyder authored on 2019/05/09 22:04:20
View c72b183

Autoconf configure.ac adjustment. Move AC_CONFIG_AUX_DIR([config]) after AC_INIT and before all others.

Micah Snyder authored on 2019/05/09 22:02:56