Commit Graph

  • 7182b1abbf
    Merge 2111f4f48f into 8ee78f8e79 #1502 ChaoticByte 2025-05-17 07:46:22 +0000
  • 2111f4f48f
    freshclam: don't reload clamd when clamd has the RELOAD command disabled #1502 ChaoticByte 2025-05-17 09:46:14 +0200
  • 2a1915eb4a
    Merge a1423e5aec into 8ee78f8e79 #1372 Matt Jolly 2025-05-17 11:26:57 +1000
  • a1423e5aec
    resolve incompatible-pointer-types #1372 Matt Jolly 2025-05-17 11:25:59 +1000
  • dad16e293a
    clamdtop: Check and exit if STATS and VERSION commands are unavailable ChaoticByte 2025-05-16 23:35:51 +0200
  • 539d3cf242
    clamd: Use COMMAND UNAVAILABLE for disabled commands instead of UNKNOWN COMMAND ChaoticByte 2025-05-16 21:20:24 +0200
  • 7c4d8424ea
    clamd: Set EnableStatsCommand and EnableVersionCommand to no in sample configuration ChaoticByte 2025-05-16 15:17:04 +0200
  • 9fcae581b5
    clamd: Add documentation for EnableShutdownCommand etc. to the clamd.conf manpage and the clamd.conf sample files ChaoticByte 2025-05-15 22:01:48 +0200
  • ef1c90b9b4
    clamd: fix failed clang formatting check in clamd/session.c ChaoticByte 2025-05-15 20:54:22 +0200
  • a85a2aafac
    Merge 6eb69cc876 into 8ee78f8e79 #928 Nils Werner 2025-05-15 12:08:29 -0400
  • cd277826a0
    Merge 8c7a3ff50a into 8ee78f8e79 #1135 Scott Hutton 2025-05-15 12:08:28 -0400
  • 8bfede0093
    Merge 971f3e72d4 into 8ee78f8e79 #1308 Bark 2025-05-15 12:08:27 -0400
  • 01c7a1bac8
    Merge 4ddaf17f4e into 8ee78f8e79 #1356 Val S. 2025-05-15 12:08:25 -0400
  • 345d720695
    Merge 593a481b6c into 8ee78f8e79 #1461 ember91 2025-05-15 12:08:25 -0400
  • 54c190b4de
    Merge 9bb126464d into 8ee78f8e79 #1462 jhumlick 2025-05-15 12:08:24 -0400
  • 97407bf8e8
    Merge 4f361f23e8 into 8ee78f8e79 #1481 Val S. 2025-05-15 12:08:23 -0400
  • 239fb91886
    Merge 01a0c01662 into 8ee78f8e79 #1482 jhumlick 2025-05-15 12:08:22 -0400
  • 8ee78f8e79
    Merge pull request #1495 from Cisco-Talos/CLAM-623-mydoom-fp main Val S. 2025-05-15 12:07:08 -0400
  • 1592c162de
    clamd: Add an option to enable/disable the SHUTDOWN, RELOAD, STATS and VERSION commands in the config (#347, #922, #1169) ChaoticByte 2025-05-10 22:59:10 +0200
  • eedc276b28
    libclamav: Disable MyDoom heuristic by default. The MyDoom heuristic has a track record of false positives and detection should be handled via signatures instead. #1495 John Humlick 2025-05-07 14:37:11 -0700
  • 4ddaf17f4e
    CMake: improve ncurses detection; separate TINFO_LIBRARY input #1356 Val Snyder 2024-09-01 12:26:38 -0400
  • 66c049f27c
    Merge pull request #1489 from val-ms/oss-fuzz-engine-free-certs_directory Val S. 2025-05-07 10:09:00 -0400
  • 01a0c01662
    Fix out-of-order references and other minor improvements. #1482 John Humlick 2025-05-06 13:57:23 -0700
  • ffd846fd06
    Merge c7cdf24d71 into 4bfaa20c86 #1492 Val S. 2025-05-06 17:43:17 -0400
  • 4bfaa20c86
    Merge pull request #1491 from val-ms/CLAM-2751-openssl-sys_ubuntu-arm64 Val S. 2025-05-06 17:41:07 -0400
  • 544fb9fef2
    Codesign: fix test files & upgrade clamav-signature-util for related fix #1489 Valerie Snyder 2025-05-01 13:57:19 -0400
  • c7cdf24d71
    Clang-tidy: auto-apply changes using readability-braces-around-statements #1492 Valerie Snyder 2025-05-02 16:11:39 -0400
  • 79a1bf2e33
    CMake: add support for clang-tidy Valerie Snyder 2025-05-01 19:06:40 -0400
  • b32b85f6ac
    Update Rust dependencies in Cargo.lock file to latest versions Valerie Snyder 2025-04-28 11:50:31 -0400
  • 3523202dd6
    Fix issue when loading multiple icon (idb) signatures Valerie Snyder 2025-04-23 16:43:57 -0400
  • b34cd8ca4e
    Tests: Remove unecessary TCP options for non-Windows ClamD tests #1491 Valerie Snyder 2025-05-01 10:45:39 -0400
  • 8ac8f4ac8a
    CMake: Improvement for CMake/Rust openssl detection Valerie Snyder 2025-04-30 12:35:19 -0400
  • 0c9bccab31
    Fix minor memory leak Valerie Snyder 2025-04-21 16:17:51 -0400
  • 41aa292e97
    Fix stack-buffer-overflow in parse_regex due to missing bounds checks (#1486) Shivam7-1 2025-04-25 01:03:26 +0530
  • 11abe07626
    Update libclamav/regex_suffix.c #1486 Shivam7-1 2025-04-19 19:57:45 +0530
  • 58c47e39d8
    Update regex_suffix.c Shivam7-1 2025-04-14 16:48:08 +0530
  • 934eb005c9
    libclamav: Add URI scanning support to PDF parser John Humlick 2025-04-07 16:50:09 -0700
  • 4f361f23e8
    CMake: Helpful error message when Rust version too old #1481 Valerie Snyder 2025-04-08 08:11:59 -0400
  • 593a481b6c
    Use CP_ACP over CP_OEMCP for output #1461 Emil Berg 2025-02-27 20:28:01 +0100
  • 00886ee90d
    Merge pull request #1478 from val-ms/codesign-fixes-sys_rs clamav-1.5.0-beta Val S. 2025-03-31 10:51:00 -0400
  • 6490dde572
    Update Rust dependencies in Cargo.lock file to latest versions #1478 Val Snyder 2025-03-29 21:02:05 -0400
  • 200fe46b27
    Update generated Rust sys.rs interface Val Snyder 2025-03-29 21:00:15 -0400
  • afb3d490e1
    Fix several codesign bugs Val Snyder 2025-03-29 20:38:08 -0400
  • 8ef70a4e6c
    Merge pull request #1475 from val-ms/CLAM-2726-1.5-beta-prep Val S. 2025-03-28 14:33:40 -0400
  • a80db1b8e8
    Merge pull request #1476 from val-ms/CLAM-2741-ai-model-file-type-detection Val S. 2025-03-28 14:32:27 -0400
  • 1b32e8da44
    Merge pull request #1417 from val-ms/CLAM-2677-2678-codesigning Val S. 2025-03-28 13:50:52 -0400
  • 2208398a00
    Merge 7c7c9d6610 into 1638ce2569 #1322 Bark 2025-03-28 12:08:19 -0400
  • 1638ce2569
    Merge pull request #1460 from frsell1/update_zip_parser Val S. 2025-03-28 12:05:23 -0400
  • 1199c89c1d
    Zip: Fix additional bugs found in PR review #1460 frsell 2025-03-25 15:37:12 -0400
  • 98011c1343
    Release notes for 1.5.0-beta #1475 Val Snyder 2025-03-27 10:34:08 -0400
  • 8a77214c82
    Add CL_TYPE_AI_MODEL and associated file type magic signatures #1476 Val Snyder 2025-03-27 14:15:48 -0400
  • 272e84eaa8
    Auto-format with clang-format #1417 Val Snyder 2025-03-26 19:39:55 -0400
  • 8d485b9bfd
    FIPS-compliant CVD signing and verification Val Snyder 2024-11-21 14:01:09 -0500
  • 96c00b6d80
    Zip: Minor fixes, code cleanup Val Snyder 2025-03-22 22:41:29 -0400
  • 9e96b63ef8
    Tests: add tests for malformed and concatenated zips Val Snyder 2025-03-22 22:40:57 -0400
  • 8d8433b5ef
    Zip: Extend parsing to rely less on central directory frsell 2025-02-26 21:12:58 -0500
  • 4a7ac7cc69
    Version string to 1.5.0-beta; Bump flevel up to 230 Val Snyder 2025-03-25 10:23:28 -0400
  • 9bb126464d
    clamd: Add devcontainers to project #1462 jhumlick 2025-02-27 21:51:37 +0000
  • 640413d9c5
    Merge pull request #1470 from val-ms/CLAM-2736-windows-traverse-reparse-point Val S. 2025-03-22 15:28:30 -0400
  • 1e879873cc
    Merge pull request #1469 from val-ms/CLAM-2745-zlib-zip64-undefined-behavior Val S. 2025-03-19 18:02:33 -0400
  • 34bb516748
    Windows: code quality improvement for --move and --remove options #1470 Micah Snyder 2025-03-19 17:36:05 -0400
  • 3862134081
    Fix possible undefined behavior in inflate64 module #1469 Val Snyder 2025-02-25 13:04:20 -0500
  • fc0f04f554 added loading prediction library #1467 nicbat 2025-03-16 20:44:26 -0700
  • 4dab823609
    Merge pull request #1465 from Cisco-Talos/CLAM-2742-memstats Val S. 2025-03-13 14:35:20 -0400
  • 18120a0ef0
    clamd: Fix bug reporting memory stats, used by clamdtop #1465 John Humlick 2025-03-07 16:12:40 -0800
  • 5d3d353873 updated unzip.c #1463 Arian104 2025-03-02 14:11:59 +0600
  • 492e505070
    Merge pull request #1458 from val-ms/CLAM-2696-ole2-decrypt-overread Val S. 2025-02-24 13:22:43 -0500
  • e62b5e8d69
    Fix bounds check in OLE2 decryption #1458 Micah Snyder 2024-10-16 17:04:05 -0400
  • 1f214b268c
    Merge pull request #1450 from val-ms/issue-1447-dead-code Val S. 2025-02-21 16:30:29 -0500
  • 88e546be78
    Merge pull request #1457 from val-ms/kamathmain Val S. 2025-02-21 13:46:01 -0500
  • 4b5130d50a
    Tests: remove dead code #1450 Micah Snyder 2025-02-03 13:25:31 -0500
  • ea5d30a216
    Add AIX variables for the load module function to work in AIX. #1457 Aditya Vidyadhar Kamath 2025-02-04 10:32:12 -0600
  • 72805c52a4
    Merge pull request #1453 from val-ms/windows-install-openssl-conflict #1437 Val S. 2025-02-14 12:07:44 -0500
  • 63c87063af
    Merge pull request #1454 from val-ms/bump-copyright-2025 Val S. 2025-02-14 12:03:02 -0500
  • 7ff29b8c37
    Bump copyright dates for 2025 #1454 Val Snyder 2025-02-14 10:24:30 -0500
  • 1b504ef30d
    CMake: Fix Windows build issue w/ conflicting libraries #1453 Micah Snyder 2025-02-13 20:07:46 -0500
  • f60e2db3ec
    Merge pull request #1445 from ylecuyer/patch-1 Val S. 2025-02-03 13:52:37 -0500
  • 0b2ea8439d
    Fix: TNEF dump hanging #1445 Yoann Lecuyer 2025-02-03 10:44:13 +0100
  • d97bba79b1 added parsing options to support zip files nicbat 2025-01-31 09:45:08 -0800
  • 48069da6e6 added run instructions to readme nicbat 2025-01-31 09:25:18 -0800
  • edc0733d87
    check_clamav.c: env vars are case sensitive (srcdir != SRCDIR) #1446 arlecchino 2025-01-30 20:11:25 +0100
  • 7e6b4f4f5e
    check_bytecode.c: env vars are case sensitive (srcdir != SRCDIR) arlecchino 2025-01-30 20:10:35 +0100
  • d905e5a92c added scanning without sockets to clamd #1448 nicbat 2025-01-27 17:42:53 -0800
  • 98882f5f01
    Merge pull request #17 from cisco-sbg/CLAM-2696-ole2-decrypt-overread-1.4 clamav-1.4.2 rel/1.4 dev/1.4.2 Micah Snyder 2025-01-19 23:53:11 -0500
  • 9a2c6425ad
    Merge pull request #18 from cisco-sbg/CLAM-2696-ole2-decrypt-overread-1.0 clamav-1.0.8 rel/1.0 dev/1.0.8 Micah Snyder 2025-01-17 14:06:42 -0500
  • 971f3e72d4 Return for-s to their previous format. #1308 Stiliyan Tonev (Bark) 2025-01-14 12:08:28 +0200
  • 07dfde083f remove merge markers Stiliyan Tonev (Bark) 2025-01-14 12:03:31 +0200
  • 980ecf6b08 Merge branch 'fix/allow-inline-comments' of https://github.com/userwiths/clamav into fix/allow-inline-comments Stiliyan Tonev (Bark) 2025-01-14 12:02:14 +0200
  • f26b10e530 Move variable used for trimming outside the while loop Stiliyan Tonev (Bark) 2025-01-14 11:40:03 +0200
  • 71f56ce3ec Trim trailing spaces and run clang-format. Stiliyan Tonev (Bark) 2025-01-14 11:25:26 +0200
  • 1ea9993882
    Set version to 1.0.8, FLEVEL to 168; Update NEWS.md Micah Snyder 2025-01-13 16:37:01 -0500
  • 6e4c7a5814
    Fix bounds check in OLE2 decryption Micah Snyder 2024-10-16 17:04:05 -0400
  • 1de7092d6f
    Set version to 1.4.2, FLEVEL to 212; Update NEWS.md Micah Snyder 2025-01-13 16:35:39 -0500
  • 537500d1e9
    Rust: Update buggy vendored dependencies Micah Snyder 2025-01-13 16:31:38 -0500
  • 8b026626c9
    Merge pull request #1426 from micahsnyder/CLAM-2216-ClamOnAccLoop-1.0.8 Micah Snyder 2025-01-13 13:56:16 -0500
  • 41c25078b5
    GitHub Actions: Fix macOS build issues #1426 Micah Snyder 2024-05-03 10:49:40 -0400
  • 86a3835218
    Merge pull request #1398 from micahsnyder/CLAM-2712-freshclam-databasecustomurl-prune-bug Micah Snyder 2025-01-12 17:08:09 -0500
  • 8a48e9e72b
    Merge pull request #1366 from musicinmybrain/image-0.25 Micah Snyder 2025-01-12 16:47:46 -0500
  • 2ae13ae3c5
    Update Cargo.lock for image-0.25 #1366 Benjamin A. Beasley 2024-09-15 12:52:28 -0400
  • 128b2b40ec
    In libclamav_rust, use the current version of the image crate Benjamin A. Beasley 2024-09-15 12:50:07 -0400