Browse code

Remove obsolete $Log$ keyword.

git-svn: trunk@2812

Török Edvin authored on 2007/02/19 01:42:10
Showing 5 changed files
... ...
@@ -1,3 +1,6 @@
1
+Sun Feb 18 16:42:45 CET 2007 (edwin)
2
+------------------------------------
3
+  * libclamav/phish_*.c, regex_list.c: Remove obsolete $Log$ keyword.		
1 4
 Sun Feb 18 15:32:45 CET 2007 (tk)
2 5
 ---------------------------------
3 6
   * libclamav/filetypes.c: add more tags to HTML rule set (bb#218)
... ...
@@ -18,37 +18,6 @@
18 18
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
19 19
  *  MA 02110-1301, USA.
20 20
  *
21
- *  $Log: phish_domaincheck_db.c,v $
22
- *  Revision 1.5  2006/10/10 23:51:49  tkojm
23
- *  apply patches for the anti-phish code from Edwin
24
- *
25
- *  Revision 1.4  2006/10/07 13:55:01  tkojm
26
- *  fix handlers
27
- *
28
- *  Revision 1.3  2006/10/07 11:00:46  tkojm
29
- *  make the experimental anti-phishing code more thread safe
30
- *
31
- *  Revision 1.2  2006/09/26 18:55:36  njh
32
- *  Fixed portability issues
33
- *
34
- *  Revision 1.1  2006/09/13 19:40:27  njh
35
- *  First draft
36
- *
37
- *  Revision 1.1  2006/09/12 19:38:39  acab
38
- *  Phishing module merge - libclamav
39
- *
40
- *  Revision 1.3  2006/08/20 21:18:11  edwin
41
- *  Added the script used to generate iana_tld.sh
42
- *  Added checks for phish_domaincheck_db
43
- *  Added phishing module design document from wiki (as discussed with aCaB).
44
- *  Updated .wdb/.pdb format documentation (in regex_list.c)
45
- *  Fixed some memory leaks in regex_list.c
46
- *  IOW: cleanups before the deadline.
47
- *  I consider my module to be ready for evaluation now.
48
- *
49
- *  Revision 1.2  2006/08/09 16:26:44  edwin
50
- *  Forgot to add these files
51
- *
52 21
  */
53 22
 
54 23
 #if HAVE_CONFIG_H
... ...
@@ -18,43 +18,6 @@
18 18
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
19 19
  *  MA 02110-1301, USA.
20 20
  *
21
- *  $Log: phish_whitelist.c,v $
22
- *  Revision 1.7  2007/01/13 19:39:21  tkojm
23
- *  phishing fixes (bb#157)
24
- *
25
- *  Revision 1.6  2006/10/10 23:51:49  tkojm
26
- *  apply patches for the anti-phish code from Edwin
27
- *
28
- *  Revision 1.5  2006/10/07 13:55:01  tkojm
29
- *  fix handlers
30
- *
31
- *  Revision 1.4  2006/10/07 11:00:46  tkojm
32
- *  make the experimental anti-phishing code more thread safe
33
- *
34
- *  Revision 1.3  2006/09/26 18:55:36  njh
35
- *  Fixed portability issues
36
- *
37
- *  Revision 1.2  2006/09/17 14:50:58  njh
38
- *  Sync with latest CVS
39
- *
40
- *  Revision 1.2  2006/09/14 07:05:06  njh
41
- *  Fix 'multiple main' definitions
42
- *
43
- *  Revision 1.1  2006/09/12 19:38:39  acab
44
- *  Phishing module merge - libclamav
45
- *
46
- *  Revision 1.16  2006/08/06 20:27:07  edwin
47
- *  New option to enable phish scan for all domains (disabled by default).
48
- *  You will now have to run clamscan --phish-scan-alldomains to have any phishes detected.
49
- *  Updated phishcheck control flow to better incorporate the domainlist.
50
- *  Updated manpage with new options.
51
- *
52
- *  TODO:there is a still-reachable leak in regex_list.c
53
- *
54
- *  Revision 1.15  2006/07/31 20:12:30  edwin
55
- *  Preliminary support for domain databases (domains to check by phishmodule)
56
- *  Better memory allocation failure handling in regex_list
57
- *
58 21
  */
59 22
 
60 23
 #if HAVE_CONFIG_H
... ...
@@ -18,131 +18,6 @@
18 18
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
19 19
  *  MA 02110-1301, USA.
20 20
  *
21
- *  $Log: phishcheck.c,v $
22
- *  Revision 1.24  2007/02/13 19:09:11  njh
23
- *  Fix warning
24
- *
25
- *  Revision 1.23  2007/02/13 19:04:07  njh
26
- *  Fix compilation errors on BeOS
27
- *
28
- *  Revision 1.22  2007/02/12 20:34:31  tkojm
29
- *  fix hexurl regex (bb#288)
30
- *
31
- *  Revision 1.21  2007/02/11 00:41:13  tkojm
32
- *  remove some gcc warnings
33
- *
34
- *  Revision 1.20  2007/01/30 18:29:21  tkojm
35
- *  fix some includes
36
- *
37
- *  Revision 1.19  2007/01/13 19:39:21  tkojm
38
- *  phishing fixes (bb#157)
39
- *
40
- *  Revision 1.18  2007/01/12 17:36:53  tkojm
41
- *  add img url link-type filtering
42
- *
43
- *  Revision 1.17  2007/01/12 17:29:09  tkojm
44
- *  phishing patch from Edwin (closes bb#157, #174, #222, #224)
45
- *
46
- *  Revision 1.16  2006/12/20 01:23:50  tkojm
47
- *  options cleanup
48
- *
49
- *  Revision 1.15  2006/12/19 20:30:17  tkojm
50
- *  fix some compiler warnings
51
- *
52
- *  Revision 1.14  2006/10/14 23:52:01  tkojm
53
- *  code cleanup
54
- *
55
- *  Revision 1.13  2006/10/10 23:51:49  tkojm
56
- *  apply patches for the anti-phish code from Edwin
57
- *
58
- *  Revision 1.12  2006/10/08 18:55:15  tkojm
59
- *  fix crash in phishing code on database reload (Edvin Torok)
60
- *
61
- *  Revision 1.11  2006/10/07 11:00:46  tkojm
62
- *  make the experimental anti-phishing code more thread safe
63
- *
64
- *  Revision 1.10  2006/09/27 14:23:14  njh
65
- *  Ported to VS2005
66
- *
67
- *  Revision 1.9  2006/09/26 18:55:36  njh
68
- *  Fixed portability issues
69
- *
70
- *  Revision 1.8  2006/09/19 16:52:09  njh
71
- *  Fixed inconsistency between phishcheck.c and phishcheck.h
72
- *
73
- *  Revision 1.7  2006/09/18 17:10:07  njh
74
- *  Fix compilation error on Solaris 10
75
- *
76
- *  Revision 1.6  2006/09/16 15:49:27  acab
77
- *  phishing: fixed bugs and updated docs
78
- *
79
- *  Revision 1.5  2006/09/16 05:59:14  njh
80
- *  Fixed compiler warning
81
- *
82
- *  Revision 1.4  2006/09/16 05:39:54  njh
83
- *  Tidied print statement
84
- *
85
- *  Revision 1.3  2006/09/15 16:27:50  njh
86
- *  Better way to find string length in str_strip
87
- *
88
- *  Revision 1.2  2006/09/14 08:59:37  njh
89
- *  Fixed some NULL pointers
90
- *
91
- *  Revision 1.1  2006/09/12 19:38:39  acab
92
- *  Phishing module merge - libclamav
93
- *
94
- *  Revision 1.28  2006/09/09 09:49:27  edwin
95
- *  Fix Solaris compilation problem
96
- *
97
- *  Revision 1.27  2006/08/28 08:43:06  edwin
98
- *  Fixed a few minor leaks.
99
- *  Valgrind now says:"All heap blocks were freed -- no leaks are possible"
100
- *
101
- *  Revision 1.26  2006/08/20 21:18:11  edwin
102
- *  Added the script used to generate iana_tld.sh
103
- *  Added checks for phish_domaincheck_db
104
- *  Added phishing module design document from wiki (as discussed with aCaB).
105
- *  Updated .wdb/.pdb format documentation (in regex_list.c)
106
- *  Fixed some memory leaks in regex_list.c
107
- *  IOW: cleanups before the deadline.
108
- *  I consider my module to be ready for evaluation now.
109
- *
110
- *  Revision 1.25  2006/08/19 21:08:47  edwin
111
- *  Fixed:Forgot to add form tag handling when it contains images.
112
- *  Various fixes to get rid of gcc warnings.
113
- *
114
- *  Revision 1.24  2006/08/19 13:30:34  edwin
115
- *  iana_tld.h was missing from the list of header files.
116
- *  commentedout network code (unused currently)
117
- *
118
- *  Revision 1.23  2006/08/17 20:31:43  edwin
119
- *  Disable extracting hrefs from mails in mbox, if: we aren't scanning for phish, and mailfollowurls is off.
120
- *  Fix a still reachable leak. Remove unneeded build_regex_list export.
121
- *
122
- *  Revision 1.22  2006/08/12 14:35:34  edwin
123
- *  Fix some compiler warnings.
124
- *  Fix an assertion failure in regex_list.
125
- *  Interpret display links that start with http|https|ftp, always as an URL.
126
- *
127
- *  Revision 1.21  2006/08/06 20:27:07  edwin
128
- *  New option to enable phish scan for all domains (disabled by default).
129
- *  You will now have to run clamscan --phish-scan-alldomains to have any phishes detected.
130
- *  Updated phishcheck control flow to better incorporate the domainlist.
131
- *  Updated manpage with new options.
132
- *
133
- *  TODO:there is a still-reachable leak in regex_list.c
134
- *
135
- *  Revision 1.20  2006/08/01 20:19:14  edwin
136
- *  Integrate domainlist check into phishcheck. Warning: enabled by default.
137
- *  Regex bracket handling update.
138
- *  Better regex paranthesized & alternate expression handling.
139
- *
140
-
141
-case CL_PHISH_HOST_NOT_LISTED:
142
- return "Host not listed in .pdb -> not checked";*  Revision 1.19  2006/07/31 20:12:30  edwin
143
- *  Preliminary support for domain databases (domains to check by phishmodule)
144
- *  Better memory allocation failure handling in regex_list
145
- *
146 21
  */
147 22
 
148 23
 #if HAVE_CONFIG_H
... ...
@@ -18,114 +18,6 @@
18 18
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
19 19
  *  MA 02110-1301, USA.
20 20
  *
21
- *  $Log: regex_list.c,v $
22
- *  Revision 1.18  2006/12/19 20:47:45  tkojm
23
- *  strict whitelisting
24
- *
25
- *  Revision 1.17  2006/12/19 20:30:17  tkojm
26
- *  fix some compiler warnings
27
- *
28
- *  Revision 1.16  2006/12/02 00:42:44  tkojm
29
- *  add functionality level support for .pdb/.wdb files
30
- *
31
- *  Revision 1.15  2006/11/15 15:26:54  tkojm
32
- *  pattern matcher accuracy improvements
33
- *
34
- *  Revision 1.14  2006/11/05 18:16:56  acab
35
- *  Patch for bug 52 from Edvin
36
- *
37
- *  Revision 1.13  2006/10/30 17:53:03  tkojm
38
- *  apply patch from Edvin reported by Luca
39
- *
40
- *  Revision 1.12  2006/10/28 15:34:40  tkojm
41
- *  .pdb/.wdb files now use colon as delimiter
42
- *
43
- *  Revision 1.11  2006/10/15 19:16:33  tkojm
44
- *  allow loading multiple .pdb/.wdb files
45
- *
46
- *  Revision 1.10  2006/10/14 23:52:02  tkojm
47
- *  code cleanup
48
- *
49
- *  Revision 1.9  2006/10/10 23:51:49  tkojm
50
- *  apply patches for the anti-phish code from Edwin
51
- *
52
- *  Revision 1.8  2006/10/08 18:55:15  tkojm
53
- *  fix crash in phishing code on database reload (Edvin Torok)
54
- *
55
- *  Revision 1.7  2006/10/07 11:00:46  tkojm
56
- *  make the experimental anti-phishing code more thread safe
57
- *
58
- *  Revision 1.6  2006/09/27 19:14:49  njh
59
- *  Fix segfault on Solaris
60
- *
61
- *  Revision 1.5  2006/09/26 18:55:36  njh
62
- *  Fixed portability issues
63
- *
64
- *  Revision 1.4  2006/09/25 18:27:00  njh
65
- *  Fix handling of escaped characters
66
- *
67
- *  Revision 1.3  2006/09/24 19:28:03  acab
68
- *  fixes for type "R" regex handler
69
- *
70
- *  Revision 1.2  2006/09/16 15:49:27  acab
71
- *  phishing: fixed bugs and updated docs
72
- *
73
- *  Revision 1.1  2006/09/12 19:38:39  acab
74
- *  Phishing module merge - libclamav
75
- *
76
- *  Revision 1.13  2006/09/11 19:25:08  edwin
77
- *  Non-printable characters in regex (although they are invalid inside an url, added some support for it).
78
- *
79
- *  Revision 1.12  2006/08/28 08:43:06  edwin
80
- *  Fixed a few minor leaks.
81
- *  Valgrind now says:"All heap blocks were freed -- no leaks are possible"
82
- *
83
- *  Revision 1.11  2006/08/20 21:18:11  edwin
84
- *  Added the script used to generate iana_tld.sh
85
- *  Added checks for phish_domaincheck_db
86
- *  Added phishing module design document from wiki (as discussed with aCaB).
87
- *  Updated .wdb/.pdb format documentation (in regex_list.c)
88
- *  Fixed some memory leaks in regex_list.c
89
- *  IOW: cleanups before the deadline.
90
- *  I consider my module to be ready for evaluation now.
91
- *
92
- *  Revision 1.10  2006/08/20 19:42:02  edwin
93
- *  Fix custom character class, and generic regex handling.
94
- *
95
- *  Revision 1.9  2006/08/19 21:08:47  edwin
96
- *  Fixed:Forgot to add form tag handling when it contains images.
97
- *  Various fixes to get rid of gcc warnings.
98
- *
99
- *  Revision 1.8  2006/08/19 09:26:51  edwin
100
- *  regex_list.c: Fixed regex alternatives handling (bug discovered with autotests).
101
- *  And forgot to commit manager.c last time.
102
- *
103
- *  Revision 1.7  2006/08/17 20:31:43  edwin
104
- *  Disable extracting hrefs from mails in mbox, if: we aren't scanning for phish, and mailfollowurls is off.
105
- *  Fix a still reachable leak. Remove unneeded build_regex_list export.
106
- *
107
- *  Revision 1.6  2006/08/12 14:35:34  edwin
108
- *  Fix some compiler warnings.
109
- *  Fix an assertion failure in regex_list.
110
- *  Interpret display links that start with http|https|ftp, always as an URL.
111
- *
112
- *  Revision 1.5  2006/08/06 20:27:07  edwin
113
- *  New option to enable phish scan for all domains (disabled by default).
114
- *  You will now have to run clamscan --phish-scan-alldomains to have any phishes detected.
115
- *  Updated phishcheck control flow to better incorporate the domainlist.
116
- *  Updated manpage with new options.
117
- *
118
- *  TODO:there is a still-reachable leak in regex_list.c
119
- *
120
- *  Revision 1.4  2006/08/01 20:19:15  edwin
121
- *  Integrate domainlist check into phishcheck. Warning: enabled by default.
122
- *  Regex bracket handling update.
123
- *  Better regex paranthesized & alternate expression handling.
124
- *
125
- *  Revision 1.3  2006/07/31 20:12:30  edwin
126
- *  Preliminary support for domain databases (domains to check by phishmodule)
127
- *  Better memory allocation failure handling in regex_list
128
- *
129 21
  */
130 22
 
131 23
 #if HAVE_CONFIG_H