Commit Graph

68 Commits (ad0fd7287a6147854c6c3cc8ee4764ab1ae5fcff)

Author SHA1 Message Date
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 1e2969a4e1 reenable non-mpooll builds 17 years ago
aCaB d22176efd2 MERGE COMPLETE 17 years ago
aCaB 0d9dbdef21 some leaks fixed 17 years ago
Török Edvin b36e9f8a1a mempool for regex_list/phishcheck 17 years ago
Török Edvin 29f241666f fix hexnew allocation, mempool for regex_list 17 years ago
aCaB a5746c2512 TODO: 17 years ago
aCaB 885c2bf5b9 builds with and without mpools (#define USE_MPOOL) but it's still very broked 17 years ago
aCaB 0728972ea5 (hoepfully) completed db load, regexes and hashes missing 17 years ago
Török Edvin ed65443330 fix whitespace 17 years ago
Török Edvin 3baee5029c convert a checked fixture into an unchecked fixture, 17 years ago
Tomasz Kojm 341faf6051 libclamav: drop obsolete code in matcher-ac 17 years ago
Török Edvin 5cd3f734a9 add lots of warnings flags to 'make distcheck', 17 years ago
Török Edvin e6f14011ef fix crash in SO_search when len == 1 17 years ago
Török Edvin 063ddd53f8 optimization: use the filter to avoid cli_bm_scanbuff calls 17 years ago
Török Edvin 1126559f77 flag for U: lines, format is one of: 17 years ago
Török Edvin 063bfe5e00 rename hashes -> md5_hashes 17 years ago
Török Edvin b611b5ff71 initial support for matching URLs against MD5 hashes 17 years ago
Török Edvin a2d14e06b9 add more unit-tests 17 years ago
Török Edvin a497dce52d fix compiler warnings 17 years ago
Török Edvin 9ee053feab handle multiple matches (bb #1110) 17 years ago
Tomasz Kojm 710a22f179 libclamav/matcher-ac.c: add support for returning multiple matches in cli_ac_scanbuff() 17 years ago
Török Edvin acee0f956d fix segfault in regex_list_done due to uninitialised value. 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
Tomasz Kojm 677fc4ba3b libclamav: add initial support for logical signatures (bb#896) 17 years ago
Török Edvin 3dcc2d784e more tests for regex 17 years ago
Török Edvin 82167b0a77 remove remaining CL_DEBUG, and add missing file 17 years ago
Török Edvin 250f2bc11d fix memory leak 17 years ago
Török Edvin 5ee56e4103 split up regex_list. 17 years ago
Török Edvin 9828566c2a unbreak make check 17 years ago
Török Edvin 2e11bcdfd9 performance improvements for URL matching (bb #725, bb #650): 17 years ago
Tomasz Kojm e8ae4fae02 faster loading of uncompressed .cld files 17 years ago
Tomasz Kojm 2023340a41 update copyrights and stick more files to GPLv2; move and add more credits to the AUTHORS file; add COPYING.BSD 17 years ago
Tomasz Kojm 5025967e6d use limits->maxfiles instead of MAX_EMBEDDED_OBJ for ZIP-SFX 17 years ago
Tomasz Kojm 6038397ea6 filetype detection improvements 18 years ago
Török Edvin d6df9ffb5a use pthread_cond_* instead of usleep() in MULTISCAN (bb #758) 18 years ago
aCaB 2455584143 sync to trunk 18 years ago
Tomasz Kojm 6b656d3608 compatibility with new matcher extension 18 years ago
Török Edvin c305bb5792 fix -pedantic warning. 18 years ago
Török Edvin 75fe12511f when domain matchers, preserve full subdomain(bb #721) 18 years ago
Török Edvin 5a9a9989b8 avoid holes in data-structures due to alignment. 18 years ago
Tomasz Kojm 056d95dc5a add (initial) support for direct loading of CVD files 18 years ago
Tomasz Kojm e81da56bb5 avoid circular list construction, when different versions of same .wdb is loaded twice. (BB #718) 18 years ago
Tomasz Kojm 3d53538b51 add cli_ac_setdepth(), --dev-ac-depth, DevACOnly, DevACDepth 18 years ago
Török Edvin 8ea27f5c18 fix some warnings 18 years ago
Török Edvin 7191e94bd9 avoid some false positives when there are spaces in URL. 18 years ago
Török Edvin 97ba1aed4b more improvements to the algorithm. 18 years ago
Török Edvin ecd2643ba9 fix off by one substring logic. 18 years ago