Commit Graph

99 Commits (b6549d301eab4a07a7e1b1bbb926fbfc9ecde3ba)

Author SHA1 Message Date
Tomasz Kojm 3b7d319553 fix NULL dereference when running with a limited db 17 years ago
Török Edvin dfc0c031cb if there is a version.h.static use that instead of output from svnversion 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 b3b6f0e436 fix valgrind warning 17 years ago
Török Edvin b43205cb6a implement md5 URL match 17 years ago
Török Edvin b611b5ff71 initial support for matching URLs against MD5 hashes 17 years ago
Török Edvin d66b881218 add missing header 17 years ago
Török Edvin 7f0d1148d6 clamd, clamscan, libclamav: new option HeuristicScanPrecedence (bb #649) 17 years ago
Török Edvin 2b9e5d2971 drop a redundant check from phishcheck. 17 years ago
Török Edvin 35609fe5a0 param to isalnum() has to be unsigned 17 years ago
Török Edvin 2e11bcdfd9 performance improvements for URL matching (bb #725, bb #650): 17 years ago
Török Edvin c0d00d36ae update TLD list (bb #925) 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
Török Edvin d23bc0306d fix out of memory handling (bb #849). 18 years ago
Török Edvin 59838e6c64 change order of checks whitelist/isURL 18 years ago
aCaB 2455584143 sync to trunk 18 years ago
Török Edvin f12c2e6825 ignore invalid URLs containing double dots, optimization: cut URL after hostname 18 years ago
Török Edvin 75fe12511f when domain matchers, preserve full subdomain(bb #721) 18 years ago
Török Edvin 1eed6af5b9 fix leaks introduced by r3417. 18 years ago
aCaB 813864ce6b (hopefully) all the stuff lost 18 years ago
Török Edvin 88c90922be revert change from trunk and move to branch. 18 years ago
Török Edvin a4e6ac4d78 remove "all domain scan" feature from phishcheck (--no-phishing-restrictedscan). Nobody is using it. 18 years ago
Török Edvin 37dd9c04c4 better handling for \n 18 years ago
Török Edvin a57cfac603 remove incorrect free_if_needed call 18 years ago
Török Edvin 830c1eaed2 avoid false positives with outbind:// URLs 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
Török Edvin 7da9bd64eb fix NULL deref. bug, use of uninitialized variable, and memory leak from yesterday's commit. 18 years ago
Török Edvin b5341ac052 more improvements to the url extraction algorithm (more to come later). 18 years ago
Török Edvin 6a929d834c improve url extraction algorithm. 18 years ago
Török Edvin 53ff1b0490 add regcomp(), regexec() impl. from OpenBSD's libc. 18 years ago
Török Edvin 4c748c36e3 make debug output look better (patch from Sven) 18 years ago
Török Edvin 7c6c3e1317 libclamav/phishcheck.c: Don't report phishing on broken urls containing > in the hostname. (bb #619) 18 years ago
Török Edvin 2d33c3a396 workaround Solaris problem with regexec() [bb #598] 18 years ago
Török Edvin 89c762904c Fix (null) FOUND 18 years ago
Török Edvin e1a2e45704 fix typo in regex 18 years ago
Török Edvin 38a0019993 stick to GPLv2 18 years ago
Török Edvin 3fced6f7b0 Rename Phishing.Email.* to Phishing.Heuristics.Email.*. Update documentation. 18 years ago
Török Edvin 253808067b let .*db signatures take precedence over Phishing.Email.* signatures (patch approved by TK) 18 years ago
Török Edvin 10af98a4bb bb #497 18 years ago
Török Edvin 462e8e5eb3 apply next set of patches for enabling phishing code 18 years ago
Török Edvin 0566dc4247 check if real URL is really an URL. (in response to FP report 983532) 18 years ago
Török Edvin 293b4d909d Remove cl_experimental wrapper for phishcheck, and entconv 18 years ago
Török Edvin 43ecd9a14b #include cleanup, Code cleanup, remove commented-out code, fix some gcc -W* warnings 18 years ago
Török Edvin 99330b5c9c Remove obsolete $Log$ keyword. 19 years ago
Sven Strickroth a99111f050 remove old CVS-stuff and make the repository look more like SVN 19 years ago
Nigel Horne 1d65e9a377 Fix warning 19 years ago
Nigel Horne 89d4073d87 Fix compilation errors on BeOS 19 years ago