Commit Graph

100 Commits (8f5cead087045c4c938dd10613ef8b8b91601c80)

Author SHA1 Message Date
Tomasz Kojm 94f8946c5a libclamav/matcher-ac.c: fix counting of subsig matches (bb#2001) 15 years ago
Tomasz Kojm 8ff82a6851 libclamav/matcher-ac.c: fix handling of VI/MACRO special offsets (bb#1957) 15 years ago
Török Edvin e4a0f2c94f fix compiler warnings (bb #1872, bb #1934, bb #1935) 15 years ago
Török Edvin fed7cf9711 shut up filter debug messages during DB load. 15 years ago
Török Edvin 5b74e89a35 enable prefiltering, and add to dconf. 16 years ago
Tomasz Kojm 8cf6cab95d chk prefix_length 16 years ago
Török Edvin 380ae30458 fix prefiltering build. 16 years ago
Török Edvin 02eabc6d1e Add the rest of the prefiltering glue code. 16 years ago
Török Edvin 551e73b783 matcher-ac: move leaf checks inside IS_FINAL. 16 years ago
Török Edvin ab89360583 Support for macros in logical subsignatures (bb #164). 16 years ago
Tomasz Kojm baf2e702e2 libclamav: provide information about lsig matches to bytecode (bb#1799) 16 years ago
Tomasz Kojm 2e4fd44f4f libclamav: provide offset in cli_ac_result (bb#1799) 16 years ago
Tomasz Kojm bb1e844cc2 fix some warnings 16 years ago
aCaB 1e7afd202b fix debug printf 16 years ago
aCaB 145a188666 hs api upgrade 16 years ago
aCaB d2ba6f98bb matching complete 16 years ago
Tomasz Kojm 0354e96264 fix maxpatlen 16 years ago
aCaB 49cc1e3c35 s/struct F_MAP/fmap_t/ 16 years ago
Tomasz Kojm 417b7509f6 libclamav/matcher-ac.c: fix matching of logical sigs (bb#1707) 16 years ago
Tomasz Kojm 04133ff998 libclamav: new signature blacklisting format (bb#1625) 16 years ago
Tomasz Kojm 723a44d54d libclamav/matcher-ac.c: add support for line marker (L) (matches CR, CRLF and boundaries) 16 years ago
Tomasz Kojm 8c3c77b49c libclamav/matcher-ac.c: implement word delimiter (B) as requested in bb#1631 16 years ago
Tomasz Kojm a6d4c62ee5 libclamav/matcher-ac.c: initial limited support for word boundary (bb#1631) 16 years ago
Tomasz Kojm 95ac9effe4 libclamav/matcher-ac.c: alternatives can now be negated: !(aa|bb|cc) 16 years ago
Tomasz Kojm 8cd9e4da7a fix copy&paste error 16 years ago
Tomasz Kojm 57e5af13c2 optimize alt handling 16 years ago
aCaB 49ee0318fc fix scanbuff callers 16 years ago
aCaB 048d76777f scanners to fmap - hackish 16 years ago
Tomasz Kojm 006f5fe642 libclamav: in bm_offmode only load sigs with non-floating absolute 16 years ago
Tomasz Kojm a4d5efb4fe fix fd check, thx aCaB 16 years ago
Tomasz Kojm 6bb841e896 libclamav/matcher-ac.c: improve handling of signature offsets 16 years ago
Tomasz Kojm aca9ea82df libclamav: handle relative offsets with cli_ac_data; fix offset logic 16 years ago
Tomasz Kojm 33872a43de libclamav: improve handling of signature offsets 16 years ago
Tomasz Kojm 8df99a92aa 0.95.2 16 years ago
Tomasz Kojm 64b9b982c7 allow offsets for all buffer types 16 years ago
Tomasz Kojm 871177cdd9 return codes cleanup (bb#1159) 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
Tomasz Kojm 589d8d8e99 libclamav: add default.h 17 years ago
Tomasz Kojm 41486c4253 libclamav/matcher-ac.c: fix parsing of lsig modifiers 17 years ago
Tomasz Kojm ab0d2f054d libclamav, clamd, clamscan: use cl_engine_set() to control AC settings 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 fc0493d2ca reduce memory usage of AC nodes 17 years ago
Török Edvin 6a21552ef2 have configure define NDEBUG unless we use --enable-debug, instead of having 17 years ago
aCaB 38e881e3c0 mpool cli_mp_hex2ui 17 years ago
Tomasz Kojm a305a2616a libclamav/matcher-ac.c: micro-optimization (bb#843), thanks to Edwin 17 years ago
aCaB d6e1ef1611 mempool deuglification 17 years ago
Török Edvin ad0fd7287a * libclamav/matcher-ac.c (cli_ac_addsig): need to use mpool allocated memory for ->str 17 years ago
Török Edvin 563582a1ec fix unit tests when mpool is activated 17 years ago
aCaB e21657dfc9 a faster and more compact allocator 17 years ago
aCaB 0d9dbdef21 some leaks fixed 17 years ago