September 24, 2008
View 7d4b5f1

use clistrdup/free instead of blobs (bb #828)

Török Edvin authored on 2008/09/24 05:52:33
August 1, 2008
View 1126559

flag for U: lines, format is one of: U:MD5 U1:MD5 U2:MD5

Török Edvin authored on 2008/08/01 23:50:22
View b611b5f

initial support for matching URLs against MD5 hashes

Török Edvin authored on 2008/08/01 23:49:55
July 30, 2008
View 2b9e5d2

drop a redundant check from phishcheck. enable debug output in unit tests, they are dumped to unit_tests/test-stderr.log.

Török Edvin authored on 2008/07/30 02:19:07
July 23, 2008
View 2e11bcd

performance improvements for URL matching (bb #725, bb #650): * use a suffix AC-trie and a shift-or FSM to filter * rewrite the URL regex in C * use a perfect hash to lookup TLD and ccTLD, instead of a regex * TODO: suffixes having a common prefix: loop over all of them cli_ac_free: multiple virname pointing to same location

Török Edvin authored on 2008/07/23 22:51:57
April 3, 2008
View 2023340

update copyrights and stick more files to GPLv2; move and add more credits to the AUTHORS file; add COPYING.BSD

Tomasz Kojm authored on 2008/04/03 00:24:51
December 28, 2007
View 5a9a998

avoid holes in data-structures due to alignment.

Török Edvin authored on 2007/12/28 21:30:23
December 11, 2007
View 813864c

(hopefully) all the stuff lost

aCaB authored on 2007/12/11 07:17:06
October 3, 2007
View 830c1ea

avoid false positives with outbind:// URLs

Török Edvin authored on 2007/10/03 05:19:31
September 28, 2007
View b5341ac

more improvements to the url extraction algorithm (more to come later). Reduces false negatives. False positives ratio should be same.

Török Edvin authored on 2007/09/28 06:27:37
September 18, 2007
View 53ff1b0

add regcomp(), regexec() impl. from OpenBSD's libc. This code is licensed under the 3-clause BSD. This will be used instead of system provided regexec()/regcomp() to have consistent behaviour across platforms.

Török Edvin authored on 2007/09/18 03:54:56
June 30, 2007
View 38a0019

stick to GPLv2

Török Edvin authored on 2007/06/30 20:50:56
May 2, 2007
View 462e8e5

apply next set of patches for enabling phishing code

Török Edvin authored on 2007/05/02 01:46:52
March 11, 2007
View 43ecd9a

#include cleanup, Code cleanup, remove commented-out code, fix some gcc -W* warnings

Török Edvin authored on 2007/03/11 20:14:35
February 18, 2007
View a99111f

remove old CVS-stuff and make the repository look more like SVN

Sven Strickroth authored on 2007/02/18 04:02:20