Commit Graph

10304 Commits (860764eb16c1a0a597ef39db94bd53dd3b0f01a5)
 

Author SHA1 Message Date
Micah Snyder f47c524f70 Fixes clamdscan and clamscan crashes on Windows 6 years ago
Micah Snyder 2b86b955bf Add Clamdtop for Windows 6 years ago
Micah Snyder f66edbbdb8 Autojunk'd 6 years ago
Micah Snyder 1cf323d5de Adds --with-libjson-static=DIR option to configure. 6 years ago
Andrew 07990918f7 Handle case where Authenticode sig directly follows PE header 6 years ago
Andrew 431fc22439 Handle two more Authenticode parsing edge cases 6 years ago
Andrew 21588dc980 Ignore e for whitelist CRBs, allow blank serials 6 years ago
Andrew 67f3d97d97 Fix blacklist CRB rules not working against certs using e!=65537 6 years ago
Andrew ccc24eb307 Add NULL check in cli_isnumber 6 years ago
Andrew aa11397c5e Fix CRB rule maximum FLEVEL being treated as the minimum FLEVEL 6 years ago
Micah Snyder (micasnyd) 3dd506a7ee bb12389 - fast AC sig load - courtesy of Alberto Wu 6 years ago
Mickey Sola a0e8d2ffbb autojunk'd 6 years ago
Mickey Sola 4e585c89eb configure - fix fanotify detection issue; allow for all code checks to run 6 years ago
Micah Snyder 095abcc28b bb12427 - Change printf() usage to logg() in libfreshclam so --quiet option works correctly. Patch courtesy of Reio Remma. 6 years ago
Micah Snyder 4d0d744988 bb12412 - Fix for chdir bug in libfreshclam that also triggered a double-free. 6 years ago
Micah Snyder (micasnyd) 0e1aa3d740 Fixed search & replace mistake that accidentally introduced double-checking of the return code. 6 years ago
Micah Snyder daf341ae3c Autojunk'd 6 years ago
Micah Snyder 9ee0f4663a Define HAVE_LIBZ & HAVE_ZLIB_H manually when zlib found using PKG_CHECK_MODULES. 6 years ago
Jonathan Sabbe 83d6f64469 Adds clamscan start and end dates on summary 6 years ago
Micah Snyder d4a9a760fc Version increment from 0.102 -> 0.103. 6 years ago
Micah Snyder 8925c55dfc Updates to the win32/README.md file to more adequately describe the external dependencies for Windows builds. 6 years ago
Mickey Sola 5b7fac5aeb autojunk'd 6 years ago
Mickey Sola 37e87e761a configure - libclamav-only - fix interplay between enable-libclamav-only and disable-clamonacc configure options 6 years ago
Mickey Sola 56a068c29f autojunk'd 6 years ago
Mickey Sola 4ea891db60 configure - add libclamav only compilation option 6 years ago
Micah Snyder (micasnyd) 02236628e8 Bumps version string from 0.102.0-rc to 0.102.0 6 years ago
Micah Snyder 10c06218aa Autojunk'd 6 years ago
Micah Snyder 4826537301 bb12390: Replaces custom iconv.m4 iconv.h detection logic with gnulib's stock iconv.m4. 6 years ago
Micah Snyder f16a085b2e Fix to zlib autoconf logic so it will be able to detect zlib when zlib.h is in a nonstandard compiler toolchain include path (i.e. not /usr/include or /usr/local/include). 6 years ago
Micah Snyder e30d797e77 Fix to correctly detect libcurl installations that depend on openssl installs in alternative install locations, and to properly get and compare x509 certificate names when using openssl 1.1+. 6 years ago
Micah Snyder ed7893bb55 Update to Acknowledgements in NEWS 6 years ago
Tuomo Soini aa9112dfdf configs: synchronize etc/ and win32/conf_examples/ 6 years ago
Tuomo Soini c67d410700 etc: cleanup config files for standard terminal width 6 years ago
Micah Snyder 03a5c6819d bb12391: Fixes error handling of cli_readn() in cli_filecopy(), preventing possible infinite loop. 6 years ago
Micah Snyder 8c9fa82206 bb12392: Fixes #ifdef checks to see if libcurl is new enough to support LocalIP feature. 6 years ago
Mickey Sola e218dbd871 ppr103 - xml2 - add credit blurb in NEWS.md 6 years ago
Mickey Sola 28459aec91 autojunk'd 6 years ago
Mickey Sola 083ca38727 xml - check path for xml2-config when building, based on pull-request by Jim Klimov 6 years ago
Eneas U de Queiroz 3c72f7daf7 Avoid libxml checks if --disable-xml is used 6 years ago
arlecchino dcad75ff21 onas_...cleanup function return void remove 6 years ago
Micah Snyder 5c286d3f25 Updates NEWS.md list of contributors for 0.102. 6 years ago
arlecchino e0d29ffb58 Bug 12385 - MAX_PATH and PATH_MAX mismatch 6 years ago
Micah Snyder 300e30439d Adds libtool flag --tag CXX to clamsubmit so that systems without the Objective C linker are not confused by the OBJC support. 6 years ago
Micah Snyder 1b4d6e58a7 Adds User-Agent HTTP header for clamsubmit to match freshclam. 6 years ago
Micah Snyder 74bbc91433 Modifies zip scanning behavior so it scans files using zip records from the catalogue which provides deduplication of file records resulting in faster extraction and scan time and reducing the likelihood of alerting on non-malicious duplicate file entries as overlapping files. 6 years ago
Micah Snyder a04a7627b3 bb12356 - Improvement to overlapping zip files detection logic. 6 years ago
Micah Snyder (micasnyd) aca5dc4ed8 unrar_iface: Fix for debug print format string that caused check failures on some systems. 6 years ago
Micah Snyder bcf8634cc7 Adds hardcoded clamav-version.h file to win32 so as to provide the same feature for Windows applications using libclamav. 6 years ago
Micah Snyder 20a3dc4273 Adds new clamav-version.h to clamav.h so it doesn't have to be included separately, and adds example usage to the ex1.c example program. 6 years ago
Micah Snyder (micasnyd) b8e14254d0 Fixes filename memory leak for empty files in EGG archives. 6 years ago