log src/scanner.cpp @ 455:48cfa55cd73b

age author description
Fri, 03 Nov 2017 10:50:12 -0700 Carl Byington code cleanup stable-6-0-65
Mon, 09 Sep 2013 19:30:21 -0700 Carl Byington Code cleanup, increase minimum hostname length for uribl checking
Mon, 09 Sep 2013 15:15:53 -0700 Carl Byington Use mozilla prefix list for tld checking, Enable surbl/uribl/dbl rhs lists stable-6-0-35
Mon, 15 Aug 2011 21:08:11 -0700 Carl Byington const correctness fixes from new gcc, libresolv.a moved to glibc-static on newer distributions stable-6-0-27
Tue, 29 Sep 2009 11:36:15 -0700 Carl Byington Add surbl checks on the smtp helo value, client reverse dns name, and mail from domain name
Sat, 27 Dec 2008 22:40:12 -0800 Carl Byington Never whitelist self addressed mail. Changes for Fedora 10 and const correctness.
Sat, 22 Mar 2008 11:19:36 -0700 Carl Byington Extend auto-whitelisting when receiving mail even if the auto whitelist is specified in a parent context. stable-6-0-18
Sat, 07 Jul 2007 10:26:31 -0700 carl gpl3, block mail to recipients that cannot reply
Mon, 04 Dec 2006 21:49:09 -0800 carl fix 5.23 bug and add fsa debug logging stable-5-26
Tue, 10 Oct 2006 19:12:16 -0700 carl require two periods for ip addresses stable-5-23
Tue, 01 Aug 2006 10:44:55 -0700 carl uribl lookups fully qualified; allow two component host names
Tue, 01 Aug 2006 10:44:55 -0700 carl uribl lookups fully qualified; allow two component host names
Sun, 12 Mar 2006 12:38:43 -0800 carl uribl patch from Jeff Evans <jeffe@tricab.com>
Sun, 12 Mar 2006 10:15:39 -0800 carl uribl patch from Jeff Evans <jeffe@tricab.com>
Tue, 19 Jul 2005 22:47:15 -0700 carl add multiple debug syslog levels, remove duplicate dnsbl definitions
Sat, 16 Jul 2005 13:47:19 -0700 carl start coding on new config syntax
Wed, 13 Jul 2005 23:04:14 -0700 carl start coding on new config syntax
Sun, 10 Jul 2005 14:19:00 -0700 carl start coding on new config syntax
Sun, 10 Jul 2005 13:28:33 -0700 carl start coding on new config syntax
Sat, 02 Apr 2005 12:12:23 -0800 carl fix fedora core 3 compile error - enum list cannot end with comma
Sat, 22 Jan 2005 18:07:09 -0800 carl add uuencode decoding
Sat, 22 Jan 2005 18:07:09 -0800 carl add uuencode decoding
Thu, 15 Jul 2004 23:01:41 -0700 carl host names cannot have consecutive periods.
Sat, 10 Jul 2004 09:09:39 -0700 carl final changes for 3.3
Fri, 09 Jul 2004 07:53:02 -0700 carl changes for 3.2
Mon, 05 Jul 2004 13:09:44 -0700 carl updates for 3.2, try to drop root privileges
Mon, 05 Jul 2004 10:52:02 -0700 carl updates for 3.2, changing file layout, add queueid to messages
Sun, 30 May 2004 23:57:13 -0700 carl add -pthread compiler option, fix error in scanning for end of html comment
Sat, 29 May 2004 15:36:14 -0700 carl failed to lowercase the first char of html tags stable-2-6
Sat, 29 May 2004 08:34:58 -0700 carl consider <!tag> to be bad html tag
Thu, 27 May 2004 21:30:26 -0700 carl ignore text including bad html tags inside comments stable-2-5
Thu, 27 May 2004 16:17:48 -0700 carl add syslog msg freeing memory, use bare tld names without leading period stable-2-4
Thu, 27 May 2004 10:08:51 -0700 carl add configurable list of tlds
Sat, 22 May 2004 22:30:45 -0700 carl add configurable host name limit and bad html tag limits. stable-2-3
Fri, 21 May 2004 21:45:36 -0700 carl better scanning for bad html tags, allow binary zip and gz files with random char sequences
Wed, 19 May 2004 21:40:50 -0700 carl start coding for bad html tag detection
Wed, 12 May 2004 13:23:22 -0700 carl add url decoding stage, allow http:/ single / in yahoo redirector, allow ip address hostnames
Fri, 30 Apr 2004 22:44:56 -0700 carl fix problems in the state transitions causing impossible states
Fri, 30 Apr 2004 00:32:44 -0700 carl add scanning for bare hostnames
Thu, 29 Apr 2004 22:05:03 -0700 carl add scanning for bare hostnames
Thu, 29 Apr 2004 21:56:22 -0700 carl add scanning for bare hostnames
Fri, 23 Apr 2004 22:45:10 -0700 carl fix memory leak with duplicate url host names, stable-2-0
Thu, 22 Apr 2004 20:19:01 -0700 carl integration work on url scanner
Thu, 22 Apr 2004 14:00:02 -0700 carl integration work on url scanner
Thu, 22 Apr 2004 11:25:45 -0700 carl integration work on url scanner
Thu, 22 Apr 2004 08:38:07 -0700 carl stable standalone scanner module
Wed, 21 Apr 2004 22:39:46 -0700 carl start work on content url scanner