Commit Graph

95 Commits (e6786fef39b6ddccae808c8bf61d38b928f3da6b)

Author SHA1 Message Date
Tomasz Kojm 5bdf0b2a45 clamconf: display info on software & dbs (bb#1461) 16 years ago
Török Edvin 62b7686d21 fix trailing bytes in base64 decoding (bb #1388, thanks Thiyaga <mthiyaga*corp.untd.com>) 16 years ago
Tomasz Kojm 2accc66fef libclamav, clamd, clamscan: replace cl_engine_(set|get) with cl_engine_set_(num|str) and cl_engine_get_(num|str) 16 years ago
Török Edvin e68d70e7e0 strerror/strerror_r->cli_strerror which is always thread safe. 16 years ago
Tomasz Kojm 99f817e731 libclamav: introduce cl_engine_settings_* API calls for copying settings between engines 16 years ago
Török Edvin 4e46d65d39 use sha256 instead of md5 in phishcheck. 17 years ago
Török Edvin 208bce76f9 remove nonexistent symbol to make Solaris linker happy. 17 years ago
Török Edvin e5e4a55410 merge from clamd-proto branch: introduce cli_ftw 17 years ago
Török Edvin ef4ed2e180 preliminary INSTREAM support. 17 years ago
Tomasz Kojm afff80efb9 libclamav, shared: minor cleanups; fix handling of long file names (bb#1349) 17 years ago
Török Edvin 3de54fe471 WIP switch to new multiscan code. 17 years ago
Török Edvin 7b57a8338e add dsig unit test 17 years ago
Tomasz Kojm 47d40feb7a libclamav: use LibTomMath by Tom St Denis instead of libgmp for multiple precision integer arithmetic (bb#1366) 17 years ago
Török Edvin db43492c79 remove nonexistent symbols from .map file, add dummy functions. 17 years ago
Tomasz Kojm 33068e0973 libclamav: drop cl_settempdir(); use cl_engine_set() with CL_ENGINE_TMPDIR and CL_ENGINE_KEEPTMP instead 17 years ago
Tomasz Kojm ab0d2f054d libclamav, clamd, clamscan: use cl_engine_set() to control AC settings 17 years ago
Tomasz Kojm b8fe70b3a3 libclamav: drop options parameter in cl_engine_new(); replace cl_engine_dup() with cl_engine_addref() 17 years ago
Tomasz Kojm c45c4c3db0 add cl_engine_(set|get) 17 years ago
Tomasz Kojm 724b2bf770 Move cl_engine from clamav.h to others.h; move cl_limits to cl_engine; 17 years ago
Török Edvin deb3031222 mempool statistics support 17 years ago
Török Edvin 563582a1ec fix unit tests when mpool is activated 17 years ago
Török Edvin d9282b9765 properly null-terminate buffer (bb #1223) 17 years ago
Török Edvin 5f3d802a2d remove duplicate symbol 17 years ago
Tomasz Kojm ec285505da unit_tests/check_matchers.c: add tests for cli_(ac|bm)_scanbuff 17 years ago
aCaB 5e07cfed01 unit tests for uniq 17 years ago
Török Edvin 2e64bd9fc5 add test for cli_hex2str (bb #930) 17 years ago
aCaB c92b0057f7 test_disasm 17 years ago
Török Edvin 10290ba3eb allow custom data to be associated with patterns (such as a regex) via a void* 17 years ago
Török Edvin 3dcc2d784e more tests for regex 17 years ago
Török Edvin 5ee56e4103 split up regex_list. 17 years ago
Török Edvin 5be3029f8f fix crash in js parser 17 years ago
Török Edvin 37e6472959 more unit tests for js normalizer 17 years ago
Török Edvin 4a6ade4489 add all needed files to EXTRA_DIST (to fix make distcheck) 17 years ago
Tomasz Kojm 72ce4b70eb improve handling of PDF, CAB, RTF, OLE2 and HTML files (sync with branch/0.93) 17 years ago
Török Edvin 7be8d871f6 replace cli_dbgmsg with a macro that avoids calling 18 years ago
aCaB 2455584143 sync to trunk 18 years ago
Török Edvin 9e751804a2 introduce cli_ctime() that uses ctime_r() when 18 years ago
Tomasz Kojm a3fe2c5ba1 make the parser more sensitive to syntax errors (bb#238) 18 years ago
Török Edvin 80cf63099c add support for version scripts when using Sun's ld on Solaris. 18 years ago
Török Edvin 3c5655fb6f add missing version script 18 years ago