Commit Graph

34 Commits (cb4e478c1a4ba15145891ff724188e7f666fd717)

Author SHA1 Message Date
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
Tomasz Kojm db6d816658 fix hexurl regex (bb#288) 19 years ago
Tomasz Kojm fc83da8244 remove some gcc warnings 19 years ago
Tomasz Kojm e48dcea965 fix some includes 19 years ago
Tomasz Kojm 6e9650525a phishing fixes (bb#157) 19 years ago
Tomasz Kojm c7090d88b6 add img url link-type filtering 19 years ago
Tomasz Kojm 19b3e18271 phishing patch from Edwin (closes bb#157, #174, #222, #224) 19 years ago
Tomasz Kojm 9f8098c075 options cleanup 19 years ago
Tomasz Kojm 9db681572a fix some compiler warnings 19 years ago
Tomasz Kojm 15b08fbbe2 code cleanup 19 years ago
Tomasz Kojm ec48102709 apply patches for the anti-phish code from Edwin 19 years ago
Tomasz Kojm 6c6599198d fix crash in phishing code on database reload (Edvin Torok) 19 years ago
Tomasz Kojm 3da4dd4c77 make the experimental anti-phishing code more thread safe 19 years ago
Nigel Horne 22e811e43d Ported to VS2005 19 years ago