ClamAV is an open source (GPLv2) anti-virus toolkit.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Micah Snyder
7b563ca798
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.
|
7 years ago |
.. |
.split
|
clamd, clamscan, libclamav: new option HeuristicScanPrecedence (bb #649)
|
17 years ago |
input
|
testcase for cl_scan APIs
|
14 years ago |
.gitignore
|
add unit_test/.gitignore
|
16 years ago |
Makefile.am
|
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).
|
7 years ago |
Makefile.in
|
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.
|
7 years ago |
buf.nocomment.ref
|
add htmlnorm unit tests and fix jsnorm space normalization
|
17 years ago |
buf.notags.ref
|
add htmlnorm unit tests and fix jsnorm space normalization
|
17 years ago |
check1_clamscan.sh
|
Use automake's parallel tests feature.
|
16 years ago |
check2_clamd.sh
|
Use automake's parallel tests feature.
|
16 years ago |
check3_clamd.sh
|
Use automake's parallel tests feature.
|
16 years ago |
check4_clamd.sh
|
Use automake's parallel tests feature.
|
16 years ago |
check5_clamd_vg.sh
|
Fix valgrind tests.
|
15 years ago |
check6_clamd_vg.sh
|
Fix valgrind tests.
|
15 years ago |
check7_clamd_hg.sh
|
Fix valgrind tests.
|
15 years ago |
check8_clamd_hg.sh
|
Fix valgrind tests.
|
15 years ago |
check9_clamscan_vg.sh
|
Fix valgrind tests.
|
15 years ago |
check_bytecode.c
|
Restructured scan options flags from a single bitflag field to a structure containing multiple bitflag fields. This also required adding a new function to the bytecode API to get scan options a la carte, and modifying the existing function to hand back scan options in the old/deprecated uint32_t bitflag format. Re-generated bytecode iface header files.
|
7 years ago |
check_clamav.c
|
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.
|
7 years ago |
check_clamav_skip.c
|
Finish phase 1 of silencing compiler warnings
|
11 years ago |
check_clamd.c
|
Spelling Adjustments (#30)
|
7 years ago |
check_common.sh
|
Changing numerous scan options' names, primarily those of heuristic signatature alert options. Original options (command line and clamd) will remain as deprecated & undocumented for a couple releases. Added 2 extra scan options to allow users to differentiate between alerting on encrypted archives vs encrypted documents (bb11911).
|
7 years ago |
check_disasm.c
|
mass update of copyright headers
|
10 years ago |
check_fpu_endian.c
|
Spelling Adjustments (#30)
|
7 years ago |
check_freshclam.sh
|
add unit tests for binaries
|
17 years ago |
check_htmlnorm.c
|
mass update of copyright headers
|
10 years ago |
check_jsnorm.c
|
bb11798 - fix unit tests.
|
8 years ago |
check_matchers.c
|
Restructured scan options flags from a single bitflag field to a structure containing multiple bitflag fields. This also required adding a new function to the bytecode API to get scan options a la carte, and modifying the existing function to hand back scan options in the old/deprecated uint32_t bitflag format. Re-generated bytecode iface header files.
|
7 years ago |
check_regex.c
|
Restructured scan options flags from a single bitflag field to a structure containing multiple bitflag fields. This also required adding a new function to the bytecode API to get scan options a la carte, and modifying the existing function to hand back scan options in the old/deprecated uint32_t bitflag format. Re-generated bytecode iface header files.
|
7 years ago |
check_sigtool.sh
|
add unit tests for binaries
|
17 years ago |
check_str.c
|
mass update of copyright headers
|
10 years ago |
check_uniq.c
|
mass update of copyright headers
|
10 years ago |
check_unit_vg.sh
|
Fix unit test script.
|
15 years ago |
checks.h
|
bytecode: add unit tests and ChangeLog.
|
16 years ago |
checks_common.h
|
add missing file
|
17 years ago |
duma_tests.sh
|
disable duma tests by default, they time out even on fast machines.
|
16 years ago |
efence_tests.sh
|
set EF_ALIGNMENT=8 for non-x86 platforms. (bb #1385)
|
16 years ago |
encode.js.ref
|
add htmlnorm unit tests and fix jsnorm space normalization
|
17 years ago |
encode.nocomment.ref
|
add htmlnorm unit tests and fix jsnorm space normalization
|
17 years ago |
js.js.ref
|
Revert "follow-up bb#11217 - fixed html normalization"
|
11 years ago |
js.nocomment.ref
|
add htmlnorm unit tests and fix jsnorm space normalization
|
17 years ago |
preload_run.sh
|
Allow ulimit to fail (bb #2301).
|
15 years ago |
test-freshclam.conf
|
we need a config file for freshclam just to test -V, use a minimal one.
|
17 years ago |
test.nocomment.ref
|
add htmlnorm unit tests and fix jsnorm space normalization
|
17 years ago |
test.notags.ref
|
add htmlnorm unit tests and fix jsnorm space normalization
|
17 years ago |
urls.nocomment.ref
|
add htmlnorm unit tests and fix jsnorm space normalization
|
17 years ago |
urls.notags.ref
|
add htmlnorm unit tests and fix jsnorm space normalization
|
17 years ago |
valgrind.supp
|
bb11887 - add valgrind supression rules for FreeBSD.
|
8 years ago |
valgrind_tests.sh
|
Converting http urls to https urls. Primary focus was on clamav.net urls. I updated a couple others and fixes a few broken links as well. There are many (non-clamav.net) urls I didn't address, especially in 3rd party or contrib code.
|
7 years ago |
virusaction-test.sh
|
unit_tests/virusaction-test.sh: ignore pathnames (bb#1274)
|
17 years ago |