July 10, 2019
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
June 17, 2019
View 8068726

Moving Windows cert verification to shared directory, and adding macOS cert verification support.

Micah Snyder authored on 2019/06/17 10:16:16
May 9, 2019
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
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 6, 2018
View e030ba4

Replacing libclamav/cltypes.h with clamav-types.h.in, which generates a header clamav-types.h that we install alongside clamav.h.

Micah Snyder authored on 2018/12/06 10:46:20
December 5, 2018
View ea01b57

Added oss-fuzz integration.

Micah Snyder (micasnyd) authored on 2018/12/05 07:26:42
December 4, 2018
View ee5a160

Changing ClamAV version number from 0.101.0 to 0.102.0-devel.

Micah Snyder authored on 2018/12/04 03:31:57
November 28, 2018
View c284a32

Removed rc moniker for the 0.100.0 stable release. Added docs/html back so it may be packaged in the release tarball.

Micah Snyder authored on 2018/11/28 10:42:50
November 17, 2018
View 041d512

Updated version string to 0.101-rc and incremented the FLEVEL to 101.

Micah Snyder (micasnyd) authored on 2018/11/17 00:41:48
October 25, 2018
View ce345ee

Incrementing the libclamav version numbers to 9.0.0 and setting the version strings to 0.101.0-beta.

Micah Snyder authored on 2018/10/25 08:50:44
September 18, 2018
View a7e6549

Enabling configure option --with-system-libmspack that will allow use of libmspack installations in /usr or /usr/local in favor of the version provided by ClamAV.

Micah Snyder authored on 2018/09/18 22:29:01
September 15, 2018
View 8404a4a

Moved libmspack-0.5alpha from libclamav to libclammspack, and restructured the build so that there should be no need to modify the libmspack build files in the future (i.e. libmspack autoconf and automake files aren't actually used).

Micah Snyder authored on 2018/09/15 08:53:48
July 31, 2018
View 01eebc1

Updating libclamunrar from legacy C implementation to modern unrar 5.6.5. API changes and supporting changes included to pass the filepath of the scanned file into libclamav through the cli_ctx structure, required by the unrar library to open archives. The filename argument may be optional for the scandesc scanning variant, but libclamav will make a best effort to identify the filename from the file descriptor if it was not provided. In addition, included the ability to prefix temp file and directory names with file basenames.

Micah Snyder authored on 2018/07/31 09:19:28
April 13, 2018
View cf81409

bb12091 - 0.101.x - adding pkg-config macro to fix conditional check failures for specificied configure options

Mickey Sola authored on 2018/04/13 01:00:19