Browse code

doc update

git-svn-id: file:///var/lib/svn/clamav-devel/trunk/clamav-devel@499 77e5149b-7576-45b1-b177-96237e5ba77b

Tomasz Kojm authored on 2004/04/17 05:19:50
Showing 91 changed files
... ...
@@ -16,6 +16,8 @@ System administrator (WWW, mailing lists, mirror coordinator, virus
16 16
 submission mechanism)
17 17
 
18 18
 Trog <trog*clamav.net>
19
+gpg key   : http://www.clamav.net/gpg/trog.gpg
20
+GPG fingerprint = 35A1 C90A F692 B727 9BBB  2C94 F4F0 D46F 6AF8 3CA3
19 21
 OLE2 and VBA decoders, new thread manager in clamd.
20 22
 
21 23
 Thomas Lamy <tlamy*clamav.net>
... ...
@@ -45,6 +47,8 @@ Tomasz Papszun <tomek*clamav.net>
45 45
 gpg key	  : http://www.clamav.net/gpg/tomek.gpg
46 46
 GPG fingerprint = F115 0CA4 775D 9898 6F32  0F98 C0C2 2079 C1CA 59EE
47 47
 
48
+Trog <trog*clamav.net> (macro viruses)
49
+
48 50
 
49 51
 ClamAV logo: Mia Kalenius and Sergei Pronin <sp*finndesign.fi>
50 52
 TrashScan was written by Trashware <trashware*gmx.net>.
... ...
@@ -3,8 +3,8 @@ here may not be available in binary packages.
3 3
 --
4 4
 
5 5
 
6
-0.70-rc
6
+0.70
7
+----
7 8
 
8 9
 The two major changes in this version are new thread manager in clamd
9 10
 and support for decoding MS Office VBA macros. Both of them have been
... ...
@@ -14,48 +14,62 @@ implemented by Trog. Besides, there are many improvements and bugfixes
14 14
 -) clamd
15 15
     + new thread manager (with better SMP support)
16 16
     + on-access scanning now also available on FreeBSD (with Dazuko 2.0)
17
-    + new directive: ArchiveDetectEncrypted
17
+    + new directive ArchiveBlockEncrypted
18
+    + new directive ReadTimeout (replaces ThreadTimeout)
18 19
     + handle SIGHUP (re-open logfile), SIGUSR2 (reload database)
20
+    + respect TCPAddr in stream scanner
19 21
 
20 22
 -) clamav-milter:
21 23
     + TCPWrappers support
22 24
 
23 25
 -) libclamav:
24
-    + fixed crash with some RAR archives generated by the Bagle worm
25
-    + support for MS Office documents (OLE2) and VBA macros decompression
26
-    + support for encrypted archive detection
26
+    + support MS Office documents (OLE2) and VBA macro decoding
27
+    + support encrypted archive detection
27 28
     + new flags: CL_OLE2, CL_ENCRYPTED (see clamdoc.pdf, Section 6.1)
28
-    + improved support for mail files (especially bounces)
29
-    + improved RAR support
29
+    + improve virus detection in big files
30
+    + improve support for multipart, bounce and embedded RFC822 messages
31
+    + improve RAR support
32
+    + include backup snprintf implementation
30 33
 
31 34
 -) clamscan:
32
-    + new option: --detect-encrypted
35
+    + new option: --block-encrypted
33 36
 
34 37
 -) freshclam
35 38
     + new option: --pid, -p (write pid file if run as daemon)
36 39
     + handle SIGHUP (re-open logfile), SIGTERM (terminate with log message),
37 40
       SIGALRM and SIGUSR1 (wake up and check mirror)
38
-    + fixed bug with -u and -c handling
41
+    + fix bug with -u and -c handling
39 42
 
40 43
 -) documentation:
41 44
     + new Polish documentation on ClamAV and Samba integration
42 45
     + official documentation updated
43 46
 
44 47
 
45
-Special thanks to Dirk Mueller <mueller*kde.org> for the code review and
48
+Special thanks to Dirk Mueller <mueller*kde.org> for his code review,
46 49
 many bugfixes and cleanups.
47 50
 
48 51
 
52
+There will be no major feature enhancements in the 0.7x series. Our work
53
+will be concentrated on a new scanning engine and preliminary heuristics -
54
+please help us and test CVS snapshots from time to time.
55
+
56
+
49 57
 We are happy to announce new programs with support for ClamAV (all of them
50
-have been reviewed by our team):
58
+have been reviewed by our team - more info in the documentation and
59
+on our website: http://www.clamav.net/3rdparty.html):
60
+
61
+    + ClamWin - a GUI for Windows (!)
62
+    + KlamAV - a collection of GUI tools for using ClamAV on KDE
63
+    + clamscan-procfilter - a Perl procmail filter
51 64
     + j-chkmail - a powerful filter for sendmail
52 65
     + qscanq - Virus Scanning for Qmail
53
-    + clamavr - Ruby binding for ClamAV
66
+    + clamavr - a Ruby binding for ClamAV
54 67
     + DansGuardian Anti-Virus Plugin
55 68
     + Viralator - a Perl script that virus scans http downloads
56 69
     + ClamAssassin - a filter for procmail
57 70
     + Gadoyanvirus - a filter for Qmail
58 71
     + OpenProtect - a complete e-mail protection solution
72
+    + RevolSys-SMTP - a complete e-mail protection solution
59 73
     + POP3 Virus Scanner Daemon
60 74
     + mailman-clamav - a virus filter for Mailman
61 75
     + wbmclamav - a webmin module to manage ClamAV
... ...
@@ -64,12 +78,21 @@ have been reviewed by our team):
64 64
     + INSERT - a security toolkit on a credit card size CD
65 65
     + Local Area Security - a Live CD Linux distribution
66 66
 
67
-
68 67
 --
69 68
 The ClamAV team (http://www.clamav.net/team.html)
70
-March 15, 2004
69
+April 16, 2004
70
+
71 71
 
72
+0.68-1
73
+------
74
+Fixed RAR support.
75
+
76
+0.68
77
+----
78
+This version fixes a crash with some RAR archives generated by the Bagle worm,
79
+also a few important fixes have been backported from CVS.
72 80
 
81
+We strongly encourage users to install the 0.70-rc version (released today).
73 82
 
74 83
 0.67
75 84
 ----
... ...
@@ -23,13 +23,13 @@ implemented by Trog. Besides, there are many improvements and bugfixes
23 23
     + TCPWrappers support
24 24
 
25 25
 -) libclamav:
26
-    + support MS Office documents (OLE2) and VBA macros decompression
26
+    + support MS Office documents (OLE2) and VBA macro decoding
27 27
     + support encrypted archive detection
28 28
     + new flags: CL_OLE2, CL_ENCRYPTED (see clamdoc.pdf, Section 6.1)
29 29
     + improve virus detection in big files
30 30
     + improve support for multipart, bounce and embedded RFC822 messages
31 31
     + improve RAR support
32
-    + backup snprintf implementation
32
+    + include backup snprintf implementation
33 33
 
34 34
 -) clamscan:
35 35
     + new option: --block-encrypted
... ...
@@ -49,9 +49,14 @@ Special thanks to Dirk Mueller <mueller*kde.org> for his code review,
49 49
 many bugfixes and cleanups.
50 50
 
51 51
 
52
+There will be no major feature enhancements in the 0.7x series. Our work
53
+will be concentrated on a new scanning engine and preliminary heuristics -
54
+please help us and test CVS snapshots from time to time.
55
+
56
+
52 57
 We are happy to announce new programs with support for ClamAV (all of them
53 58
 have been reviewed by our team - more info in the documentation and
54
-on our website http://www.clamav.net/3rdparty.html):
59
+on our website: http://www.clamav.net/3rdparty.html):
55 60
 
56 61
     + ClamWin - a GUI for Windows (!)
57 62
     + KlamAV - a collection of GUI tools for using ClamAV on KDE
... ...
@@ -73,9 +78,9 @@ on our website http://www.clamav.net/3rdparty.html):
73 73
     + INSERT - a security toolkit on a credit card size CD
74 74
     + Local Area Security - a Live CD Linux distribution
75 75
 
76
-
77 76
 --
78 77
 The ClamAV team (http://www.clamav.net/team.html)
78
+April 16, 2004
79 79
 
80 80
 
81 81
 0.68-1
82 82
Binary files a/docs/clamav-mirror-howto.pdf and b/docs/clamav-mirror-howto.pdf differ
83 83
Binary files a/docs/clamdoc.pdf and b/docs/clamdoc.pdf differ
... ...
@@ -19,7 +19,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
19 19
 
20 20
 <LINK REL="STYLESHEET" HREF="clamdoc.css">
21 21
 
22
-<LINK REL="previous" HREF="node75.html">
22
+<LINK REL="previous" HREF="node80.html">
23 23
 <LINK REL="up" HREF="clamdoc.html">
24 24
 </HEAD>
25 25
 
... ...
@@ -61,7 +61,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
61 61
 .
62 62
 .
63 63
 </PRE>
64
-<DT><A NAME="foot154">... script</A><A NAME="foot154"
64
+<DT><A NAME="foot157">... script</A><A NAME="foot157"
65 65
  HREF="node10.html#tex2html16"><SUP>2</SUP></A>
66 66
 <DD>Thanks to Ed Phillips
67 67
 <PRE>.
... ...
@@ -95,7 +95,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
95 95
 .
96 96
 .
97 97
 </PRE>
98
-<DT><A NAME="foot157">... system:</A><A NAME="foot157"
98
+<DT><A NAME="foot160">... system:</A><A NAME="foot160"
99 99
  HREF="node11.html#tex2html17"><SUP>3</SUP></A>
100 100
 <DD>Cygwin note: If you don't have
101 101
     /etc/passwd you don't need that.
... ...
@@ -130,7 +130,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
130 130
 .
131 131
 .
132 132
 </PRE>
133
-<DT><A NAME="foot869">... file.</A><A NAME="foot869"
133
+<DT><A NAME="foot941">... file.</A><A NAME="foot941"
134 134
  HREF="node14.html#tex2html19"><SUP>4</SUP></A>
135 135
 <DD>More info
136 136
     on clamscan options: <B>man clamscan</B>
... ...
@@ -165,8 +165,8 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
165 165
 .
166 166
 .
167 167
 </PRE>
168
-<DT><A NAME="foot357">... tests.</A><A NAME="foot357"
169
- HREF="node21.html#tex2html56"><SUP>5</SUP></A>
168
+<DT><A NAME="foot385">... tests.</A><A NAME="foot385"
169
+ HREF="node21.html#tex2html68"><SUP>5</SUP></A>
170 170
 <DD>It works
171 171
     similarly to the well known file(1) command.
172 172
 <PRE>.
... ...
@@ -200,8 +200,43 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
200 200
 .
201 201
 .
202 202
 </PRE>
203
-<DT><A NAME="foot945">... read.</A><A NAME="foot945"
204
- HREF="node26.html#tex2html57"><SUP>6</SUP></A>
203
+<DT><A NAME="foot437">... automatically.</A><A NAME="foot437"
204
+ HREF="node24.html#tex2html69"><SUP>6</SUP></A>
205
+<DD>Make sure the commercial scanner's
206
+    license does not disallow sigtool usage !
207
+<PRE>.
208
+.
209
+.
210
+.
211
+.
212
+.
213
+.
214
+.
215
+.
216
+.
217
+.
218
+.
219
+.
220
+.
221
+.
222
+.
223
+.
224
+.
225
+.
226
+.
227
+.
228
+.
229
+.
230
+.
231
+.
232
+.
233
+.
234
+.
235
+.
236
+.
237
+</PRE>
238
+<DT><A NAME="foot1017">... read.</A><A NAME="foot1017"
239
+ HREF="node26.html#tex2html70"><SUP>7</SUP></A>
205 240
 <DD>Only in a one-file mode (in recursive mode those errors
206 241
 	    are ignored).
207 242
 <PRE>.
... ...
@@ -235,8 +270,8 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
235 235
 .
236 236
 .
237 237
 </PRE>
238
-<DT><A NAME="foot625">...added </A><A NAME="foot625"
239
- HREF="node63.html#tex2html90"><SUP>7</SUP></A>
238
+<DT><A NAME="foot675">...added </A><A NAME="foot675"
239
+ HREF="node68.html#tex2html108"><SUP>8</SUP></A>
240 240
 <DD>Remember to initialize
241 241
     the virus counter variable with 0.
242 242
 <PRE>.
243 243
new file mode 100644
244 244
Binary files /dev/null and b/docs/html/img5.png differ
... ...
@@ -24,7 +24,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
24 24
 
25 25
 <BODY >
26 26
 <!--Navigation Panel-->
27
-<A NAME="tex2html115"
27
+<A NAME="tex2html140"
28 28
   HREF="node1.html">
29 29
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
30 30
  SRC="/usr/share/latex2html/icons/next.png"></A> 
... ...
@@ -32,14 +32,14 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
32 32
  SRC="/usr/share/latex2html/icons/up_g.png"> 
33 33
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
34 34
  SRC="/usr/share/latex2html/icons/prev_g.png"> 
35
-<A NAME="tex2html113"
35
+<A NAME="tex2html138"
36 36
   HREF="node1.html">
37 37
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
38 38
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
39 39
 <BR>
40
-<B> Next:</B> <A NAME="tex2html116"
40
+<B> Next:</B> <A NAME="tex2html141"
41 41
   HREF="node1.html">Contents</A>
42
- &nbsp <B>  <A NAME="tex2html114"
42
+ &nbsp <B>  <A NAME="tex2html139"
43 43
   HREF="node1.html">Contents</A></B> 
44 44
 <BR>
45 45
 <BR>
... ...
@@ -74,188 +74,198 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
74 74
 <A NAME="CHILD_LINKS"></A>
75 75
 
76 76
 <UL>
77
-<LI><A NAME="tex2html117"
77
+<LI><A NAME="tex2html142"
78 78
   HREF="node1.html">Contents</A>
79
-<LI><A NAME="tex2html118"
79
+<LI><A NAME="tex2html143"
80 80
   HREF="node2.html">Introduction</A>
81 81
 <UL>
82
-<LI><A NAME="tex2html119"
82
+<LI><A NAME="tex2html144"
83 83
   HREF="node3.html">Features</A>
84
-<LI><A NAME="tex2html120"
84
+<LI><A NAME="tex2html145"
85 85
   HREF="node4.html">Mailing lists</A>
86
-<LI><A NAME="tex2html121"
86
+<LI><A NAME="tex2html146"
87 87
   HREF="node5.html">Virus submitting</A>
88 88
 </UL>
89 89
 <BR>
90
-<LI><A NAME="tex2html122"
90
+<LI><A NAME="tex2html147"
91 91
   HREF="node6.html">Installation</A>
92 92
 <UL>
93
-<LI><A NAME="tex2html123"
93
+<LI><A NAME="tex2html148"
94 94
   HREF="node7.html">Supported platforms</A>
95
-<LI><A NAME="tex2html124"
95
+<LI><A NAME="tex2html149"
96 96
   HREF="node8.html">Binary packages - stable versions</A>
97
-<LI><A NAME="tex2html125"
97
+<LI><A NAME="tex2html150"
98 98
   HREF="node9.html">Binary packages - snapshots</A>
99
-<LI><A NAME="tex2html126"
99
+<LI><A NAME="tex2html151"
100 100
   HREF="node10.html">Requirements</A>
101
-<LI><A NAME="tex2html127"
101
+<LI><A NAME="tex2html152"
102 102
   HREF="node11.html">New system user and group</A>
103
-<LI><A NAME="tex2html128"
103
+<LI><A NAME="tex2html153"
104 104
   HREF="node12.html">Compilation</A>
105
-<LI><A NAME="tex2html129"
105
+<LI><A NAME="tex2html154"
106 106
   HREF="node13.html">Configuration</A>
107
-<LI><A NAME="tex2html130"
107
+<LI><A NAME="tex2html155"
108 108
   HREF="node14.html">Testing</A>
109
-<LI><A NAME="tex2html131"
109
+<LI><A NAME="tex2html156"
110 110
   HREF="node15.html">freshclam: Setting up auto-updating</A>
111
-<LI><A NAME="tex2html132"
111
+<LI><A NAME="tex2html157"
112 112
   HREF="node16.html">Database mirrors</A>
113 113
 </UL>
114 114
 <BR>
115
-<LI><A NAME="tex2html133"
115
+<LI><A NAME="tex2html158"
116 116
   HREF="node17.html">Usage</A>
117 117
 <UL>
118
-<LI><A NAME="tex2html134"
118
+<LI><A NAME="tex2html159"
119 119
   HREF="node18.html">Clam daemon</A>
120
-<LI><A NAME="tex2html135"
120
+<LI><A NAME="tex2html160"
121 121
   HREF="node19.html">Clam<B>d</B>scan</A>
122
-<LI><A NAME="tex2html136"
122
+<LI><A NAME="tex2html161"
123 123
   HREF="node20.html">Clamuko</A>
124
-<LI><A NAME="tex2html137"
124
+<LI><A NAME="tex2html162"
125 125
   HREF="node21.html">Archives and compressed files</A>
126
-<LI><A NAME="tex2html138"
126
+<LI><A NAME="tex2html163"
127 127
   HREF="node22.html">Mail files</A>
128
-<LI><A NAME="tex2html139"
128
+<LI><A NAME="tex2html164"
129 129
   HREF="node23.html">Output format</A>
130
-<LI><A NAME="tex2html140"
130
+<LI><A NAME="tex2html165"
131 131
   HREF="node24.html">Signature Tool</A>
132 132
 </UL>
133 133
 <BR>
134
-<LI><A NAME="tex2html141"
134
+<LI><A NAME="tex2html166"
135 135
   HREF="node25.html">Problem solving</A>
136 136
 <UL>
137
-<LI><A NAME="tex2html142"
137
+<LI><A NAME="tex2html167"
138 138
   HREF="node26.html">Return codes</A>
139 139
 </UL>
140 140
 <BR>
141
-<LI><A NAME="tex2html143"
142
-  HREF="node27.html">ClamAV-certified software</A>
143
-<UL>
144
-<LI><A NAME="tex2html144"
145
-  HREF="node28.html">clamav-milter</A>
146
-<LI><A NAME="tex2html145"
147
-  HREF="node29.html">IVS Milter</A>
148
-<LI><A NAME="tex2html146"
149
-  HREF="node30.html">smtp-vilter</A>
150
-<LI><A NAME="tex2html147"
151
-  HREF="node31.html">mod_clamav</A>
152
-<LI><A NAME="tex2html148"
153
-  HREF="node32.html">TrashScan</A>
154
-<LI><A NAME="tex2html149"
155
-  HREF="node33.html">AMaViS - "Next Generation"</A>
156
-<LI><A NAME="tex2html150"
157
-  HREF="node34.html">amavisd-new</A>
158
-<LI><A NAME="tex2html151"
159
-  HREF="node35.html">Qmail-Scanner</A>
160
-<LI><A NAME="tex2html152"
161
-  HREF="node36.html">Sagator</A>
162
-<LI><A NAME="tex2html153"
163
-  HREF="node37.html">ClamdMail</A>
164
-<LI><A NAME="tex2html154"
165
-  HREF="node38.html">BlackHole</A>
166
-<LI><A NAME="tex2html155"
167
-  HREF="node39.html">MailScanner</A>
168
-<LI><A NAME="tex2html156"
169
-  HREF="node40.html">MIMEDefang</A>
170
-<LI><A NAME="tex2html157"
171
-  HREF="node41.html">exiscan</A>
172
-<LI><A NAME="tex2html158"
173
-  HREF="node42.html">scanexi</A>
174
-<LI><A NAME="tex2html159"
175
-  HREF="node43.html">Mail::ClamAV</A>
176
-<LI><A NAME="tex2html160"
177
-  HREF="node44.html">OpenAntiVirus samba-vscan</A>
178
-<LI><A NAME="tex2html161"
179
-  HREF="node45.html">Sylpheed Claws</A>
180
-<LI><A NAME="tex2html162"
181
-  HREF="node46.html">nclamd</A>
182
-<LI><A NAME="tex2html163"
183
-  HREF="node47.html">cgpav</A>
184
-<LI><A NAME="tex2html164"
185
-  HREF="node48.html">j-chkmail</A>
186
-<LI><A NAME="tex2html165"
187
-  HREF="node49.html">qscanq</A>
188
-<LI><A NAME="tex2html166"
189
-  HREF="node50.html">clamavr</A>
190
-<LI><A NAME="tex2html167"
191
-  HREF="node51.html">DansGuardian Anti-Virus Plugin</A>
192 141
 <LI><A NAME="tex2html168"
193
-  HREF="node52.html">ClamAssassin</A>
142
+  HREF="node27.html">Third party software</A>
143
+<UL>
194 144
 <LI><A NAME="tex2html169"
195
-  HREF="node53.html">Gadoyanvirus</A>
145
+  HREF="node28.html">clamav-milter</A>
196 146
 <LI><A NAME="tex2html170"
197
-  HREF="node54.html">OpenProtect</A>
147
+  HREF="node29.html">IVS Milter</A>
198 148
 <LI><A NAME="tex2html171"
199
-  HREF="node55.html">POP3 Virus Scanner Daemon</A>
149
+  HREF="node30.html">smtp-vilter</A>
200 150
 <LI><A NAME="tex2html172"
201
-  HREF="node56.html">mailman-clamav</A>
151
+  HREF="node31.html">mod_clamav</A>
202 152
 <LI><A NAME="tex2html173"
203
-  HREF="node57.html">wbmclamav</A>
153
+  HREF="node32.html">AMaViS - "Next Generation"</A>
204 154
 <LI><A NAME="tex2html174"
205
-  HREF="node58.html">Scan Log Analyzer</A>
155
+  HREF="node33.html">amavisd-new</A>
206 156
 <LI><A NAME="tex2html175"
207
-  HREF="node59.html">mailgraph</A>
157
+  HREF="node34.html">Qmail-Scanner</A>
208 158
 <LI><A NAME="tex2html176"
209
-  HREF="node60.html">INSERT</A>
159
+  HREF="node35.html">Sagator</A>
210 160
 <LI><A NAME="tex2html177"
211
-  HREF="node61.html">Local Area Security</A>
212
-</UL>
213
-<BR>
161
+  HREF="node36.html">ClamdMail</A>
214 162
 <LI><A NAME="tex2html178"
215
-  HREF="node62.html">LibClamAV</A>
216
-<UL>
163
+  HREF="node37.html">BlackHole</A>
217 164
 <LI><A NAME="tex2html179"
218
-  HREF="node63.html">General API</A>
165
+  HREF="node38.html">MailScanner</A>
219 166
 <LI><A NAME="tex2html180"
220
-  HREF="node64.html">Database reloading</A>
167
+  HREF="node39.html">MIMEDefang</A>
221 168
 <LI><A NAME="tex2html181"
222
-  HREF="node65.html">Scan engine</A>
169
+  HREF="node40.html">exiscan</A>
223 170
 <LI><A NAME="tex2html182"
224
-  HREF="node66.html">CVD format</A>
225
-</UL>
226
-<BR>
171
+  HREF="node41.html">scanexi</A>
227 172
 <LI><A NAME="tex2html183"
228
-  HREF="node67.html">Credits</A>
229
-<UL>
173
+  HREF="node42.html">Mail::ClamAV</A>
230 174
 <LI><A NAME="tex2html184"
231
-  HREF="node68.html">Contributors</A>
175
+  HREF="node43.html">OpenAntiVirus samba-vscan</A>
232 176
 <LI><A NAME="tex2html185"
233
-  HREF="node69.html">Donors</A>
234
-</UL>
235
-<BR>
177
+  HREF="node44.html">Sylpheed Claws</A>
236 178
 <LI><A NAME="tex2html186"
237
-  HREF="node70.html">Authors</A>
238
-<UL>
179
+  HREF="node45.html">nclamd</A>
239 180
 <LI><A NAME="tex2html187"
240
-  HREF="node71.html">Virus Database Maintainers</A>
181
+  HREF="node46.html">cgpav</A>
241 182
 <LI><A NAME="tex2html188"
242
-  HREF="node72.html">Network management</A>
183
+  HREF="node47.html">j-chkmail</A>
243 184
 <LI><A NAME="tex2html189"
244
-  HREF="node73.html">Graphics</A>
185
+  HREF="node48.html">qscanq</A>
245 186
 <LI><A NAME="tex2html190"
246
-  HREF="node74.html">Core developers</A>
247
-</UL>
248
-<BR>
187
+  HREF="node49.html">clamavr</A>
249 188
 <LI><A NAME="tex2html191"
250
-  HREF="node75.html">Bibliography</A>
189
+  HREF="node50.html">DansGuardian Anti-Virus Plugin</A>
251 190
 <LI><A NAME="tex2html192"
252
-  HREF="node76.html">About this document ...</A>
191
+  HREF="node51.html">Viralator</A>
192
+<LI><A NAME="tex2html193"
193
+  HREF="node52.html">TrashScan</A>
194
+<LI><A NAME="tex2html194"
195
+  HREF="node53.html">ClamAssassin</A>
196
+<LI><A NAME="tex2html195"
197
+  HREF="node54.html">clamscan-procfilter</A>
198
+<LI><A NAME="tex2html196"
199
+  HREF="node55.html">Gadoyanvirus</A>
200
+<LI><A NAME="tex2html197"
201
+  HREF="node56.html">OpenProtect</A>
202
+<LI><A NAME="tex2html198"
203
+  HREF="node57.html">RevolSys-SMTP</A>
204
+<LI><A NAME="tex2html199"
205
+  HREF="node58.html">POP3 Virus Scanner Daemon</A>
206
+<LI><A NAME="tex2html200"
207
+  HREF="node59.html">mailman-clamav</A>
208
+<LI><A NAME="tex2html201"
209
+  HREF="node60.html">wbmclamav</A>
210
+<LI><A NAME="tex2html202"
211
+  HREF="node61.html">Scan Log Analyzer</A>
212
+<LI><A NAME="tex2html203"
213
+  HREF="node62.html">mailgraph</A>
214
+<LI><A NAME="tex2html204"
215
+  HREF="node63.html">INSERT</A>
216
+<LI><A NAME="tex2html205"
217
+  HREF="node64.html">Local Area Security</A>
218
+<LI><A NAME="tex2html206"
219
+  HREF="node65.html">ClamWin</A>
220
+<LI><A NAME="tex2html207"
221
+  HREF="node66.html">KlamAV</A>
222
+</UL>
223
+<BR>
224
+<LI><A NAME="tex2html208"
225
+  HREF="node67.html">LibClamAV</A>
226
+<UL>
227
+<LI><A NAME="tex2html209"
228
+  HREF="node68.html">General API</A>
229
+<LI><A NAME="tex2html210"
230
+  HREF="node69.html">Database reloading</A>
231
+<LI><A NAME="tex2html211"
232
+  HREF="node70.html">Scan engine</A>
233
+<LI><A NAME="tex2html212"
234
+  HREF="node71.html">CVD format</A>
235
+</UL>
236
+<BR>
237
+<LI><A NAME="tex2html213"
238
+  HREF="node72.html">Credits</A>
239
+<UL>
240
+<LI><A NAME="tex2html214"
241
+  HREF="node73.html">Contributors</A>
242
+<LI><A NAME="tex2html215"
243
+  HREF="node74.html">Donors</A>
244
+</UL>
245
+<BR>
246
+<LI><A NAME="tex2html216"
247
+  HREF="node75.html">Authors</A>
248
+<UL>
249
+<LI><A NAME="tex2html217"
250
+  HREF="node76.html">Virus Database Maintainers</A>
251
+<LI><A NAME="tex2html218"
252
+  HREF="node77.html">Network management</A>
253
+<LI><A NAME="tex2html219"
254
+  HREF="node78.html">Graphics</A>
255
+<LI><A NAME="tex2html220"
256
+  HREF="node79.html">Core developers</A>
257
+</UL>
258
+<BR>
259
+<LI><A NAME="tex2html221"
260
+  HREF="node80.html">Bibliography</A>
261
+<LI><A NAME="tex2html222"
262
+  HREF="node81.html">About this document ...</A>
253 263
 </UL>
254 264
 <!--End of Table of Child-Links-->
255 265
 <BR><HR>
256 266
 <ADDRESS>
257 267
 Tomasz Kojm
258
-2004-03-13
268
+2004-04-16
259 269
 </ADDRESS>
260 270
 </BODY>
261 271
 </HTML>
... ...
@@ -27,24 +27,24 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html201"
30
+<A NAME="tex2html231"
31 31
   HREF="node2.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html199"
34
+<A NAME="tex2html229"
35 35
   HREF="clamdoc.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html193"
38
+<A NAME="tex2html223"
39 39
   HREF="clamdoc.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A>   
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html202"
43
+<B> Next:</B> <A NAME="tex2html232"
44 44
   HREF="node2.html">Introduction</A>
45
-<B> Up:</B> <A NAME="tex2html200"
45
+<B> Up:</B> <A NAME="tex2html230"
46 46
   HREF="clamdoc.html">clamdoc</A>
47
-<B> Previous:</B> <A NAME="tex2html194"
47
+<B> Previous:</B> <A NAME="tex2html224"
48 48
   HREF="clamdoc.html">clamdoc</A>
49 49
 <BR>
50 50
 <BR>
... ...
@@ -57,185 +57,192 @@ Contents</A>
57 57
 <!--Table of Contents-->
58 58
 
59 59
 <UL>
60
-<LI><A NAME="tex2html203"
60
+<LI><A NAME="tex2html233"
61 61
   HREF="node2.html">Introduction</A>
62 62
 <UL>
63
-<LI><A NAME="tex2html204"
63
+<LI><A NAME="tex2html234"
64 64
   HREF="node3.html">Features</A>
65
-<LI><A NAME="tex2html205"
65
+<LI><A NAME="tex2html235"
66 66
   HREF="node4.html">Mailing lists</A>
67
-<LI><A NAME="tex2html206"
67
+<LI><A NAME="tex2html236"
68 68
   HREF="node5.html">Virus submitting</A>
69 69
 </UL>
70 70
 <BR>
71
-<LI><A NAME="tex2html207"
71
+<LI><A NAME="tex2html237"
72 72
   HREF="node6.html">Installation</A>
73 73
 <UL>
74
-<LI><A NAME="tex2html208"
74
+<LI><A NAME="tex2html238"
75 75
   HREF="node7.html">Supported platforms</A>
76
-<LI><A NAME="tex2html209"
76
+<LI><A NAME="tex2html239"
77 77
   HREF="node8.html">Binary packages - stable versions</A>
78
-<LI><A NAME="tex2html210"
78
+<LI><A NAME="tex2html240"
79 79
   HREF="node9.html">Binary packages - snapshots</A>
80
-<LI><A NAME="tex2html211"
80
+<LI><A NAME="tex2html241"
81 81
   HREF="node10.html">Requirements</A>
82
-<LI><A NAME="tex2html212"
82
+<LI><A NAME="tex2html242"
83 83
   HREF="node11.html">New system user and group</A>
84
-<LI><A NAME="tex2html213"
84
+<LI><A NAME="tex2html243"
85 85
   HREF="node12.html">Compilation</A>
86
-<LI><A NAME="tex2html214"
86
+<LI><A NAME="tex2html244"
87 87
   HREF="node13.html">Configuration</A>
88
-<LI><A NAME="tex2html215"
88
+<LI><A NAME="tex2html245"
89 89
   HREF="node14.html">Testing</A>
90
-<LI><A NAME="tex2html216"
90
+<LI><A NAME="tex2html246"
91 91
   HREF="node15.html">freshclam: Setting up auto-updating</A>
92
-<LI><A NAME="tex2html217"
92
+<LI><A NAME="tex2html247"
93 93
   HREF="node16.html">Database mirrors</A>
94 94
 </UL>
95 95
 <BR>
96
-<LI><A NAME="tex2html218"
96
+<LI><A NAME="tex2html248"
97 97
   HREF="node17.html">Usage</A>
98 98
 <UL>
99
-<LI><A NAME="tex2html219"
99
+<LI><A NAME="tex2html249"
100 100
   HREF="node18.html">Clam daemon</A>
101
-<LI><A NAME="tex2html220"
101
+<LI><A NAME="tex2html250"
102 102
   HREF="node19.html">Clam<B>d</B>scan</A>
103
-<LI><A NAME="tex2html221"
103
+<LI><A NAME="tex2html251"
104 104
   HREF="node20.html">Clamuko</A>
105
-<LI><A NAME="tex2html222"
105
+<LI><A NAME="tex2html252"
106 106
   HREF="node21.html">Archives and compressed files</A>
107
-<LI><A NAME="tex2html223"
107
+<LI><A NAME="tex2html253"
108 108
   HREF="node22.html">Mail files</A>
109
-<LI><A NAME="tex2html224"
109
+<LI><A NAME="tex2html254"
110 110
   HREF="node23.html">Output format</A>
111
-<LI><A NAME="tex2html225"
111
+<LI><A NAME="tex2html255"
112 112
   HREF="node24.html">Signature Tool</A>
113 113
 </UL>
114 114
 <BR>
115
-<LI><A NAME="tex2html226"
115
+<LI><A NAME="tex2html256"
116 116
   HREF="node25.html">Problem solving</A>
117 117
 <UL>
118
-<LI><A NAME="tex2html227"
118
+<LI><A NAME="tex2html257"
119 119
   HREF="node26.html">Return codes</A>
120 120
 </UL>
121 121
 <BR>
122
-<LI><A NAME="tex2html228"
123
-  HREF="node27.html">ClamAV-certified software</A>
124
-<UL>
125
-<LI><A NAME="tex2html229"
126
-  HREF="node28.html">clamav-milter</A>
127
-<LI><A NAME="tex2html230"
128
-  HREF="node29.html">IVS Milter</A>
129
-<LI><A NAME="tex2html231"
130
-  HREF="node30.html">smtp-vilter</A>
131
-<LI><A NAME="tex2html232"
132
-  HREF="node31.html">mod_clamav</A>
133
-<LI><A NAME="tex2html233"
134
-  HREF="node32.html">TrashScan</A>
135
-<LI><A NAME="tex2html234"
136
-  HREF="node33.html">AMaViS - "Next Generation"</A>
137
-<LI><A NAME="tex2html235"
138
-  HREF="node34.html">amavisd-new</A>
139
-<LI><A NAME="tex2html236"
140
-  HREF="node35.html">Qmail-Scanner</A>
141
-<LI><A NAME="tex2html237"
142
-  HREF="node36.html">Sagator</A>
143
-<LI><A NAME="tex2html238"
144
-  HREF="node37.html">ClamdMail</A>
145
-<LI><A NAME="tex2html239"
146
-  HREF="node38.html">BlackHole</A>
147
-<LI><A NAME="tex2html240"
148
-  HREF="node39.html">MailScanner</A>
149
-<LI><A NAME="tex2html241"
150
-  HREF="node40.html">MIMEDefang</A>
151
-<LI><A NAME="tex2html242"
152
-  HREF="node41.html">exiscan</A>
153
-<LI><A NAME="tex2html243"
154
-  HREF="node42.html">scanexi</A>
155
-<LI><A NAME="tex2html244"
156
-  HREF="node43.html">Mail::ClamAV</A>
157
-<LI><A NAME="tex2html245"
158
-  HREF="node44.html">OpenAntiVirus samba-vscan</A>
159
-<LI><A NAME="tex2html246"
160
-  HREF="node45.html">Sylpheed Claws</A>
161
-<LI><A NAME="tex2html247"
162
-  HREF="node46.html">nclamd</A>
163
-<LI><A NAME="tex2html248"
164
-  HREF="node47.html">cgpav</A>
165
-<LI><A NAME="tex2html249"
166
-  HREF="node48.html">j-chkmail</A>
167
-<LI><A NAME="tex2html250"
168
-  HREF="node49.html">qscanq</A>
169
-<LI><A NAME="tex2html251"
170
-  HREF="node50.html">clamavr</A>
171
-<LI><A NAME="tex2html252"
172
-  HREF="node51.html">DansGuardian Anti-Virus Plugin</A>
173
-<LI><A NAME="tex2html253"
174
-  HREF="node52.html">ClamAssassin</A>
175
-<LI><A NAME="tex2html254"
176
-  HREF="node53.html">Gadoyanvirus</A>
177
-<LI><A NAME="tex2html255"
178
-  HREF="node54.html">OpenProtect</A>
179
-<LI><A NAME="tex2html256"
180
-  HREF="node55.html">POP3 Virus Scanner Daemon</A>
181
-<LI><A NAME="tex2html257"
182
-  HREF="node56.html">mailman-clamav</A>
183 122
 <LI><A NAME="tex2html258"
184
-  HREF="node57.html">wbmclamav</A>
123
+  HREF="node27.html">Third party software</A>
124
+<UL>
185 125
 <LI><A NAME="tex2html259"
186
-  HREF="node58.html">Scan Log Analyzer</A>
126
+  HREF="node28.html">clamav-milter</A>
187 127
 <LI><A NAME="tex2html260"
188
-  HREF="node59.html">mailgraph</A>
128
+  HREF="node29.html">IVS Milter</A>
189 129
 <LI><A NAME="tex2html261"
190
-  HREF="node60.html">INSERT</A>
130
+  HREF="node30.html">smtp-vilter</A>
191 131
 <LI><A NAME="tex2html262"
192
-  HREF="node61.html">Local Area Security</A>
193
-</UL>
194
-<BR>
132
+  HREF="node31.html">mod_clamav</A>
195 133
 <LI><A NAME="tex2html263"
196
-  HREF="node62.html">LibClamAV</A>
197
-<UL>
134
+  HREF="node32.html">AMaViS - "Next Generation"</A>
198 135
 <LI><A NAME="tex2html264"
199
-  HREF="node63.html">General API</A>
136
+  HREF="node33.html">amavisd-new</A>
200 137
 <LI><A NAME="tex2html265"
201
-  HREF="node64.html">Database reloading</A>
138
+  HREF="node34.html">Qmail-Scanner</A>
202 139
 <LI><A NAME="tex2html266"
203
-  HREF="node65.html">Scan engine</A>
140
+  HREF="node35.html">Sagator</A>
204 141
 <LI><A NAME="tex2html267"
205
-  HREF="node66.html">CVD format</A>
206
-</UL>
207
-<BR>
142
+  HREF="node36.html">ClamdMail</A>
208 143
 <LI><A NAME="tex2html268"
209
-  HREF="node67.html">Credits</A>
210
-<UL>
144
+  HREF="node37.html">BlackHole</A>
211 145
 <LI><A NAME="tex2html269"
212
-  HREF="node68.html">Contributors</A>
146
+  HREF="node38.html">MailScanner</A>
213 147
 <LI><A NAME="tex2html270"
214
-  HREF="node69.html">Donors</A>
215
-</UL>
216
-<BR>
148
+  HREF="node39.html">MIMEDefang</A>
217 149
 <LI><A NAME="tex2html271"
218
-  HREF="node70.html">Authors</A>
219
-<UL>
150
+  HREF="node40.html">exiscan</A>
220 151
 <LI><A NAME="tex2html272"
221
-  HREF="node71.html">Virus Database Maintainers</A>
152
+  HREF="node41.html">scanexi</A>
222 153
 <LI><A NAME="tex2html273"
223
-  HREF="node72.html">Network management</A>
154
+  HREF="node42.html">Mail::ClamAV</A>
224 155
 <LI><A NAME="tex2html274"
225
-  HREF="node73.html">Graphics</A>
156
+  HREF="node43.html">OpenAntiVirus samba-vscan</A>
226 157
 <LI><A NAME="tex2html275"
227
-  HREF="node74.html">Core developers</A>
228
-</UL>
229
-<BR>
158
+  HREF="node44.html">Sylpheed Claws</A>
230 159
 <LI><A NAME="tex2html276"
231
-  HREF="node75.html">Bibliography</A>
160
+  HREF="node45.html">nclamd</A>
232 161
 <LI><A NAME="tex2html277"
233
-  HREF="node76.html">About this document ...</A>
162
+  HREF="node46.html">cgpav</A>
163
+<LI><A NAME="tex2html278"
164
+  HREF="node47.html">j-chkmail</A>
165
+<LI><A NAME="tex2html279"
166
+  HREF="node48.html">qscanq</A>
167
+<LI><A NAME="tex2html280"
168
+  HREF="node49.html">clamavr</A>
169
+<LI><A NAME="tex2html281"
170
+  HREF="node50.html">DansGuardian Anti-Virus Plugin</A>
171
+<LI><A NAME="tex2html282"
172
+  HREF="node51.html">Viralator</A>
173
+<LI><A NAME="tex2html283"
174
+  HREF="node52.html">TrashScan</A>
175
+<LI><A NAME="tex2html284"
176
+  HREF="node53.html">ClamAssassin</A>
177
+<LI><A NAME="tex2html285"
178
+  HREF="node54.html">clamscan-procfilter</A>
179
+<LI><A NAME="tex2html286"
180
+  HREF="node55.html">Gadoyanvirus</A>
181
+<LI><A NAME="tex2html287"
182
+  HREF="node56.html">OpenProtect</A>
183
+<LI><A NAME="tex2html288"
184
+  HREF="node57.html">RevolSys-SMTP</A>
185
+<LI><A NAME="tex2html289"
186
+  HREF="node58.html">POP3 Virus Scanner Daemon</A>
187
+<LI><A NAME="tex2html290"
188
+  HREF="node59.html">mailman-clamav</A>
189
+<LI><A NAME="tex2html291"
190
+  HREF="node60.html">wbmclamav</A>
191
+<LI><A NAME="tex2html292"
192
+  HREF="node61.html">Scan Log Analyzer</A>
193
+<LI><A NAME="tex2html293"
194
+  HREF="node62.html">mailgraph</A>
195
+<LI><A NAME="tex2html294"
196
+  HREF="node63.html">INSERT</A>
197
+<LI><A NAME="tex2html295"
198
+  HREF="node64.html">Local Area Security</A>
199
+<LI><A NAME="tex2html296"
200
+  HREF="node65.html">ClamWin</A>
201
+<LI><A NAME="tex2html297"
202
+  HREF="node66.html">KlamAV</A>
234 203
 </UL>
235
-<!--End of Table of Contents-->    <BR>
236 204
 <BR>
205
+<LI><A NAME="tex2html298"
206
+  HREF="node67.html">LibClamAV</A>
207
+<UL>
208
+<LI><A NAME="tex2html299"
209
+  HREF="node68.html">General API</A>
210
+<LI><A NAME="tex2html300"
211
+  HREF="node69.html">Database reloading</A>
212
+<LI><A NAME="tex2html301"
213
+  HREF="node70.html">Scan engine</A>
214
+<LI><A NAME="tex2html302"
215
+  HREF="node71.html">CVD format</A>
216
+</UL>
217
+<BR>
218
+<LI><A NAME="tex2html303"
219
+  HREF="node72.html">Credits</A>
220
+<UL>
221
+<LI><A NAME="tex2html304"
222
+  HREF="node73.html">Contributors</A>
223
+<LI><A NAME="tex2html305"
224
+  HREF="node74.html">Donors</A>
225
+</UL>
237 226
 <BR>
227
+<LI><A NAME="tex2html306"
228
+  HREF="node75.html">Authors</A>
229
+<UL>
230
+<LI><A NAME="tex2html307"
231
+  HREF="node76.html">Virus Database Maintainers</A>
232
+<LI><A NAME="tex2html308"
233
+  HREF="node77.html">Network management</A>
234
+<LI><A NAME="tex2html309"
235
+  HREF="node78.html">Graphics</A>
236
+<LI><A NAME="tex2html310"
237
+  HREF="node79.html">Core developers</A>
238
+</UL>
238 239
 <BR>
240
+<LI><A NAME="tex2html311"
241
+  HREF="node80.html">Bibliography</A>
242
+<LI><A NAME="tex2html312"
243
+  HREF="node81.html">About this document ...</A>
244
+</UL>
245
+<!--End of Table of Contents-->    <BR>
239 246
 <BR>
240 247
 <BR>
241 248
 <BR>
... ...
@@ -284,7 +291,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
284 284
 <BR><HR>
285 285
 <ADDRESS>
286 286
 Tomasz Kojm
287
-2004-03-13
287
+2004-04-16
288 288
 </ADDRESS>
289 289
 </BODY>
290 290
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html395"
30
+<A NAME="tex2html430"
31 31
   HREF="node11.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html391"
34
+<A NAME="tex2html426"
35 35
   HREF="node6.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html385"
38
+<A NAME="tex2html420"
39 39
   HREF="node9.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html393"
42
+<A NAME="tex2html428"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html396"
47
+<B> Next:</B> <A NAME="tex2html431"
48 48
   HREF="node11.html">New system user and</A>
49
-<B> Up:</B> <A NAME="tex2html392"
49
+<B> Up:</B> <A NAME="tex2html427"
50 50
   HREF="node6.html">Installation</A>
51
-<B> Previous:</B> <A NAME="tex2html386"
51
+<B> Previous:</B> <A NAME="tex2html421"
52 52
   HREF="node9.html">Binary packages - snapshots</A>
53
- &nbsp <B>  <A NAME="tex2html394"
53
+ &nbsp <B>  <A NAME="tex2html429"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -80,10 +80,12 @@ It's very important to install the GMP package because it allows
80 80
 	If freshclam was compiled without GMP support it will display
81 81
 	"SECURITY WARNING: NO SUPPORT FOR DIGITAL SIGNATURES" on every
82 82
 	update. You can download GNU MP at <TT><A NAME="tex2html15"
83
-  HREF="http://www.swox.com/gmp">http://www.swox.com/gmp</A></TT>	A note for Solaris users: you should set the <I>ABI</I> system
83
+  HREF="http://www.swox.com/gmp">http://www.swox.com/gmp</A></TT>
84
+<BR>
85
+A note for Solaris users: you should set the <I>ABI</I> system
84 86
 	variable to 32 (e.g. <code>setenv ABI 32</code>) before running the
85 87
 	GMP's configure script <A NAME="tex2html16"
86
-  HREF="footnode.html#foot154"><SUP>2</SUP></A>.
88
+  HREF="footnode.html#foot157"><SUP>2</SUP></A>.
87 89
     
88 90
 </LI>
89 91
 </UL>
... ...
@@ -92,7 +94,7 @@ It's very important to install the GMP package because it allows
92 92
 <BR><HR>
93 93
 <ADDRESS>
94 94
 Tomasz Kojm
95
-2004-03-13
95
+2004-04-16
96 96
 </ADDRESS>
97 97
 </BODY>
98 98
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html407"
30
+<A NAME="tex2html442"
31 31
   HREF="node12.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html403"
34
+<A NAME="tex2html438"
35 35
   HREF="node6.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html397"
38
+<A NAME="tex2html432"
39 39
   HREF="node10.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html405"
42
+<A NAME="tex2html440"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html408"
47
+<B> Next:</B> <A NAME="tex2html443"
48 48
   HREF="node12.html">Compilation</A>
49
-<B> Up:</B> <A NAME="tex2html404"
49
+<B> Up:</B> <A NAME="tex2html439"
50 50
   HREF="node6.html">Installation</A>
51
-<B> Previous:</B> <A NAME="tex2html398"
51
+<B> Previous:</B> <A NAME="tex2html433"
52 52
   HREF="node10.html">Requirements</A>
53
- &nbsp <B>  <A NAME="tex2html406"
53
+ &nbsp <B>  <A NAME="tex2html441"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -61,7 +61,7 @@ New system user and group</A>
61 61
 </H2>
62 62
     If you are installing ClamAV for the first time, you have to add a new
63 63
     user and group to your system: <A NAME="tex2html17"
64
-  HREF="footnode.html#foot157"><SUP>3</SUP></A>    <PRE>
64
+  HREF="footnode.html#foot160"><SUP>3</SUP></A>    <PRE>
65 65
 	# groupadd clamav
66 66
 	# useradd -g clamav -s /bin/false -c "Clam AntiVirus" clamav
67 67
 </PRE>
... ...
@@ -81,7 +81,7 @@ New system user and group</A>
81 81
 <BR><HR>
82 82
 <ADDRESS>
83 83
 Tomasz Kojm
84
-2004-03-13
84
+2004-04-16
85 85
 </ADDRESS>
86 86
 </BODY>
87 87
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html419"
30
+<A NAME="tex2html454"
31 31
   HREF="node13.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html415"
34
+<A NAME="tex2html450"
35 35
   HREF="node6.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html409"
38
+<A NAME="tex2html444"
39 39
   HREF="node11.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html417"
42
+<A NAME="tex2html452"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html420"
47
+<B> Next:</B> <A NAME="tex2html455"
48 48
   HREF="node13.html">Configuration</A>
49
-<B> Up:</B> <A NAME="tex2html416"
49
+<B> Up:</B> <A NAME="tex2html451"
50 50
   HREF="node6.html">Installation</A>
51
-<B> Previous:</B> <A NAME="tex2html410"
51
+<B> Previous:</B> <A NAME="tex2html445"
52 52
   HREF="node11.html">New system user and</A>
53
- &nbsp <B>  <A NAME="tex2html418"
53
+ &nbsp <B>  <A NAME="tex2html453"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -84,7 +84,7 @@ Compilation</A>
84 84
 <BR><HR>
85 85
 <ADDRESS>
86 86
 Tomasz Kojm
87
-2004-03-13
87
+2004-04-16
88 88
 </ADDRESS>
89 89
 </BODY>
90 90
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html431"
30
+<A NAME="tex2html466"
31 31
   HREF="node14.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html427"
34
+<A NAME="tex2html462"
35 35
   HREF="node6.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html421"
38
+<A NAME="tex2html456"
39 39
   HREF="node12.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html429"
42
+<A NAME="tex2html464"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html432"
47
+<B> Next:</B> <A NAME="tex2html467"
48 48
   HREF="node14.html">Testing</A>
49
-<B> Up:</B> <A NAME="tex2html428"
49
+<B> Up:</B> <A NAME="tex2html463"
50 50
   HREF="node6.html">Installation</A>
51
-<B> Previous:</B> <A NAME="tex2html422"
51
+<B> Previous:</B> <A NAME="tex2html457"
52 52
   HREF="node12.html">Compilation</A>
53
- &nbsp <B>  <A NAME="tex2html430"
53
+ &nbsp <B>  <A NAME="tex2html465"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -110,35 +110,35 @@ Another feature of clamd is on-access scanning based on the Dazuko module,
110 110
 <P>
111 111
 <HR>
112 112
 <!--Navigation Panel-->
113
-<A NAME="tex2html431"
113
+<A NAME="tex2html466"
114 114
   HREF="node14.html">
115 115
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
116 116
  SRC="/usr/share/latex2html/icons/next.png"></A> 
117
-<A NAME="tex2html427"
117
+<A NAME="tex2html462"
118 118
   HREF="node6.html">
119 119
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
120 120
  SRC="/usr/share/latex2html/icons/up.png"></A> 
121
-<A NAME="tex2html421"
121
+<A NAME="tex2html456"
122 122
   HREF="node12.html">
123 123
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
124 124
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
125
-<A NAME="tex2html429"
125
+<A NAME="tex2html464"
126 126
   HREF="node1.html">
127 127
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
128 128
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
129 129
 <BR>
130
-<B> Next:</B> <A NAME="tex2html432"
130
+<B> Next:</B> <A NAME="tex2html467"
131 131
   HREF="node14.html">Testing</A>
132
-<B> Up:</B> <A NAME="tex2html428"
132
+<B> Up:</B> <A NAME="tex2html463"
133 133
   HREF="node6.html">Installation</A>
134
-<B> Previous:</B> <A NAME="tex2html422"
134
+<B> Previous:</B> <A NAME="tex2html457"
135 135
   HREF="node12.html">Compilation</A>
136
- &nbsp <B>  <A NAME="tex2html430"
136
+ &nbsp <B>  <A NAME="tex2html465"
137 137
   HREF="node1.html">Contents</A></B> 
138 138
 <!--End of Navigation Panel-->
139 139
 <ADDRESS>
140 140
 Tomasz Kojm
141
-2004-03-13
141
+2004-04-16
142 142
 </ADDRESS>
143 143
 </BODY>
144 144
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html443"
30
+<A NAME="tex2html478"
31 31
   HREF="node15.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html439"
34
+<A NAME="tex2html474"
35 35
   HREF="node6.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html433"
38
+<A NAME="tex2html468"
39 39
   HREF="node13.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html441"
42
+<A NAME="tex2html476"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html444"
47
+<B> Next:</B> <A NAME="tex2html479"
48 48
   HREF="node15.html">freshclam: Setting up auto-updating</A>
49
-<B> Up:</B> <A NAME="tex2html440"
49
+<B> Up:</B> <A NAME="tex2html475"
50 50
   HREF="node6.html">Installation</A>
51
-<B> Previous:</B> <A NAME="tex2html434"
51
+<B> Previous:</B> <A NAME="tex2html469"
52 52
   HREF="node13.html">Configuration</A>
53
- &nbsp <B>  <A NAME="tex2html442"
53
+ &nbsp <B>  <A NAME="tex2html477"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -65,7 +65,7 @@ Testing</A>
65 65
 </PRE>
66 66
     It should find some test viruses in the clamav-x.yz/test directory.
67 67
     The scan result is saved in the scan.txt log file. <A NAME="tex2html19"
68
-  HREF="footnode.html#foot869"><SUP>4</SUP></A>. To test clamd: start it and
68
+  HREF="footnode.html#foot941"><SUP>4</SUP></A>. To test clamd: start it and
69 69
     use <I>clamdscan</I> (you can also connect directly to clamd and run
70 70
     the SCAN command):
71 71
     <PRE>
... ...
@@ -77,7 +77,7 @@ Testing</A>
77 77
 <BR><HR>
78 78
 <ADDRESS>
79 79
 Tomasz Kojm
80
-2004-03-13
80
+2004-04-16
81 81
 </ADDRESS>
82 82
 </BODY>
83 83
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html455"
30
+<A NAME="tex2html490"
31 31
   HREF="node16.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html451"
34
+<A NAME="tex2html486"
35 35
   HREF="node6.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html445"
38
+<A NAME="tex2html480"
39 39
   HREF="node14.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html453"
42
+<A NAME="tex2html488"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html456"
47
+<B> Next:</B> <A NAME="tex2html491"
48 48
   HREF="node16.html">Database mirrors</A>
49
-<B> Up:</B> <A NAME="tex2html452"
49
+<B> Up:</B> <A NAME="tex2html487"
50 50
   HREF="node6.html">Installation</A>
51
-<B> Previous:</B> <A NAME="tex2html446"
51
+<B> Previous:</B> <A NAME="tex2html481"
52 52
   HREF="node14.html">Testing</A>
53
- &nbsp <B>  <A NAME="tex2html454"
53
+ &nbsp <B>  <A NAME="tex2html489"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -112,35 +112,35 @@ N * * * *	/usr/local/bin/freshclam --quiet
112 112
 <P>
113 113
 <HR>
114 114
 <!--Navigation Panel-->
115
-<A NAME="tex2html455"
115
+<A NAME="tex2html490"
116 116
   HREF="node16.html">
117 117
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
118 118
  SRC="/usr/share/latex2html/icons/next.png"></A> 
119
-<A NAME="tex2html451"
119
+<A NAME="tex2html486"
120 120
   HREF="node6.html">
121 121
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
122 122
  SRC="/usr/share/latex2html/icons/up.png"></A> 
123
-<A NAME="tex2html445"
123
+<A NAME="tex2html480"
124 124
   HREF="node14.html">
125 125
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
126 126
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
127
-<A NAME="tex2html453"
127
+<A NAME="tex2html488"
128 128
   HREF="node1.html">
129 129
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
130 130
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
131 131
 <BR>
132
-<B> Next:</B> <A NAME="tex2html456"
132
+<B> Next:</B> <A NAME="tex2html491"
133 133
   HREF="node16.html">Database mirrors</A>
134
-<B> Up:</B> <A NAME="tex2html452"
134
+<B> Up:</B> <A NAME="tex2html487"
135 135
   HREF="node6.html">Installation</A>
136
-<B> Previous:</B> <A NAME="tex2html446"
136
+<B> Previous:</B> <A NAME="tex2html481"
137 137
   HREF="node14.html">Testing</A>
138
- &nbsp <B>  <A NAME="tex2html454"
138
+ &nbsp <B>  <A NAME="tex2html489"
139 139
   HREF="node1.html">Contents</A></B> 
140 140
 <!--End of Navigation Panel-->
141 141
 <ADDRESS>
142 142
 Tomasz Kojm
143
-2004-03-13
143
+2004-04-16
144 144
 </ADDRESS>
145 145
 </BODY>
146 146
 </HTML>
... ...
@@ -26,30 +26,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
26 26
 
27 27
 <BODY >
28 28
 <!--Navigation Panel-->
29
-<A NAME="tex2html465"
29
+<A NAME="tex2html500"
30 30
   HREF="node17.html">
31 31
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
32 32
  SRC="/usr/share/latex2html/icons/next.png"></A> 
33
-<A NAME="tex2html461"
33
+<A NAME="tex2html496"
34 34
   HREF="node6.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
36 36
  SRC="/usr/share/latex2html/icons/up.png"></A> 
37
-<A NAME="tex2html457"
37
+<A NAME="tex2html492"
38 38
   HREF="node15.html">
39 39
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
40 40
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
41
-<A NAME="tex2html463"
41
+<A NAME="tex2html498"
42 42
   HREF="node1.html">
43 43
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
44 44
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
45 45
 <BR>
46
-<B> Next:</B> <A NAME="tex2html466"
46
+<B> Next:</B> <A NAME="tex2html501"
47 47
   HREF="node17.html">Usage</A>
48
-<B> Up:</B> <A NAME="tex2html462"
48
+<B> Up:</B> <A NAME="tex2html497"
49 49
   HREF="node6.html">Installation</A>
50
-<B> Previous:</B> <A NAME="tex2html458"
50
+<B> Previous:</B> <A NAME="tex2html493"
51 51
   HREF="node15.html">freshclam: Setting up auto-updating</A>
52
- &nbsp <B>  <A NAME="tex2html464"
52
+ &nbsp <B>  <A NAME="tex2html499"
53 53
   HREF="node1.html">Contents</A></B> 
54 54
 <BR>
55 55
 <BR>
... ...
@@ -180,18 +180,6 @@ Database mirrors
180 180
 <TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;info*nettron.co.za&gt;</FONT></TD>
181 181
 </TR>
182 182
 <TR><TD ALIGN="CENTER"><FONT SIZE="-1"><TT><A NAME="tex2html31"
183
-  HREF="clamav.nchost.net">clamav.nchost.net</A></TT> </FONT></TD>
184
-<TD ALIGN="CENTER"><FONT SIZE="-1"> 203.208.228.153 </FONT></TD>
185
-<TD ALIGN="CENTER"><FONT SIZE="-1"> Singapore </FONT></TD>
186
-<TD ALIGN="CENTER"><FONT SIZE="-1"> Nicholas Chua</FONT></TD>
187
-</TR>
188
-<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
189
-				</FONT></TD>
190
-<TD ALIGN="CENTER"><FONT SIZE="-1">		  </FONT></TD>
191
-<TD ALIGN="CENTER"><FONT SIZE="-1">	      </FONT></TD>
192
-<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;nicholas*ncmbox.net&gt;</FONT></TD>
193
-</TR>
194
-<TR><TD ALIGN="CENTER"><FONT SIZE="-1"><TT><A NAME="tex2html32"
195 183
   HREF="clamav.gossamer-threads.com">clamav.gossamer-threads.com</A></TT> </FONT></TD>
196 184
 <TD ALIGN="CENTER"><FONT SIZE="-1"> 64.69.64.158 </FONT></TD>
197 185
 <TD ALIGN="CENTER"><FONT SIZE="-1"> Canada </FONT></TD>
... ...
@@ -204,14 +192,20 @@ Database mirrors
204 204
 <TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;mirrors*gossamer-threads.com&gt;</FONT></TD>
205 205
 </TR>
206 206
 <TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
207
-	<TT><A NAME="tex2html33"
207
+	<TT><A NAME="tex2html32"
208 208
   HREF="clamav.catt.com">clamav.catt.com</A></TT> </FONT></TD>
209 209
 <TD ALIGN="CENTER"><FONT SIZE="-1"> 64.18.100.4 </FONT></TD>
210 210
 <TD ALIGN="CENTER"><FONT SIZE="-1"> USA </FONT></TD>
211
-<TD ALIGN="CENTER"><FONT SIZE="-1"> Mike Cathey &lt;mirrors*catt.com&gt;</FONT></TD>
211
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Mike Cathey</FONT></TD>
212
+</TR>
213
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
214
+			      </FONT></TD>
215
+<TD ALIGN="CENTER"><FONT SIZE="-1">		    </FONT></TD>
216
+<TD ALIGN="CENTER"><FONT SIZE="-1">	  </FONT></TD>
217
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;mirrors*catt.com&gt;</FONT></TD>
212 218
 </TR>
213 219
 <TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
214
-	<TT><A NAME="tex2html34"
220
+	<TT><A NAME="tex2html33"
215 221
   HREF="clamav.datahost.com.ar">clamav.datahost.com.ar</A></TT> </FONT></TD>
216 222
 <TD ALIGN="CENTER"><FONT SIZE="-1"> 200.32.4.47 </FONT></TD>
217 223
 <TD ALIGN="CENTER"><FONT SIZE="-1"> Argentina </FONT></TD>
... ...
@@ -224,7 +218,7 @@ Database mirrors
224 224
 <TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;federico.omoto*datahost.com.ar&gt;</FONT></TD>
225 225
 </TR>
226 226
 <TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
227
-	<TT><A NAME="tex2html35"
227
+	<TT><A NAME="tex2html34"
228 228
   HREF="clamav.antispam.or.id">clamav.antispam.or.id</A></TT> </FONT></TD>
229 229
 <TD ALIGN="CENTER"><FONT SIZE="-1"> 202.134.0.71 </FONT></TD>
230 230
 <TD ALIGN="CENTER"><FONT SIZE="-1"> Indonesia </FONT></TD>
... ...
@@ -237,7 +231,7 @@ Database mirrors
237 237
 <TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;fajar*telkom.co.id&gt;</FONT></TD>
238 238
 </TR>
239 239
 <TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
240
-	<TT><A NAME="tex2html36"
240
+	<TT><A NAME="tex2html35"
241 241
   HREF="clamav-du.viaverio.com">clamav-du.viaverio.com</A></TT> </FONT></TD>
242 242
 <TD ALIGN="CENTER"><FONT SIZE="-1"> 199.239.233.95 </FONT></TD>
243 243
 <TD ALIGN="CENTER"><FONT SIZE="-1"> USA </FONT></TD>
... ...
@@ -250,7 +244,7 @@ Database mirrors
250 250
 <TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;scott*perlcode.org&gt;</FONT></TD>
251 251
 </TR>
252 252
 <TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
253
-	<TT><A NAME="tex2html37"
253
+	<TT><A NAME="tex2html36"
254 254
   HREF="clamav-sj.viaverio.com">clamav-sj.viaverio.com</A></TT> </FONT></TD>
255 255
 <TD ALIGN="CENTER"><FONT SIZE="-1"> 128.121.60.235 </FONT></TD>
256 256
 <TD ALIGN="CENTER"><FONT SIZE="-1"> USA </FONT></TD>
... ...
@@ -262,7 +256,7 @@ Database mirrors
262 262
 <TD ALIGN="CENTER"><FONT SIZE="-1">	    </FONT></TD>
263 263
 <TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;scott*perlcode.org&gt;</FONT></TD>
264 264
 </TR>
265
-<TR><TD ALIGN="CENTER"><FONT SIZE="-1"><TT><A NAME="tex2html38"
265
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"><TT><A NAME="tex2html37"
266 266
   HREF="clamavdb.heanet.ie">clamavdb.heanet.ie</A></TT> </FONT></TD>
267 267
 <TD ALIGN="CENTER"><FONT SIZE="-1"> 193.1.219.100 </FONT></TD>
268 268
 <TD ALIGN="CENTER"><FONT SIZE="-1"> Ireland </FONT></TD>
... ...
@@ -274,7 +268,7 @@ Database mirrors
274 274
 <TD ALIGN="CENTER"><FONT SIZE="-1">	   </FONT></TD>
275 275
 <TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;mirrors*heanet.ie&gt;</FONT></TD>
276 276
 </TR>
277
-<TR><TD ALIGN="CENTER"><FONT SIZE="-1"><TT><A NAME="tex2html39"
277
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"><TT><A NAME="tex2html38"
278 278
   HREF="clamav.crysys.hu">clamav.crysys.hu</A></TT> </FONT></TD>
279 279
 <TD ALIGN="CENTER"><FONT SIZE="-1"> 152.66.249.132 </FONT></TD>
280 280
 <TD ALIGN="CENTER"><FONT SIZE="-1"> Hungary </FONT></TD>
... ...
@@ -286,7 +280,7 @@ Database mirrors
286 286
 <TD ALIGN="CENTER"><FONT SIZE="-1">	  </FONT></TD>
287 287
 <TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;boldi*mail2004.crysys.hit.bme.hu&gt;</FONT></TD>
288 288
 </TR>
289
-<TR><TD ALIGN="CENTER"><FONT SIZE="-1"><TT><A NAME="tex2html40"
289
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"><TT><A NAME="tex2html39"
290 290
   HREF="clamav.rockriver.net">clamav.rockriver.net</A></TT> </FONT></TD>
291 291
 <TD ALIGN="CENTER"><FONT SIZE="-1"> 209.94.36.5 </FONT></TD>
292 292
 <TD ALIGN="CENTER"><FONT SIZE="-1"> Illinois, USA </FONT></TD>
... ...
@@ -298,7 +292,7 @@ Database mirrors
298 298
 <TD ALIGN="CENTER"><FONT SIZE="-1">		 </FONT></TD>
299 299
 <TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;tom*rockriver.net&gt;</FONT></TD>
300 300
 </TR>
301
-<TR><TD ALIGN="CENTER"><FONT SIZE="-1"><TT><A NAME="tex2html41"
301
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"><TT><A NAME="tex2html40"
302 302
   HREF="clamav.xmundo.net">clamav.xmundo.net</A></TT> </FONT></TD>
303 303
 <TD ALIGN="CENTER"><FONT SIZE="-1"> 200.68.106.40 </FONT></TD>
304 304
 <TD ALIGN="CENTER"><FONT SIZE="-1"> Argentina </FONT></TD>
... ...
@@ -310,7 +304,7 @@ Database mirrors
310 310
 <TD ALIGN="CENTER"><FONT SIZE="-1">	    </FONT></TD>
311 311
 <TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;mirrors*xmundo.net&gt;</FONT></TD>
312 312
 </TR>
313
-<TR><TD ALIGN="CENTER"><FONT SIZE="-1"><TT><A NAME="tex2html42"
313
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"><TT><A NAME="tex2html41"
314 314
   HREF="clamav.infotex.com">clamav.infotex.com</A></TT> </FONT></TD>
315 315
 <TD ALIGN="CENTER"><FONT SIZE="-1"> 66.139.73.146 </FONT></TD>
316 316
 <TD ALIGN="CENTER"><FONT SIZE="-1"> Texas, USA </FONT></TD>
... ...
@@ -322,7 +316,7 @@ Database mirrors
322 322
 <TD ALIGN="CENTER"><FONT SIZE="-1">	      </FONT></TD>
323 323
 <TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;matt*infotex.com&gt;</FONT></TD>
324 324
 </TR>
325
-<TR><TD ALIGN="CENTER"><FONT SIZE="-1"><TT><A NAME="tex2html43"
325
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"><TT><A NAME="tex2html42"
326 326
   HREF="clamav.santafesolutions.com">clamav.santafesolutions.com</A></TT> </FONT></TD>
327 327
 <TD ALIGN="CENTER"><FONT SIZE="-1"> 196.40.71.226 </FONT></TD>
328 328
 <TD ALIGN="CENTER"><FONT SIZE="-1"> Costa Rica </FONT></TD>
... ...
@@ -334,7 +328,7 @@ Database mirrors
334 334
 <TD ALIGN="CENTER"><FONT SIZE="-1">	      </FONT></TD>
335 335
 <TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;gregory*emailcr.com&gt;</FONT></TD>
336 336
 </TR>
337
-<TR><TD ALIGN="CENTER"><FONT SIZE="-1"><TT><A NAME="tex2html44"
337
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"><TT><A NAME="tex2html43"
338 338
   HREF="clamav.mirror.transip.nl">clamav.mirror.transip.nl</A></TT> </FONT></TD>
339 339
 <TD ALIGN="CENTER"><FONT SIZE="-1"> 80.69.67.3 </FONT></TD>
340 340
 <TD ALIGN="CENTER"><FONT SIZE="-1"> The Netherlands </FONT></TD>
... ...
@@ -359,7 +353,7 @@ Database mirrors
359 359
 <TD ALIGN="CENTER"><FONT SIZE="-1"> Location </FONT></TD>
360 360
 <TD ALIGN="CENTER"><FONT SIZE="-1"> Administrator</FONT></TD>
361 361
 </TR>
362
-<TR><TD ALIGN="CENTER"><FONT SIZE="-1"><TT><A NAME="tex2html45"
362
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"><TT><A NAME="tex2html44"
363 363
   HREF="clamav.ialfa.net">clamav.ialfa.net</A></TT> </FONT></TD>
364 364
 <TD ALIGN="CENTER"><FONT SIZE="-1"> 210.22.201.152 </FONT></TD>
365 365
 <TD ALIGN="CENTER"><FONT SIZE="-1"> People's Republic </FONT></TD>
... ...
@@ -371,7 +365,7 @@ Database mirrors
371 371
 <TD ALIGN="CENTER"><FONT SIZE="-1"> of China	    </FONT></TD>
372 372
 <TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;alfa*ialfa.net&gt;</FONT></TD>
373 373
 </TR>
374
-<TR><TD ALIGN="CENTER"><FONT SIZE="-1"><TT><A NAME="tex2html46"
374
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"><TT><A NAME="tex2html45"
375 375
   HREF="clamavdb.ikk.sztaki.hu">clamavdb.ikk.sztaki.hu</A></TT> </FONT></TD>
376 376
 <TD ALIGN="CENTER"><FONT SIZE="-1"> 193.225.86.3 </FONT></TD>
377 377
 <TD ALIGN="CENTER"><FONT SIZE="-1"> Hungary </FONT></TD>
... ...
@@ -383,7 +377,7 @@ Database mirrors
383 383
 <TD ALIGN="CENTER"><FONT SIZE="-1">	      </FONT></TD>
384 384
 <TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;kissg*debella.ikk.sztaki.hu&gt;</FONT></TD>
385 385
 </TR>
386
-<TR><TD ALIGN="CENTER"><FONT SIZE="-1"><TT><A NAME="tex2html47"
386
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"><TT><A NAME="tex2html46"
387 387
   HREF="clamav.mirrors.nks.net">clamav.mirrors.nks.net</A></TT> </FONT></TD>
388 388
 <TD ALIGN="CENTER"><FONT SIZE="-1"> 24.73.112.74 </FONT></TD>
389 389
 <TD ALIGN="CENTER"><FONT SIZE="-1"> Florida, USA </FONT></TD>
... ...
@@ -393,9 +387,9 @@ Database mirrors
393 393
 				     </FONT></TD>
394 394
 <TD ALIGN="CENTER"><FONT SIZE="-1">		    </FONT></TD>
395 395
 <TD ALIGN="CENTER"><FONT SIZE="-1">		   </FONT></TD>
396
-<TD ALIGN="CENTER"><FONT SIZE="-1"> clam-admin*nks.net</FONT></TD>
396
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;clam-admin*nks.net&gt;</FONT></TD>
397 397
 </TR>
398
-<TR><TD ALIGN="CENTER"><FONT SIZE="-1"><TT><A NAME="tex2html48"
398
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"><TT><A NAME="tex2html47"
399 399
   HREF="clamav.kratern.se">clamav.kratern.se</A></TT> </FONT></TD>
400 400
 <TD ALIGN="CENTER"><FONT SIZE="-1"> 212.31.160.239 </FONT></TD>
401 401
 <TD ALIGN="CENTER"><FONT SIZE="-1"> Sweden </FONT></TD>
... ...
@@ -407,7 +401,7 @@ Database mirrors
407 407
 <TD ALIGN="CENTER"><FONT SIZE="-1">	  </FONT></TD>
408 408
 <TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;emil*kratern.se&gt;</FONT></TD>
409 409
 </TR>
410
-<TR><TD ALIGN="CENTER"><FONT SIZE="-1"><TT><A NAME="tex2html49"
410
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"><TT><A NAME="tex2html48"
411 411
   HREF="clamav.dif.dk">clamav.dif.dk</A></TT> </FONT></TD>
412 412
 <TD ALIGN="CENTER"><FONT SIZE="-1"> 193.138.115.108 </FONT></TD>
413 413
 <TD ALIGN="CENTER"><FONT SIZE="-1"> Denmark </FONT></TD>
... ...
@@ -419,7 +413,7 @@ Database mirrors
419 419
 <TD ALIGN="CENTER"><FONT SIZE="-1">		</FONT></TD>
420 420
 <TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;juhl*dif.dk&gt;</FONT></TD>
421 421
 </TR>
422
-<TR><TD ALIGN="CENTER"><FONT SIZE="-1"><TT><A NAME="tex2html50"
422
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"><TT><A NAME="tex2html49"
423 423
   HREF="clamav.dbplc.com">clamav.dbplc.com</A></TT> </FONT></TD>
424 424
 <TD ALIGN="CENTER"><FONT SIZE="-1"> 217.154.108.81 </FONT></TD>
425 425
 <TD ALIGN="CENTER"><FONT SIZE="-1"> United Kingdom </FONT></TD>
... ...
@@ -431,7 +425,7 @@ Database mirrors
431 431
 <TD ALIGN="CENTER"><FONT SIZE="-1">		 </FONT></TD>
432 432
 <TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;simon*digitalbrain.com&gt;</FONT></TD>
433 433
 </TR>
434
-<TR><TD ALIGN="CENTER"><FONT SIZE="-1"><TT><A NAME="tex2html51"
434
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"><TT><A NAME="tex2html50"
435 435
   HREF="clamav.unet.brandeis.edu">clamav.unet.brandeis.edu</A></TT> </FONT></TD>
436 436
 <TD ALIGN="CENTER"><FONT SIZE="-1"> 129.64.99.170 </FONT></TD>
437 437
 <TD ALIGN="CENTER"><FONT SIZE="-1"> USA </FONT></TD>
... ...
@@ -443,7 +437,7 @@ Database mirrors
443 443
 <TD ALIGN="CENTER"><FONT SIZE="-1">     </FONT></TD>
444 444
 <TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;rcgraves*brandeis.edu&gt;</FONT></TD>
445 445
 </TR>
446
-<TR><TD ALIGN="CENTER"><FONT SIZE="-1"><TT><A NAME="tex2html52"
446
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"><TT><A NAME="tex2html51"
447 447
   HREF="clamav.im1.net">clamav.im1.net</A></TT> </FONT></TD>
448 448
 <TD ALIGN="CENTER"><FONT SIZE="-1"> 65.77.42.207 </FONT></TD>
449 449
 <TD ALIGN="CENTER"><FONT SIZE="-1"> Florida, US </FONT></TD>
... ...
@@ -455,7 +449,7 @@ Database mirrors
455 455
 <TD ALIGN="CENTER"><FONT SIZE="-1">		  </FONT></TD>
456 456
 <TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;dmitri*im1.com&gt;</FONT></TD>
457 457
 </TR>
458
-<TR><TD ALIGN="CENTER"><FONT SIZE="-1"><TT><A NAME="tex2html53"
458
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"><TT><A NAME="tex2html52"
459 459
   HREF="clamav.elektrotech-ker.hu">clamav.elektrotech-ker.hu</A></TT> </FONT></TD>
460 460
 <TD ALIGN="CENTER"><FONT SIZE="-1"> 80.95.80.7 </FONT></TD>
461 461
 <TD ALIGN="CENTER"><FONT SIZE="-1"> Hungary </FONT></TD>
... ...
@@ -467,13 +461,13 @@ Database mirrors
467 467
 <TD ALIGN="CENTER"><FONT SIZE="-1">	       </FONT></TD>
468 468
 <TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;odin*szilank.hu&gt;</FONT></TD>
469 469
 </TR>
470
-<TR><TD ALIGN="CENTER"><FONT SIZE="-1"><TT><A NAME="tex2html54"
470
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"><TT><A NAME="tex2html53"
471 471
   HREF="clamav.stockingshq.com">clamav.stockingshq.com</A></TT> </FONT></TD>
472 472
 <TD ALIGN="CENTER"><FONT SIZE="-1"> 212.113.16.74 </FONT></TD>
473 473
 <TD ALIGN="CENTER"><FONT SIZE="-1"> United Kingdom </FONT></TD>
474 474
 <TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;dave*stockingshq.com&gt;</FONT></TD>
475 475
 </TR>
476
-<TR><TD ALIGN="CENTER"><FONT SIZE="-1"><TT><A NAME="tex2html55"
476
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"><TT><A NAME="tex2html54"
477 477
   HREF="clamav.acnova.com">clamav.acnova.com</A></TT> </FONT></TD>
478 478
 <TD ALIGN="CENTER"><FONT SIZE="-1"> 203.81.40.167 </FONT></TD>
479 479
 <TD ALIGN="CENTER"><FONT SIZE="-1"> Singapore </FONT></TD>
... ...
@@ -485,10 +479,174 @@ Database mirrors
485 485
 <TD ALIGN="CENTER"><FONT SIZE="-1">	    </FONT></TD>
486 486
 <TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;myself*lennardseah.com&gt;</FONT></TD>
487 487
 </TR>
488
-<TR><TD></TD>
489
-<TD></TD>
490
-<TD></TD>
491
-<TD></TD>
488
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
489
+	<TT><A NAME="tex2html55"
490
+  HREF="clamdb.prolocation.net">clamdb.prolocation.net</A></TT> </FONT></TD>
491
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 213.73.255.243 </FONT></TD>
492
+<TD ALIGN="CENTER"><FONT SIZE="-1"> The Netherlands </FONT></TD>
493
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Raymond Dijkxhoorn</FONT></TD>
494
+</TR>
495
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
496
+				     </FONT></TD>
497
+<TD ALIGN="CENTER"><FONT SIZE="-1">		      </FONT></TD>
498
+<TD ALIGN="CENTER"><FONT SIZE="-1">			</FONT></TD>
499
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;raymond*prolocation.net&gt;</FONT></TD>
500
+</TR>
501
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
502
+	<TT><A NAME="tex2html56"
503
+  HREF="clamav.xyxx.com">clamav.xyxx.com</A></TT> </FONT></TD>
504
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 65.75.154.69 </FONT></TD>
505
+<TD ALIGN="CENTER"><FONT SIZE="-1"> San Francisco/Palo Alto </FONT></TD>
506
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Myron Davis</FONT></TD>
507
+</TR>
508
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
509
+			      </FONT></TD>
510
+<TD ALIGN="CENTER"><FONT SIZE="-1">		     </FONT></TD>
511
+<TD ALIGN="CENTER"><FONT SIZE="-1"> California, USA	       </FONT></TD>
512
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;myrond*xyxx.com&gt;</FONT></TD>
513
+</TR>
514
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
515
+	<TT><A NAME="tex2html57"
516
+  HREF="clamav.walkertek.com">clamav.walkertek.com</A></TT> </FONT></TD>
517
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 38.136.139.7 </FONT></TD>
518
+<TD ALIGN="CENTER"><FONT SIZE="-1"> USA </FONT></TD>
519
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Stephen Walker</FONT></TD>
520
+</TR>
521
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
522
+				   </FONT></TD>
523
+<TD ALIGN="CENTER"><FONT SIZE="-1">		  </FONT></TD>
524
+<TD ALIGN="CENTER"><FONT SIZE="-1">	</FONT></TD>
525
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;swalker*walkertek.com&gt;</FONT></TD>
526
+</TR>
527
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
528
+	<TT><A NAME="tex2html58"
529
+  HREF="clamav.mirror.cygnal.ca">clamav.mirror.cygnal.ca</A></TT> </FONT></TD>
530
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 24.244.193.21 </FONT></TD>
531
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Burlington,	</FONT></TD>
532
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Rafal Rzeczkowski</FONT></TD>
533
+</TR>
534
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
535
+				      </FONT></TD>
536
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 24.244.193.22 </FONT></TD>
537
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Ontario, Canada </FONT></TD>
538
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;mirrors*cygnal.ca&gt;</FONT></TD>
539
+</TR>
540
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
541
+	<TT><A NAME="tex2html59"
542
+  HREF="clamav.mirrors.ilisys.com.au">clamav.mirrors.ilisys.com.au</A></TT> </FONT></TD>
543
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 203.202.10.60 </FONT></TD>
544
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Australia </FONT></TD>
545
+<TD ALIGN="CENTER"><FONT SIZE="-1"> David Wilcox</FONT></TD>
546
+</TR>
547
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
548
+					   </FONT></TD>
549
+<TD ALIGN="CENTER"><FONT SIZE="-1">		   </FONT></TD>
550
+<TD ALIGN="CENTER"><FONT SIZE="-1">	       </FONT></TD>
551
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;mirrors*ilisys.com.au&gt;</FONT></TD>
552
+</TR>
553
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
554
+	<TT><A NAME="tex2html60"
555
+  HREF="clamav.securityminded.net">clamav.securityminded.net</A></TT> </FONT></TD>
556
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 209.8.40.140 </FONT></TD>
557
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Ashburn, USA </FONT></TD>
558
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Thomas Petersen</FONT></TD>
559
+</TR>
560
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
561
+					</FONT></TD>
562
+<TD ALIGN="CENTER"><FONT SIZE="-1">	       </FONT></TD>
563
+<TD ALIGN="CENTER"><FONT SIZE="-1">	      </FONT></TD>
564
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;tomp*securityminded.net&gt;</FONT></TD>
565
+</TR>
566
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
567
+	<TT><A NAME="tex2html61"
568
+  HREF="clamav.island.net.au">clamav.island.net.au</A></TT> </FONT></TD>
569
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 203.28.142.36 </FONT></TD>
570
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Sydney    </FONT></TD>
571
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Hugh Blandford</FONT></TD>
572
+</TR>
573
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
574
+				   </FONT></TD>
575
+<TD ALIGN="CENTER"><FONT SIZE="-1">		   </FONT></TD>
576
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Australia </FONT></TD>
577
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;hugh*island.net.au&gt;</FONT></TD>
578
+</TR>
579
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
580
+	<TT><A NAME="tex2html62"
581
+  HREF="clamav.iol.cz">clamav.iol.cz</A></TT> </FONT></TD>
582
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 194.228.2.38 </FONT></TD>
583
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Czech Republic </FONT></TD>
584
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Pavel Urban</FONT></TD>
585
+</TR>
586
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
587
+			    </FONT></TD>
588
+<TD ALIGN="CENTER"><FONT SIZE="-1">		   </FONT></TD>
589
+<TD ALIGN="CENTER"><FONT SIZE="-1">		    </FONT></TD>
590
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;pavel.urban*imaginet.cz&gt;</FONT></TD>
591
+</TR>
592
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
593
+	<TT><A NAME="tex2html63"
594
+  HREF="clamav.securitywonks.net">clamav.securitywonks.net</A></TT> </FONT></TD>
595
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 66.197.159.213 </FONT></TD>
596
+<TD ALIGN="CENTER"><FONT SIZE="-1"> USA </FONT></TD>
597
+<TD ALIGN="CENTER"><FONT SIZE="-1"> D. Raghu Veer</FONT></TD>
598
+</TR>
599
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
600
+				       </FONT></TD>
601
+<TD ALIGN="CENTER"><FONT SIZE="-1">		</FONT></TD>
602
+<TD ALIGN="CENTER"><FONT SIZE="-1">     </FONT></TD>
603
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;clamav*zyserver.net&gt;</FONT></TD>
604
+</TR>
605
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
606
+	<TT><A NAME="tex2html64"
607
+  HREF="clamav.pcn.de">clamav.pcn.de</A></TT> </FONT></TD>
608
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 213.203.254.4 </FONT></TD>
609
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Hamburg, </FONT></TD>
610
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Karsten Gessner</FONT></TD>
611
+</TR>
612
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
613
+			    </FONT></TD>
614
+<TD ALIGN="CENTER"><FONT SIZE="-1">		    </FONT></TD>
615
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Germany  </FONT></TD>
616
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;karsten*pcn.de&gt;</FONT></TD>
617
+</TR>
618
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
619
+	<TT><A NAME="tex2html65"
620
+  HREF="clamav.enderunix.org">clamav.enderunix.org</A></TT> </FONT></TD>
621
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 193.140.143.23 </FONT></TD>
622
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Turkey </FONT></TD>
623
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Omer Faruk Sen</FONT></TD>
624
+</TR>
625
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
626
+				   </FONT></TD>
627
+<TD ALIGN="CENTER"><FONT SIZE="-1">		    </FONT></TD>
628
+<TD ALIGN="CENTER"><FONT SIZE="-1">	     </FONT></TD>
629
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;ofsen*enderunix.org&gt;</FONT></TD>
630
+</TR>
631
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
632
+	<TT><A NAME="tex2html66"
633
+  HREF="clamav.ovh.net">clamav.ovh.net</A></TT> </FONT></TD>
634
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 213.186.33.38 </FONT></TD>
635
+<TD ALIGN="CENTER"><FONT SIZE="-1"> France </FONT></TD>
636
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Germain Masse</FONT></TD>
637
+</TR>
638
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
639
+			     </FONT></TD>
640
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 213.186.33.37 </FONT></TD>
641
+<TD ALIGN="CENTER"><FONT SIZE="-1">        </FONT></TD>
642
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;germain.masse*ovh.net&gt;</FONT></TD>
643
+</TR>
644
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
645
+	<TT><A NAME="tex2html67"
646
+  HREF="clamav.spod.org">clamav.spod.org</A></TT> </FONT></TD>
647
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 195.92.99.99 </FONT></TD>
648
+<TD ALIGN="CENTER"><FONT SIZE="-1"> United Kingdom </FONT></TD>
649
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Ian Kirk</FONT></TD>
650
+</TR>
651
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
652
+			      </FONT></TD>
653
+<TD ALIGN="CENTER"><FONT SIZE="-1">		     </FONT></TD>
654
+<TD ALIGN="CENTER"><FONT SIZE="-1">		      </FONT></TD>
655
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;blob*blob.co.uk&gt;</FONT></TD>
492 656
 </TR>
493 657
 </TABLE>
494 658
     
... ...
@@ -503,35 +661,35 @@ There is a <I>DatabaseMirror</I> directive in the config file, which
503 503
 <P>
504 504
 <HR>
505 505
 <!--Navigation Panel-->
506
-<A NAME="tex2html465"
506
+<A NAME="tex2html500"
507 507
   HREF="node17.html">
508 508
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
509 509
  SRC="/usr/share/latex2html/icons/next.png"></A> 
510
-<A NAME="tex2html461"
510
+<A NAME="tex2html496"
511 511
   HREF="node6.html">
512 512
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
513 513
  SRC="/usr/share/latex2html/icons/up.png"></A> 
514
-<A NAME="tex2html457"
514
+<A NAME="tex2html492"
515 515
   HREF="node15.html">
516 516
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
517 517
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
518
-<A NAME="tex2html463"
518
+<A NAME="tex2html498"
519 519
   HREF="node1.html">
520 520
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
521 521
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
522 522
 <BR>
523
-<B> Next:</B> <A NAME="tex2html466"
523
+<B> Next:</B> <A NAME="tex2html501"
524 524
   HREF="node17.html">Usage</A>
525
-<B> Up:</B> <A NAME="tex2html462"
525
+<B> Up:</B> <A NAME="tex2html497"
526 526
   HREF="node6.html">Installation</A>
527
-<B> Previous:</B> <A NAME="tex2html458"
527
+<B> Previous:</B> <A NAME="tex2html493"
528 528
   HREF="node15.html">freshclam: Setting up auto-updating</A>
529
- &nbsp <B>  <A NAME="tex2html464"
529
+ &nbsp <B>  <A NAME="tex2html499"
530 530
   HREF="node1.html">Contents</A></B> 
531 531
 <!--End of Navigation Panel-->
532 532
 <ADDRESS>
533 533
 Tomasz Kojm
534
-2004-03-13
534
+2004-04-16
535 535
 </ADDRESS>
536 536
 </BODY>
537 537
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html477"
30
+<A NAME="tex2html512"
31 31
   HREF="node18.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html473"
34
+<A NAME="tex2html508"
35 35
   HREF="clamdoc.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html467"
38
+<A NAME="tex2html502"
39 39
   HREF="node16.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html475"
42
+<A NAME="tex2html510"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html478"
47
+<B> Next:</B> <A NAME="tex2html513"
48 48
   HREF="node18.html">Clam daemon</A>
49
-<B> Up:</B> <A NAME="tex2html474"
49
+<B> Up:</B> <A NAME="tex2html509"
50 50
   HREF="clamdoc.html">clamdoc</A>
51
-<B> Previous:</B> <A NAME="tex2html468"
51
+<B> Previous:</B> <A NAME="tex2html503"
52 52
   HREF="node16.html">Database mirrors</A>
53
- &nbsp <B>  <A NAME="tex2html476"
53
+ &nbsp <B>  <A NAME="tex2html511"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -66,26 +66,26 @@ Usage</A>
66 66
 <A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
67 67
 
68 68
 <UL>
69
-<LI><A NAME="tex2html479"
69
+<LI><A NAME="tex2html514"
70 70
   HREF="node18.html">Clam daemon</A>
71
-<LI><A NAME="tex2html480"
71
+<LI><A NAME="tex2html515"
72 72
   HREF="node19.html">Clam<B>d</B>scan</A>
73
-<LI><A NAME="tex2html481"
73
+<LI><A NAME="tex2html516"
74 74
   HREF="node20.html">Clamuko</A>
75
-<LI><A NAME="tex2html482"
75
+<LI><A NAME="tex2html517"
76 76
   HREF="node21.html">Archives and compressed files</A>
77
-<LI><A NAME="tex2html483"
77
+<LI><A NAME="tex2html518"
78 78
   HREF="node22.html">Mail files</A>
79
-<LI><A NAME="tex2html484"
79
+<LI><A NAME="tex2html519"
80 80
   HREF="node23.html">Output format</A>
81
-<LI><A NAME="tex2html485"
81
+<LI><A NAME="tex2html520"
82 82
   HREF="node24.html">Signature Tool</A>
83 83
 </UL>
84 84
 <!--End of Table of Child-Links-->
85 85
 <BR><HR>
86 86
 <ADDRESS>
87 87
 Tomasz Kojm
88
-2004-03-13
88
+2004-04-16
89 89
 </ADDRESS>
90 90
 </BODY>
91 91
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html496"
30
+<A NAME="tex2html531"
31 31
   HREF="node19.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html492"
34
+<A NAME="tex2html527"
35 35
   HREF="node17.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html486"
38
+<A NAME="tex2html521"
39 39
   HREF="node17.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html494"
42
+<A NAME="tex2html529"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html497"
47
+<B> Next:</B> <A NAME="tex2html532"
48 48
   HREF="node19.html">Clamdscan</A>
49
-<B> Up:</B> <A NAME="tex2html493"
49
+<B> Up:</B> <A NAME="tex2html528"
50 50
   HREF="node17.html">Usage</A>
51
-<B> Previous:</B> <A NAME="tex2html487"
51
+<B> Previous:</B> <A NAME="tex2html522"
52 52
   HREF="node17.html">Usage</A>
53
- &nbsp <B>  <A NAME="tex2html495"
53
+ &nbsp <B>  <A NAME="tex2html530"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -133,35 +133,35 @@ Perform a clean exit.
133 133
 <P>
134 134
 <HR>
135 135
 <!--Navigation Panel-->
136
-<A NAME="tex2html496"
136
+<A NAME="tex2html531"
137 137
   HREF="node19.html">
138 138
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
139 139
  SRC="/usr/share/latex2html/icons/next.png"></A> 
140
-<A NAME="tex2html492"
140
+<A NAME="tex2html527"
141 141
   HREF="node17.html">
142 142
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
143 143
  SRC="/usr/share/latex2html/icons/up.png"></A> 
144
-<A NAME="tex2html486"
144
+<A NAME="tex2html521"
145 145
   HREF="node17.html">
146 146
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
147 147
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
148
-<A NAME="tex2html494"
148
+<A NAME="tex2html529"
149 149
   HREF="node1.html">
150 150
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
151 151
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
152 152
 <BR>
153
-<B> Next:</B> <A NAME="tex2html497"
153
+<B> Next:</B> <A NAME="tex2html532"
154 154
   HREF="node19.html">Clamdscan</A>
155
-<B> Up:</B> <A NAME="tex2html493"
155
+<B> Up:</B> <A NAME="tex2html528"
156 156
   HREF="node17.html">Usage</A>
157
-<B> Previous:</B> <A NAME="tex2html487"
157
+<B> Previous:</B> <A NAME="tex2html522"
158 158
   HREF="node17.html">Usage</A>
159
- &nbsp <B>  <A NAME="tex2html495"
159
+ &nbsp <B>  <A NAME="tex2html530"
160 160
   HREF="node1.html">Contents</A></B> 
161 161
 <!--End of Navigation Panel-->
162 162
 <ADDRESS>
163 163
 Tomasz Kojm
164
-2004-03-13
164
+2004-04-16
165 165
 </ADDRESS>
166 166
 </BODY>
167 167
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html508"
30
+<A NAME="tex2html543"
31 31
   HREF="node20.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html504"
34
+<A NAME="tex2html539"
35 35
   HREF="node17.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html498"
38
+<A NAME="tex2html533"
39 39
   HREF="node18.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html506"
42
+<A NAME="tex2html541"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html509"
47
+<B> Next:</B> <A NAME="tex2html544"
48 48
   HREF="node20.html">Clamuko</A>
49
-<B> Up:</B> <A NAME="tex2html505"
49
+<B> Up:</B> <A NAME="tex2html540"
50 50
   HREF="node17.html">Usage</A>
51
-<B> Previous:</B> <A NAME="tex2html499"
51
+<B> Previous:</B> <A NAME="tex2html534"
52 52
   HREF="node18.html">Clam daemon</A>
53
- &nbsp <B>  <A NAME="tex2html507"
53
+ &nbsp <B>  <A NAME="tex2html542"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -81,7 +81,7 @@ Clam<B>d</B>scan</A>
81 81
 <BR><HR>
82 82
 <ADDRESS>
83 83
 Tomasz Kojm
84
-2004-03-13
84
+2004-04-16
85 85
 </ADDRESS>
86 86
 </BODY>
87 87
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html288"
30
+<A NAME="tex2html323"
31 31
   HREF="node3.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html284"
34
+<A NAME="tex2html319"
35 35
   HREF="clamdoc.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html278"
38
+<A NAME="tex2html313"
39 39
   HREF="node1.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html286"
42
+<A NAME="tex2html321"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html289"
47
+<B> Next:</B> <A NAME="tex2html324"
48 48
   HREF="node3.html">Features</A>
49
-<B> Up:</B> <A NAME="tex2html285"
49
+<B> Up:</B> <A NAME="tex2html320"
50 50
   HREF="clamdoc.html">clamdoc</A>
51
-<B> Previous:</B> <A NAME="tex2html279"
51
+<B> Previous:</B> <A NAME="tex2html314"
52 52
   HREF="node1.html">Contents</A>
53
- &nbsp <B>  <A NAME="tex2html287"
53
+ &nbsp <B>  <A NAME="tex2html322"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -74,18 +74,18 @@ Clam AntiVirus is an anti-virus toolkit for UNIX. The main purpose of this
74 74
 <A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
75 75
 
76 76
 <UL>
77
-<LI><A NAME="tex2html290"
77
+<LI><A NAME="tex2html325"
78 78
   HREF="node3.html">Features</A>
79
-<LI><A NAME="tex2html291"
79
+<LI><A NAME="tex2html326"
80 80
   HREF="node4.html">Mailing lists</A>
81
-<LI><A NAME="tex2html292"
81
+<LI><A NAME="tex2html327"
82 82
   HREF="node5.html">Virus submitting</A>
83 83
 </UL>
84 84
 <!--End of Table of Child-Links-->
85 85
 <BR><HR>
86 86
 <ADDRESS>
87 87
 Tomasz Kojm
88
-2004-03-13
88
+2004-04-16
89 89
 </ADDRESS>
90 90
 </BODY>
91 91
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html520"
30
+<A NAME="tex2html555"
31 31
   HREF="node21.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html516"
34
+<A NAME="tex2html551"
35 35
   HREF="node17.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html510"
38
+<A NAME="tex2html545"
39 39
   HREF="node19.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html518"
42
+<A NAME="tex2html553"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html521"
47
+<B> Next:</B> <A NAME="tex2html556"
48 48
   HREF="node21.html">Archives and compressed files</A>
49
-<B> Up:</B> <A NAME="tex2html517"
49
+<B> Up:</B> <A NAME="tex2html552"
50 50
   HREF="node17.html">Usage</A>
51
-<B> Previous:</B> <A NAME="tex2html511"
51
+<B> Previous:</B> <A NAME="tex2html546"
52 52
   HREF="node19.html">Clamdscan</A>
53
- &nbsp <B>  <A NAME="tex2html519"
53
+ &nbsp <B>  <A NAME="tex2html554"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -94,7 +94,7 @@ Clamuko
94 94
 </PRE>
95 95
     You can use clamuko to protect files on Samba/Netatalk (but far
96 96
     more better and safe idea is to use the <B>samba-vscan</B> module
97
-    <A HREF="node44.html#samba-vscan">5.17</A>. NFS is not supported (Dazuko doesn't intercept NFS
97
+    <A HREF="node43.html#samba-vscan">5.16</A>. NFS is not supported (Dazuko doesn't intercept NFS
98 98
     access calls). Yet another idea - you may build a database that contains
99 99
     signatures for popular exploits and setup clamd to protect your server
100 100
     from script-kiddies.
... ...
@@ -102,35 +102,35 @@ Clamuko
102 102
 <P>
103 103
 <HR>
104 104
 <!--Navigation Panel-->
105
-<A NAME="tex2html520"
105
+<A NAME="tex2html555"
106 106
   HREF="node21.html">
107 107
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
108 108
  SRC="/usr/share/latex2html/icons/next.png"></A> 
109
-<A NAME="tex2html516"
109
+<A NAME="tex2html551"
110 110
   HREF="node17.html">
111 111
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
112 112
  SRC="/usr/share/latex2html/icons/up.png"></A> 
113
-<A NAME="tex2html510"
113
+<A NAME="tex2html545"
114 114
   HREF="node19.html">
115 115
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
116 116
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
117
-<A NAME="tex2html518"
117
+<A NAME="tex2html553"
118 118
   HREF="node1.html">
119 119
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
120 120
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
121 121
 <BR>
122
-<B> Next:</B> <A NAME="tex2html521"
122
+<B> Next:</B> <A NAME="tex2html556"
123 123
   HREF="node21.html">Archives and compressed files</A>
124
-<B> Up:</B> <A NAME="tex2html517"
124
+<B> Up:</B> <A NAME="tex2html552"
125 125
   HREF="node17.html">Usage</A>
126
-<B> Previous:</B> <A NAME="tex2html511"
126
+<B> Previous:</B> <A NAME="tex2html546"
127 127
   HREF="node19.html">Clamdscan</A>
128
- &nbsp <B>  <A NAME="tex2html519"
128
+ &nbsp <B>  <A NAME="tex2html554"
129 129
   HREF="node1.html">Contents</A></B> 
130 130
 <!--End of Navigation Panel-->
131 131
 <ADDRESS>
132 132
 Tomasz Kojm
133
-2004-03-13
133
+2004-04-16
134 134
 </ADDRESS>
135 135
 </BODY>
136 136
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html532"
30
+<A NAME="tex2html567"
31 31
   HREF="node22.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html528"
34
+<A NAME="tex2html563"
35 35
   HREF="node17.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html522"
38
+<A NAME="tex2html557"
39 39
   HREF="node20.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html530"
42
+<A NAME="tex2html565"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html533"
47
+<B> Next:</B> <A NAME="tex2html568"
48 48
   HREF="node22.html">Mail files</A>
49
-<B> Up:</B> <A NAME="tex2html529"
49
+<B> Up:</B> <A NAME="tex2html564"
50 50
   HREF="node17.html">Usage</A>
51
-<B> Previous:</B> <A NAME="tex2html523"
51
+<B> Previous:</B> <A NAME="tex2html558"
52 52
   HREF="node20.html">Clamuko</A>
53
- &nbsp <B>  <A NAME="tex2html531"
53
+ &nbsp <B>  <A NAME="tex2html566"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -73,8 +73,8 @@ Archives and compressed files</A>
73 73
     
74 74
 </LI>
75 75
 </UL>
76
-    Archive types are determined by magic number tests.<A NAME="tex2html56"
77
-  HREF="footnode.html#foot357"><SUP>5</SUP></A> You need the zlib library
76
+    Archive types are determined by magic number tests.<A NAME="tex2html68"
77
+  HREF="footnode.html#foot385"><SUP>5</SUP></A> You need the zlib library
78 78
     for the Zip/Gzip support. Zip archives are accessed with the zziplib
79 79
     library by Guido Draheim and Tomi Ollila. RAR support is based on the
80 80
     UniquE RAR File Library by Christian Scheurer and Johannes Winkelmann.
... ...
@@ -140,35 +140,35 @@ Archives and compressed files</A>
140 140
 <P>
141 141
 <HR>
142 142
 <!--Navigation Panel-->
143
-<A NAME="tex2html532"
143
+<A NAME="tex2html567"
144 144
   HREF="node22.html">
145 145
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
146 146
  SRC="/usr/share/latex2html/icons/next.png"></A> 
147
-<A NAME="tex2html528"
147
+<A NAME="tex2html563"
148 148
   HREF="node17.html">
149 149
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
150 150
  SRC="/usr/share/latex2html/icons/up.png"></A> 
151
-<A NAME="tex2html522"
151
+<A NAME="tex2html557"
152 152
   HREF="node20.html">
153 153
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
154 154
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
155
-<A NAME="tex2html530"
155
+<A NAME="tex2html565"
156 156
   HREF="node1.html">
157 157
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
158 158
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
159 159
 <BR>
160
-<B> Next:</B> <A NAME="tex2html533"
160
+<B> Next:</B> <A NAME="tex2html568"
161 161
   HREF="node22.html">Mail files</A>
162
-<B> Up:</B> <A NAME="tex2html529"
162
+<B> Up:</B> <A NAME="tex2html564"
163 163
   HREF="node17.html">Usage</A>
164
-<B> Previous:</B> <A NAME="tex2html523"
164
+<B> Previous:</B> <A NAME="tex2html558"
165 165
   HREF="node20.html">Clamuko</A>
166
- &nbsp <B>  <A NAME="tex2html531"
166
+ &nbsp <B>  <A NAME="tex2html566"
167 167
   HREF="node1.html">Contents</A></B> 
168 168
 <!--End of Navigation Panel-->
169 169
 <ADDRESS>
170 170
 Tomasz Kojm
171
-2004-03-13
171
+2004-04-16
172 172
 </ADDRESS>
173 173
 </BODY>
174 174
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html544"
30
+<A NAME="tex2html579"
31 31
   HREF="node23.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html540"
34
+<A NAME="tex2html575"
35 35
   HREF="node17.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html534"
38
+<A NAME="tex2html569"
39 39
   HREF="node21.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html542"
42
+<A NAME="tex2html577"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html545"
47
+<B> Next:</B> <A NAME="tex2html580"
48 48
   HREF="node23.html">Output format</A>
49
-<B> Up:</B> <A NAME="tex2html541"
49
+<B> Up:</B> <A NAME="tex2html576"
50 50
   HREF="node17.html">Usage</A>
51
-<B> Previous:</B> <A NAME="tex2html535"
51
+<B> Previous:</B> <A NAME="tex2html570"
52 52
   HREF="node21.html">Archives and compressed files</A>
53
- &nbsp <B>  <A NAME="tex2html543"
53
+ &nbsp <B>  <A NAME="tex2html578"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -72,7 +72,7 @@ Mail files</A>
72 72
 <BR><HR>
73 73
 <ADDRESS>
74 74
 Tomasz Kojm
75
-2004-03-13
75
+2004-04-16
76 76
 </ADDRESS>
77 77
 </BODY>
78 78
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html556"
30
+<A NAME="tex2html591"
31 31
   HREF="node24.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html552"
34
+<A NAME="tex2html587"
35 35
   HREF="node17.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html546"
38
+<A NAME="tex2html581"
39 39
   HREF="node22.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html554"
42
+<A NAME="tex2html589"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html557"
47
+<B> Next:</B> <A NAME="tex2html592"
48 48
   HREF="node24.html">Signature Tool</A>
49
-<B> Up:</B> <A NAME="tex2html553"
49
+<B> Up:</B> <A NAME="tex2html588"
50 50
   HREF="node17.html">Usage</A>
51
-<B> Previous:</B> <A NAME="tex2html547"
51
+<B> Previous:</B> <A NAME="tex2html582"
52 52
   HREF="node22.html">Mail files</A>
53
- &nbsp <B>  <A NAME="tex2html555"
53
+ &nbsp <B>  <A NAME="tex2html590"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -109,35 +109,35 @@ Error messages are printed in the following format:
109 109
 <P>
110 110
 <HR>
111 111
 <!--Navigation Panel-->
112
-<A NAME="tex2html556"
112
+<A NAME="tex2html591"
113 113
   HREF="node24.html">
114 114
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
115 115
  SRC="/usr/share/latex2html/icons/next.png"></A> 
116
-<A NAME="tex2html552"
116
+<A NAME="tex2html587"
117 117
   HREF="node17.html">
118 118
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
119 119
  SRC="/usr/share/latex2html/icons/up.png"></A> 
120
-<A NAME="tex2html546"
120
+<A NAME="tex2html581"
121 121
   HREF="node22.html">
122 122
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
123 123
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
124
-<A NAME="tex2html554"
124
+<A NAME="tex2html589"
125 125
   HREF="node1.html">
126 126
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
127 127
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
128 128
 <BR>
129
-<B> Next:</B> <A NAME="tex2html557"
129
+<B> Next:</B> <A NAME="tex2html592"
130 130
   HREF="node24.html">Signature Tool</A>
131
-<B> Up:</B> <A NAME="tex2html553"
131
+<B> Up:</B> <A NAME="tex2html588"
132 132
   HREF="node17.html">Usage</A>
133
-<B> Previous:</B> <A NAME="tex2html547"
133
+<B> Previous:</B> <A NAME="tex2html582"
134 134
   HREF="node22.html">Mail files</A>
135
- &nbsp <B>  <A NAME="tex2html555"
135
+ &nbsp <B>  <A NAME="tex2html590"
136 136
   HREF="node1.html">Contents</A></B> 
137 137
 <!--End of Navigation Panel-->
138 138
 <ADDRESS>
139 139
 Tomasz Kojm
140
-2004-03-13
140
+2004-04-16
141 141
 </ADDRESS>
142 142
 </BODY>
143 143
 </HTML>
... ...
@@ -26,30 +26,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
26 26
 
27 27
 <BODY >
28 28
 <!--Navigation Panel-->
29
-<A NAME="tex2html566"
29
+<A NAME="tex2html601"
30 30
   HREF="node25.html">
31 31
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
32 32
  SRC="/usr/share/latex2html/icons/next.png"></A> 
33
-<A NAME="tex2html562"
33
+<A NAME="tex2html597"
34 34
   HREF="node17.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
36 36
  SRC="/usr/share/latex2html/icons/up.png"></A> 
37
-<A NAME="tex2html558"
37
+<A NAME="tex2html593"
38 38
   HREF="node23.html">
39 39
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
40 40
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
41
-<A NAME="tex2html564"
41
+<A NAME="tex2html599"
42 42
   HREF="node1.html">
43 43
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
44 44
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
45 45
 <BR>
46
-<B> Next:</B> <A NAME="tex2html567"
46
+<B> Next:</B> <A NAME="tex2html602"
47 47
   HREF="node25.html">Problem solving</A>
48
-<B> Up:</B> <A NAME="tex2html563"
48
+<B> Up:</B> <A NAME="tex2html598"
49 49
   HREF="node17.html">Usage</A>
50
-<B> Previous:</B> <A NAME="tex2html559"
50
+<B> Previous:</B> <A NAME="tex2html594"
51 51
   HREF="node23.html">Output format</A>
52
- &nbsp <B>  <A NAME="tex2html565"
52
+ &nbsp <B>  <A NAME="tex2html600"
53 53
   HREF="node1.html">Contents</A></B> 
54 54
 <BR>
55 55
 <BR>
... ...
@@ -61,9 +61,11 @@ Signature Tool</A>
61 61
     <I>sigtool</I> automates signature creation. If you have got an infected
62 62
     file not recognized by ClamAV and there is an another anti-virus scanner
63 63
     working in a console that detects the virus you can try to generate
64
-    the signature automatically. <I>Sigtool is only partially useful because
65
-    it only detects the last part of a real signature. It will fail for
66
-    multipart signatures (and especially for polymorphic viruses).</I>
64
+    the signature automatically. <A NAME="tex2html69"
65
+  HREF="footnode.html#foot437"><SUP>6</SUP></A> <I>Sigtool is only
66
+    partially useful because it only detects the last part of a real
67
+    signature. It will fail for multipart signatures (and especially for
68
+    polymorphic viruses).</I>
67 69
     Example usage: create a random file (with any content) and insert the
68 70
     <code>test/test1</code> file content into it. We will use <I>clamscan</I>
69 71
     to generate the signature. Remember this is only an example - in a real
... ...
@@ -73,13 +75,13 @@ Signature Tool</A>
73 73
 	testfile: ClamAV-Test-Signature FOUND
74 74
 
75 75
 	----------- SCAN SUMMARY -----------
76
-	Known viruses: 20673
76
+	Known viruses: 21074
77 77
 	Scanned directories: 0
78 78
 	Scanned files: 1
79 79
 	Data scanned: 0.95 MB
80 80
 	Infected files: 1
81 81
 	I/O buffer size: 131072 bytes
82
-	Time: 0.245 sec (0 m 0 s)
82
+	Time: 1.245 sec (0 m 0 s)
83 83
 </PRE>
84 84
     The unique string in this output is "ClamAV-Test-Signature" so run
85 85
     <I>sigtool</I> with the following arguments:
... ...
@@ -149,35 +151,35 @@ Signature Tool</A>
149 149
 <P>
150 150
 <HR>
151 151
 <!--Navigation Panel-->
152
-<A NAME="tex2html566"
152
+<A NAME="tex2html601"
153 153
   HREF="node25.html">
154 154
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
155 155
  SRC="/usr/share/latex2html/icons/next.png"></A> 
156
-<A NAME="tex2html562"
156
+<A NAME="tex2html597"
157 157
   HREF="node17.html">
158 158
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
159 159
  SRC="/usr/share/latex2html/icons/up.png"></A> 
160
-<A NAME="tex2html558"
160
+<A NAME="tex2html593"
161 161
   HREF="node23.html">
162 162
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
163 163
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
164
-<A NAME="tex2html564"
164
+<A NAME="tex2html599"
165 165
   HREF="node1.html">
166 166
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
167 167
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
168 168
 <BR>
169
-<B> Next:</B> <A NAME="tex2html567"
169
+<B> Next:</B> <A NAME="tex2html602"
170 170
   HREF="node25.html">Problem solving</A>
171
-<B> Up:</B> <A NAME="tex2html563"
171
+<B> Up:</B> <A NAME="tex2html598"
172 172
   HREF="node17.html">Usage</A>
173
-<B> Previous:</B> <A NAME="tex2html559"
173
+<B> Previous:</B> <A NAME="tex2html594"
174 174
   HREF="node23.html">Output format</A>
175
- &nbsp <B>  <A NAME="tex2html565"
175
+ &nbsp <B>  <A NAME="tex2html600"
176 176
   HREF="node1.html">Contents</A></B> 
177 177
 <!--End of Navigation Panel-->
178 178
 <ADDRESS>
179 179
 Tomasz Kojm
180
-2004-03-13
180
+2004-04-16
181 181
 </ADDRESS>
182 182
 </BODY>
183 183
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html578"
30
+<A NAME="tex2html613"
31 31
   HREF="node26.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html574"
34
+<A NAME="tex2html609"
35 35
   HREF="clamdoc.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html568"
38
+<A NAME="tex2html603"
39 39
   HREF="node24.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html576"
42
+<A NAME="tex2html611"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html579"
47
+<B> Next:</B> <A NAME="tex2html614"
48 48
   HREF="node26.html">Return codes</A>
49
-<B> Up:</B> <A NAME="tex2html575"
49
+<B> Up:</B> <A NAME="tex2html610"
50 50
   HREF="clamdoc.html">clamdoc</A>
51
-<B> Previous:</B> <A NAME="tex2html569"
51
+<B> Previous:</B> <A NAME="tex2html604"
52 52
   HREF="node24.html">Signature Tool</A>
53
- &nbsp <B>  <A NAME="tex2html577"
53
+ &nbsp <B>  <A NAME="tex2html612"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -66,14 +66,14 @@ Problem solving</A>
66 66
 <A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
67 67
 
68 68
 <UL>
69
-<LI><A NAME="tex2html580"
69
+<LI><A NAME="tex2html615"
70 70
   HREF="node26.html">Return codes</A>
71 71
 </UL>
72 72
 <!--End of Table of Child-Links-->
73 73
 <BR><HR>
74 74
 <ADDRESS>
75 75
 Tomasz Kojm
76
-2004-03-13
76
+2004-04-16
77 77
 </ADDRESS>
78 78
 </BODY>
79 79
 </HTML>
... ...
@@ -26,30 +26,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
26 26
 
27 27
 <BODY >
28 28
 <!--Navigation Panel-->
29
-<A NAME="tex2html589"
29
+<A NAME="tex2html624"
30 30
   HREF="node27.html">
31 31
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
32 32
  SRC="/usr/share/latex2html/icons/next.png"></A> 
33
-<A NAME="tex2html585"
33
+<A NAME="tex2html620"
34 34
   HREF="node25.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
36 36
  SRC="/usr/share/latex2html/icons/up.png"></A> 
37
-<A NAME="tex2html581"
37
+<A NAME="tex2html616"
38 38
   HREF="node25.html">
39 39
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
40 40
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
41
-<A NAME="tex2html587"
41
+<A NAME="tex2html622"
42 42
   HREF="node1.html">
43 43
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
44 44
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
45 45
 <BR>
46
-<B> Next:</B> <A NAME="tex2html590"
47
-  HREF="node27.html">ClamAV-certified software</A>
48
-<B> Up:</B> <A NAME="tex2html586"
46
+<B> Next:</B> <A NAME="tex2html625"
47
+  HREF="node27.html">Third party software</A>
48
+<B> Up:</B> <A NAME="tex2html621"
49 49
   HREF="node25.html">Problem solving</A>
50
-<B> Previous:</B> <A NAME="tex2html582"
50
+<B> Previous:</B> <A NAME="tex2html617"
51 51
   HREF="node25.html">Problem solving</A>
52
- &nbsp <B>  <A NAME="tex2html588"
52
+ &nbsp <B>  <A NAME="tex2html623"
53 53
   HREF="node1.html">Contents</A></B> 
54 54
 <BR>
55 55
 <BR>
... ...
@@ -80,10 +80,10 @@ Return codes</A>
80 80
 <BR>    <B>54: </B> Can't open file.<IMG
81 81
  WIDTH="13" HEIGHT="21" ALIGN="BOTTOM" BORDER="0"
82 82
  SRC="img5.png"
83
- ALT="$^6$">
83
+ ALT="$^7$">
84 84
 <BR>    <B>55: </B> I/O error during read.
85
-	    <A NAME="tex2html57"
86
-  HREF="footnode.html#foot945"><SUP>6</SUP></A>
85
+	    <A NAME="tex2html70"
86
+  HREF="footnode.html#foot1017"><SUP>7</SUP></A>
87 87
 <BR>    <B>56: </B> Can't stat input file or directory. File (or directory) you want to
88 88
 	    scan doesn't exist.
89 89
 <BR>    <B>57: </B> Can't get absolute pathname of current working directory. Your
... ...
@@ -104,35 +104,35 @@ Return codes</A>
104 104
 <P>
105 105
 <HR>
106 106
 <!--Navigation Panel-->
107
-<A NAME="tex2html589"
107
+<A NAME="tex2html624"
108 108
   HREF="node27.html">
109 109
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
110 110
  SRC="/usr/share/latex2html/icons/next.png"></A> 
111
-<A NAME="tex2html585"
111
+<A NAME="tex2html620"
112 112
   HREF="node25.html">
113 113
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
114 114
  SRC="/usr/share/latex2html/icons/up.png"></A> 
115
-<A NAME="tex2html581"
115
+<A NAME="tex2html616"
116 116
   HREF="node25.html">
117 117
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
118 118
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
119
-<A NAME="tex2html587"
119
+<A NAME="tex2html622"
120 120
   HREF="node1.html">
121 121
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
122 122
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
123 123
 <BR>
124
-<B> Next:</B> <A NAME="tex2html590"
125
-  HREF="node27.html">ClamAV-certified software</A>
126
-<B> Up:</B> <A NAME="tex2html586"
124
+<B> Next:</B> <A NAME="tex2html625"
125
+  HREF="node27.html">Third party software</A>
126
+<B> Up:</B> <A NAME="tex2html621"
127 127
   HREF="node25.html">Problem solving</A>
128
-<B> Previous:</B> <A NAME="tex2html582"
128
+<B> Previous:</B> <A NAME="tex2html617"
129 129
   HREF="node25.html">Problem solving</A>
130
- &nbsp <B>  <A NAME="tex2html588"
130
+ &nbsp <B>  <A NAME="tex2html623"
131 131
   HREF="node1.html">Contents</A></B> 
132 132
 <!--End of Navigation Panel-->
133 133
 <ADDRESS>
134 134
 Tomasz Kojm
135
-2004-03-13
135
+2004-04-16
136 136
 </ADDRESS>
137 137
 </BODY>
138 138
 </HTML>
... ...
@@ -7,8 +7,8 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
7 7
   Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8 8
 <HTML>
9 9
 <HEAD>
10
-<TITLE>ClamAV-certified software</TITLE>
11
-<META NAME="description" CONTENT="ClamAV-certified software">
10
+<TITLE>Third party software</TITLE>
11
+<META NAME="description" CONTENT="Third party software">
12 12
 <META NAME="keywords" CONTENT="clamdoc">
13 13
 <META NAME="resource-type" CONTENT="document">
14 14
 <META NAME="distribution" CONTENT="global">
... ...
@@ -19,7 +19,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
19 19
 
20 20
 <LINK REL="STYLESHEET" HREF="clamdoc.css">
21 21
 
22
-<LINK REL="next" HREF="node62.html">
22
+<LINK REL="next" HREF="node67.html">
23 23
 <LINK REL="previous" HREF="node25.html">
24 24
 <LINK REL="up" HREF="clamdoc.html">
25 25
 <LINK REL="next" HREF="node28.html">
... ...
@@ -27,40 +27,40 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html601"
30
+<A NAME="tex2html636"
31 31
   HREF="node28.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html597"
34
+<A NAME="tex2html632"
35 35
   HREF="clamdoc.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html591"
38
+<A NAME="tex2html626"
39 39
   HREF="node26.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html599"
42
+<A NAME="tex2html634"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html602"
47
+<B> Next:</B> <A NAME="tex2html637"
48 48
   HREF="node28.html">clamav-milter</A>
49
-<B> Up:</B> <A NAME="tex2html598"
49
+<B> Up:</B> <A NAME="tex2html633"
50 50
   HREF="clamdoc.html">clamdoc</A>
51
-<B> Previous:</B> <A NAME="tex2html592"
51
+<B> Previous:</B> <A NAME="tex2html627"
52 52
   HREF="node26.html">Return codes</A>
53
- &nbsp <B>  <A NAME="tex2html600"
53
+ &nbsp <B>  <A NAME="tex2html635"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
57 57
 <!--End of Navigation Panel-->
58 58
 
59 59
 <H1><A NAME="SECTION00060000000000000000">
60
-ClamAV-certified software</A>
60
+Third party software</A>
61 61
 </H1>
62
-    There are many projects that support ClamAV. Here is a list of software
63
-    that was tested and is known to work well.
62
+    There are many projects with support for our scanner. Here is the list of
63
+    software that was tested and is known to work well.
64 64
 
65 65
 <P>
66 66
 <BR><HR>
... ...
@@ -68,80 +68,90 @@ ClamAV-certified software</A>
68 68
 <A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
69 69
 
70 70
 <UL>
71
-<LI><A NAME="tex2html603"
71
+<LI><A NAME="tex2html638"
72 72
   HREF="node28.html">clamav-milter</A>
73
-<LI><A NAME="tex2html604"
73
+<LI><A NAME="tex2html639"
74 74
   HREF="node29.html">IVS Milter</A>
75
-<LI><A NAME="tex2html605"
75
+<LI><A NAME="tex2html640"
76 76
   HREF="node30.html">smtp-vilter</A>
77
-<LI><A NAME="tex2html606"
77
+<LI><A NAME="tex2html641"
78 78
   HREF="node31.html">mod_clamav</A>
79
-<LI><A NAME="tex2html607"
80
-  HREF="node32.html">TrashScan</A>
81
-<LI><A NAME="tex2html608"
82
-  HREF="node33.html">AMaViS - "Next Generation"</A>
83
-<LI><A NAME="tex2html609"
84
-  HREF="node34.html">amavisd-new</A>
85
-<LI><A NAME="tex2html610"
86
-  HREF="node35.html">Qmail-Scanner</A>
87
-<LI><A NAME="tex2html611"
88
-  HREF="node36.html">Sagator</A>
89
-<LI><A NAME="tex2html612"
90
-  HREF="node37.html">ClamdMail</A>
91
-<LI><A NAME="tex2html613"
92
-  HREF="node38.html">BlackHole</A>
93
-<LI><A NAME="tex2html614"
94
-  HREF="node39.html">MailScanner</A>
95
-<LI><A NAME="tex2html615"
96
-  HREF="node40.html">MIMEDefang</A>
97
-<LI><A NAME="tex2html616"
98
-  HREF="node41.html">exiscan</A>
99
-<LI><A NAME="tex2html617"
100
-  HREF="node42.html">scanexi</A>
101
-<LI><A NAME="tex2html618"
102
-  HREF="node43.html">Mail::ClamAV</A>
103
-<LI><A NAME="tex2html619"
104
-  HREF="node44.html">OpenAntiVirus samba-vscan</A>
105
-<LI><A NAME="tex2html620"
106
-  HREF="node45.html">Sylpheed Claws</A>
107
-<LI><A NAME="tex2html621"
108
-  HREF="node46.html">nclamd</A>
109
-<LI><A NAME="tex2html622"
110
-  HREF="node47.html">cgpav</A>
111
-<LI><A NAME="tex2html623"
112
-  HREF="node48.html">j-chkmail</A>
113
-<LI><A NAME="tex2html624"
114
-  HREF="node49.html">qscanq</A>
115
-<LI><A NAME="tex2html625"
116
-  HREF="node50.html">clamavr</A>
117
-<LI><A NAME="tex2html626"
118
-  HREF="node51.html">DansGuardian Anti-Virus Plugin</A>
119
-<LI><A NAME="tex2html627"
120
-  HREF="node52.html">ClamAssassin</A>
121
-<LI><A NAME="tex2html628"
122
-  HREF="node53.html">Gadoyanvirus</A>
123
-<LI><A NAME="tex2html629"
124
-  HREF="node54.html">OpenProtect</A>
125
-<LI><A NAME="tex2html630"
126
-  HREF="node55.html">POP3 Virus Scanner Daemon</A>
127
-<LI><A NAME="tex2html631"
128
-  HREF="node56.html">mailman-clamav</A>
129
-<LI><A NAME="tex2html632"
130
-  HREF="node57.html">wbmclamav</A>
131
-<LI><A NAME="tex2html633"
132
-  HREF="node58.html">Scan Log Analyzer</A>
133
-<LI><A NAME="tex2html634"
134
-  HREF="node59.html">mailgraph</A>
135
-<LI><A NAME="tex2html635"
136
-  HREF="node60.html">INSERT</A>
137
-<LI><A NAME="tex2html636"
138
-  HREF="node61.html">Local Area Security</A>
79
+<LI><A NAME="tex2html642"
80
+  HREF="node32.html">AMaViS - "Next Generation"</A>
81
+<LI><A NAME="tex2html643"
82
+  HREF="node33.html">amavisd-new</A>
83
+<LI><A NAME="tex2html644"
84
+  HREF="node34.html">Qmail-Scanner</A>
85
+<LI><A NAME="tex2html645"
86
+  HREF="node35.html">Sagator</A>
87
+<LI><A NAME="tex2html646"
88
+  HREF="node36.html">ClamdMail</A>
89
+<LI><A NAME="tex2html647"
90
+  HREF="node37.html">BlackHole</A>
91
+<LI><A NAME="tex2html648"
92
+  HREF="node38.html">MailScanner</A>
93
+<LI><A NAME="tex2html649"
94
+  HREF="node39.html">MIMEDefang</A>
95
+<LI><A NAME="tex2html650"
96
+  HREF="node40.html">exiscan</A>
97
+<LI><A NAME="tex2html651"
98
+  HREF="node41.html">scanexi</A>
99
+<LI><A NAME="tex2html652"
100
+  HREF="node42.html">Mail::ClamAV</A>
101
+<LI><A NAME="tex2html653"
102
+  HREF="node43.html">OpenAntiVirus samba-vscan</A>
103
+<LI><A NAME="tex2html654"
104
+  HREF="node44.html">Sylpheed Claws</A>
105
+<LI><A NAME="tex2html655"
106
+  HREF="node45.html">nclamd</A>
107
+<LI><A NAME="tex2html656"
108
+  HREF="node46.html">cgpav</A>
109
+<LI><A NAME="tex2html657"
110
+  HREF="node47.html">j-chkmail</A>
111
+<LI><A NAME="tex2html658"
112
+  HREF="node48.html">qscanq</A>
113
+<LI><A NAME="tex2html659"
114
+  HREF="node49.html">clamavr</A>
115
+<LI><A NAME="tex2html660"
116
+  HREF="node50.html">DansGuardian Anti-Virus Plugin</A>
117
+<LI><A NAME="tex2html661"
118
+  HREF="node51.html">Viralator</A>
119
+<LI><A NAME="tex2html662"
120
+  HREF="node52.html">TrashScan</A>
121
+<LI><A NAME="tex2html663"
122
+  HREF="node53.html">ClamAssassin</A>
123
+<LI><A NAME="tex2html664"
124
+  HREF="node54.html">clamscan-procfilter</A>
125
+<LI><A NAME="tex2html665"
126
+  HREF="node55.html">Gadoyanvirus</A>
127
+<LI><A NAME="tex2html666"
128
+  HREF="node56.html">OpenProtect</A>
129
+<LI><A NAME="tex2html667"
130
+  HREF="node57.html">RevolSys-SMTP</A>
131
+<LI><A NAME="tex2html668"
132
+  HREF="node58.html">POP3 Virus Scanner Daemon</A>
133
+<LI><A NAME="tex2html669"
134
+  HREF="node59.html">mailman-clamav</A>
135
+<LI><A NAME="tex2html670"
136
+  HREF="node60.html">wbmclamav</A>
137
+<LI><A NAME="tex2html671"
138
+  HREF="node61.html">Scan Log Analyzer</A>
139
+<LI><A NAME="tex2html672"
140
+  HREF="node62.html">mailgraph</A>
141
+<LI><A NAME="tex2html673"
142
+  HREF="node63.html">INSERT</A>
143
+<LI><A NAME="tex2html674"
144
+  HREF="node64.html">Local Area Security</A>
145
+<LI><A NAME="tex2html675"
146
+  HREF="node65.html">ClamWin</A>
147
+<LI><A NAME="tex2html676"
148
+  HREF="node66.html">KlamAV</A>
139 149
 </UL>
140 150
 <!--End of Table of Child-Links-->
141 151
 <BR><HR>
142 152
 <ADDRESS>
143 153
 Tomasz Kojm
144
-2004-03-13
154
+2004-04-16
145 155
 </ADDRESS>
146 156
 </BODY>
147 157
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html647"
30
+<A NAME="tex2html687"
31 31
   HREF="node29.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html643"
34
+<A NAME="tex2html683"
35 35
   HREF="node27.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html637"
38
+<A NAME="tex2html677"
39 39
   HREF="node27.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html645"
42
+<A NAME="tex2html685"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html648"
47
+<B> Next:</B> <A NAME="tex2html688"
48 48
   HREF="node29.html">IVS Milter</A>
49
-<B> Up:</B> <A NAME="tex2html644"
50
-  HREF="node27.html">ClamAV-certified software</A>
51
-<B> Previous:</B> <A NAME="tex2html638"
52
-  HREF="node27.html">ClamAV-certified software</A>
53
- &nbsp <B>  <A NAME="tex2html646"
49
+<B> Up:</B> <A NAME="tex2html684"
50
+  HREF="node27.html">Third party software</A>
51
+<B> Previous:</B> <A NAME="tex2html678"
52
+  HREF="node27.html">Third party software</A>
53
+ &nbsp <B>  <A NAME="tex2html686"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -95,7 +95,7 @@ define(`confINPUT_MAIL_FILTERS', `clmilter')
95 95
 <BR><HR>
96 96
 <ADDRESS>
97 97
 Tomasz Kojm
98
-2004-03-13
98
+2004-04-16
99 99
 </ADDRESS>
100 100
 </BODY>
101 101
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html659"
30
+<A NAME="tex2html699"
31 31
   HREF="node30.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html655"
34
+<A NAME="tex2html695"
35 35
   HREF="node27.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html649"
38
+<A NAME="tex2html689"
39 39
   HREF="node28.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html657"
42
+<A NAME="tex2html697"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html660"
47
+<B> Next:</B> <A NAME="tex2html700"
48 48
   HREF="node30.html">smtp-vilter</A>
49
-<B> Up:</B> <A NAME="tex2html656"
50
-  HREF="node27.html">ClamAV-certified software</A>
51
-<B> Previous:</B> <A NAME="tex2html650"
49
+<B> Up:</B> <A NAME="tex2html696"
50
+  HREF="node27.html">Third party software</A>
51
+<B> Previous:</B> <A NAME="tex2html690"
52 52
   HREF="node28.html">clamav-milter</A>
53
- &nbsp <B>  <A NAME="tex2html658"
53
+ &nbsp <B>  <A NAME="tex2html698"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -59,7 +59,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
59 59
 <H2><A NAME="SECTION00062000000000000000">
60 60
 IVS Milter</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html58"
62
+    <B>Homepage:</B> <TT><A NAME="tex2html71"
63 63
   HREF="http://ivs-milter.lbsd.net">http://ivs-milter.lbsd.net</A></TT>
64 64
 <BR>    <B>Supports:</B> clamd
65 65
 <BR>
... ...
@@ -71,7 +71,7 @@ IVS Milter is a virus and spam scanning milter. The name stands for
71 71
 <BR><HR>
72 72
 <ADDRESS>
73 73
 Tomasz Kojm
74
-2004-03-13
74
+2004-04-16
75 75
 </ADDRESS>
76 76
 </BODY>
77 77
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html303"
30
+<A NAME="tex2html338"
31 31
   HREF="node4.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html299"
34
+<A NAME="tex2html334"
35 35
   HREF="node2.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html293"
38
+<A NAME="tex2html328"
39 39
   HREF="node2.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html301"
42
+<A NAME="tex2html336"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html304"
47
+<B> Next:</B> <A NAME="tex2html339"
48 48
   HREF="node4.html">Mailing lists</A>
49
-<B> Up:</B> <A NAME="tex2html300"
49
+<B> Up:</B> <A NAME="tex2html335"
50 50
   HREF="node2.html">Introduction</A>
51
-<B> Previous:</B> <A NAME="tex2html294"
51
+<B> Previous:</B> <A NAME="tex2html329"
52 52
   HREF="node2.html">Introduction</A>
53
- &nbsp <B>  <A NAME="tex2html302"
53
+ &nbsp <B>  <A NAME="tex2html337"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -92,7 +92,7 @@ Features</A>
92 92
 <BR><HR>
93 93
 <ADDRESS>
94 94
 Tomasz Kojm
95
-2004-03-13
95
+2004-04-16
96 96
 </ADDRESS>
97 97
 </BODY>
98 98
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html671"
30
+<A NAME="tex2html711"
31 31
   HREF="node31.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html667"
34
+<A NAME="tex2html707"
35 35
   HREF="node27.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html661"
38
+<A NAME="tex2html701"
39 39
   HREF="node29.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html669"
42
+<A NAME="tex2html709"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html672"
47
+<B> Next:</B> <A NAME="tex2html712"
48 48
   HREF="node31.html">mod_clamav</A>
49
-<B> Up:</B> <A NAME="tex2html668"
50
-  HREF="node27.html">ClamAV-certified software</A>
51
-<B> Previous:</B> <A NAME="tex2html662"
49
+<B> Up:</B> <A NAME="tex2html708"
50
+  HREF="node27.html">Third party software</A>
51
+<B> Previous:</B> <A NAME="tex2html702"
52 52
   HREF="node29.html">IVS Milter</A>
53
- &nbsp <B>  <A NAME="tex2html670"
53
+ &nbsp <B>  <A NAME="tex2html710"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -59,7 +59,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
59 59
 <H2><A NAME="SECTION00063000000000000000">
60 60
 smtp-vilter</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html59"
62
+    <B>Homepage:</B> <TT><A NAME="tex2html72"
63 63
   HREF="http://www.etc.msys.ch/software/smtp-vilter">http://www.etc.msys.ch/software/smtp-vilter</A></TT>
64 64
 <BR>    <B>Supports:</B> clamd
65 65
 <BR>
... ...
@@ -72,7 +72,7 @@ smtp-vilter is a high performance content filter for sendmail
72 72
 <BR><HR>
73 73
 <ADDRESS>
74 74
 Tomasz Kojm
75
-2004-03-13
75
+2004-04-16
76 76
 </ADDRESS>
77 77
 </BODY>
78 78
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html683"
30
+<A NAME="tex2html723"
31 31
   HREF="node32.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html679"
34
+<A NAME="tex2html719"
35 35
   HREF="node27.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html673"
38
+<A NAME="tex2html713"
39 39
   HREF="node30.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html681"
42
+<A NAME="tex2html721"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html684"
48
-  HREF="node32.html">TrashScan</A>
49
-<B> Up:</B> <A NAME="tex2html680"
50
-  HREF="node27.html">ClamAV-certified software</A>
51
-<B> Previous:</B> <A NAME="tex2html674"
47
+<B> Next:</B> <A NAME="tex2html724"
48
+  HREF="node32.html">AMaViS - "Next Generation"</A>
49
+<B> Up:</B> <A NAME="tex2html720"
50
+  HREF="node27.html">Third party software</A>
51
+<B> Previous:</B> <A NAME="tex2html714"
52 52
   HREF="node30.html">smtp-vilter</A>
53
- &nbsp <B>  <A NAME="tex2html682"
53
+ &nbsp <B>  <A NAME="tex2html722"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -59,7 +59,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
59 59
 <H2><A NAME="SECTION00064000000000000000">
60 60
 mod_clamav</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html60"
62
+    <B>Homepage:</B> <TT><A NAME="tex2html73"
63 63
   HREF="http://software.othello.ch/mod_clamav">http://software.othello.ch/mod_clamav</A></TT>
64 64
 <BR>    <B>Supports:</B> libclamav, clamd
65 65
 <BR>
... ...
@@ -71,7 +71,7 @@ mod_clamav is an Apache virus scanning filter. It was written
71 71
 <BR><HR>
72 72
 <ADDRESS>
73 73
 Tomasz Kojm
74
-2004-03-13
74
+2004-04-16
75 75
 </ADDRESS>
76 76
 </BODY>
77 77
 </HTML>
... ...
@@ -7,8 +7,8 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
7 7
   Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8 8
 <HTML>
9 9
 <HEAD>
10
-<TITLE>TrashScan</TITLE>
11
-<META NAME="description" CONTENT="TrashScan">
10
+<TITLE>AMaViS - "Next Generation"</TITLE>
11
+<META NAME="description" CONTENT="AMaViS - "Next Generation"">
12 12
 <META NAME="keywords" CONTENT="clamdoc">
13 13
 <META NAME="resource-type" CONTENT="document">
14 14
 <META NAME="distribution" CONTENT="global">
... ...
@@ -27,50 +27,65 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html695"
30
+<A NAME="tex2html735"
31 31
   HREF="node33.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html691"
34
+<A NAME="tex2html731"
35 35
   HREF="node27.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html685"
38
+<A NAME="tex2html725"
39 39
   HREF="node31.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html693"
42
+<A NAME="tex2html733"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html696"
48
-  HREF="node33.html">AMaViS - "Next Generation"</A>
49
-<B> Up:</B> <A NAME="tex2html692"
50
-  HREF="node27.html">ClamAV-certified software</A>
51
-<B> Previous:</B> <A NAME="tex2html686"
47
+<B> Next:</B> <A NAME="tex2html736"
48
+  HREF="node33.html">amavisd-new</A>
49
+<B> Up:</B> <A NAME="tex2html732"
50
+  HREF="node27.html">Third party software</A>
51
+<B> Previous:</B> <A NAME="tex2html726"
52 52
   HREF="node31.html">mod_clamav</A>
53
- &nbsp <B>  <A NAME="tex2html694"
53
+ &nbsp <B>  <A NAME="tex2html734"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
57 57
 <!--End of Navigation Panel-->
58 58
 
59 59
 <H2><A NAME="SECTION00065000000000000000">
60
-TrashScan</A>
60
+AMaViS - "Next Generation"</A>
61 61
 </H2>
62
-    <B>Homepage:</B> clamav-sources/support/trashscan
62
+    <B>Homepage:</B> <TT><A NAME="tex2html74"
63
+  HREF="http://sourceforge.net/projects/amavis">http://sourceforge.net/projects/amavis</A></TT>
63 64
 <BR>    <B>Supports:</B> clamscan
64 65
 <BR>
65
-This is a procmail based scanner from Trashware and it's extremely
66
-    easy to setup, however this is for single users only and not as
67
-    efficient as MTA based scanners.
66
+AMaViS-ng is a rewritten, more modular version of amavis-perl/amavisd,
67
+    developed by Hilko Bengen. Home site:
68
+<BR>    <B>Installation:</B>
69
+<BR>
70
+<P>
71
+Please download the newest version (at least 0.1.4).
72
+    After installation (which is quite easy), please uncomment the following
73
+    line in amavis.conf:
74
+    <PRE>
75
+	virus-scanner = CLAM
76
+</PRE>
77
+    and eventually change the path to clamscan in the <code>[CLAM]</code> section:
78
+    <PRE>
79
+	[CLAM]
80
+
81
+	clamscan = /usr/local/bin/clamscan
82
+</PRE>
68 83
 
69 84
 <P>
70 85
 <BR><HR>
71 86
 <ADDRESS>
72 87
 Tomasz Kojm
73
-2004-03-13
88
+2004-04-16
74 89
 </ADDRESS>
75 90
 </BODY>
76 91
 </HTML>
... ...
@@ -7,8 +7,8 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
7 7
   Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8 8
 <HTML>
9 9
 <HEAD>
10
-<TITLE>AMaViS - "Next Generation"</TITLE>
11
-<META NAME="description" CONTENT="AMaViS - "Next Generation"">
10
+<TITLE>amavisd-new</TITLE>
11
+<META NAME="description" CONTENT="amavisd-new">
12 12
 <META NAME="keywords" CONTENT="clamdoc">
13 13
 <META NAME="resource-type" CONTENT="document">
14 14
 <META NAME="distribution" CONTENT="global">
... ...
@@ -27,65 +27,55 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html707"
30
+<A NAME="tex2html747"
31 31
   HREF="node34.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html703"
34
+<A NAME="tex2html743"
35 35
   HREF="node27.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html697"
38
+<A NAME="tex2html737"
39 39
   HREF="node32.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html705"
42
+<A NAME="tex2html745"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html708"
48
-  HREF="node34.html">amavisd-new</A>
49
-<B> Up:</B> <A NAME="tex2html704"
50
-  HREF="node27.html">ClamAV-certified software</A>
51
-<B> Previous:</B> <A NAME="tex2html698"
52
-  HREF="node32.html">TrashScan</A>
53
- &nbsp <B>  <A NAME="tex2html706"
47
+<B> Next:</B> <A NAME="tex2html748"
48
+  HREF="node34.html">Qmail-Scanner</A>
49
+<B> Up:</B> <A NAME="tex2html744"
50
+  HREF="node27.html">Third party software</A>
51
+<B> Previous:</B> <A NAME="tex2html738"
52
+  HREF="node32.html">AMaViS - "Next Generation"</A>
53
+ &nbsp <B>  <A NAME="tex2html746"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
57 57
 <!--End of Navigation Panel-->
58 58
 
59 59
 <H2><A NAME="SECTION00066000000000000000">
60
-AMaViS - "Next Generation"</A>
60
+amavisd-new</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html61"
63
-  HREF="http://sourceforge.net/projects/amavis">http://sourceforge.net/projects/amavis</A></TT>
64
-<BR>    <B>Supports:</B> clamscan
62
+    <B>Homepage:</B> <TT><A NAME="tex2html75"
63
+  HREF="http://www.ijs.si/software/amavisd">http://www.ijs.si/software/amavisd</A></TT>
64
+<BR>    <B>Supports:</B> clamd, clamscan
65 65
 <BR>
66
-AMaViS-ng is a rewritten, more modular version of amavis-perl/amavisd,
67
-    developed by Hilko Bengen. Home site:
66
+amavisd-new is a rewritten version of amavis maintained by
67
+    Mark Martinec.
68 68
 <BR>    <B>Installation:</B>
69 69
 <BR>
70
-<P>
71
-Please download the newest version (at least 0.1.4).
72
-    After installation (which is quite easy), please uncomment the following
73
-    line in amavis.conf:
74
-    <PRE>
75
-	virus-scanner = CLAM
76
-</PRE>
77
-    and eventually change the path to clamscan in the <code>[CLAM]</code> section:
78
-    <PRE>
79
-	[CLAM]
80
-
81
-	clamscan = /usr/local/bin/clamscan
82
-</PRE>
70
+clamscan is enabled automatically if clamscan binary is found
71
+    at amavisd-new starup time. clamd is activated by uncommenting
72
+    its entry in the @av_scanners list, file /etc/amavisd.conf.
83 73
 
84 74
 <P>
85 75
 <BR><HR>
86 76
 <ADDRESS>
87 77
 Tomasz Kojm
88
-2004-03-13
78
+2004-04-16
89 79
 </ADDRESS>
90 80
 </BODY>
91 81
 </HTML>
... ...
@@ -7,8 +7,8 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
7 7
   Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8 8
 <HTML>
9 9
 <HEAD>
10
-<TITLE>amavisd-new</TITLE>
11
-<META NAME="description" CONTENT="amavisd-new">
10
+<TITLE>Qmail-Scanner</TITLE>
11
+<META NAME="description" CONTENT="Qmail-Scanner">
12 12
 <META NAME="keywords" CONTENT="clamdoc">
13 13
 <META NAME="resource-type" CONTENT="document">
14 14
 <META NAME="distribution" CONTENT="global">
... ...
@@ -27,55 +27,50 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html719"
30
+<A NAME="tex2html759"
31 31
   HREF="node35.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html715"
34
+<A NAME="tex2html755"
35 35
   HREF="node27.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html709"
38
+<A NAME="tex2html749"
39 39
   HREF="node33.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html717"
42
+<A NAME="tex2html757"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html720"
48
-  HREF="node35.html">Qmail-Scanner</A>
49
-<B> Up:</B> <A NAME="tex2html716"
50
-  HREF="node27.html">ClamAV-certified software</A>
51
-<B> Previous:</B> <A NAME="tex2html710"
52
-  HREF="node33.html">AMaViS - "Next Generation"</A>
53
- &nbsp <B>  <A NAME="tex2html718"
47
+<B> Next:</B> <A NAME="tex2html760"
48
+  HREF="node35.html">Sagator</A>
49
+<B> Up:</B> <A NAME="tex2html756"
50
+  HREF="node27.html">Third party software</A>
51
+<B> Previous:</B> <A NAME="tex2html750"
52
+  HREF="node33.html">amavisd-new</A>
53
+ &nbsp <B>  <A NAME="tex2html758"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
57 57
 <!--End of Navigation Panel-->
58 58
 
59 59
 <H2><A NAME="SECTION00067000000000000000">
60
-amavisd-new</A>
60
+Qmail-Scanner</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html62"
63
-  HREF="http://www.ijs.si/software/amavisd">http://www.ijs.si/software/amavisd</A></TT>
64
-<BR>    <B>Supports:</B> clamd, clamscan
62
+    <B>Homepage:</B> <TT><A NAME="tex2html76"
63
+  HREF="http://qmail-scanner.sf.net">http://qmail-scanner.sf.net</A></TT>
64
+<BR>    <B>Supports:</B> clamscan
65 65
 <BR>
66
-amavisd-new is a rewritten version of amavis maintained by
67
-    Mark Martinec.
68
-<BR>    <B>Installation:</B>
69
-<BR>
70
-clamscan is enabled automatically if clamscan binary is found
71
-    at amavisd-new starup time. clamd is activated by uncommenting
72
-    its entry in the @av_scanners list, file /etc/amavisd.conf.
66
+Please increase the softlimit value if you are going to use it with
67
+    clamscan.
73 68
 
74 69
 <P>
75 70
 <BR><HR>
76 71
 <ADDRESS>
77 72
 Tomasz Kojm
78
-2004-03-13
73
+2004-04-16
79 74
 </ADDRESS>
80 75
 </BODY>
81 76
 </HTML>
... ...
@@ -7,8 +7,8 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
7 7
   Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8 8
 <HTML>
9 9
 <HEAD>
10
-<TITLE>Qmail-Scanner</TITLE>
11
-<META NAME="description" CONTENT="Qmail-Scanner">
10
+<TITLE>Sagator</TITLE>
11
+<META NAME="description" CONTENT="Sagator">
12 12
 <META NAME="keywords" CONTENT="clamdoc">
13 13
 <META NAME="resource-type" CONTENT="document">
14 14
 <META NAME="distribution" CONTENT="global">
... ...
@@ -27,50 +27,52 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html731"
30
+<A NAME="tex2html771"
31 31
   HREF="node36.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html727"
34
+<A NAME="tex2html767"
35 35
   HREF="node27.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html721"
38
+<A NAME="tex2html761"
39 39
   HREF="node34.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html729"
42
+<A NAME="tex2html769"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html732"
48
-  HREF="node36.html">Sagator</A>
49
-<B> Up:</B> <A NAME="tex2html728"
50
-  HREF="node27.html">ClamAV-certified software</A>
51
-<B> Previous:</B> <A NAME="tex2html722"
52
-  HREF="node34.html">amavisd-new</A>
53
- &nbsp <B>  <A NAME="tex2html730"
47
+<B> Next:</B> <A NAME="tex2html772"
48
+  HREF="node36.html">ClamdMail</A>
49
+<B> Up:</B> <A NAME="tex2html768"
50
+  HREF="node27.html">Third party software</A>
51
+<B> Previous:</B> <A NAME="tex2html762"
52
+  HREF="node34.html">Qmail-Scanner</A>
53
+ &nbsp <B>  <A NAME="tex2html770"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
57 57
 <!--End of Navigation Panel-->
58 58
 
59 59
 <H2><A NAME="SECTION00068000000000000000">
60
-Qmail-Scanner</A>
60
+Sagator</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html63"
63
-  HREF="http://qmail-scanner.sf.net">http://qmail-scanner.sf.net</A></TT>
64
-<BR>    <B>Supports:</B> clamscan
62
+    <B>Homepage:</B> <TT><A NAME="tex2html77"
63
+  HREF="http://www.salstar.sk/sagator">http://www.salstar.sk/sagator</A></TT>
64
+<BR>    <B>Supports:</B> clamscan, clamd, libclamav
65 65
 <BR>
66
-Please increase the softlimit value if you are going to use it with
67
-    clamscan.
66
+This program is an email antivirus/antispam gateway. It is an interface
67
+    to the postfix (or any other smtpd), which runs antivirus
68
+    and/or spamchecker. Its modular architecture can use any
69
+    combination of antivirus/spamchecker according to configuration.
68 70
 
69 71
 <P>
70 72
 <BR><HR>
71 73
 <ADDRESS>
72 74
 Tomasz Kojm
73
-2004-03-13
75
+2004-04-16
74 76
 </ADDRESS>
75 77
 </BODY>
76 78
 </HTML>
... ...
@@ -7,8 +7,8 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
7 7
   Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8 8
 <HTML>
9 9
 <HEAD>
10
-<TITLE>Sagator</TITLE>
11
-<META NAME="description" CONTENT="Sagator">
10
+<TITLE>ClamdMail</TITLE>
11
+<META NAME="description" CONTENT="ClamdMail">
12 12
 <META NAME="keywords" CONTENT="clamdoc">
13 13
 <META NAME="resource-type" CONTENT="document">
14 14
 <META NAME="distribution" CONTENT="global">
... ...
@@ -27,52 +27,49 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html743"
30
+<A NAME="tex2html783"
31 31
   HREF="node37.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html739"
34
+<A NAME="tex2html779"
35 35
   HREF="node27.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html733"
38
+<A NAME="tex2html773"
39 39
   HREF="node35.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html741"
42
+<A NAME="tex2html781"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html744"
48
-  HREF="node37.html">ClamdMail</A>
49
-<B> Up:</B> <A NAME="tex2html740"
50
-  HREF="node27.html">ClamAV-certified software</A>
51
-<B> Previous:</B> <A NAME="tex2html734"
52
-  HREF="node35.html">Qmail-Scanner</A>
53
- &nbsp <B>  <A NAME="tex2html742"
47
+<B> Next:</B> <A NAME="tex2html784"
48
+  HREF="node37.html">BlackHole</A>
49
+<B> Up:</B> <A NAME="tex2html780"
50
+  HREF="node27.html">Third party software</A>
51
+<B> Previous:</B> <A NAME="tex2html774"
52
+  HREF="node35.html">Sagator</A>
53
+ &nbsp <B>  <A NAME="tex2html782"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
57 57
 <!--End of Navigation Panel-->
58 58
 
59 59
 <H2><A NAME="SECTION00069000000000000000">
60
-Sagator</A>
60
+ClamdMail</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html64"
63
-  HREF="http://www.salstar.sk/sagator">http://www.salstar.sk/sagator</A></TT>
64
-<BR>    <B>Supports:</B> clamscan, clamd, libclamav
62
+    <B>Homepage:</B> <TT><A NAME="tex2html78"
63
+  HREF="http://clamdmail.sf.net">http://clamdmail.sf.net</A></TT>
64
+<BR>    <B>Supports:</B> clamd
65 65
 <BR>
66
-This program is an email antivirus/antispam gateway. It is an interface
67
-    to the postfix (or any other smtpd), which runs antivirus
68
-    and/or spamchecker. Its modular architecture can use any
69
-    combination of antivirus/spamchecker according to configuration.
66
+A mail processing client for ClamAV. Small, fast and easy to install.
70 67
 
71 68
 <P>
72 69
 <BR><HR>
73 70
 <ADDRESS>
74 71
 Tomasz Kojm
75
-2004-03-13
72
+2004-04-16
76 73
 </ADDRESS>
77 74
 </BODY>
78 75
 </HTML>
... ...
@@ -7,8 +7,8 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
7 7
   Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8 8
 <HTML>
9 9
 <HEAD>
10
-<TITLE>ClamdMail</TITLE>
11
-<META NAME="description" CONTENT="ClamdMail">
10
+<TITLE>BlackHole</TITLE>
11
+<META NAME="description" CONTENT="BlackHole">
12 12
 <META NAME="keywords" CONTENT="clamdoc">
13 13
 <META NAME="resource-type" CONTENT="document">
14 14
 <META NAME="distribution" CONTENT="global">
... ...
@@ -27,49 +27,51 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html755"
30
+<A NAME="tex2html795"
31 31
   HREF="node38.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html751"
34
+<A NAME="tex2html791"
35 35
   HREF="node27.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html745"
38
+<A NAME="tex2html785"
39 39
   HREF="node36.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html753"
42
+<A NAME="tex2html793"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html756"
48
-  HREF="node38.html">BlackHole</A>
49
-<B> Up:</B> <A NAME="tex2html752"
50
-  HREF="node27.html">ClamAV-certified software</A>
51
-<B> Previous:</B> <A NAME="tex2html746"
52
-  HREF="node36.html">Sagator</A>
53
- &nbsp <B>  <A NAME="tex2html754"
47
+<B> Next:</B> <A NAME="tex2html796"
48
+  HREF="node38.html">MailScanner</A>
49
+<B> Up:</B> <A NAME="tex2html792"
50
+  HREF="node27.html">Third party software</A>
51
+<B> Previous:</B> <A NAME="tex2html786"
52
+  HREF="node36.html">ClamdMail</A>
53
+ &nbsp <B>  <A NAME="tex2html794"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
57 57
 <!--End of Navigation Panel-->
58 58
 
59 59
 <H2><A NAME="SECTION000610000000000000000">
60
-ClamdMail</A>
60
+BlackHole</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html65"
63
-  HREF="http://clamdmail.sf.net">http://clamdmail.sf.net</A></TT>
64
-<BR>    <B>Supports:</B> clamd
62
+    <B>Homepage:</B> <TT><A NAME="tex2html79"
63
+  HREF="http://iland.net/~ckennedy/blackhole.shtml">http://iland.net/~ckennedy/blackhole.shtml</A></TT>
64
+<BR>    <B>Supports:</B> clamscan, clamd
65 65
 <BR>
66
-A mail processing client for ClamAV. Small, fast and easy to install.
66
+BlackHole is an advanced spam / virus filter for Qmail, Postfix, Sendmail,
67
+    Exim and Courier written by Chris Kennedy. This tool is for advanced
68
+    administrators (installation is hard).
67 69
 
68 70
 <P>
69 71
 <BR><HR>
70 72
 <ADDRESS>
71 73
 Tomasz Kojm
72
-2004-03-13
74
+2004-04-16
73 75
 </ADDRESS>
74 76
 </BODY>
75 77
 </HTML>
... ...
@@ -7,8 +7,8 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
7 7
   Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8 8
 <HTML>
9 9
 <HEAD>
10
-<TITLE>BlackHole</TITLE>
11
-<META NAME="description" CONTENT="BlackHole">
10
+<TITLE>MailScanner</TITLE>
11
+<META NAME="description" CONTENT="MailScanner">
12 12
 <META NAME="keywords" CONTENT="clamdoc">
13 13
 <META NAME="resource-type" CONTENT="document">
14 14
 <META NAME="distribution" CONTENT="global">
... ...
@@ -27,51 +27,52 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html767"
30
+<A NAME="tex2html807"
31 31
   HREF="node39.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html763"
34
+<A NAME="tex2html803"
35 35
   HREF="node27.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html757"
38
+<A NAME="tex2html797"
39 39
   HREF="node37.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html765"
42
+<A NAME="tex2html805"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html768"
48
-  HREF="node39.html">MailScanner</A>
49
-<B> Up:</B> <A NAME="tex2html764"
50
-  HREF="node27.html">ClamAV-certified software</A>
51
-<B> Previous:</B> <A NAME="tex2html758"
52
-  HREF="node37.html">ClamdMail</A>
53
- &nbsp <B>  <A NAME="tex2html766"
47
+<B> Next:</B> <A NAME="tex2html808"
48
+  HREF="node39.html">MIMEDefang</A>
49
+<B> Up:</B> <A NAME="tex2html804"
50
+  HREF="node27.html">Third party software</A>
51
+<B> Previous:</B> <A NAME="tex2html798"
52
+  HREF="node37.html">BlackHole</A>
53
+ &nbsp <B>  <A NAME="tex2html806"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
57 57
 <!--End of Navigation Panel-->
58 58
 
59 59
 <H2><A NAME="SECTION000611000000000000000">
60
-BlackHole</A>
60
+MailScanner</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html66"
63
-  HREF="http://iland.net/~ckennedy/blackhole.shtml">http://iland.net/~ckennedy/blackhole.shtml</A></TT>
64
-<BR>    <B>Supports:</B> clamscan, clamd
62
+    <B>Homepage:</B> <TT><A NAME="tex2html80"
63
+  HREF="http://www.mailscanner.info">http://www.mailscanner.info</A></TT>
64
+<BR>    <B>Supports:</B> clamscan
65 65
 <BR>
66
-BlackHole is an advanced spam / virus filter for Qmail, Postfix, Sendmail,
67
-    Exim and Courier written by Chris Kennedy. This tool is for advanced
68
-    administrators (installation is hard).
66
+MailScanner scans all e-mail for viruses, spam and attacks against
67
+    security vulnerabilities. It is not tied to any particular virus
68
+    scanner, but can be used with any combination of 14 different virus
69
+    scanners, allowing sites to choose the "best of breed" virus scanner.
69 70
 
70 71
 <P>
71 72
 <BR><HR>
72 73
 <ADDRESS>
73 74
 Tomasz Kojm
74
-2004-03-13
75
+2004-04-16
75 76
 </ADDRESS>
76 77
 </BODY>
77 78
 </HTML>
... ...
@@ -7,8 +7,8 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
7 7
   Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8 8
 <HTML>
9 9
 <HEAD>
10
-<TITLE>MailScanner</TITLE>
11
-<META NAME="description" CONTENT="MailScanner">
10
+<TITLE>MIMEDefang</TITLE>
11
+<META NAME="description" CONTENT="MIMEDefang">
12 12
 <META NAME="keywords" CONTENT="clamdoc">
13 13
 <META NAME="resource-type" CONTENT="document">
14 14
 <META NAME="distribution" CONTENT="global">
... ...
@@ -27,52 +27,49 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html779"
30
+<A NAME="tex2html819"
31 31
   HREF="node40.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html775"
34
+<A NAME="tex2html815"
35 35
   HREF="node27.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html769"
38
+<A NAME="tex2html809"
39 39
   HREF="node38.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html777"
42
+<A NAME="tex2html817"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html780"
48
-  HREF="node40.html">MIMEDefang</A>
49
-<B> Up:</B> <A NAME="tex2html776"
50
-  HREF="node27.html">ClamAV-certified software</A>
51
-<B> Previous:</B> <A NAME="tex2html770"
52
-  HREF="node38.html">BlackHole</A>
53
- &nbsp <B>  <A NAME="tex2html778"
47
+<B> Next:</B> <A NAME="tex2html820"
48
+  HREF="node40.html">exiscan</A>
49
+<B> Up:</B> <A NAME="tex2html816"
50
+  HREF="node27.html">Third party software</A>
51
+<B> Previous:</B> <A NAME="tex2html810"
52
+  HREF="node38.html">MailScanner</A>
53
+ &nbsp <B>  <A NAME="tex2html818"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
57 57
 <!--End of Navigation Panel-->
58 58
 
59 59
 <H2><A NAME="SECTION000612000000000000000">
60
-MailScanner</A>
60
+MIMEDefang</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html67"
63
-  HREF="http://www.mailscanner.info">http://www.mailscanner.info</A></TT>
64
-<BR>    <B>Supports:</B> clamscan
62
+    <B>Homepage:</B> <TT><A NAME="tex2html81"
63
+  HREF="http://www.roaringpenguin.com/mimedefang">http://www.roaringpenguin.com/mimedefang</A></TT>
64
+<BR>    <B>Supports:</B> clamscan, clamd
65 65
 <BR>
66
-MailScanner scans all e-mail for viruses, spam and attacks against
67
-    security vulnerabilities. It is not tied to any particular virus
68
-    scanner, but can be used with any combination of 14 different virus
69
-    scanners, allowing sites to choose the "best of breed" virus scanner.
66
+This is an efficient mail scanner for Sendmail/milter.
70 67
 
71 68
 <P>
72 69
 <BR><HR>
73 70
 <ADDRESS>
74 71
 Tomasz Kojm
75
-2004-03-13
72
+2004-04-16
76 73
 </ADDRESS>
77 74
 </BODY>
78 75
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html315"
30
+<A NAME="tex2html350"
31 31
   HREF="node5.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html311"
34
+<A NAME="tex2html346"
35 35
   HREF="node2.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html305"
38
+<A NAME="tex2html340"
39 39
   HREF="node3.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html313"
42
+<A NAME="tex2html348"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html316"
47
+<B> Next:</B> <A NAME="tex2html351"
48 48
   HREF="node5.html">Virus submitting</A>
49
-<B> Up:</B> <A NAME="tex2html312"
49
+<B> Up:</B> <A NAME="tex2html347"
50 50
   HREF="node2.html">Introduction</A>
51
-<B> Previous:</B> <A NAME="tex2html306"
51
+<B> Previous:</B> <A NAME="tex2html341"
52 52
   HREF="node3.html">Features</A>
53
- &nbsp <B>  <A NAME="tex2html314"
53
+ &nbsp <B>  <A NAME="tex2html349"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -83,7 +83,7 @@ Mailing lists</A>
83 83
 <BR><HR>
84 84
 <ADDRESS>
85 85
 Tomasz Kojm
86
-2004-03-13
86
+2004-04-16
87 87
 </ADDRESS>
88 88
 </BODY>
89 89
 </HTML>
... ...
@@ -7,8 +7,8 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
7 7
   Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8 8
 <HTML>
9 9
 <HEAD>
10
-<TITLE>MIMEDefang</TITLE>
11
-<META NAME="description" CONTENT="MIMEDefang">
10
+<TITLE>exiscan</TITLE>
11
+<META NAME="description" CONTENT="exiscan">
12 12
 <META NAME="keywords" CONTENT="clamdoc">
13 13
 <META NAME="resource-type" CONTENT="document">
14 14
 <META NAME="distribution" CONTENT="global">
... ...
@@ -27,49 +27,52 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html791"
30
+<A NAME="tex2html831"
31 31
   HREF="node41.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html787"
34
+<A NAME="tex2html827"
35 35
   HREF="node27.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html781"
38
+<A NAME="tex2html821"
39 39
   HREF="node39.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html789"
42
+<A NAME="tex2html829"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html792"
48
-  HREF="node41.html">exiscan</A>
49
-<B> Up:</B> <A NAME="tex2html788"
50
-  HREF="node27.html">ClamAV-certified software</A>
51
-<B> Previous:</B> <A NAME="tex2html782"
52
-  HREF="node39.html">MailScanner</A>
53
- &nbsp <B>  <A NAME="tex2html790"
47
+<B> Next:</B> <A NAME="tex2html832"
48
+  HREF="node41.html">scanexi</A>
49
+<B> Up:</B> <A NAME="tex2html828"
50
+  HREF="node27.html">Third party software</A>
51
+<B> Previous:</B> <A NAME="tex2html822"
52
+  HREF="node39.html">MIMEDefang</A>
53
+ &nbsp <B>  <A NAME="tex2html830"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
57 57
 <!--End of Navigation Panel-->
58 58
 
59 59
 <H2><A NAME="SECTION000613000000000000000">
60
-MIMEDefang</A>
60
+exiscan</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html68"
63
-  HREF="http://www.roaringpenguin.com/mimedefang">http://www.roaringpenguin.com/mimedefang</A></TT>
62
+    <B>Homepage:</B> <TT><A NAME="tex2html82"
63
+  HREF="http://duncanthrax.net/exiscan">http://duncanthrax.net/exiscan</A></TT>
64 64
 <BR>    <B>Supports:</B> clamscan, clamd
65 65
 <BR>
66
-This is an efficient mail scanner for Sendmail/milter.
66
+exiscan is a patch against exim version 4, providing support for content
67
+    scanning in email messages received by exim. Four different scanning
68
+    facilities are supported: antivirus, antispam, regular expressions, and
69
+    file extensions.
67 70
 
68 71
 <P>
69 72
 <BR><HR>
70 73
 <ADDRESS>
71 74
 Tomasz Kojm
72
-2004-03-13
75
+2004-04-16
73 76
 </ADDRESS>
74 77
 </BODY>
75 78
 </HTML>
... ...
@@ -7,8 +7,8 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
7 7
   Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8 8
 <HTML>
9 9
 <HEAD>
10
-<TITLE>exiscan</TITLE>
11
-<META NAME="description" CONTENT="exiscan">
10
+<TITLE>scanexi</TITLE>
11
+<META NAME="description" CONTENT="scanexi">
12 12
 <META NAME="keywords" CONTENT="clamdoc">
13 13
 <META NAME="resource-type" CONTENT="document">
14 14
 <META NAME="distribution" CONTENT="global">
... ...
@@ -27,52 +27,50 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html803"
30
+<A NAME="tex2html843"
31 31
   HREF="node42.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html799"
34
+<A NAME="tex2html839"
35 35
   HREF="node27.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html793"
38
+<A NAME="tex2html833"
39 39
   HREF="node40.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html801"
42
+<A NAME="tex2html841"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html804"
48
-  HREF="node42.html">scanexi</A>
49
-<B> Up:</B> <A NAME="tex2html800"
50
-  HREF="node27.html">ClamAV-certified software</A>
51
-<B> Previous:</B> <A NAME="tex2html794"
52
-  HREF="node40.html">MIMEDefang</A>
53
- &nbsp <B>  <A NAME="tex2html802"
47
+<B> Next:</B> <A NAME="tex2html844"
48
+  HREF="node42.html">Mail::ClamAV</A>
49
+<B> Up:</B> <A NAME="tex2html840"
50
+  HREF="node27.html">Third party software</A>
51
+<B> Previous:</B> <A NAME="tex2html834"
52
+  HREF="node40.html">exiscan</A>
53
+ &nbsp <B>  <A NAME="tex2html842"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
57 57
 <!--End of Navigation Panel-->
58 58
 
59 59
 <H2><A NAME="SECTION000614000000000000000">
60
-exiscan</A>
60
+scanexi</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html69"
63
-  HREF="http://duncanthrax.net/exiscan">http://duncanthrax.net/exiscan</A></TT>
62
+    <B>Homepage:</B> <TT><A NAME="tex2html83"
63
+  HREF="http://w1.231.telia.com/~u23107873/scanexi.html">http://w1.231.telia.com/~u23107873/scanexi.html</A></TT>
64 64
 <BR>    <B>Supports:</B> clamscan, clamd
65 65
 <BR>
66
-exiscan is a patch against exim version 4, providing support for content
67
-    scanning in email messages received by exim. Four different scanning
68
-    facilities are supported: antivirus, antispam, regular expressions, and
69
-    file extensions.
66
+scanexi is a plugin for exim version 4.14 with dlopen patch, providing
67
+    support for content scanning in email messages received by exim.
70 68
 
71 69
 <P>
72 70
 <BR><HR>
73 71
 <ADDRESS>
74 72
 Tomasz Kojm
75
-2004-03-13
73
+2004-04-16
76 74
 </ADDRESS>
77 75
 </BODY>
78 76
 </HTML>
... ...
@@ -7,8 +7,8 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
7 7
   Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8 8
 <HTML>
9 9
 <HEAD>
10
-<TITLE>scanexi</TITLE>
11
-<META NAME="description" CONTENT="scanexi">
10
+<TITLE>Mail::ClamAV</TITLE>
11
+<META NAME="description" CONTENT="Mail::ClamAV">
12 12
 <META NAME="keywords" CONTENT="clamdoc">
13 13
 <META NAME="resource-type" CONTENT="document">
14 14
 <META NAME="distribution" CONTENT="global">
... ...
@@ -27,50 +27,49 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html815"
30
+<A NAME="tex2html855"
31 31
   HREF="node43.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html811"
34
+<A NAME="tex2html851"
35 35
   HREF="node27.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html805"
38
+<A NAME="tex2html845"
39 39
   HREF="node41.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html813"
42
+<A NAME="tex2html853"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html816"
48
-  HREF="node43.html">Mail::ClamAV</A>
49
-<B> Up:</B> <A NAME="tex2html812"
50
-  HREF="node27.html">ClamAV-certified software</A>
51
-<B> Previous:</B> <A NAME="tex2html806"
52
-  HREF="node41.html">exiscan</A>
53
- &nbsp <B>  <A NAME="tex2html814"
47
+<B> Next:</B> <A NAME="tex2html856"
48
+  HREF="node43.html">OpenAntiVirus samba-vscan</A>
49
+<B> Up:</B> <A NAME="tex2html852"
50
+  HREF="node27.html">Third party software</A>
51
+<B> Previous:</B> <A NAME="tex2html846"
52
+  HREF="node41.html">scanexi</A>
53
+ &nbsp <B>  <A NAME="tex2html854"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
57 57
 <!--End of Navigation Panel-->
58 58
 
59 59
 <H2><A NAME="SECTION000615000000000000000">
60
-scanexi</A>
60
+Mail::ClamAV</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html70"
63
-  HREF="http://w1.231.telia.com/~u23107873/scanexi.html">http://w1.231.telia.com/~u23107873/scanexi.html</A></TT>
64
-<BR>    <B>Supports:</B> clamscan, clamd
62
+    <B>Homepage:</B> <TT><A NAME="tex2html84"
63
+  HREF="http://cpan.gossamer-threads.com/modules/by-authors/id/S/SA/SABECK/">http://cpan.gossamer-threads.com/modules/by-authors/id/S/SA/SABECK/</A></TT>
64
+<BR>    <B>Supports:</B> libclamav
65 65
 <BR>
66
-scanexi is a plugin for exim version 4.14 with dlopen patch, providing
67
-    support for content scanning in email messages received by exim.
66
+Perl extension for the libclamav library.
68 67
 
69 68
 <P>
70 69
 <BR><HR>
71 70
 <ADDRESS>
72 71
 Tomasz Kojm
73
-2004-03-13
72
+2004-04-16
74 73
 </ADDRESS>
75 74
 </BODY>
76 75
 </HTML>
... ...
@@ -7,8 +7,8 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
7 7
   Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8 8
 <HTML>
9 9
 <HEAD>
10
-<TITLE>Mail::ClamAV</TITLE>
11
-<META NAME="description" CONTENT="Mail::ClamAV">
10
+<TITLE>OpenAntiVirus samba-vscan</TITLE>
11
+<META NAME="description" CONTENT="OpenAntiVirus samba-vscan">
12 12
 <META NAME="keywords" CONTENT="clamdoc">
13 13
 <META NAME="resource-type" CONTENT="document">
14 14
 <META NAME="distribution" CONTENT="global">
... ...
@@ -27,49 +27,51 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html827"
30
+<A NAME="tex2html867"
31 31
   HREF="node44.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html823"
34
+<A NAME="tex2html863"
35 35
   HREF="node27.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html817"
38
+<A NAME="tex2html857"
39 39
   HREF="node42.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html825"
42
+<A NAME="tex2html865"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html828"
48
-  HREF="node44.html">OpenAntiVirus samba-vscan</A>
49
-<B> Up:</B> <A NAME="tex2html824"
50
-  HREF="node27.html">ClamAV-certified software</A>
51
-<B> Previous:</B> <A NAME="tex2html818"
52
-  HREF="node42.html">scanexi</A>
53
- &nbsp <B>  <A NAME="tex2html826"
47
+<B> Next:</B> <A NAME="tex2html868"
48
+  HREF="node44.html">Sylpheed Claws</A>
49
+<B> Up:</B> <A NAME="tex2html864"
50
+  HREF="node27.html">Third party software</A>
51
+<B> Previous:</B> <A NAME="tex2html858"
52
+  HREF="node42.html">Mail::ClamAV</A>
53
+ &nbsp <B>  <A NAME="tex2html866"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
57 57
 <!--End of Navigation Panel-->
58 58
 
59
-<H2><A NAME="SECTION000616000000000000000">
60
-Mail::ClamAV</A>
59
+<H2><A NAME="SECTION000616000000000000000"></A><A NAME="samba-vscan"></A>
60
+<BR>
61
+OpenAntiVirus samba-vscan
61 62
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html71"
63
-  HREF="http://cpan.gossamer-threads.com/modules/by-authors/id/S/SA/SABECK/">http://cpan.gossamer-threads.com/modules/by-authors/id/S/SA/SABECK/</A></TT>
64
-<BR>    <B>Supports:</B> libclamav
63
+    <B>Homepage:</B> <TT><A NAME="tex2html85"
64
+  HREF="http://www.openantivirus.org/projects.php#samba-vscan">http://www.openantivirus.org/projects.php#samba-vscan</A></TT>
65
+<BR>    <B>Supports:</B> clamd
65 66
 <BR>
66
-Perl extension for the libclamav library.
67
+samba-vscan provides on-access scanning of Samba shares. It supports
68
+    Samba 2.2.x/3.0 with working virtual file system (VFS) support. 
67 69
 
68 70
 <P>
69 71
 <BR><HR>
70 72
 <ADDRESS>
71 73
 Tomasz Kojm
72
-2004-03-13
74
+2004-04-16
73 75
 </ADDRESS>
74 76
 </BODY>
75 77
 </HTML>
... ...
@@ -7,8 +7,8 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
7 7
   Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8 8
 <HTML>
9 9
 <HEAD>
10
-<TITLE>OpenAntiVirus samba-vscan</TITLE>
11
-<META NAME="description" CONTENT="OpenAntiVirus samba-vscan">
10
+<TITLE>Sylpheed Claws</TITLE>
11
+<META NAME="description" CONTENT="Sylpheed Claws">
12 12
 <META NAME="keywords" CONTENT="clamdoc">
13 13
 <META NAME="resource-type" CONTENT="document">
14 14
 <META NAME="distribution" CONTENT="global">
... ...
@@ -27,51 +27,52 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html839"
30
+<A NAME="tex2html879"
31 31
   HREF="node45.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html835"
34
+<A NAME="tex2html875"
35 35
   HREF="node27.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html829"
38
+<A NAME="tex2html869"
39 39
   HREF="node43.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html837"
42
+<A NAME="tex2html877"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html840"
48
-  HREF="node45.html">Sylpheed Claws</A>
49
-<B> Up:</B> <A NAME="tex2html836"
50
-  HREF="node27.html">ClamAV-certified software</A>
51
-<B> Previous:</B> <A NAME="tex2html830"
52
-  HREF="node43.html">Mail::ClamAV</A>
53
- &nbsp <B>  <A NAME="tex2html838"
47
+<B> Next:</B> <A NAME="tex2html880"
48
+  HREF="node45.html">nclamd</A>
49
+<B> Up:</B> <A NAME="tex2html876"
50
+  HREF="node27.html">Third party software</A>
51
+<B> Previous:</B> <A NAME="tex2html870"
52
+  HREF="node43.html">OpenAntiVirus samba-vscan</A>
53
+ &nbsp <B>  <A NAME="tex2html878"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
57 57
 <!--End of Navigation Panel-->
58 58
 
59
-<H2><A NAME="SECTION000617000000000000000"></A><A NAME="samba-vscan"></A>
60
-<BR>
61
-OpenAntiVirus samba-vscan
59
+<H2><A NAME="SECTION000617000000000000000">
60
+Sylpheed Claws</A>
62 61
 </H2>
63
-    <B>Homepage:</B> <TT><A NAME="tex2html72"
64
-  HREF="http://www.openantivirus.org/projects.php#samba-vscan">http://www.openantivirus.org/projects.php#samba-vscan</A></TT>
65
-<BR>    <B>Supports:</B> clamd
62
+    <B>Homepage:</B> <TT><A NAME="tex2html86"
63
+  HREF="http://claws.sylpheed.org">http://claws.sylpheed.org</A></TT>
64
+<BR>    <B>Supports:</B> libclamav
66 65
 <BR>
67
-samba-vscan provides on-access scanning of Samba shares. It supports
68
-    Samba 2.2.x/3.0 with working virtual file system (VFS) support. 
66
+Sylpheed Claws is a bleeding edge branch of Sylpheed, a light weight mail
67
+    user agent for UNIX. It can scan attachments in mail received from POP,
68
+    IMAP or a local account and optionally delete the mail or save it to a
69
+    designated folder.
69 70
 
70 71
 <P>
71 72
 <BR><HR>
72 73
 <ADDRESS>
73 74
 Tomasz Kojm
74
-2004-03-13
75
+2004-04-16
75 76
 </ADDRESS>
76 77
 </BODY>
77 78
 </HTML>
... ...
@@ -7,8 +7,8 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
7 7
   Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8 8
 <HTML>
9 9
 <HEAD>
10
-<TITLE>Sylpheed Claws</TITLE>
11
-<META NAME="description" CONTENT="Sylpheed Claws">
10
+<TITLE>nclamd</TITLE>
11
+<META NAME="description" CONTENT="nclamd">
12 12
 <META NAME="keywords" CONTENT="clamdoc">
13 13
 <META NAME="resource-type" CONTENT="document">
14 14
 <META NAME="distribution" CONTENT="global">
... ...
@@ -27,52 +27,51 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html851"
30
+<A NAME="tex2html891"
31 31
   HREF="node46.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html847"
34
+<A NAME="tex2html887"
35 35
   HREF="node27.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html841"
38
+<A NAME="tex2html881"
39 39
   HREF="node44.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html849"
42
+<A NAME="tex2html889"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html852"
48
-  HREF="node46.html">nclamd</A>
49
-<B> Up:</B> <A NAME="tex2html848"
50
-  HREF="node27.html">ClamAV-certified software</A>
51
-<B> Previous:</B> <A NAME="tex2html842"
52
-  HREF="node44.html">OpenAntiVirus samba-vscan</A>
53
- &nbsp <B>  <A NAME="tex2html850"
47
+<B> Next:</B> <A NAME="tex2html892"
48
+  HREF="node46.html">cgpav</A>
49
+<B> Up:</B> <A NAME="tex2html888"
50
+  HREF="node27.html">Third party software</A>
51
+<B> Previous:</B> <A NAME="tex2html882"
52
+  HREF="node44.html">Sylpheed Claws</A>
53
+ &nbsp <B>  <A NAME="tex2html890"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
57 57
 <!--End of Navigation Panel-->
58 58
 
59 59
 <H2><A NAME="SECTION000618000000000000000">
60
-Sylpheed Claws</A>
60
+nclamd</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html73"
63
-  HREF="http://claws.sylpheed.org">http://claws.sylpheed.org</A></TT>
62
+    <B>Homepage:</B> <TT><A NAME="tex2html87"
63
+  HREF="http://www.kyzo.com/nclamd/">http://www.kyzo.com/nclamd/</A></TT>
64 64
 <BR>    <B>Supports:</B> libclamav
65 65
 <BR>
66
-Sylpheed Claws is a bleeding edge branch of Sylpheed, a light weight mail
67
-    user agent for UNIX. It can scan attachments in mail received from POP,
68
-    IMAP or a local account and optionally delete the mail or save it to a
69
-    designated folder.
66
+nclamd, nclamav-milter and nclamdscan are rewritten versions of the
67
+    original tools and use processes instead of threads and ripMIME instead
68
+    of the clamav built-in MIME decoder.
70 69
 
71 70
 <P>
72 71
 <BR><HR>
73 72
 <ADDRESS>
74 73
 Tomasz Kojm
75
-2004-03-13
74
+2004-04-16
76 75
 </ADDRESS>
77 76
 </BODY>
78 77
 </HTML>
... ...
@@ -7,8 +7,8 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
7 7
   Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8 8
 <HTML>
9 9
 <HEAD>
10
-<TITLE>nclamd</TITLE>
11
-<META NAME="description" CONTENT="nclamd">
10
+<TITLE>cgpav</TITLE>
11
+<META NAME="description" CONTENT="cgpav">
12 12
 <META NAME="keywords" CONTENT="clamdoc">
13 13
 <META NAME="resource-type" CONTENT="document">
14 14
 <META NAME="distribution" CONTENT="global">
... ...
@@ -27,51 +27,50 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html863"
30
+<A NAME="tex2html903"
31 31
   HREF="node47.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html859"
34
+<A NAME="tex2html899"
35 35
   HREF="node27.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html853"
38
+<A NAME="tex2html893"
39 39
   HREF="node45.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html861"
42
+<A NAME="tex2html901"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html864"
48
-  HREF="node47.html">cgpav</A>
49
-<B> Up:</B> <A NAME="tex2html860"
50
-  HREF="node27.html">ClamAV-certified software</A>
51
-<B> Previous:</B> <A NAME="tex2html854"
52
-  HREF="node45.html">Sylpheed Claws</A>
53
- &nbsp <B>  <A NAME="tex2html862"
47
+<B> Next:</B> <A NAME="tex2html904"
48
+  HREF="node47.html">j-chkmail</A>
49
+<B> Up:</B> <A NAME="tex2html900"
50
+  HREF="node27.html">Third party software</A>
51
+<B> Previous:</B> <A NAME="tex2html894"
52
+  HREF="node45.html">nclamd</A>
53
+ &nbsp <B>  <A NAME="tex2html902"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
57 57
 <!--End of Navigation Panel-->
58 58
 
59 59
 <H2><A NAME="SECTION000619000000000000000">
60
-nclamd</A>
60
+cgpav</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html74"
63
-  HREF="http://www.kyzo.com/nclamd/">http://www.kyzo.com/nclamd/</A></TT>
64
-<BR>    <B>Supports:</B> libclamav
62
+    <B>Homepage:</B> <TT><A NAME="tex2html88"
63
+  HREF="http://program.farit.ru">http://program.farit.ru</A></TT>
64
+<BR>    <B>Supports:</B> clamd
65 65
 <BR>
66
-nclamd, nclamav-milter and nclamdscan are rewritten versions of the
67
-    original tools and use processes instead of threads and ripMIME instead
68
-    of the clamav built-in MIME decoder.
66
+This is a fast (written in C) CommuniGate Pro anti-virus plugin with
67
+    support for clamd.
69 68
 
70 69
 <P>
71 70
 <BR><HR>
72 71
 <ADDRESS>
73 72
 Tomasz Kojm
74
-2004-03-13
73
+2004-04-16
75 74
 </ADDRESS>
76 75
 </BODY>
77 76
 </HTML>
... ...
@@ -7,8 +7,8 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
7 7
   Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8 8
 <HTML>
9 9
 <HEAD>
10
-<TITLE>cgpav</TITLE>
11
-<META NAME="description" CONTENT="cgpav">
10
+<TITLE>j-chkmail</TITLE>
11
+<META NAME="description" CONTENT="j-chkmail">
12 12
 <META NAME="keywords" CONTENT="clamdoc">
13 13
 <META NAME="resource-type" CONTENT="document">
14 14
 <META NAME="distribution" CONTENT="global">
... ...
@@ -27,50 +27,53 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html875"
30
+<A NAME="tex2html915"
31 31
   HREF="node48.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html871"
34
+<A NAME="tex2html911"
35 35
   HREF="node27.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html865"
38
+<A NAME="tex2html905"
39 39
   HREF="node46.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html873"
42
+<A NAME="tex2html913"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html876"
48
-  HREF="node48.html">j-chkmail</A>
49
-<B> Up:</B> <A NAME="tex2html872"
50
-  HREF="node27.html">ClamAV-certified software</A>
51
-<B> Previous:</B> <A NAME="tex2html866"
52
-  HREF="node46.html">nclamd</A>
53
- &nbsp <B>  <A NAME="tex2html874"
47
+<B> Next:</B> <A NAME="tex2html916"
48
+  HREF="node48.html">qscanq</A>
49
+<B> Up:</B> <A NAME="tex2html912"
50
+  HREF="node27.html">Third party software</A>
51
+<B> Previous:</B> <A NAME="tex2html906"
52
+  HREF="node46.html">cgpav</A>
53
+ &nbsp <B>  <A NAME="tex2html914"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
57 57
 <!--End of Navigation Panel-->
58 58
 
59 59
 <H2><A NAME="SECTION000620000000000000000">
60
-cgpav</A>
60
+j-chkmail</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html75"
63
-  HREF="http://program.farit.ru">http://program.farit.ru</A></TT>
64
-<BR>    <B>Supports:</B> clamd
62
+    <B>Homepage:</B> <TT><A NAME="tex2html89"
63
+  HREF="http://j-chkmail.ensmp.fr">http://j-chkmail.ensmp.fr</A></TT>
64
+<BR>    <B>Supports:</B> libclamav, clamd
65 65
 <BR>
66
-This is a fast (written in C) CommuniGate Pro anti-virus plugin with
67
-    support for clamd.
66
+j-chkmail is a fast (written in C) filter for sendmail. It does spam and 
67
+    dangerous content (virus) filtering with help of ClamAV. The program
68
+    supports many modes of monitoring and run time controlling and
69
+    was designed to work on highly loaded servers. It's an open source
70
+    software available for free to registered users (for non-commercial usage).
68 71
 
69 72
 <P>
70 73
 <BR><HR>
71 74
 <ADDRESS>
72 75
 Tomasz Kojm
73
-2004-03-13
76
+2004-04-16
74 77
 </ADDRESS>
75 78
 </BODY>
76 79
 </HTML>
... ...
@@ -7,8 +7,8 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
7 7
   Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8 8
 <HTML>
9 9
 <HEAD>
10
-<TITLE>j-chkmail</TITLE>
11
-<META NAME="description" CONTENT="j-chkmail">
10
+<TITLE>qscanq</TITLE>
11
+<META NAME="description" CONTENT="qscanq">
12 12
 <META NAME="keywords" CONTENT="clamdoc">
13 13
 <META NAME="resource-type" CONTENT="document">
14 14
 <META NAME="distribution" CONTENT="global">
... ...
@@ -27,53 +27,51 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html887"
30
+<A NAME="tex2html927"
31 31
   HREF="node49.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html883"
34
+<A NAME="tex2html923"
35 35
   HREF="node27.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html877"
38
+<A NAME="tex2html917"
39 39
   HREF="node47.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html885"
42
+<A NAME="tex2html925"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html888"
48
-  HREF="node49.html">qscanq</A>
49
-<B> Up:</B> <A NAME="tex2html884"
50
-  HREF="node27.html">ClamAV-certified software</A>
51
-<B> Previous:</B> <A NAME="tex2html878"
52
-  HREF="node47.html">cgpav</A>
53
- &nbsp <B>  <A NAME="tex2html886"
47
+<B> Next:</B> <A NAME="tex2html928"
48
+  HREF="node49.html">clamavr</A>
49
+<B> Up:</B> <A NAME="tex2html924"
50
+  HREF="node27.html">Third party software</A>
51
+<B> Previous:</B> <A NAME="tex2html918"
52
+  HREF="node47.html">j-chkmail</A>
53
+ &nbsp <B>  <A NAME="tex2html926"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
57 57
 <!--End of Navigation Panel-->
58 58
 
59 59
 <H2><A NAME="SECTION000621000000000000000">
60
-j-chkmail</A>
60
+qscanq</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html76"
63
-  HREF="http://j-chkmail.ensmp.fr">http://j-chkmail.ensmp.fr</A></TT>
64
-<BR>    <B>Supports:</B> libclamav, clamd
62
+    <B>Homepage:</B> <TT><A NAME="tex2html90"
63
+  HREF="http://budney.homeunix.net:8080/users/budney/software/qscanq/index.html">http://budney.homeunix.net:8080/users/budney/software/qscanq/index.html</A></TT>
64
+<BR>    <B>Supports:</B> clamscan
65 65
 <BR>
66
-j-chkmail is a fast (written in C) filter for sendmail. It does spam and 
67
-    dangerous content (virus) filtering with help of ClamAV. The program
68
-    supports many modes of monitoring and run time controlling and
69
-    was designed to work on highly loaded servers. It's an open source
70
-    software available for free to registered users (for non-commercial usage).
66
+qscanq replaces qmail-queue. It initiates a scan (using clamscan or
67
+    clamdscan) on an incoming email, and returns the exit status of the
68
+    scanner or of qmail-queue to the caller.
71 69
 
72 70
 <P>
73 71
 <BR><HR>
74 72
 <ADDRESS>
75 73
 Tomasz Kojm
76
-2004-03-13
74
+2004-04-16
77 75
 </ADDRESS>
78 76
 </BODY>
79 77
 </HTML>
... ...
@@ -7,8 +7,8 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
7 7
   Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8 8
 <HTML>
9 9
 <HEAD>
10
-<TITLE>qscanq</TITLE>
11
-<META NAME="description" CONTENT="qscanq">
10
+<TITLE>clamavr</TITLE>
11
+<META NAME="description" CONTENT="clamavr">
12 12
 <META NAME="keywords" CONTENT="clamdoc">
13 13
 <META NAME="resource-type" CONTENT="document">
14 14
 <META NAME="distribution" CONTENT="global">
... ...
@@ -27,51 +27,49 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html899"
30
+<A NAME="tex2html939"
31 31
   HREF="node50.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html895"
34
+<A NAME="tex2html935"
35 35
   HREF="node27.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html889"
38
+<A NAME="tex2html929"
39 39
   HREF="node48.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html897"
42
+<A NAME="tex2html937"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html900"
48
-  HREF="node50.html">clamavr</A>
49
-<B> Up:</B> <A NAME="tex2html896"
50
-  HREF="node27.html">ClamAV-certified software</A>
51
-<B> Previous:</B> <A NAME="tex2html890"
52
-  HREF="node48.html">j-chkmail</A>
53
- &nbsp <B>  <A NAME="tex2html898"
47
+<B> Next:</B> <A NAME="tex2html940"
48
+  HREF="node50.html">DansGuardian Anti-Virus Plugin</A>
49
+<B> Up:</B> <A NAME="tex2html936"
50
+  HREF="node27.html">Third party software</A>
51
+<B> Previous:</B> <A NAME="tex2html930"
52
+  HREF="node48.html">qscanq</A>
53
+ &nbsp <B>  <A NAME="tex2html938"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
57 57
 <!--End of Navigation Panel-->
58 58
 
59 59
 <H2><A NAME="SECTION000622000000000000000">
60
-qscanq</A>
60
+clamavr</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html77"
63
-  HREF="http://budney.homeunix.net:8080/users/budney/software/qscanq/index.html">http://budney.homeunix.net:8080/users/budney/software/qscanq/index.html</A></TT>
64
-<BR>    <B>Supports:</B> clamscan
62
+    <B>Homepage:</B> <TT><A NAME="tex2html91"
63
+  HREF="http://raa.ruby-lang.org/list.rhtml?name=clamavr">http://raa.ruby-lang.org/list.rhtml?name=clamavr</A></TT>
64
+<BR>    <B>Supports:</B> libclamav
65 65
 <BR>
66
-qscanq replaces qmail-queue. It initiates a scan (using clamscan or
67
-    clamdscan) on an incoming email, and returns the exit status of the
68
-    scanner or of qmail-queue to the caller.
66
+Ruby binding for ClamAV.
69 67
 
70 68
 <P>
71 69
 <BR><HR>
72 70
 <ADDRESS>
73 71
 Tomasz Kojm
74
-2004-03-13
72
+2004-04-16
75 73
 </ADDRESS>
76 74
 </BODY>
77 75
 </HTML>
... ...
@@ -26,30 +26,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
26 26
 
27 27
 <BODY >
28 28
 <!--Navigation Panel-->
29
-<A NAME="tex2html325"
29
+<A NAME="tex2html360"
30 30
   HREF="node6.html">
31 31
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
32 32
  SRC="/usr/share/latex2html/icons/next.png"></A> 
33
-<A NAME="tex2html321"
33
+<A NAME="tex2html356"
34 34
   HREF="node2.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
36 36
  SRC="/usr/share/latex2html/icons/up.png"></A> 
37
-<A NAME="tex2html317"
37
+<A NAME="tex2html352"
38 38
   HREF="node4.html">
39 39
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
40 40
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
41
-<A NAME="tex2html323"
41
+<A NAME="tex2html358"
42 42
   HREF="node1.html">
43 43
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
44 44
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
45 45
 <BR>
46
-<B> Next:</B> <A NAME="tex2html326"
46
+<B> Next:</B> <A NAME="tex2html361"
47 47
   HREF="node6.html">Installation</A>
48
-<B> Up:</B> <A NAME="tex2html322"
48
+<B> Up:</B> <A NAME="tex2html357"
49 49
   HREF="node2.html">Introduction</A>
50
-<B> Previous:</B> <A NAME="tex2html318"
50
+<B> Previous:</B> <A NAME="tex2html353"
51 51
   HREF="node4.html">Mailing lists</A>
52
- &nbsp <B>  <A NAME="tex2html324"
52
+ &nbsp <B>  <A NAME="tex2html359"
53 53
   HREF="node1.html">Contents</A></B> 
54 54
 <BR>
55 55
 <BR>
... ...
@@ -74,7 +74,7 @@ and then submit it on our website:
74 74
 <BR><HR>
75 75
 <ADDRESS>
76 76
 Tomasz Kojm
77
-2004-03-13
77
+2004-04-16
78 78
 </ADDRESS>
79 79
 </BODY>
80 80
 </HTML>
... ...
@@ -7,8 +7,8 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
7 7
   Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8 8
 <HTML>
9 9
 <HEAD>
10
-<TITLE>clamavr</TITLE>
11
-<META NAME="description" CONTENT="clamavr">
10
+<TITLE>DansGuardian Anti-Virus Plugin</TITLE>
11
+<META NAME="description" CONTENT="DansGuardian Anti-Virus Plugin">
12 12
 <META NAME="keywords" CONTENT="clamdoc">
13 13
 <META NAME="resource-type" CONTENT="document">
14 14
 <META NAME="distribution" CONTENT="global">
... ...
@@ -27,49 +27,51 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html911"
30
+<A NAME="tex2html951"
31 31
   HREF="node51.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html907"
34
+<A NAME="tex2html947"
35 35
   HREF="node27.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html901"
38
+<A NAME="tex2html941"
39 39
   HREF="node49.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html909"
42
+<A NAME="tex2html949"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html912"
48
-  HREF="node51.html">DansGuardian Anti-Virus Plugin</A>
49
-<B> Up:</B> <A NAME="tex2html908"
50
-  HREF="node27.html">ClamAV-certified software</A>
51
-<B> Previous:</B> <A NAME="tex2html902"
52
-  HREF="node49.html">qscanq</A>
53
- &nbsp <B>  <A NAME="tex2html910"
47
+<B> Next:</B> <A NAME="tex2html952"
48
+  HREF="node51.html">Viralator</A>
49
+<B> Up:</B> <A NAME="tex2html948"
50
+  HREF="node27.html">Third party software</A>
51
+<B> Previous:</B> <A NAME="tex2html942"
52
+  HREF="node49.html">clamavr</A>
53
+ &nbsp <B>  <A NAME="tex2html950"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
57 57
 <!--End of Navigation Panel-->
58 58
 
59 59
 <H2><A NAME="SECTION000623000000000000000">
60
-clamavr</A>
60
+DansGuardian Anti-Virus Plugin</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html78"
63
-  HREF="http://raa.ruby-lang.org/list.rhtml?name=clamavr">http://raa.ruby-lang.org/list.rhtml?name=clamavr</A></TT>
64
-<BR>    <B>Supports:</B> libclamav
62
+    <B>Homepage:</B> <TT><A NAME="tex2html92"
63
+  HREF="http://www.pcxperience.org/dgvirus/">http://www.pcxperience.org/dgvirus/</A></TT>
64
+<BR>    <B>Supports:</B> clamscan
65 65
 <BR>
66
-Ruby binding for ClamAV.
66
+DG AVP is a GPL addon that takes the Virus Scanning capabilities of The
67
+    MailScanner and integrates them into the content filtering web proxy
68
+    DansGuardian.
67 69
 
68 70
 <P>
69 71
 <BR><HR>
70 72
 <ADDRESS>
71 73
 Tomasz Kojm
72
-2004-03-13
74
+2004-04-16
73 75
 </ADDRESS>
74 76
 </BODY>
75 77
 </HTML>
... ...
@@ -7,8 +7,8 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
7 7
   Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8 8
 <HTML>
9 9
 <HEAD>
10
-<TITLE>DansGuardian Anti-Virus Plugin</TITLE>
11
-<META NAME="description" CONTENT="DansGuardian Anti-Virus Plugin">
10
+<TITLE>Viralator</TITLE>
11
+<META NAME="description" CONTENT="Viralator">
12 12
 <META NAME="keywords" CONTENT="clamdoc">
13 13
 <META NAME="resource-type" CONTENT="document">
14 14
 <META NAME="distribution" CONTENT="global">
... ...
@@ -27,51 +27,50 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html923"
30
+<A NAME="tex2html963"
31 31
   HREF="node52.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html919"
34
+<A NAME="tex2html959"
35 35
   HREF="node27.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html913"
38
+<A NAME="tex2html953"
39 39
   HREF="node50.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html921"
42
+<A NAME="tex2html961"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html924"
48
-  HREF="node52.html">ClamAssassin</A>
49
-<B> Up:</B> <A NAME="tex2html920"
50
-  HREF="node27.html">ClamAV-certified software</A>
51
-<B> Previous:</B> <A NAME="tex2html914"
52
-  HREF="node50.html">clamavr</A>
53
- &nbsp <B>  <A NAME="tex2html922"
47
+<B> Next:</B> <A NAME="tex2html964"
48
+  HREF="node52.html">TrashScan</A>
49
+<B> Up:</B> <A NAME="tex2html960"
50
+  HREF="node27.html">Third party software</A>
51
+<B> Previous:</B> <A NAME="tex2html954"
52
+  HREF="node50.html">DansGuardian Anti-Virus Plugin</A>
53
+ &nbsp <B>  <A NAME="tex2html962"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
57 57
 <!--End of Navigation Panel-->
58 58
 
59 59
 <H2><A NAME="SECTION000624000000000000000">
60
-DansGuardian Anti-Virus Plugin</A>
60
+Viralator</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html79"
63
-  HREF="http://www.pcxperience.org/dgvirus/">http://www.pcxperience.org/dgvirus/</A></TT>
62
+    <B>Homepage:</B> <TT><A NAME="tex2html93"
63
+  HREF="http://viralator.sourceforge.net/">http://viralator.sourceforge.net/</A></TT>
64 64
 <BR>    <B>Supports:</B> clamscan
65 65
 <BR>
66
-DG AVP is a GPL addon that takes the Virus Scanning capabilities of The
67
-    MailScanner and integrates them into the content filtering web proxy
68
-    DansGuardian.
66
+Viralator is a perl script that virus scans http downloads on a linux
67
+    server after passing through the squid proxy server.
69 68
 
70 69
 <P>
71 70
 <BR><HR>
72 71
 <ADDRESS>
73 72
 Tomasz Kojm
74
-2004-03-13
73
+2004-04-16
75 74
 </ADDRESS>
76 75
 </BODY>
77 76
 </HTML>
... ...
@@ -7,8 +7,8 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
7 7
   Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8 8
 <HTML>
9 9
 <HEAD>
10
-<TITLE>ClamAssassin</TITLE>
11
-<META NAME="description" CONTENT="ClamAssassin">
10
+<TITLE>TrashScan</TITLE>
11
+<META NAME="description" CONTENT="TrashScan">
12 12
 <META NAME="keywords" CONTENT="clamdoc">
13 13
 <META NAME="resource-type" CONTENT="document">
14 14
 <META NAME="distribution" CONTENT="global">
... ...
@@ -27,51 +27,50 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html935"
30
+<A NAME="tex2html975"
31 31
   HREF="node53.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html931"
34
+<A NAME="tex2html971"
35 35
   HREF="node27.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html925"
38
+<A NAME="tex2html965"
39 39
   HREF="node51.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html933"
42
+<A NAME="tex2html973"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html936"
48
-  HREF="node53.html">Gadoyanvirus</A>
49
-<B> Up:</B> <A NAME="tex2html932"
50
-  HREF="node27.html">ClamAV-certified software</A>
51
-<B> Previous:</B> <A NAME="tex2html926"
52
-  HREF="node51.html">DansGuardian Anti-Virus Plugin</A>
53
- &nbsp <B>  <A NAME="tex2html934"
47
+<B> Next:</B> <A NAME="tex2html976"
48
+  HREF="node53.html">ClamAssassin</A>
49
+<B> Up:</B> <A NAME="tex2html972"
50
+  HREF="node27.html">Third party software</A>
51
+<B> Previous:</B> <A NAME="tex2html966"
52
+  HREF="node51.html">Viralator</A>
53
+ &nbsp <B>  <A NAME="tex2html974"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
57 57
 <!--End of Navigation Panel-->
58 58
 
59 59
 <H2><A NAME="SECTION000625000000000000000">
60
-ClamAssassin</A>
60
+TrashScan</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html80"
63
-  HREF="http://drivel.com/clamassassin/">http://drivel.com/clamassassin/</A></TT>
62
+    <B>Homepage:</B> clamav-sources/support/trashscan
64 63
 <BR>    <B>Supports:</B> clamscan
65 64
 <BR>
66
-clamassassin is a simple script for virus scanning with clamscan which
67
-     works similarily to spamassassin. It's designed for integration with
68
-     procmail.
65
+This is a procmail based scanner from Trashware and it's extremely
66
+    easy to setup, however it is intended for single users and is not as
67
+    efficient as the MTA based scanners.
69 68
 
70 69
 <P>
71 70
 <BR><HR>
72 71
 <ADDRESS>
73 72
 Tomasz Kojm
74
-2004-03-13
73
+2004-04-16
75 74
 </ADDRESS>
76 75
 </BODY>
77 76
 </HTML>
... ...
@@ -7,8 +7,8 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
7 7
   Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8 8
 <HTML>
9 9
 <HEAD>
10
-<TITLE>Gadoyanvirus</TITLE>
11
-<META NAME="description" CONTENT="Gadoyanvirus">
10
+<TITLE>ClamAssassin</TITLE>
11
+<META NAME="description" CONTENT="ClamAssassin">
12 12
 <META NAME="keywords" CONTENT="clamdoc">
13 13
 <META NAME="resource-type" CONTENT="document">
14 14
 <META NAME="distribution" CONTENT="global">
... ...
@@ -27,53 +27,51 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html947"
30
+<A NAME="tex2html987"
31 31
   HREF="node54.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html943"
34
+<A NAME="tex2html983"
35 35
   HREF="node27.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html937"
38
+<A NAME="tex2html977"
39 39
   HREF="node52.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html945"
42
+<A NAME="tex2html985"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html948"
48
-  HREF="node54.html">OpenProtect</A>
49
-<B> Up:</B> <A NAME="tex2html944"
50
-  HREF="node27.html">ClamAV-certified software</A>
51
-<B> Previous:</B> <A NAME="tex2html938"
52
-  HREF="node52.html">ClamAssassin</A>
53
- &nbsp <B>  <A NAME="tex2html946"
47
+<B> Next:</B> <A NAME="tex2html988"
48
+  HREF="node54.html">clamscan-procfilter</A>
49
+<B> Up:</B> <A NAME="tex2html984"
50
+  HREF="node27.html">Third party software</A>
51
+<B> Previous:</B> <A NAME="tex2html978"
52
+  HREF="node52.html">TrashScan</A>
53
+ &nbsp <B>  <A NAME="tex2html986"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
57 57
 <!--End of Navigation Panel-->
58 58
 
59 59
 <H2><A NAME="SECTION000626000000000000000">
60
-Gadoyanvirus</A>
60
+ClamAssassin</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html81"
63
-  HREF="http://oss.mdamt.net/gadoyanvirus/">http://oss.mdamt.net/gadoyanvirus/</A></TT>
64
-<BR>    <B>Supports:</B> libclamav
62
+    <B>Homepage:</B> <TT><A NAME="tex2html94"
63
+  HREF="http://drivel.com/clamassassin/">http://drivel.com/clamassassin/</A></TT>
64
+<BR>    <B>Supports:</B> clamscan
65 65
 <BR>
66
-gadoyanvirus is a (yet another) virus stopper for qmail. It replaces the
67
-    original qmail-queue program. It scans incoming messages using the ClamAV
68
-    anti-virus library. Suspected message will be quarantined and (optionally)
69
-    a notification message will be sent to the recipients. By default,
70
-    gadoyanvirus needs QMAILQUEUE patched qmail installation. 
66
+clamassassin is a simple script for virus scanning with clamscan which
67
+     works similarily to spamassassin. It's designed for integration with
68
+     procmail.
71 69
 
72 70
 <P>
73 71
 <BR><HR>
74 72
 <ADDRESS>
75 73
 Tomasz Kojm
76
-2004-03-13
74
+2004-04-16
77 75
 </ADDRESS>
78 76
 </BODY>
79 77
 </HTML>
... ...
@@ -7,8 +7,8 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
7 7
   Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8 8
 <HTML>
9 9
 <HEAD>
10
-<TITLE>OpenProtect</TITLE>
11
-<META NAME="description" CONTENT="OpenProtect">
10
+<TITLE>clamscan-procfilter</TITLE>
11
+<META NAME="description" CONTENT="clamscan-procfilter">
12 12
 <META NAME="keywords" CONTENT="clamdoc">
13 13
 <META NAME="resource-type" CONTENT="document">
14 14
 <META NAME="distribution" CONTENT="global">
... ...
@@ -27,53 +27,51 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html959"
30
+<A NAME="tex2html999"
31 31
   HREF="node55.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html955"
34
+<A NAME="tex2html995"
35 35
   HREF="node27.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html949"
38
+<A NAME="tex2html989"
39 39
   HREF="node53.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html957"
42
+<A NAME="tex2html997"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html960"
48
-  HREF="node55.html">POP3 Virus Scanner Daemon</A>
49
-<B> Up:</B> <A NAME="tex2html956"
50
-  HREF="node27.html">ClamAV-certified software</A>
51
-<B> Previous:</B> <A NAME="tex2html950"
52
-  HREF="node53.html">Gadoyanvirus</A>
53
- &nbsp <B>  <A NAME="tex2html958"
47
+<B> Next:</B> <A NAME="tex2html1000"
48
+  HREF="node55.html">Gadoyanvirus</A>
49
+<B> Up:</B> <A NAME="tex2html996"
50
+  HREF="node27.html">Third party software</A>
51
+<B> Previous:</B> <A NAME="tex2html990"
52
+  HREF="node53.html">ClamAssassin</A>
53
+ &nbsp <B>  <A NAME="tex2html998"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
57 57
 <!--End of Navigation Panel-->
58 58
 
59 59
 <H2><A NAME="SECTION000627000000000000000">
60
-OpenProtect</A>
60
+clamscan-procfilter</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html82"
63
-  HREF="http://opencompt.com/">http://opencompt.com/</A></TT>
64
-<BR>    <B>Supports:</B> ClamAV via MailScanner
62
+    <B>Homepage:</B> <TT><A NAME="tex2html95"
63
+  HREF="http://www.virtualblueness.net/~blueness/clamscan-procfilter/">http://www.virtualblueness.net/~blueness/clamscan-procfilter/</A></TT>
64
+<BR>    <B>Supports:</B> clamscan
65 65
 <BR>
66
-OpenProtect is a server side e-mail protection solution consisting of
67
-    MailScanner, Spamassassin, ClamAV with support for Sendmail,Postfix,
68
-    Exim and qmail. It also consists of a fully automatic installer and
69
-    uninstaller, which configures everything automatically including
70
-    setting up perl modules and virus scanner settings. 
66
+A procmail filter for clamscan to work in conjunction with procmail.
67
+    A new email field, X-CLAMAV, with all the viruses found is generated in
68
+    the email header.                       
71 69
 
72 70
 <P>
73 71
 <BR><HR>
74 72
 <ADDRESS>
75 73
 Tomasz Kojm
76
-2004-03-13
74
+2004-04-16
77 75
 </ADDRESS>
78 76
 </BODY>
79 77
 </HTML>
... ...
@@ -7,8 +7,8 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
7 7
   Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8 8
 <HTML>
9 9
 <HEAD>
10
-<TITLE>POP3 Virus Scanner Daemon</TITLE>
11
-<META NAME="description" CONTENT="POP3 Virus Scanner Daemon">
10
+<TITLE>Gadoyanvirus</TITLE>
11
+<META NAME="description" CONTENT="Gadoyanvirus">
12 12
 <META NAME="keywords" CONTENT="clamdoc">
13 13
 <META NAME="resource-type" CONTENT="document">
14 14
 <META NAME="distribution" CONTENT="global">
... ...
@@ -27,54 +27,53 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html971"
30
+<A NAME="tex2html1011"
31 31
   HREF="node56.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html967"
34
+<A NAME="tex2html1007"
35 35
   HREF="node27.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html961"
38
+<A NAME="tex2html1001"
39 39
   HREF="node54.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html969"
42
+<A NAME="tex2html1009"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html972"
48
-  HREF="node56.html">mailman-clamav</A>
49
-<B> Up:</B> <A NAME="tex2html968"
50
-  HREF="node27.html">ClamAV-certified software</A>
51
-<B> Previous:</B> <A NAME="tex2html962"
52
-  HREF="node54.html">OpenProtect</A>
53
- &nbsp <B>  <A NAME="tex2html970"
47
+<B> Next:</B> <A NAME="tex2html1012"
48
+  HREF="node56.html">OpenProtect</A>
49
+<B> Up:</B> <A NAME="tex2html1008"
50
+  HREF="node27.html">Third party software</A>
51
+<B> Previous:</B> <A NAME="tex2html1002"
52
+  HREF="node54.html">clamscan-procfilter</A>
53
+ &nbsp <B>  <A NAME="tex2html1010"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
57 57
 <!--End of Navigation Panel-->
58 58
 
59 59
 <H2><A NAME="SECTION000628000000000000000">
60
-POP3 Virus Scanner Daemon</A>
60
+Gadoyanvirus</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html83"
63
-  HREF="http://p3scan.sourceforge.net/">http://p3scan.sourceforge.net/</A></TT>
64
-<BR>    <B>Supports:</B> clamscan
62
+    <B>Homepage:</B> <TT><A NAME="tex2html96"
63
+  HREF="http://oss.mdamt.net/gadoyanvirus/">http://oss.mdamt.net/gadoyanvirus/</A></TT>
64
+<BR>    <B>Supports:</B> libclamav
65 65
 <BR>
66
-This is a full-transparent proxy-server for POP3-Clients. It runs on
67
-    a Linux box with iptables (for port re-direction). It can be used to
68
-    provide POP3 email scanning from the internet, to any internal network
69
-    and is ideal for helping to protect your Other OS LAN from harm,
70
-    especially when used in conjunction with a firewall and other Internet
71
-    Proxy servers.
66
+gadoyanvirus is a (yet another) virus stopper for qmail. It replaces the
67
+    original qmail-queue program. It scans incoming messages using the ClamAV
68
+    anti-virus library. Suspected message will be quarantined and (optionally)
69
+    a notification message will be sent to the recipients. By default,
70
+    gadoyanvirus needs QMAILQUEUE patched qmail installation. 
72 71
 
73 72
 <P>
74 73
 <BR><HR>
75 74
 <ADDRESS>
76 75
 Tomasz Kojm
77
-2004-03-13
76
+2004-04-16
78 77
 </ADDRESS>
79 78
 </BODY>
80 79
 </HTML>
... ...
@@ -7,8 +7,8 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
7 7
   Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8 8
 <HTML>
9 9
 <HEAD>
10
-<TITLE>mailman-clamav</TITLE>
11
-<META NAME="description" CONTENT="mailman-clamav">
10
+<TITLE>OpenProtect</TITLE>
11
+<META NAME="description" CONTENT="OpenProtect">
12 12
 <META NAME="keywords" CONTENT="clamdoc">
13 13
 <META NAME="resource-type" CONTENT="document">
14 14
 <META NAME="distribution" CONTENT="global">
... ...
@@ -27,53 +27,53 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html983"
30
+<A NAME="tex2html1023"
31 31
   HREF="node57.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html979"
34
+<A NAME="tex2html1019"
35 35
   HREF="node27.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html973"
38
+<A NAME="tex2html1013"
39 39
   HREF="node55.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html981"
42
+<A NAME="tex2html1021"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html984"
48
-  HREF="node57.html">wbmclamav</A>
49
-<B> Up:</B> <A NAME="tex2html980"
50
-  HREF="node27.html">ClamAV-certified software</A>
51
-<B> Previous:</B> <A NAME="tex2html974"
52
-  HREF="node55.html">POP3 Virus Scanner Daemon</A>
53
- &nbsp <B>  <A NAME="tex2html982"
47
+<B> Next:</B> <A NAME="tex2html1024"
48
+  HREF="node57.html">RevolSys-SMTP</A>
49
+<B> Up:</B> <A NAME="tex2html1020"
50
+  HREF="node27.html">Third party software</A>
51
+<B> Previous:</B> <A NAME="tex2html1014"
52
+  HREF="node55.html">Gadoyanvirus</A>
53
+ &nbsp <B>  <A NAME="tex2html1022"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
57 57
 <!--End of Navigation Panel-->
58 58
 
59 59
 <H2><A NAME="SECTION000629000000000000000">
60
-mailman-clamav</A>
60
+OpenProtect</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html84"
63
-  HREF="http://www.tummy.com/Software/mailman-clamav">http://www.tummy.com/Software/mailman-clamav</A></TT>
64
-<BR>    <B>Supports:</B> clamd
62
+    <B>Homepage:</B> <TT><A NAME="tex2html97"
63
+  HREF="http://opencompt.com/">http://opencompt.com/</A></TT>
64
+<BR>    <B>Supports:</B> ClamAV via MailScanner
65 65
 <BR>
66
-This module includes a Mailman handler for scanning incoming messages
67
-    through ClamAV. The handler allows Mailman to be configured to hold or
68
-    discard messages which contain viruses. Particularly useful is the
69
-    discard option, which prevents list administrators from having to
70
-    manually deal with viruses.
66
+OpenProtect is a server side e-mail protection solution consisting of
67
+    MailScanner, Spamassassin, ClamAV with support for Sendmail,Postfix,
68
+    Exim and qmail. It also consists of a fully automatic installer and
69
+    uninstaller, which configures everything automatically including
70
+    setting up perl modules and virus scanner settings. 
71 71
 
72 72
 <P>
73 73
 <BR><HR>
74 74
 <ADDRESS>
75 75
 Tomasz Kojm
76
-2004-03-13
76
+2004-04-16
77 77
 </ADDRESS>
78 78
 </BODY>
79 79
 </HTML>
... ...
@@ -7,8 +7,8 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
7 7
   Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8 8
 <HTML>
9 9
 <HEAD>
10
-<TITLE>wbmclamav</TITLE>
11
-<META NAME="description" CONTENT="wbmclamav">
10
+<TITLE>RevolSys-SMTP</TITLE>
11
+<META NAME="description" CONTENT="RevolSys-SMTP">
12 12
 <META NAME="keywords" CONTENT="clamdoc">
13 13
 <META NAME="resource-type" CONTENT="document">
14 14
 <META NAME="distribution" CONTENT="global">
... ...
@@ -27,50 +27,50 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html995"
30
+<A NAME="tex2html1035"
31 31
   HREF="node58.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html991"
34
+<A NAME="tex2html1031"
35 35
   HREF="node27.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html985"
38
+<A NAME="tex2html1025"
39 39
   HREF="node56.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html993"
42
+<A NAME="tex2html1033"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html996"
48
-  HREF="node58.html">Scan Log Analyzer</A>
49
-<B> Up:</B> <A NAME="tex2html992"
50
-  HREF="node27.html">ClamAV-certified software</A>
51
-<B> Previous:</B> <A NAME="tex2html986"
52
-  HREF="node56.html">mailman-clamav</A>
53
- &nbsp <B>  <A NAME="tex2html994"
47
+<B> Next:</B> <A NAME="tex2html1036"
48
+  HREF="node58.html">POP3 Virus Scanner Daemon</A>
49
+<B> Up:</B> <A NAME="tex2html1032"
50
+  HREF="node27.html">Third party software</A>
51
+<B> Previous:</B> <A NAME="tex2html1026"
52
+  HREF="node56.html">OpenProtect</A>
53
+ &nbsp <B>  <A NAME="tex2html1034"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
57 57
 <!--End of Navigation Panel-->
58 58
 
59 59
 <H2><A NAME="SECTION000630000000000000000">
60
-wbmclamav</A>
60
+RevolSys-SMTP</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html85"
63
-  HREF="http://wbmclamav.labs.libre-entreprise.org/">http://wbmclamav.labs.libre-entreprise.org/</A></TT>
64
-<BR>    <B>Supports:</B> ClamAV
62
+    <B>Homepage:</B> <TT><A NAME="tex2html98"
63
+  HREF="http://www.revolsys.org/">http://www.revolsys.org/</A></TT>
64
+<BR>    <B>Supports:</B> ClamAV via amavisd-new
65 65
 <BR>
66
-wbmclamav is a webmin module to manage Clam AntiVirus, written by
67
-    Emmanuel Saracco. 
66
+RevolSys-SMTP is an e-mail protection solution consisting of ClamAV,
67
+    amavisd-new, Spamassassin and required Perl modules.
68 68
 
69 69
 <P>
70 70
 <BR><HR>
71 71
 <ADDRESS>
72 72
 Tomasz Kojm
73
-2004-03-13
73
+2004-04-16
74 74
 </ADDRESS>
75 75
 </BODY>
76 76
 </HTML>
... ...
@@ -7,8 +7,8 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
7 7
   Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8 8
 <HTML>
9 9
 <HEAD>
10
-<TITLE>Scan Log Analyzer</TITLE>
11
-<META NAME="description" CONTENT="Scan Log Analyzer">
10
+<TITLE>POP3 Virus Scanner Daemon</TITLE>
11
+<META NAME="description" CONTENT="POP3 Virus Scanner Daemon">
12 12
 <META NAME="keywords" CONTENT="clamdoc">
13 13
 <META NAME="resource-type" CONTENT="document">
14 14
 <META NAME="distribution" CONTENT="global">
... ...
@@ -27,50 +27,54 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1007"
30
+<A NAME="tex2html1047"
31 31
   HREF="node59.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html1003"
34
+<A NAME="tex2html1043"
35 35
   HREF="node27.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html997"
38
+<A NAME="tex2html1037"
39 39
   HREF="node57.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html1005"
42
+<A NAME="tex2html1045"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html1008"
48
-  HREF="node59.html">mailgraph</A>
49
-<B> Up:</B> <A NAME="tex2html1004"
50
-  HREF="node27.html">ClamAV-certified software</A>
51
-<B> Previous:</B> <A NAME="tex2html998"
52
-  HREF="node57.html">wbmclamav</A>
53
- &nbsp <B>  <A NAME="tex2html1006"
47
+<B> Next:</B> <A NAME="tex2html1048"
48
+  HREF="node59.html">mailman-clamav</A>
49
+<B> Up:</B> <A NAME="tex2html1044"
50
+  HREF="node27.html">Third party software</A>
51
+<B> Previous:</B> <A NAME="tex2html1038"
52
+  HREF="node57.html">RevolSys-SMTP</A>
53
+ &nbsp <B>  <A NAME="tex2html1046"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
57 57
 <!--End of Navigation Panel-->
58 58
 
59 59
 <H2><A NAME="SECTION000631000000000000000">
60
-Scan Log Analyzer</A>
60
+POP3 Virus Scanner Daemon</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html86"
63
-  HREF="http://pandaemail.sourceforge.net/av-tools/">http://pandaemail.sourceforge.net/av-tools/</A></TT>
64
-<BR>    <B>Supports:</B> ClamAV
62
+    <B>Homepage:</B> <TT><A NAME="tex2html99"
63
+  HREF="http://p3scan.sourceforge.net/">http://p3scan.sourceforge.net/</A></TT>
64
+<BR>    <B>Supports:</B> clamscan
65 65
 <BR>
66
-Scan analyzer allows you to plot and view graphical representation of
67
-    log data from virus logs of RAV, ClamAV and Vexira. 
66
+This is a full-transparent proxy-server for POP3-Clients. It runs on
67
+    a Linux box with iptables (for port re-direction). It can be used to
68
+    provide POP3 email scanning from the internet, to any internal network
69
+    and is ideal for helping to protect your Other OS LAN from harm,
70
+    especially when used in conjunction with a firewall and other Internet
71
+    Proxy servers.
68 72
 
69 73
 <P>
70 74
 <BR><HR>
71 75
 <ADDRESS>
72 76
 Tomasz Kojm
73
-2004-03-13
77
+2004-04-16
74 78
 </ADDRESS>
75 79
 </BODY>
76 80
 </HTML>
... ...
@@ -7,8 +7,8 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
7 7
   Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8 8
 <HTML>
9 9
 <HEAD>
10
-<TITLE>mailgraph</TITLE>
11
-<META NAME="description" CONTENT="mailgraph">
10
+<TITLE>mailman-clamav</TITLE>
11
+<META NAME="description" CONTENT="mailman-clamav">
12 12
 <META NAME="keywords" CONTENT="clamdoc">
13 13
 <META NAME="resource-type" CONTENT="document">
14 14
 <META NAME="distribution" CONTENT="global">
... ...
@@ -27,51 +27,53 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1019"
30
+<A NAME="tex2html1059"
31 31
   HREF="node60.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html1015"
34
+<A NAME="tex2html1055"
35 35
   HREF="node27.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html1009"
38
+<A NAME="tex2html1049"
39 39
   HREF="node58.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html1017"
42
+<A NAME="tex2html1057"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html1020"
48
-  HREF="node60.html">INSERT</A>
49
-<B> Up:</B> <A NAME="tex2html1016"
50
-  HREF="node27.html">ClamAV-certified software</A>
51
-<B> Previous:</B> <A NAME="tex2html1010"
52
-  HREF="node58.html">Scan Log Analyzer</A>
53
- &nbsp <B>  <A NAME="tex2html1018"
47
+<B> Next:</B> <A NAME="tex2html1060"
48
+  HREF="node60.html">wbmclamav</A>
49
+<B> Up:</B> <A NAME="tex2html1056"
50
+  HREF="node27.html">Third party software</A>
51
+<B> Previous:</B> <A NAME="tex2html1050"
52
+  HREF="node58.html">POP3 Virus Scanner Daemon</A>
53
+ &nbsp <B>  <A NAME="tex2html1058"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
57 57
 <!--End of Navigation Panel-->
58 58
 
59 59
 <H2><A NAME="SECTION000632000000000000000">
60
-mailgraph</A>
60
+mailman-clamav</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html87"
63
-  HREF="http://people.ee.ethz.ch/~dws/software/mailgraph/">http://people.ee.ethz.ch/~dws/software/mailgraph/</A></TT>
62
+    <B>Homepage:</B> <TT><A NAME="tex2html100"
63
+  HREF="http://www.tummy.com/Software/mailman-clamav">http://www.tummy.com/Software/mailman-clamav</A></TT>
64 64
 <BR>    <B>Supports:</B> clamd
65 65
 <BR>
66
-mailgraph is a very simple mail statistics RRDtool frontend for Postfix
67
-    that produces daily, weekly, monthly and yearly graphs of received/sent
68
-    and bounced/rejected mail (SMTP traffic).
66
+This module includes a Mailman handler for scanning incoming messages
67
+    through ClamAV. The handler allows Mailman to be configured to hold or
68
+    discard messages which contain viruses. Particularly useful is the
69
+    discard option, which prevents list administrators from having to
70
+    manually deal with viruses.
69 71
 
70 72
 <P>
71 73
 <BR><HR>
72 74
 <ADDRESS>
73 75
 Tomasz Kojm
74
-2004-03-13
76
+2004-04-16
75 77
 </ADDRESS>
76 78
 </BODY>
77 79
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html337"
30
+<A NAME="tex2html372"
31 31
   HREF="node7.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html333"
34
+<A NAME="tex2html368"
35 35
   HREF="clamdoc.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html327"
38
+<A NAME="tex2html362"
39 39
   HREF="node5.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html335"
42
+<A NAME="tex2html370"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html338"
47
+<B> Next:</B> <A NAME="tex2html373"
48 48
   HREF="node7.html">Supported platforms</A>
49
-<B> Up:</B> <A NAME="tex2html334"
49
+<B> Up:</B> <A NAME="tex2html369"
50 50
   HREF="clamdoc.html">clamdoc</A>
51
-<B> Previous:</B> <A NAME="tex2html328"
51
+<B> Previous:</B> <A NAME="tex2html363"
52 52
   HREF="node5.html">Virus submitting</A>
53
- &nbsp <B>  <A NAME="tex2html336"
53
+ &nbsp <B>  <A NAME="tex2html371"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -66,32 +66,32 @@ Installation</A>
66 66
 <A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
67 67
 
68 68
 <UL>
69
-<LI><A NAME="tex2html339"
69
+<LI><A NAME="tex2html374"
70 70
   HREF="node7.html">Supported platforms</A>
71
-<LI><A NAME="tex2html340"
71
+<LI><A NAME="tex2html375"
72 72
   HREF="node8.html">Binary packages - stable versions</A>
73
-<LI><A NAME="tex2html341"
73
+<LI><A NAME="tex2html376"
74 74
   HREF="node9.html">Binary packages - snapshots</A>
75
-<LI><A NAME="tex2html342"
75
+<LI><A NAME="tex2html377"
76 76
   HREF="node10.html">Requirements</A>
77
-<LI><A NAME="tex2html343"
77
+<LI><A NAME="tex2html378"
78 78
   HREF="node11.html">New system user and group</A>
79
-<LI><A NAME="tex2html344"
79
+<LI><A NAME="tex2html379"
80 80
   HREF="node12.html">Compilation</A>
81
-<LI><A NAME="tex2html345"
81
+<LI><A NAME="tex2html380"
82 82
   HREF="node13.html">Configuration</A>
83
-<LI><A NAME="tex2html346"
83
+<LI><A NAME="tex2html381"
84 84
   HREF="node14.html">Testing</A>
85
-<LI><A NAME="tex2html347"
85
+<LI><A NAME="tex2html382"
86 86
   HREF="node15.html">freshclam: Setting up auto-updating</A>
87
-<LI><A NAME="tex2html348"
87
+<LI><A NAME="tex2html383"
88 88
   HREF="node16.html">Database mirrors</A>
89 89
 </UL>
90 90
 <!--End of Table of Child-Links-->
91 91
 <BR><HR>
92 92
 <ADDRESS>
93 93
 Tomasz Kojm
94
-2004-03-13
94
+2004-04-16
95 95
 </ADDRESS>
96 96
 </BODY>
97 97
 </HTML>
... ...
@@ -7,8 +7,8 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
7 7
   Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8 8
 <HTML>
9 9
 <HEAD>
10
-<TITLE>INSERT</TITLE>
11
-<META NAME="description" CONTENT="INSERT">
10
+<TITLE>wbmclamav</TITLE>
11
+<META NAME="description" CONTENT="wbmclamav">
12 12
 <META NAME="keywords" CONTENT="clamdoc">
13 13
 <META NAME="resource-type" CONTENT="document">
14 14
 <META NAME="distribution" CONTENT="global">
... ...
@@ -27,55 +27,50 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1031"
30
+<A NAME="tex2html1071"
31 31
   HREF="node61.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html1027"
34
+<A NAME="tex2html1067"
35 35
   HREF="node27.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html1021"
38
+<A NAME="tex2html1061"
39 39
   HREF="node59.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html1029"
42
+<A NAME="tex2html1069"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html1032"
48
-  HREF="node61.html">Local Area Security</A>
49
-<B> Up:</B> <A NAME="tex2html1028"
50
-  HREF="node27.html">ClamAV-certified software</A>
51
-<B> Previous:</B> <A NAME="tex2html1022"
52
-  HREF="node59.html">mailgraph</A>
53
- &nbsp <B>  <A NAME="tex2html1030"
47
+<B> Next:</B> <A NAME="tex2html1072"
48
+  HREF="node61.html">Scan Log Analyzer</A>
49
+<B> Up:</B> <A NAME="tex2html1068"
50
+  HREF="node27.html">Third party software</A>
51
+<B> Previous:</B> <A NAME="tex2html1062"
52
+  HREF="node59.html">mailman-clamav</A>
53
+ &nbsp <B>  <A NAME="tex2html1070"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
57 57
 <!--End of Navigation Panel-->
58 58
 
59 59
 <H2><A NAME="SECTION000633000000000000000">
60
-INSERT</A>
60
+wbmclamav</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html88"
63
-  HREF="http://www.inside-security.de/INSERT_en.html">http://www.inside-security.de/INSERT_en.html</A></TT>
62
+    <B>Homepage:</B> <TT><A NAME="tex2html101"
63
+  HREF="http://wbmclamav.labs.libre-entreprise.org/">http://wbmclamav.labs.libre-entreprise.org/</A></TT>
64 64
 <BR>    <B>Supports:</B> ClamAV
65 65
 <BR>
66
-INSERT (the Inside Security Rescue Toolkit) aims to be a multi-functional,
67
-    multi-purpose disaster recovery and network analysis system. It boots from
68
-    a credit card-sized CD-ROM and is basically a stripped-down version of
69
-    Knoppix. It features good hardware detection, fluxbox, emelfm,
70
-    links-hacked, ssh, tcpdump, nmap, chntpwd, and much more. It provides full
71
-    read-write support for NTFS partitions (using captive), and the ClamAV
72
-    virus scanner (including the signature database). 
66
+wbmclamav is a webmin module to manage Clam AntiVirus, written by
67
+    Emmanuel Saracco. 
73 68
 
74 69
 <P>
75 70
 <BR><HR>
76 71
 <ADDRESS>
77 72
 Tomasz Kojm
78
-2004-03-13
73
+2004-04-16
79 74
 </ADDRESS>
80 75
 </BODY>
81 76
 </HTML>
... ...
@@ -7,8 +7,8 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
7 7
   Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8 8
 <HTML>
9 9
 <HEAD>
10
-<TITLE>Local Area Security</TITLE>
11
-<META NAME="description" CONTENT="Local Area Security">
10
+<TITLE>Scan Log Analyzer</TITLE>
11
+<META NAME="description" CONTENT="Scan Log Analyzer">
12 12
 <META NAME="keywords" CONTENT="clamdoc">
13 13
 <META NAME="resource-type" CONTENT="document">
14 14
 <META NAME="distribution" CONTENT="global">
... ...
@@ -19,6 +19,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
19 19
 
20 20
 <LINK REL="STYLESHEET" HREF="clamdoc.css">
21 21
 
22
+<LINK REL="next" HREF="node62.html">
22 23
 <LINK REL="previous" HREF="node60.html">
23 24
 <LINK REL="up" HREF="node27.html">
24 25
 <LINK REL="next" HREF="node62.html">
... ...
@@ -26,51 +27,50 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
26 26
 
27 27
 <BODY >
28 28
 <!--Navigation Panel-->
29
-<A NAME="tex2html1041"
29
+<A NAME="tex2html1083"
30 30
   HREF="node62.html">
31 31
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
32 32
  SRC="/usr/share/latex2html/icons/next.png"></A> 
33
-<A NAME="tex2html1037"
33
+<A NAME="tex2html1079"
34 34
   HREF="node27.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
36 36
  SRC="/usr/share/latex2html/icons/up.png"></A> 
37
-<A NAME="tex2html1033"
37
+<A NAME="tex2html1073"
38 38
   HREF="node60.html">
39 39
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
40 40
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
41
-<A NAME="tex2html1039"
41
+<A NAME="tex2html1081"
42 42
   HREF="node1.html">
43 43
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
44 44
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
45 45
 <BR>
46
-<B> Next:</B> <A NAME="tex2html1042"
47
-  HREF="node62.html">LibClamAV</A>
48
-<B> Up:</B> <A NAME="tex2html1038"
49
-  HREF="node27.html">ClamAV-certified software</A>
50
-<B> Previous:</B> <A NAME="tex2html1034"
51
-  HREF="node60.html">INSERT</A>
52
- &nbsp <B>  <A NAME="tex2html1040"
46
+<B> Next:</B> <A NAME="tex2html1084"
47
+  HREF="node62.html">mailgraph</A>
48
+<B> Up:</B> <A NAME="tex2html1080"
49
+  HREF="node27.html">Third party software</A>
50
+<B> Previous:</B> <A NAME="tex2html1074"
51
+  HREF="node60.html">wbmclamav</A>
52
+ &nbsp <B>  <A NAME="tex2html1082"
53 53
   HREF="node1.html">Contents</A></B> 
54 54
 <BR>
55 55
 <BR>
56 56
 <!--End of Navigation Panel-->
57 57
 
58 58
 <H2><A NAME="SECTION000634000000000000000">
59
-Local Area Security</A>
59
+Scan Log Analyzer</A>
60 60
 </H2>
61
-    <B>Homepage:</B> <TT><A NAME="tex2html89"
62
-  HREF="http://www.localareasecurity.com/">http://www.localareasecurity.com/</A></TT>
61
+    <B>Homepage:</B> <TT><A NAME="tex2html102"
62
+  HREF="http://pandaemail.sourceforge.net/av-tools/">http://pandaemail.sourceforge.net/av-tools/</A></TT>
63 63
 <BR>    <B>Supports:</B> ClamAV
64 64
 <BR>
65
-Local Area Security Linux is a Live CD distribution with a strong
66
-    emphasis on security tools and small footprint. It can be used to run
67
-    ClamAV from a CDROM. 
65
+Scan analyzer allows you to plot and view graphical representation of
66
+    log data from virus logs of RAV, ClamAV and Vexira. 
68 67
 
69 68
 <P>
70 69
 <BR><HR>
71 70
 <ADDRESS>
72 71
 Tomasz Kojm
73
-2004-03-13
72
+2004-04-16
74 73
 </ADDRESS>
75 74
 </BODY>
76 75
 </HTML>
... ...
@@ -7,8 +7,8 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
7 7
   Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8 8
 <HTML>
9 9
 <HEAD>
10
-<TITLE>LibClamAV</TITLE>
11
-<META NAME="description" CONTENT="LibClamAV">
10
+<TITLE>mailgraph</TITLE>
11
+<META NAME="description" CONTENT="mailgraph">
12 12
 <META NAME="keywords" CONTENT="clamdoc">
13 13
 <META NAME="resource-type" CONTENT="document">
14 14
 <META NAME="distribution" CONTENT="global">
... ...
@@ -19,70 +19,59 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
19 19
 
20 20
 <LINK REL="STYLESHEET" HREF="clamdoc.css">
21 21
 
22
-<LINK REL="next" HREF="node67.html">
23
-<LINK REL="previous" HREF="node27.html">
24
-<LINK REL="up" HREF="clamdoc.html">
22
+<LINK REL="next" HREF="node63.html">
23
+<LINK REL="previous" HREF="node61.html">
24
+<LINK REL="up" HREF="node27.html">
25 25
 <LINK REL="next" HREF="node63.html">
26 26
 </HEAD>
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1053"
30
+<A NAME="tex2html1095"
31 31
   HREF="node63.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html1049"
35
-  HREF="clamdoc.html">
34
+<A NAME="tex2html1091"
35
+  HREF="node27.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html1043"
38
+<A NAME="tex2html1085"
39 39
   HREF="node61.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html1051"
42
+<A NAME="tex2html1093"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html1054"
48
-  HREF="node63.html">General API</A>
49
-<B> Up:</B> <A NAME="tex2html1050"
50
-  HREF="clamdoc.html">clamdoc</A>
51
-<B> Previous:</B> <A NAME="tex2html1044"
52
-  HREF="node61.html">Local Area Security</A>
53
- &nbsp <B>  <A NAME="tex2html1052"
47
+<B> Next:</B> <A NAME="tex2html1096"
48
+  HREF="node63.html">INSERT</A>
49
+<B> Up:</B> <A NAME="tex2html1092"
50
+  HREF="node27.html">Third party software</A>
51
+<B> Previous:</B> <A NAME="tex2html1086"
52
+  HREF="node61.html">Scan Log Analyzer</A>
53
+ &nbsp <B>  <A NAME="tex2html1094"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
57 57
 <!--End of Navigation Panel-->
58 58
 
59
-<H1><A NAME="SECTION00070000000000000000">
60
-LibClamAV</A>
61
-</H1>
62
-    libclamav may be used to add a virus protection to your software.
63
-    The library is thread-safe and can transparently recognize and scan
64
-    archives, mail files and MS Office document files.
59
+<H2><A NAME="SECTION000635000000000000000">
60
+mailgraph</A>
61
+</H2>
62
+    <B>Homepage:</B> <TT><A NAME="tex2html103"
63
+  HREF="http://people.ee.ethz.ch/~dws/software/mailgraph/">http://people.ee.ethz.ch/~dws/software/mailgraph/</A></TT>
64
+<BR>    <B>Supports:</B> clamd
65
+<BR>
66
+mailgraph is a very simple mail statistics RRDtool frontend for Postfix
67
+    that produces daily, weekly, monthly and yearly graphs of received/sent
68
+    and bounced/rejected mail (SMTP traffic).
65 69
 
66 70
 <P>
67 71
 <BR><HR>
68
-<!--Table of Child-Links-->
69
-<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
70
-
71
-<UL>
72
-<LI><A NAME="tex2html1055"
73
-  HREF="node63.html">General API</A>
74
-<LI><A NAME="tex2html1056"
75
-  HREF="node64.html">Database reloading</A>
76
-<LI><A NAME="tex2html1057"
77
-  HREF="node65.html">Scan engine</A>
78
-<LI><A NAME="tex2html1058"
79
-  HREF="node66.html">CVD format</A>
80
-</UL>
81
-<!--End of Table of Child-Links-->
82
-<BR><HR>
83 72
 <ADDRESS>
84 73
 Tomasz Kojm
85
-2004-03-13
74
+2004-04-16
86 75
 </ADDRESS>
87 76
 </BODY>
88 77
 </HTML>
... ...
@@ -7,8 +7,8 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
7 7
   Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8 8
 <HTML>
9 9
 <HEAD>
10
-<TITLE>General API</TITLE>
11
-<META NAME="description" CONTENT="General API">
10
+<TITLE>INSERT</TITLE>
11
+<META NAME="description" CONTENT="INSERT">
12 12
 <META NAME="keywords" CONTENT="clamdoc">
13 13
 <META NAME="resource-type" CONTENT="document">
14 14
 <META NAME="distribution" CONTENT="global">
... ...
@@ -21,231 +21,61 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
21 21
 
22 22
 <LINK REL="next" HREF="node64.html">
23 23
 <LINK REL="previous" HREF="node62.html">
24
-<LINK REL="up" HREF="node62.html">
24
+<LINK REL="up" HREF="node27.html">
25 25
 <LINK REL="next" HREF="node64.html">
26 26
 </HEAD>
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1069"
30
+<A NAME="tex2html1107"
31 31
   HREF="node64.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html1065"
35
-  HREF="node62.html">
34
+<A NAME="tex2html1103"
35
+  HREF="node27.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html1059"
38
+<A NAME="tex2html1097"
39 39
   HREF="node62.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html1067"
42
+<A NAME="tex2html1105"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html1070"
48
-  HREF="node64.html">Database reloading</A>
49
-<B> Up:</B> <A NAME="tex2html1066"
50
-  HREF="node62.html">LibClamAV</A>
51
-<B> Previous:</B> <A NAME="tex2html1060"
52
-  HREF="node62.html">LibClamAV</A>
53
- &nbsp <B>  <A NAME="tex2html1068"
47
+<B> Next:</B> <A NAME="tex2html1108"
48
+  HREF="node64.html">Local Area Security</A>
49
+<B> Up:</B> <A NAME="tex2html1104"
50
+  HREF="node27.html">Third party software</A>
51
+<B> Previous:</B> <A NAME="tex2html1098"
52
+  HREF="node62.html">mailgraph</A>
53
+ &nbsp <B>  <A NAME="tex2html1106"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
57 57
 <!--End of Navigation Panel-->
58 58
 
59
-<H2><A NAME="SECTION00071000000000000000">
60
-General API</A>
59
+<H2><A NAME="SECTION000636000000000000000">
60
+INSERT</A>
61 61
 </H2>
62
-    Every program based on libclamav must include the <code>clamav.h</code> header
63
-    file:
64
-    <PRE>
65
-	#include &lt;clamav.h&gt;
66
-</PRE>
67
-    A first step is to initialize the scanning engine. There are three
68
-    functions available:
69
-    <PRE>
70
-	int cl_loaddb(const char *filename, struct cl_node **root,
71
-	int *virnum);
72
-
73
-	int cl_loaddbdir(const char *dirname, struct cl_node **root,
74
-	int *virnum);
75
-
76
-	const char *cl_retdbdir(void);
77
-</PRE>
78
-    <code>cl_loaddb()</code> loads a particular database, <code>cl_loaddbdir()</code>
79
-    loads all <I>.cvd</I> (and older <I>.db</I>, .db2) databases from a
80
-    directory <code>dirname</code>. <code>cl_retdbdir()</code> returns a hardcoded
81
-    database directory path. Initial internal database (Aho-Corasick tree,
82
-    trie; see <A HREF="node65.html#engine">6.3</A>) will be saved under <code>root</code> and a number of
83
-    signatures loaded will be <B>added</B> <A NAME="tex2html90"
84
-  HREF="footnode.html#foot625"><SUP>7</SUP></A> to <code>virnum</code>. Pointer to the trie
85
-    must initially point to NULL. If you don't care about number of signatures
86
-    pass NULL as a third argument. <code>cl_loaddb</code> functions return 0 on
87
-    success and an other value on failure.
88
-    <PRE>
89
-	    struct cl_node *root = NULL;
90
-	    int ret;
91
-
92
-	ret = cl_loaddbdir(cl_retdbdir(), &amp;root, NULL);
93
-</PRE>
94
-    There's an elegant way to print libclamav's error codes:
95
-    <PRE>
96
-	const char *cl_strerror(int clerror);
97
-</PRE>
98
-    <code>cl_strerror()</code> returns a (statically allocated) string describing
99
-    a <code>clerror</code> code:
100
-    <PRE>
101
-	if(ret) {
102
-	    printf("cl_loaddbdir() error: %s\n", cl_strerror(ret));
103
-	    exit(1);
104
-	}
105
-</PRE>
106
-    When database is loaded you must build the final trie with:
107
-    <PRE>
108
-	int cl_buildtrie(struct cl_node *root);
109
-</PRE>
110
-    In our example:
111
-    <PRE>
112
-	if((ret = cl_buildtrie(root)))
113
-	    printf("cl_buildtrie() error: %s\n", cl_strerror(ret));
114
-    </PRE>
115
-    Now you can scan a buffer, a descriptor or a file with:
116
-    <PRE>
117
-	int cl_scanbuff(const char *buffer, unsigned int length,
118
-	const char **virname, const struct cl_node *root);
119
-
120
-	int cl_scandesc(int desc, const char **virname, unsigned
121
-	long int *scanned, const struct cl_node *root, const
122
-	struct cl_limits *limits, int options);
123
-
124
-	int cl_scanfile(const char *filename, const char **virname,
125
-	unsigned long int *scanned, const struct cl_node *root,
126
-	const struct cl_limits *limits, int options);
127
-</PRE>
128
-    All the functions save a virus name address under <code>virname</code> pointer.
129
-    It points to a name in the trie structure thus it can't be released
130
-    directly. <code>cl_scandesc()</code> and <code>cl_scanfile()</code> can
131
-    increase the <code>scanned</code> value in <code>CL_COUNT_PRECISION</code> units,
132
-    they also support archive limits:
133
-    <PRE>
134
-	struct cl_limits {
135
-	    int maxreclevel; /* maximal recursion level */
136
-	    int maxfiles; /* maximal number of files to be
137
-			   * scanned within an archive
138
-			   */
139
-	    int maxratio; /* maximal compression ratio */
140
-	    short archivememlim; /* limit memory usage for bzip2 (0/1) */
141
-	    long int maxfilesize; /* files in an archive larger than
142
-				   * this value will not be scanned
143
-				   */
144
-	};
145
-</PRE>
146
-    The last argument in the <code>cl_scan</code> family  configures the scan
147
-    engine. It supports the following flags:
148
-    
149
-<UL>
150
-<LI><B>CL_RAW</B>
151
-<BR>
152
-It does nothing. Please use it (alone) if you don't want
153
-	      to scan any special files.
154
-</LI>
155
-<LI><B>CL_ARCHIVE</B>
156
-<BR>
157
-This flag enables the transparent archive scanning.
158
-</LI>
159
-<LI><B>CL_DISABLERAR</B>
62
+    <B>Homepage:</B> <TT><A NAME="tex2html104"
63
+  HREF="http://www.inside-security.de/INSERT_en.html">http://www.inside-security.de/INSERT_en.html</A></TT>
64
+<BR>    <B>Supports:</B> ClamAV
160 65
 <BR>
161
-Disables the built-in RAR unpacker which is known to cause
162
-	      memory leaks.
163
-</LI>
164
-<LI><B>CL_ENCRYPTED</B>
165
-<BR>
166
-Marks encrypted archives as viruses (Enccrypted.Zip,
167
-	      Encrypted.RAR).
168
-</LI>
169
-<LI><B>CL_MAIL</B>
170
-<BR>
171
-Required to scan various types of mail files.
172
-</LI>
173
-<LI><B>CL_OLE2</B>
174
-<BR>
175
-Enables support for Microsoft Office document files.
176
-    
177
-</LI>
178
-</UL>
179
-    All functions return 0 (<code>CL_CLEAN</code>) if the file is clean,
180
-    <code>CL_VIRUS</code> when virus is detected and an other value on failure.
181
-    <PRE>
182
-	    struct cl_limits limits;
183
-	    const char *virname;
184
-
185
-	memset(&amp;limits, 0, sizeof(struct cl_limits));
186
-	/* maximal number of files in archive */;
187
-	limits.maxfiles = 1000
188
-	/* maximal archived file size == 10 MB */
189
-	limits.maxfilesize = 10 * 1048576;
190
-	/* maximal recursion level */
191
-	limits.maxreclevel = 5;
192
-	/* maximal compression ratio */
193
-	limits.maxratio = 200;
194
-	/* disable memory limit for bzip2 scanner */
195
-	limits.archivememlim = 0;
196
-
197
-	if((ret = cl_scanfile("/home/zolw/test", &amp;virname, NULL, root,
198
-	&amp;limits, CL_ARCHIVE | CL_MAIL | CL_OLE2)) == CL_VIRUS) {
199
-	    printf("Detected %s virus.\n", virname);
200
-	} else {
201
-	    printf("No virus detected.\n");
202
-	    if(ret != CL_CLEAN)
203
-	        printf("Error: %s\n", cl_strerror(ret));
204
-	}
205
-</PRE>
206
-    Release the trie if you no longer need it:
207
-    <PRE>
208
-	void cl_freetrie(struct cl_node *root);
209
-</PRE>
210
-    You will find an example scanner in clamav sources (/example). All
211
-    programs based on libclamav must be linked against it:
212
-    <PRE>
213
-	gcc -Wall ex1.c -o ex1 -lclamav
214
-</PRE>
215
-    Enjoy !
66
+INSERT (the Inside Security Rescue Toolkit) aims to be a multi-functional,
67
+    multi-purpose disaster recovery and network analysis system. It boots from
68
+    a credit card-sized CD-ROM and is basically a stripped-down version of
69
+    Knoppix. It features good hardware detection, fluxbox, emelfm,
70
+    links-hacked, ssh, tcpdump, nmap, chntpwd, and much more. It provides full
71
+    read-write support for NTFS partitions (using captive), and the ClamAV
72
+    virus scanner (including the signature database). 
216 73
 
217 74
 <P>
218
-<HR>
219
-<!--Navigation Panel-->
220
-<A NAME="tex2html1069"
221
-  HREF="node64.html">
222
-<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
223
- SRC="/usr/share/latex2html/icons/next.png"></A> 
224
-<A NAME="tex2html1065"
225
-  HREF="node62.html">
226
-<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
227
- SRC="/usr/share/latex2html/icons/up.png"></A> 
228
-<A NAME="tex2html1059"
229
-  HREF="node62.html">
230
-<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
231
- SRC="/usr/share/latex2html/icons/prev.png"></A> 
232
-<A NAME="tex2html1067"
233
-  HREF="node1.html">
234
-<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
235
- SRC="/usr/share/latex2html/icons/contents.png"></A>  
236
-<BR>
237
-<B> Next:</B> <A NAME="tex2html1070"
238
-  HREF="node64.html">Database reloading</A>
239
-<B> Up:</B> <A NAME="tex2html1066"
240
-  HREF="node62.html">LibClamAV</A>
241
-<B> Previous:</B> <A NAME="tex2html1060"
242
-  HREF="node62.html">LibClamAV</A>
243
- &nbsp <B>  <A NAME="tex2html1068"
244
-  HREF="node1.html">Contents</A></B> 
245
-<!--End of Navigation Panel-->
75
+<BR><HR>
246 76
 <ADDRESS>
247 77
 Tomasz Kojm
248
-2004-03-13
78
+2004-04-16
249 79
 </ADDRESS>
250 80
 </BODY>
251 81
 </HTML>
... ...
@@ -7,8 +7,8 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
7 7
   Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8 8
 <HTML>
9 9
 <HEAD>
10
-<TITLE>Database reloading</TITLE>
11
-<META NAME="description" CONTENT="Database reloading">
10
+<TITLE>Local Area Security</TITLE>
11
+<META NAME="description" CONTENT="Local Area Security">
12 12
 <META NAME="keywords" CONTENT="clamdoc">
13 13
 <META NAME="resource-type" CONTENT="document">
14 14
 <META NAME="distribution" CONTENT="global">
... ...
@@ -21,74 +21,57 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
21 21
 
22 22
 <LINK REL="next" HREF="node65.html">
23 23
 <LINK REL="previous" HREF="node63.html">
24
-<LINK REL="up" HREF="node62.html">
24
+<LINK REL="up" HREF="node27.html">
25 25
 <LINK REL="next" HREF="node65.html">
26 26
 </HEAD>
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1081"
30
+<A NAME="tex2html1119"
31 31
   HREF="node65.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html1077"
35
-  HREF="node62.html">
34
+<A NAME="tex2html1115"
35
+  HREF="node27.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html1071"
38
+<A NAME="tex2html1109"
39 39
   HREF="node63.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html1079"
42
+<A NAME="tex2html1117"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html1082"
48
-  HREF="node65.html">Scan engine</A>
49
-<B> Up:</B> <A NAME="tex2html1078"
50
-  HREF="node62.html">LibClamAV</A>
51
-<B> Previous:</B> <A NAME="tex2html1072"
52
-  HREF="node63.html">General API</A>
53
- &nbsp <B>  <A NAME="tex2html1080"
47
+<B> Next:</B> <A NAME="tex2html1120"
48
+  HREF="node65.html">ClamWin</A>
49
+<B> Up:</B> <A NAME="tex2html1116"
50
+  HREF="node27.html">Third party software</A>
51
+<B> Previous:</B> <A NAME="tex2html1110"
52
+  HREF="node63.html">INSERT</A>
53
+ &nbsp <B>  <A NAME="tex2html1118"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
57 57
 <!--End of Navigation Panel-->
58 58
 
59
-<H2><A NAME="SECTION00072000000000000000">
60
-Database reloading</A>
59
+<H2><A NAME="SECTION000637000000000000000">
60
+Local Area Security</A>
61 61
 </H2>
62
-    The most important thing is to keep the internal instance of the database
63
-    up to date. You can watch database changes with the <code>cl_stat</code>
64
-    functions family:
65
-    <PRE>
66
-	int cl_statinidir(const char *dirname, struct cl_stat *dbstat);
67
-	int cl_statchkdir(const struct cl_stat *dbstat);
68
-	int cl_statfree(struct cl_stat *dbstat);
69
-</PRE>
70
-    Initialization:
71
-    <PRE>
72
-	    struct cl_stat dbstat;
73
-    
74
-	memset(&amp;dbstat, 0, sizeof(struct cl_stat));
75
-	cl_statinidir(dbdir, &amp;dbstat);
76
-</PRE>
77
-    To check for a change you only need to call <code>cl_statchkdir</code>:
78
-    <PRE>
79
-	if(cl_statchkdir(&amp;dbstat) == 1) {
80
-	    reload_database...;
81
-	    cl_statfree(&amp;dbstat);
82
-	    cl_statinidir(cl_retdbdir(), &amp;dbstat);
83
-	}
84
-</PRE>
85
-    Remember to reinitialize the structure after a reload.
62
+    <B>Homepage:</B> <TT><A NAME="tex2html105"
63
+  HREF="http://www.localareasecurity.com/">http://www.localareasecurity.com/</A></TT>
64
+<BR>    <B>Supports:</B> ClamAV
65
+<BR>
66
+Local Area Security Linux is a Live CD distribution with a strong
67
+    emphasis on security tools and small footprint. It can be used to run
68
+    ClamAV from a CDROM. 
86 69
 
87 70
 <P>
88 71
 <BR><HR>
89 72
 <ADDRESS>
90 73
 Tomasz Kojm
91
-2004-03-13
74
+2004-04-16
92 75
 </ADDRESS>
93 76
 </BODY>
94 77
 </HTML>
... ...
@@ -7,8 +7,8 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
7 7
   Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8 8
 <HTML>
9 9
 <HEAD>
10
-<TITLE>Scan engine</TITLE>
11
-<META NAME="description" CONTENT="Scan engine">
10
+<TITLE>ClamWin</TITLE>
11
+<META NAME="description" CONTENT="ClamWin">
12 12
 <META NAME="keywords" CONTENT="clamdoc">
13 13
 <META NAME="resource-type" CONTENT="document">
14 14
 <META NAME="distribution" CONTENT="global">
... ...
@@ -21,70 +21,62 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
21 21
 
22 22
 <LINK REL="next" HREF="node66.html">
23 23
 <LINK REL="previous" HREF="node64.html">
24
-<LINK REL="up" HREF="node62.html">
24
+<LINK REL="up" HREF="node27.html">
25 25
 <LINK REL="next" HREF="node66.html">
26 26
 </HEAD>
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1093"
30
+<A NAME="tex2html1131"
31 31
   HREF="node66.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html1089"
35
-  HREF="node62.html">
34
+<A NAME="tex2html1127"
35
+  HREF="node27.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html1083"
38
+<A NAME="tex2html1121"
39 39
   HREF="node64.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html1091"
42
+<A NAME="tex2html1129"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html1094"
48
-  HREF="node66.html">CVD format</A>
49
-<B> Up:</B> <A NAME="tex2html1090"
50
-  HREF="node62.html">LibClamAV</A>
51
-<B> Previous:</B> <A NAME="tex2html1084"
52
-  HREF="node64.html">Database reloading</A>
53
- &nbsp <B>  <A NAME="tex2html1092"
47
+<B> Next:</B> <A NAME="tex2html1132"
48
+  HREF="node66.html">KlamAV</A>
49
+<B> Up:</B> <A NAME="tex2html1128"
50
+  HREF="node27.html">Third party software</A>
51
+<B> Previous:</B> <A NAME="tex2html1122"
52
+  HREF="node64.html">Local Area Security</A>
53
+ &nbsp <B>  <A NAME="tex2html1130"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
57 57
 <!--End of Navigation Panel-->
58 58
 
59
-<H2><A NAME="SECTION00073000000000000000"></A><A NAME="engine"></A>
59
+<H2><A NAME="SECTION000638000000000000000"></A> <A NAME="clamwin"></A>
60 60
 <BR>
61
-Scan engine
61
+ClamWin
62 62
 </H2>
63
-    New versions of Clam AntiVirus use a mutation of the Aho-Corasick
64
-    pattern matching algorithm. The algorithm is based a finite state pattern
65
-    matching automaton [<A
66
- HREF="node75.html#clr">1</A>] and it's a generalization of the famous
67
-    Knuth-Morris-Pratt algorithm. Please take a look at the <code>matcher.h</code>
68
-    for data type definitions. The automaton is represented by a trie. It
69
-    is a rooted tree with some specific properties [<A
70
- HREF="node75.html#acwww">2</A>]. Every node
71
-    of the trie represents some state of the automaton. In our implementation,
72
-    the node is defined as follows:
73
-    <PRE>
74
-	struct cl_node {
75
-	    short int islast;
76
-	    struct cli_patt *list;
77
-	    int maxpatlen;
78
-	    struct node *next[NUM_CHILDS], *trans[NUM_CHILDS], *fail;
79
-	};
80
-</PRE>
81
-    [To be continued...]
63
+    <B>Homepage:</B> <TT><A NAME="tex2html106"
64
+  HREF="http://clamwin.sourceforge.net/">http://clamwin.sourceforge.net/</A></TT>
65
+<BR>    <B>Supports:</B> clamscan, freshclam
66
+<BR>
67
+ClamWin provides Graphical User Interface to Clam AntiVirus scanning
68
+    engine. It allows to select and scan a folder or file, configure settings
69
+    and update virus databases. It also includes a Windows Taskbar tray icon.
70
+    ClamWin also features a context menu handler for Windows Explorer which
71
+    installs Scan into the right-click explorer menu for files and folders.
72
+    The package comes with an installer built with InnoSetup. Cygwin dlls
73
+    are included.
82 74
 
83 75
 <P>
84 76
 <BR><HR>
85 77
 <ADDRESS>
86 78
 Tomasz Kojm
87
-2004-03-13
79
+2004-04-16
88 80
 </ADDRESS>
89 81
 </BODY>
90 82
 </HTML>
... ...
@@ -7,8 +7,8 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
7 7
   Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8 8
 <HTML>
9 9
 <HEAD>
10
-<TITLE>CVD format</TITLE>
11
-<META NAME="description" CONTENT="CVD format">
10
+<TITLE>KlamAV</TITLE>
11
+<META NAME="description" CONTENT="KlamAV">
12 12
 <META NAME="keywords" CONTENT="clamdoc">
13 13
 <META NAME="resource-type" CONTENT="document">
14 14
 <META NAME="distribution" CONTENT="global">
... ...
@@ -20,62 +20,59 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
20 20
 <LINK REL="STYLESHEET" HREF="clamdoc.css">
21 21
 
22 22
 <LINK REL="previous" HREF="node65.html">
23
-<LINK REL="up" HREF="node62.html">
23
+<LINK REL="up" HREF="node27.html">
24 24
 <LINK REL="next" HREF="node67.html">
25 25
 </HEAD>
26 26
 
27 27
 <BODY >
28 28
 <!--Navigation Panel-->
29
-<A NAME="tex2html1103"
29
+<A NAME="tex2html1141"
30 30
   HREF="node67.html">
31 31
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
32 32
  SRC="/usr/share/latex2html/icons/next.png"></A> 
33
-<A NAME="tex2html1099"
34
-  HREF="node62.html">
33
+<A NAME="tex2html1137"
34
+  HREF="node27.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
36 36
  SRC="/usr/share/latex2html/icons/up.png"></A> 
37
-<A NAME="tex2html1095"
37
+<A NAME="tex2html1133"
38 38
   HREF="node65.html">
39 39
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
40 40
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
41
-<A NAME="tex2html1101"
41
+<A NAME="tex2html1139"
42 42
   HREF="node1.html">
43 43
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
44 44
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
45 45
 <BR>
46
-<B> Next:</B> <A NAME="tex2html1104"
47
-  HREF="node67.html">Credits</A>
48
-<B> Up:</B> <A NAME="tex2html1100"
49
-  HREF="node62.html">LibClamAV</A>
50
-<B> Previous:</B> <A NAME="tex2html1096"
51
-  HREF="node65.html">Scan engine</A>
52
- &nbsp <B>  <A NAME="tex2html1102"
46
+<B> Next:</B> <A NAME="tex2html1142"
47
+  HREF="node67.html">LibClamAV</A>
48
+<B> Up:</B> <A NAME="tex2html1138"
49
+  HREF="node27.html">Third party software</A>
50
+<B> Previous:</B> <A NAME="tex2html1134"
51
+  HREF="node65.html">ClamWin</A>
52
+ &nbsp <B>  <A NAME="tex2html1140"
53 53
   HREF="node1.html">Contents</A></B> 
54 54
 <BR>
55 55
 <BR>
56 56
 <!--End of Navigation Panel-->
57 57
 
58
-<H2><A NAME="SECTION00074000000000000000">
59
-CVD format</A>
58
+<H2><A NAME="SECTION000639000000000000000">
59
+KlamAV</A>
60 60
 </H2>
61
-    CVD (ClamAV Virus Database) is a digitally signed tarball file that
62
-    contains one or more databases. You can find some useful information in the
63
-    ASCII header of the file. It's a 512 bytes long string with the following
64
-    colon separated fields:
65
-    <PRE>
66
-ClamAV-VDB:build time:version:number of signatures:functionality
67
-level required:MD5 checksum:digital signature:builder name
68
-</PRE>
69
-    and can be easily parsed by scripts or with <code>sigtool --info</code>.
70
-    There are two CVD databases in ClamAV: <I>main.cvd</I> and <I>daily.cvd</I>
71
-    for daily updates. You can use <I>sigtool</I> to unpack a CVD file
72
-    (<code>--unpack</code>) and to list virus names (<code>--list-sigs</code>).
61
+    <B>Homepage:</B> <TT><A NAME="tex2html107"
62
+  HREF="http://sourceforge.net/projects/klamav/">http://sourceforge.net/projects/klamav/</A></TT>
63
+<BR>    <B>Supports:</B> ClamAV
64
+<BR>
65
+A collection of GUI tools for using ClamAV on KDE. Klamscan, a KDE
66
+    frontend for clamscan, is available via CVS. For the forseeable future,
67
+    KlamAV will requre ClamAV to be already installed on your machine.
68
+    Hopefully, KlamAV will soon include freshklam, a sigtool utility,
69
+    and hopefully an interface for clamuko ('auto-protect' style scanning).
73 70
 
74 71
 <P>
75 72
 <BR><HR>
76 73
 <ADDRESS>
77 74
 Tomasz Kojm
78
-2004-03-13
75
+2004-04-16
79 76
 </ADDRESS>
80 77
 </BODY>
81 78
 </HTML>
... ...
@@ -7,8 +7,8 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
7 7
   Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8 8
 <HTML>
9 9
 <HEAD>
10
-<TITLE>Credits</TITLE>
11
-<META NAME="description" CONTENT="Credits">
10
+<TITLE>LibClamAV</TITLE>
11
+<META NAME="description" CONTENT="LibClamAV">
12 12
 <META NAME="keywords" CONTENT="clamdoc">
13 13
 <META NAME="resource-type" CONTENT="document">
14 14
 <META NAME="distribution" CONTENT="global">
... ...
@@ -19,46 +19,49 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
19 19
 
20 20
 <LINK REL="STYLESHEET" HREF="clamdoc.css">
21 21
 
22
-<LINK REL="next" HREF="node70.html">
23
-<LINK REL="previous" HREF="node62.html">
22
+<LINK REL="next" HREF="node72.html">
23
+<LINK REL="previous" HREF="node27.html">
24 24
 <LINK REL="up" HREF="clamdoc.html">
25 25
 <LINK REL="next" HREF="node68.html">
26 26
 </HEAD>
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1115"
30
+<A NAME="tex2html1153"
31 31
   HREF="node68.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html1111"
34
+<A NAME="tex2html1149"
35 35
   HREF="clamdoc.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html1105"
38
+<A NAME="tex2html1143"
39 39
   HREF="node66.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html1113"
42
+<A NAME="tex2html1151"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html1116"
48
-  HREF="node68.html">Contributors</A>
49
-<B> Up:</B> <A NAME="tex2html1112"
47
+<B> Next:</B> <A NAME="tex2html1154"
48
+  HREF="node68.html">General API</A>
49
+<B> Up:</B> <A NAME="tex2html1150"
50 50
   HREF="clamdoc.html">clamdoc</A>
51
-<B> Previous:</B> <A NAME="tex2html1106"
52
-  HREF="node66.html">CVD format</A>
53
- &nbsp <B>  <A NAME="tex2html1114"
51
+<B> Previous:</B> <A NAME="tex2html1144"
52
+  HREF="node66.html">KlamAV</A>
53
+ &nbsp <B>  <A NAME="tex2html1152"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
57 57
 <!--End of Navigation Panel-->
58 58
 
59
-<H1><A NAME="SECTION00080000000000000000">
60
-Credits</A>
59
+<H1><A NAME="SECTION00070000000000000000">
60
+LibClamAV</A>
61 61
 </H1>
62
+    libclamav may be used to add a virus protection to your software.
63
+    The library is thread-safe and can transparently recognize and scan
64
+    archives, mail files and MS Office document files.
62 65
 
63 66
 <P>
64 67
 <BR><HR>
... ...
@@ -66,16 +69,20 @@ Credits</A>
66 66
 <A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
67 67
 
68 68
 <UL>
69
-<LI><A NAME="tex2html1117"
70
-  HREF="node68.html">Contributors</A>
71
-<LI><A NAME="tex2html1118"
72
-  HREF="node69.html">Donors</A>
69
+<LI><A NAME="tex2html1155"
70
+  HREF="node68.html">General API</A>
71
+<LI><A NAME="tex2html1156"
72
+  HREF="node69.html">Database reloading</A>
73
+<LI><A NAME="tex2html1157"
74
+  HREF="node70.html">Scan engine</A>
75
+<LI><A NAME="tex2html1158"
76
+  HREF="node71.html">CVD format</A>
73 77
 </UL>
74 78
 <!--End of Table of Child-Links-->
75 79
 <BR><HR>
76 80
 <ADDRESS>
77 81
 Tomasz Kojm
78
-2004-03-13
82
+2004-04-16
79 83
 </ADDRESS>
80 84
 </BODY>
81 85
 </HTML>
... ...
@@ -7,8 +7,8 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
7 7
   Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8 8
 <HTML>
9 9
 <HEAD>
10
-<TITLE>Contributors</TITLE>
11
-<META NAME="description" CONTENT="Contributors">
10
+<TITLE>General API</TITLE>
11
+<META NAME="description" CONTENT="General API">
12 12
 <META NAME="keywords" CONTENT="clamdoc">
13 13
 <META NAME="resource-type" CONTENT="document">
14 14
 <META NAME="distribution" CONTENT="global">
... ...
@@ -27,346 +27,225 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1129"
30
+<A NAME="tex2html1169"
31 31
   HREF="node69.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html1125"
34
+<A NAME="tex2html1165"
35 35
   HREF="node67.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html1119"
38
+<A NAME="tex2html1159"
39 39
   HREF="node67.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html1127"
42
+<A NAME="tex2html1167"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html1130"
48
-  HREF="node69.html">Donors</A>
49
-<B> Up:</B> <A NAME="tex2html1126"
50
-  HREF="node67.html">Credits</A>
51
-<B> Previous:</B> <A NAME="tex2html1120"
52
-  HREF="node67.html">Credits</A>
53
- &nbsp <B>  <A NAME="tex2html1128"
47
+<B> Next:</B> <A NAME="tex2html1170"
48
+  HREF="node69.html">Database reloading</A>
49
+<B> Up:</B> <A NAME="tex2html1166"
50
+  HREF="node67.html">LibClamAV</A>
51
+<B> Previous:</B> <A NAME="tex2html1160"
52
+  HREF="node67.html">LibClamAV</A>
53
+ &nbsp <B>  <A NAME="tex2html1168"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
57 57
 <!--End of Navigation Panel-->
58 58
 
59
-<H2><A NAME="SECTION00081000000000000000">
60
-Contributors</A>
59
+<H2><A NAME="SECTION00071000000000000000">
60
+General API</A>
61 61
 </H2>
62
-    The following people contributed to our project in some way (providing
63
-    patches, bug reports, technical support, documentation, good ideas...):
62
+    Every program based on libclamav must include the <code>clamav.h</code> header
63
+    file:
64
+    <PRE>
65
+	#include &lt;clamav.h&gt;
66
+</PRE>
67
+    A first step is to initialize the scanning engine. There are three
68
+    functions available:
69
+    <PRE>
70
+	int cl_loaddb(const char *filename, struct cl_node **root,
71
+	int *virnum);
72
+
73
+	int cl_loaddbdir(const char *dirname, struct cl_node **root,
74
+	int *virnum);
75
+
76
+	const char *cl_retdbdir(void);
77
+</PRE>
78
+    <code>cl_loaddb()</code> loads a particular database, <code>cl_loaddbdir()</code>
79
+    loads all <I>.cvd</I> (and older <I>.db</I>, .db2) databases from a
80
+    directory <code>dirname</code>. <code>cl_retdbdir()</code> returns a hardcoded
81
+    database directory path. Initial internal database (Aho-Corasick tree,
82
+    trie; see <A HREF="node70.html#engine">6.3</A>) will be saved under <code>root</code> and a number of
83
+    signatures loaded will be <B>added</B> <A NAME="tex2html108"
84
+  HREF="footnode.html#foot675"><SUP>8</SUP></A> to <code>virnum</code>. Pointer to the trie
85
+    must initially point to NULL. If you don't care about number of signatures
86
+    pass NULL as a third argument. <code>cl_loaddb</code> functions return 0 on
87
+    success and an other value on failure.
88
+    <PRE>
89
+	    struct cl_node *root = NULL;
90
+	    int ret;
91
+
92
+	ret = cl_loaddbdir(cl_retdbdir(), &amp;root, NULL);
93
+</PRE>
94
+    There's an elegant way to print libclamav's error codes:
95
+    <PRE>
96
+	const char *cl_strerror(int clerror);
97
+</PRE>
98
+    <code>cl_strerror()</code> returns a (statically allocated) string describing
99
+    a <code>clerror</code> code:
100
+    <PRE>
101
+	if(ret) {
102
+	    printf("cl_loaddbdir() error: %s\n", cl_strerror(ret));
103
+	    exit(1);
104
+	}
105
+</PRE>
106
+    When database is loaded you must build the final trie with:
107
+    <PRE>
108
+	int cl_buildtrie(struct cl_node *root);
109
+</PRE>
110
+    In our example:
111
+    <PRE>
112
+	if((ret = cl_buildtrie(root)))
113
+	    printf("cl_buildtrie() error: %s\n", cl_strerror(ret));
114
+    </PRE>
115
+    Now you can scan a buffer, a descriptor or a file with:
116
+    <PRE>
117
+	int cl_scanbuff(const char *buffer, unsigned int length,
118
+	const char **virname, const struct cl_node *root);
119
+
120
+	int cl_scandesc(int desc, const char **virname, unsigned
121
+	long int *scanned, const struct cl_node *root, const
122
+	struct cl_limits *limits, int options);
123
+
124
+	int cl_scanfile(const char *filename, const char **virname,
125
+	unsigned long int *scanned, const struct cl_node *root,
126
+	const struct cl_limits *limits, int options);
127
+</PRE>
128
+    All the functions save a virus name address under <code>virname</code> pointer.
129
+    It points to a name in the trie structure thus it can't be released
130
+    directly. <code>cl_scandesc()</code> and <code>cl_scanfile()</code> can
131
+    increase the <code>scanned</code> value in <code>CL_COUNT_PRECISION</code> units,
132
+    they also support archive limits:
133
+    <PRE>
134
+	struct cl_limits {
135
+	    int maxreclevel; /* maximal recursion level */
136
+	    int maxfiles; /* maximal number of files to be
137
+			   * scanned within an archive
138
+			   */
139
+	    int maxratio; /* maximal compression ratio */
140
+	    short archivememlim; /* limit memory usage for bzip2 (0/1) */
141
+	    long int maxfilesize; /* files in an archive larger than
142
+				   * this value will not be scanned
143
+				   */
144
+	};
145
+</PRE>
146
+    The last argument in the <code>cl_scan</code> family  configures the scan
147
+    engine. It supports the following flags:
64 148
     
65 149
 <UL>
66
-<LI>Kamil Andrusz &lt;wizz*mniam.net&gt;
67
-</LI>
68
-<LI>Jean-Edouard Babin &lt;Jeb*jeb.com.fr&gt;
69
-</LI>
70
-<LI>Marc Baudoin &lt;babafou*babafou.eu.org&gt;
71
-</LI>
72
-<LI>Rene Bellora &lt;rbellora*tecnoaccion.com.ar&gt;
73
-</LI>
74
-<LI>Hilko Bengen &lt;bengen*vdst-ka.inka.de&gt;
75
-</LI>
76
-<LI>Patrick Bihan-Faou &lt;patrick*mindstep.com&gt;
77
-</LI>
78
-<LI>Oliver Brandmueller &lt;ob*e-Gitt.NET&gt;
79
-</LI>
80
-<LI>Igor Brezac &lt;igor*ipass.net&gt;
81
-</LI>
82
-<LI>Brian Bruns &lt;bruns*2mbit.com&gt;
83
-</LI>
84
-<LI>Len Budney &lt;lbudney*pobox.com&gt;
85
-</LI>
86
-<LI>Matt Butt &lt;mattb*cre8tiv.com&gt;
87
-</LI>
88
-<LI>Eric I. Lopez Carreon &lt;elopezc*technitrade.com&gt;
89
-</LI>
90
-<LI>Andrey Cherezov &lt;andrey*cherezov.koenig.su&gt;
91
-</LI>
92
-<LI>Nicholas Chua &lt;nicholas*ncmbox.net&gt;
93
-</LI>
94
-<LI>Christoph Cordes &lt;ib*precompiled.de&gt;
95
-</LI>
96
-<LI>Eugene Crosser &lt;crosser*rol.ru&gt;
97
-</LI>
98
-<LI>Damien Curtain &lt;damien*pagefault.org&gt;
99
-</LI>
100
-<LI>Krisztian Czako &lt;slapic*linux.co.hu&gt;
101
-</LI>
102
-<LI>Diego d'Ambra &lt;da*softcom.dk&gt;
103
-</LI>
104
-<LI>Michael Dankov &lt;misha*btrc.ru&gt;
105
-</LI>
106
-<LI>Alejandro Dubrovsky &lt;s328940*student.uq.edu.au&gt;
107
-</LI>
108
-<LI>Magnus Ekdahl &lt;magnus*debian.org&gt;
109
-</LI>
110
-<LI>Jason Englander &lt;jason*englanders.cc&gt;
111
-</LI>
112
-<LI>Oden Eriksson &lt;oden.eriksson*kvikkjokk.net&gt;
113
-</LI>
114
-<LI>Andy Fiddaman &lt;af*jeamland.org&gt;
115
-</LI>
116
-<LI>Edison Figueira Junior &lt;edison*brc.com.br&gt;
117
-</LI>
118
-<LI>David Ford &lt;david+cert*blue-labs.org&gt;
119
-</LI>
120
-<LI>Brian J. France &lt;list*firehawksystems.com&gt;
121
-</LI>
122
-<LI>Free Oscar &lt;freeoscar*wp.pl&gt;
123
-</LI>
124
-<LI>Piotr Gackiewicz &lt;gacek*intertele.pl&gt;
125
-</LI>
126
-<LI>Jeremy Garcia &lt;jeremy*linuxquestions.org&gt;
127
-</LI>
128
-<LI>Michel Gaudet &lt;Michel.Gaudet*ehess.fr&gt;
129
-</LI>
130
-<LI>Philippe Gay &lt;ph.gay*free.fr&gt;
131
-</LI>
132
-<LI>Nick Gazaloff &lt;nick*sbin.org&gt;
133
-</LI>
134
-<LI>Luca 'NERvOus' Gibelli &lt;nervous*nervous.it&gt;
135
-</LI>
136
-<LI>Wieslaw Glod &lt;wkg*x2.pl&gt;
137
-</LI>
138
-<LI>Stephen Gran &lt;steve@lobefin.net&gt;
139
-</LI>
140
-<LI>Matthew A. Grant &lt;grantma*anathoth.gen.nz&gt;
141
-</LI>
142
-<LI>Hrvoje Habjanic &lt;hrvoje.habjanic*zg.hinet.hr&gt;
143
-</LI>
144
-<LI>Michal Hajduczenia &lt;michalis*mat.uni.torun.pl&gt;
145
-</LI>
146
-<LI>Jean-Christophe Heger &lt;jcheger*acytec.com&gt;
147
-</LI>
148
-<LI>Anders Herbjornsen &lt;andersh*gar.no&gt;
149
-</LI>
150
-<LI>Paul Hoadley &lt;paulh*logixsquad.net&gt;
151
-</LI>
152
-<LI>Robert Hogan &lt;robert*roberthogan.net&gt;
153
-</LI>
154
-<LI>Przemyslaw Holowczyc &lt;doozer*skc.com.pl&gt;
155
-</LI>
156
-<LI>Thomas W. Holt Jr. &lt;twh*cohesive.net&gt;
157
-</LI>
158
-<LI>James F.  Hranicky &lt;jfh*cise.ufl.edu&gt;
159
-</LI>
160
-<LI>Douglas J Hunley &lt;doug*hunley.homeip.net&gt;
161
-</LI>
162
-<LI>Kurt Huwig &lt;kurt*iku-netz.de&gt;
163
-</LI>
164
-<LI>Andy Igoshin &lt;ai*vsu.ru&gt;
165
-</LI>
166
-<LI>Jay &lt;sysop-clamav*coronastreet.net&gt;
167
-</LI>
168
-<LI>Stephane Jeannenot &lt;stephane.jeannenot*wanadoo.fr&gt;
169
-</LI>
170
-<LI>Dave Jones &lt;dave*kalkbay.co.za&gt;
171
-</LI>
172
-<LI>Jesper Juhl &lt;juhl*dif.dk&gt;
173
-</LI>
174
-<LI>Alex Kah &lt;alex*narfonix.com&gt;
175
-</LI>
176
-<LI>Stefan Kaltenbrunner &lt;mm-mailinglist*madness.at&gt;
177
-</LI>
178
-<LI>Kazuhiko &lt;kazuhiko*fdiary.net&gt;
179
-</LI>
180
-<LI>Tomasz Klim &lt;tomek*euroneto.pl&gt;
181
-</LI>
182
-<LI>Robbert Kouprie &lt;robbert*exx.nl&gt;
183
-</LI>
184
-<LI>Martin Kraft &lt;martin.kraft*fal.de&gt;
185
-</LI>
186
-<LI>Petr Kristof &lt;Kristof.P*fce.vutbr.cz&gt;
187
-</LI>
188
-<LI>Henk Kuipers &lt;henk*opensourcesolutions.nl&gt;
189
-</LI>
190
-<LI>Nigel Kukard &lt;nkukard*lbsd.net&gt;
191
-</LI>
192
-<LI>Dr Andrzej Kurpiel &lt;akurpiel*mat.uni.torun.pl&gt;
193
-</LI>
194
-<LI>Thomas Lamy &lt;Thomas.Lamy*in-online.net&gt;
195
-</LI>
196
-<LI>Marty Lee &lt;marty*maui.co.uk&gt;
197
-</LI>
198
-<LI>Dennis Leeuw &lt;dleeuw*made-it.com&gt;
199
-</LI>
200
-<LI>Martin Lesser &lt;admin-debian*bettercom.de&gt;
201
-</LI>
202
-<LI>Peter N Lewis &lt;peter*stairways.com.au&gt;
203
-</LI>
204
-<LI>Mike Loewen &lt;mloewen*sturgeon.cac.psu.edu&gt;
205
-</LI>
206
-<LI>David S. Madole &lt;david*madole.net&gt;
207
-</LI>
208
-<LI>Thomas Madsen &lt;tm*softcom.dk&gt;
209
-</LI>
210
-<LI>Bill Maidment &lt;bill*maidment.com.au&gt;
211
-</LI>
212
-<LI>Andrey V. Malyshev &lt;amal*krasn.ru&gt;
213
-</LI>
214
-<LI>Stefan Martig &lt;sm*officeco.ch&gt;
215
-</LI>
216
-<LI>Serhiy V. Matveyev &lt;matveyev*uatele.com&gt;
217
-</LI>
218
-<LI>Reinhard Max &lt;max*suse.de&gt;
219
-</LI>
220
-<LI>Brian May &lt;bam*debian.org&gt;
221
-</LI>
222
-<LI>Ken McKittrick &lt;klmac*usadatanet.com&gt;
223
-</LI>
224
-<LI>Chris van Meerendonk &lt;cvm*castel.nl&gt;
225
-</LI>
226
-<LI>Andrey J. Melnikoff &lt;temnota*kmv.ru&gt;
227
-</LI>
228
-<LI>Arkadiusz Miskiewicz &lt;misiek*pld-linux.org&gt;
229
-</LI>
230
-<LI>Mark Mielke &lt;mark*mark.mielke.cc&gt;
231
-</LI>
232
-<LI>Jo Mills &lt;Jonathan.Mills*frequentis.com&gt;
233
-</LI>
234
-<LI>Dustin Mollo &lt;dustin.mollo*sonoma.edu&gt;
235
-</LI>
236
-<LI>Doug Monroe &lt;doug*planetconnect.com&gt;
237
-</LI>
238
-<LI>Alex S Moore &lt;asmoore*edge.net&gt;
239
-</LI>
240
-<LI>Dirk Mueller &lt;mueller*kde.org&gt;
241
-</LI>
242
-<LI>Flinn Mueller&lt;flinn*activeintra.net&gt;
243
-</LI>
244
-<LI>Hendrik Muhs &lt;Hendrik.Muhs*student.uni-magdeburg.de&gt;
245
-</LI>
246
-<LI>Farit Nabiullin <TT><A NAME="tex2html91"
247
-  HREF="http://program.farit.ru">http://program.farit.ru</A></TT>
248
-</LI>
249
-<LI>Wojciech Noworyta &lt;wnow*konarski.edu.pl&gt;
250
-</LI>
251
-<LI>Fajar A. Nugraha &lt;fajar*telkom.co.id&gt;
252
-</LI>
253
-<LI>Joe Oaks &lt;joe.oaks*hp.com&gt;
254
-</LI>
255
-<LI>Washington Odhiambo &lt;wash*wananchi.com&gt;
256
-</LI>
257
-<LI>Masaki Ogawa &lt;proc*mac.com&gt;
258
-</LI>
259
-<LI>Phil Oleson &lt;oz*nixil.net&gt;
260
-</LI>
261
-<LI>Martijn van Oosterhout &lt;kleptog*svana.org&gt;
262
-</LI>
263
-<LI>OpenAntiVirus Team (<TT><A NAME="tex2html92"
264
-  HREF="http://www.OpenAntiVirus.org">http://www.OpenAntiVirus.org</A></TT>)
265
-</LI>
266
-<LI>Tomasz Papszun &lt;tomek*lodz.tpsa.pl&gt;
267
-</LI>
268
-<LI>Eric Parsonage &lt;eric*eparsonage.com&gt;
269
-</LI>
270
-<LI>Oliver Paukstadt &lt;pstadt*stud.fh-heilbronn.de&gt;
271
-</LI>
272
-<LI>Rudolph Pereira &lt;r.pereira*isu.usyd.edu.au&gt;
273
-</LI>
274
-<LI>Ed Phillips &lt;ed*UDel.Edu&gt;
275
-</LI>
276
-<LI>Andreas Piesk &lt;Andreas.Piesk*heise.de&gt;
277
-</LI>
278
-<LI>Alex Pleiner &lt;pleiner*zeitform.de&gt;
279
-</LI>
280
-<LI>Ant La Porte &lt;ant*dvere.net&gt;
281
-</LI>
282
-<LI>Sergei Pronin &lt;sp*finndesign.fi&gt;
283
-</LI>
284
-<LI>Thomas Quinot &lt;thomas*cuivre.fr.eu.org&gt;
285
-</LI>
286
-<LI>Ed Ravin &lt;eravin*panix.com&gt;
287
-</LI>
288
-<LI>David Sanchez &lt;dsanchez*veloxia.com&gt;
289
-</LI>
290
-<LI>David Santinoli &lt;david*santinoli.com&gt;
291
-</LI>
292
-<LI>Vijay Sarvepalli &lt;vssarvep*office.uncg.edu&gt;
293
-</LI>
294
-<LI>Martin Schitter
295
-</LI>
296
-<LI>Enrico Scholz &lt;enrico.scholz*informatik.tu-chemnitz.de&gt;
297
-</LI>
298
-<LI>Scsi &lt;scsi*softland.ru&gt;
299
-</LI>
300
-<LI>Hector M. Rulot Segovia &lt;Hector.Rulot*uv.es&gt;
301
-</LI>
302
-<LI>Ole Stanstrup &lt;ole*stanstrup.dk&gt;
303
-</LI>
304
-<LI>Adam Stein &lt;adam*scan.mc.xerox.com&gt;
305
-</LI>
306
-<LI>Richard Stevenson &lt;richard*endace.com&gt;
307
-</LI>
308
-<LI>Matt Sullivan &lt;matt*sullivan.gen.nz&gt;
309
-</LI>
310
-<LI>Dr Zbigniew Szewczak &lt;zssz*mat.uni.torun.pl&gt;
311
-</LI>
312
-<LI>Joe Talbott &lt;josepht*cstone.net&gt;
313
-</LI>
314
-<LI>Gernot Tenchio &lt;g.tenchio*telco-tech.de&gt;
315
-</LI>
316
-<LI>Masahiro Teramoto &lt;markun*onohara.to&gt;
317
-</LI>
318
-<LI>Michael L. Torrie &lt;torriem*chem.byu.edu&gt;
319
-</LI>
320
-<LI>Trashware &lt;trashware*gmx.net&gt;
321
-</LI>
322
-<LI>Daniel Mario Vega &lt;dv5a*dc.uba.ar&gt;
323
-</LI>
324
-<LI>Laurent Wacrenier &lt;lwa*teaser.fr&gt;
150
+<LI><B>CL_RAW</B>
151
+<BR>
152
+It does nothing. Please use it (alone) if you don't want
153
+	      to scan any special files.
325 154
 </LI>
326
-<LI>Nicklaus Wicker &lt;n.wicker*cnk-networks.de&gt;
155
+<LI><B>CL_ARCHIVE</B>
156
+<BR>
157
+This flag enables the transparent archive scanning.
327 158
 </LI>
328
-<LI>David Woakes &lt;david*mitredata.co.uk&gt;
159
+<LI><B>CL_DISABLERAR</B>
160
+<BR>
161
+Disables the built-in RAR unpacker which is known to cause
162
+	      memory leaks.
329 163
 </LI>
330
-<LI>Troy Wollenslegel &lt;troy*intranet.org&gt;
164
+<LI><B>CL_ENCRYPTED</B>
165
+<BR>
166
+Marks encrypted archives as viruses (Encrypted.Zip,
167
+	      Encrypted.RAR).
331 168
 </LI>
332
-<LI>Leonid Zeitlin &lt;lz*europe.com&gt;
169
+<LI><B>CL_MAIL</B>
170
+<BR>
171
+Required to scan various types of mail files.
333 172
 </LI>
334
-<LI>Andoni Zubimendi &lt;andoni*lpsat.net&gt;
173
+<LI><B>CL_OLE2</B>
174
+<BR>
175
+Enables support for Microsoft Office document files.
176
+    
335 177
 </LI>
336 178
 </UL>
179
+    All functions return 0 (<code>CL_CLEAN</code>) if the file is clean,
180
+    <code>CL_VIRUS</code> when virus is detected and an other value on failure.
181
+    <PRE>
182
+	    struct cl_limits limits;
183
+	    const char *virname;
184
+
185
+	memset(&amp;limits, 0, sizeof(struct cl_limits));
186
+	/* maximal number of files in archive */;
187
+	limits.maxfiles = 1000
188
+	/* maximal archived file size == 10 MB */
189
+	limits.maxfilesize = 10 * 1048576;
190
+	/* maximal recursion level */
191
+	limits.maxreclevel = 5;
192
+	/* maximal compression ratio */
193
+	limits.maxratio = 200;
194
+	/* disable memory limit for bzip2 scanner */
195
+	limits.archivememlim = 0;
196
+
197
+	if((ret = cl_scanfile("/home/zolw/test", &amp;virname, NULL, root,
198
+	&amp;limits, CL_ARCHIVE | CL_MAIL | CL_OLE2)) == CL_VIRUS) {
199
+	    printf("Detected %s virus.\n", virname);
200
+	} else {
201
+	    printf("No virus detected.\n");
202
+	    if(ret != CL_CLEAN)
203
+	        printf("Error: %s\n", cl_strerror(ret));
204
+	}
205
+</PRE>
206
+    Release the trie if you no longer need it:
207
+    <PRE>
208
+	void cl_freetrie(struct cl_node *root);
209
+</PRE>
210
+    You will find an example scanner in clamav sources (/example). All
211
+    programs based on libclamav must be linked against it:
212
+    <PRE>
213
+	gcc -Wall ex1.c -o ex1 -lclamav
214
+</PRE>
215
+    Enjoy !
337 216
 
338 217
 <P>
339 218
 <HR>
340 219
 <!--Navigation Panel-->
341
-<A NAME="tex2html1129"
220
+<A NAME="tex2html1169"
342 221
   HREF="node69.html">
343 222
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
344 223
  SRC="/usr/share/latex2html/icons/next.png"></A> 
345
-<A NAME="tex2html1125"
224
+<A NAME="tex2html1165"
346 225
   HREF="node67.html">
347 226
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
348 227
  SRC="/usr/share/latex2html/icons/up.png"></A> 
349
-<A NAME="tex2html1119"
228
+<A NAME="tex2html1159"
350 229
   HREF="node67.html">
351 230
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
352 231
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
353
-<A NAME="tex2html1127"
232
+<A NAME="tex2html1167"
354 233
   HREF="node1.html">
355 234
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
356 235
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
357 236
 <BR>
358
-<B> Next:</B> <A NAME="tex2html1130"
359
-  HREF="node69.html">Donors</A>
360
-<B> Up:</B> <A NAME="tex2html1126"
361
-  HREF="node67.html">Credits</A>
362
-<B> Previous:</B> <A NAME="tex2html1120"
363
-  HREF="node67.html">Credits</A>
364
- &nbsp <B>  <A NAME="tex2html1128"
237
+<B> Next:</B> <A NAME="tex2html1170"
238
+  HREF="node69.html">Database reloading</A>
239
+<B> Up:</B> <A NAME="tex2html1166"
240
+  HREF="node67.html">LibClamAV</A>
241
+<B> Previous:</B> <A NAME="tex2html1160"
242
+  HREF="node67.html">LibClamAV</A>
243
+ &nbsp <B>  <A NAME="tex2html1168"
365 244
   HREF="node1.html">Contents</A></B> 
366 245
 <!--End of Navigation Panel-->
367 246
 <ADDRESS>
368 247
 Tomasz Kojm
369
-2004-03-13
248
+2004-04-16
370 249
 </ADDRESS>
371 250
 </BODY>
372 251
 </HTML>
... ...
@@ -7,8 +7,8 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
7 7
   Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8 8
 <HTML>
9 9
 <HEAD>
10
-<TITLE>Donors</TITLE>
11
-<META NAME="description" CONTENT="Donors">
10
+<TITLE>Database reloading</TITLE>
11
+<META NAME="description" CONTENT="Database reloading">
12 12
 <META NAME="keywords" CONTENT="clamdoc">
13 13
 <META NAME="resource-type" CONTENT="document">
14 14
 <META NAME="distribution" CONTENT="global">
... ...
@@ -19,6 +19,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
19 19
 
20 20
 <LINK REL="STYLESHEET" HREF="clamdoc.css">
21 21
 
22
+<LINK REL="next" HREF="node70.html">
22 23
 <LINK REL="previous" HREF="node68.html">
23 24
 <LINK REL="up" HREF="node67.html">
24 25
 <LINK REL="next" HREF="node70.html">
... ...
@@ -26,122 +27,68 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
26 26
 
27 27
 <BODY >
28 28
 <!--Navigation Panel-->
29
-<A NAME="tex2html1139"
29
+<A NAME="tex2html1181"
30 30
   HREF="node70.html">
31 31
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
32 32
  SRC="/usr/share/latex2html/icons/next.png"></A> 
33
-<A NAME="tex2html1135"
33
+<A NAME="tex2html1177"
34 34
   HREF="node67.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
36 36
  SRC="/usr/share/latex2html/icons/up.png"></A> 
37
-<A NAME="tex2html1131"
37
+<A NAME="tex2html1171"
38 38
   HREF="node68.html">
39 39
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
40 40
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
41
-<A NAME="tex2html1137"
41
+<A NAME="tex2html1179"
42 42
   HREF="node1.html">
43 43
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
44 44
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
45 45
 <BR>
46
-<B> Next:</B> <A NAME="tex2html1140"
47
-  HREF="node70.html">Authors</A>
48
-<B> Up:</B> <A NAME="tex2html1136"
49
-  HREF="node67.html">Credits</A>
50
-<B> Previous:</B> <A NAME="tex2html1132"
51
-  HREF="node68.html">Contributors</A>
52
- &nbsp <B>  <A NAME="tex2html1138"
46
+<B> Next:</B> <A NAME="tex2html1182"
47
+  HREF="node70.html">Scan engine</A>
48
+<B> Up:</B> <A NAME="tex2html1178"
49
+  HREF="node67.html">LibClamAV</A>
50
+<B> Previous:</B> <A NAME="tex2html1172"
51
+  HREF="node68.html">General API</A>
52
+ &nbsp <B>  <A NAME="tex2html1180"
53 53
   HREF="node1.html">Contents</A></B> 
54 54
 <BR>
55 55
 <BR>
56 56
 <!--End of Navigation Panel-->
57 57
 
58
-<H2><A NAME="SECTION00082000000000000000">
59
-Donors</A>
58
+<H2><A NAME="SECTION00072000000000000000">
59
+Database reloading</A>
60 60
 </H2>
61
-    We received financial support from:
61
+    The most important thing is to keep the internal instance of the database
62
+    up to date. You can watch database changes with the <code>cl_stat</code>
63
+    functions family:
64
+    <PRE>
65
+	int cl_statinidir(const char *dirname, struct cl_stat *dbstat);
66
+	int cl_statchkdir(const struct cl_stat *dbstat);
67
+	int cl_statfree(struct cl_stat *dbstat);
68
+</PRE>
69
+    Initialization:
70
+    <PRE>
71
+	    struct cl_stat dbstat;
62 72
     
63
-<UL>
64
-<LI>ActiveIntra.net Inc. (<TT><A NAME="tex2html93"
65
-  HREF="http://www.activeintra.net">http://www.activeintra.net</A></TT>)
66
-</LI>
67
-<LI>Anonymous donor from Colorado, US
68
-</LI>
69
-<LI>AWD Online (<TT><A NAME="tex2html94"
70
-  HREF="http://www.awdonline.com">http://www.awdonline.com</A></TT>)
71
-</LI>
72
-<LI>Norman E. Brake, Jr.
73
-</LI>
74
-<LI>Cheahch from Singapore
75
-</LI>
76
-<LI>Dynamic Network Services, Inc (<TT><A NAME="tex2html95"
77
-  HREF="http://www.dyndns.org">http://www.dyndns.org</A></TT>)
78
-</LI>
79
-<LI>Electric Embers
80
-</LI>
81
-<LI>Epublica
82
-</LI>
83
-<LI>David Eriksson (<TT><A NAME="tex2html96"
84
-  HREF="http://www.2good.nu">http://www.2good.nu</A></TT>)
85
-</LI>
86
-<LI>Explido Software USA Inc. (<TT><A NAME="tex2html97"
87
-  HREF="http://www.explido.us">http://www.explido.us</A></TT>)
88
-</LI>
89
-<LI>David Farrick
90
-</LI>
91
-<LI>Andries Filmer (<TT><A NAME="tex2html98"
92
-  HREF="http://www.netexpo.nl">http://www.netexpo.nl</A></TT>)
93
-</LI>
94
-<LI>Jack Fung
95
-</LI>
96
-<LI>Jeremy Garcia (<TT><A NAME="tex2html99"
97
-  HREF="http://www.linuxquestions.org">http://www.linuxquestions.org</A></TT>)
98
-</LI>
99
-<LI>Bill Gradwohl (<TT><A NAME="tex2html100"
100
-  HREF="http://www.ycc.com">http://www.ycc.com</A></TT>)
101
-</LI>
102
-<LI>Juergen Hahn
103
-</LI>
104
-<LI>Invisik Corporation (<TT><A NAME="tex2html101"
105
-  HREF="http://www.invisik.com">http://www.invisik.com</A></TT>)
106
-</LI>
107
-<LI>Keith (<TT><A NAME="tex2html102"
108
-  HREF="http://www.textpad.com">http://www.textpad.com</A></TT>)
109
-</LI>
110
-<LI>Brad Koehn
111
-</LI>
112
-<LI>Logic Partners Inc. (<TT><A NAME="tex2html103"
113
-  HREF="http://www.logicpartners.com">http://www.logicpartners.com</A></TT>)
114
-</LI>
115
-<LI>Michael Nolan
116
-</LI>
117
-<LI>Oneworkspace.com (<TT><A NAME="tex2html104"
118
-  HREF="http://www.oneworkspace.com">http://www.oneworkspace.com</A></TT>)
119
-</LI>
120
-<LI>Origin Solutions (<TT><A NAME="tex2html105"
121
-  HREF="http://www.originsolutions.com.au">http://www.originsolutions.com.au</A></TT>)
122
-</LI>
123
-<LI>Seattle Server (<TT><A NAME="tex2html106"
124
-  HREF="http://www.seattleserver.com">http://www.seattleserver.com</A></TT>)
125
-</LI>
126
-<LI>Solutions In A Box (<TT><A NAME="tex2html107"
127
-  HREF="http://www.siab.com.au">http://www.siab.com.au</A></TT>)
128
-</LI>
129
-<LI>Stephane Rault
130
-</LI>
131
-<LI>Jeremy Vanderburg (<TT><A NAME="tex2html108"
132
-  HREF="http://www.jeremytech.com">http://www.jeremytech.com</A></TT>)
133
-</LI>
134
-<LI>Nicklaus Wicker
135
-
136
-<P>
137
-</LI>
138
-</UL>
73
+	memset(&amp;dbstat, 0, sizeof(struct cl_stat));
74
+	cl_statinidir(dbdir, &amp;dbstat);
75
+</PRE>
76
+    To check for a change you only need to call <code>cl_statchkdir</code>:
77
+    <PRE>
78
+	if(cl_statchkdir(&amp;dbstat) == 1) {
79
+	    reload_database...;
80
+	    cl_statfree(&amp;dbstat);
81
+	    cl_statinidir(cl_retdbdir(), &amp;dbstat);
82
+	}
83
+</PRE>
84
+    Remember to reinitialize the structure after a reload.
139 85
 
140 86
 <P>
141 87
 <BR><HR>
142 88
 <ADDRESS>
143 89
 Tomasz Kojm
144
-2004-03-13
90
+2004-04-16
145 91
 </ADDRESS>
146 92
 </BODY>
147 93
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html359"
30
+<A NAME="tex2html394"
31 31
   HREF="node8.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html355"
34
+<A NAME="tex2html390"
35 35
   HREF="node6.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html349"
38
+<A NAME="tex2html384"
39 39
   HREF="node6.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html357"
42
+<A NAME="tex2html392"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html360"
47
+<B> Next:</B> <A NAME="tex2html395"
48 48
   HREF="node8.html">Binary packages - stable</A>
49
-<B> Up:</B> <A NAME="tex2html356"
49
+<B> Up:</B> <A NAME="tex2html391"
50 50
   HREF="node6.html">Installation</A>
51
-<B> Previous:</B> <A NAME="tex2html350"
51
+<B> Previous:</B> <A NAME="tex2html385"
52 52
   HREF="node6.html">Installation</A>
53
- &nbsp <B>  <A NAME="tex2html358"
53
+ &nbsp <B>  <A NAME="tex2html393"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -97,7 +97,7 @@ Supported platforms</A>
97 97
 <BR><HR>
98 98
 <ADDRESS>
99 99
 Tomasz Kojm
100
-2004-03-13
100
+2004-04-16
101 101
 </ADDRESS>
102 102
 </BODY>
103 103
 </HTML>
... ...
@@ -7,8 +7,8 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
7 7
   Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8 8
 <HTML>
9 9
 <HEAD>
10
-<TITLE>Authors</TITLE>
11
-<META NAME="description" CONTENT="Authors">
10
+<TITLE>Scan engine</TITLE>
11
+<META NAME="description" CONTENT="Scan engine">
12 12
 <META NAME="keywords" CONTENT="clamdoc">
13 13
 <META NAME="resource-type" CONTENT="document">
14 14
 <META NAME="distribution" CONTENT="global">
... ...
@@ -19,65 +19,72 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
19 19
 
20 20
 <LINK REL="STYLESHEET" HREF="clamdoc.css">
21 21
 
22
-<LINK REL="next" HREF="node75.html">
23
-<LINK REL="previous" HREF="node67.html">
24
-<LINK REL="up" HREF="clamdoc.html">
22
+<LINK REL="next" HREF="node71.html">
23
+<LINK REL="previous" HREF="node69.html">
24
+<LINK REL="up" HREF="node67.html">
25 25
 <LINK REL="next" HREF="node71.html">
26 26
 </HEAD>
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1151"
30
+<A NAME="tex2html1193"
31 31
   HREF="node71.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html1147"
35
-  HREF="clamdoc.html">
34
+<A NAME="tex2html1189"
35
+  HREF="node67.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html1141"
38
+<A NAME="tex2html1183"
39 39
   HREF="node69.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html1149"
42
+<A NAME="tex2html1191"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html1152"
48
-  HREF="node71.html">Virus Database Maintainers</A>
49
-<B> Up:</B> <A NAME="tex2html1148"
50
-  HREF="clamdoc.html">clamdoc</A>
51
-<B> Previous:</B> <A NAME="tex2html1142"
52
-  HREF="node69.html">Donors</A>
53
- &nbsp <B>  <A NAME="tex2html1150"
47
+<B> Next:</B> <A NAME="tex2html1194"
48
+  HREF="node71.html">CVD format</A>
49
+<B> Up:</B> <A NAME="tex2html1190"
50
+  HREF="node67.html">LibClamAV</A>
51
+<B> Previous:</B> <A NAME="tex2html1184"
52
+  HREF="node69.html">Database reloading</A>
53
+ &nbsp <B>  <A NAME="tex2html1192"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
57 57
 <!--End of Navigation Panel-->
58 58
 
59
-<H1><A NAME="SECTION00090000000000000000">
60
-Authors</A>
61
-</H1>
62
-    <BR><HR>
63
-<!--Table of Child-Links-->
64
-<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
59
+<H2><A NAME="SECTION00073000000000000000"></A><A NAME="engine"></A>
60
+<BR>
61
+Scan engine
62
+</H2>
63
+    New versions of Clam AntiVirus use a mutation of the Aho-Corasick
64
+    pattern matching algorithm. The algorithm is based a finite state pattern
65
+    matching automaton [<A
66
+ HREF="node80.html#clr">1</A>] and it's a generalization of the famous
67
+    Knuth-Morris-Pratt algorithm. Please take a look at the <code>matcher.h</code>
68
+    for data type definitions. The automaton is represented by a trie. It
69
+    is a rooted tree with some specific properties [<A
70
+ HREF="node80.html#acwww">2</A>]. Every node
71
+    of the trie represents some state of the automaton. In our implementation,
72
+    the node is defined as follows:
73
+    <PRE>
74
+	struct cl_node {
75
+	    short int islast;
76
+	    struct cli_patt *list;
77
+	    int maxpatlen;
78
+	    struct node *next[NUM_CHILDS], *trans[NUM_CHILDS], *fail;
79
+	};
80
+</PRE>
81
+    [To be continued...]
65 82
 
66
-<UL>
67
-<LI><A NAME="tex2html1153"
68
-  HREF="node71.html">Virus Database Maintainers</A>
69
-<LI><A NAME="tex2html1154"
70
-  HREF="node72.html">Network management</A>
71
-<LI><A NAME="tex2html1155"
72
-  HREF="node73.html">Graphics</A>
73
-<LI><A NAME="tex2html1156"
74
-  HREF="node74.html">Core developers</A>
75
-</UL>
76
-<!--End of Table of Child-Links-->
83
+<P>
77 84
 <BR><HR>
78 85
 <ADDRESS>
79 86
 Tomasz Kojm
80
-2004-03-13
87
+2004-04-16
81 88
 </ADDRESS>
82 89
 </BODY>
83 90
 </HTML>
... ...
@@ -7,8 +7,8 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
7 7
   Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8 8
 <HTML>
9 9
 <HEAD>
10
-<TITLE>Virus Database Maintainers</TITLE>
11
-<META NAME="description" CONTENT="Virus Database Maintainers">
10
+<TITLE>CVD format</TITLE>
11
+<META NAME="description" CONTENT="CVD format">
12 12
 <META NAME="keywords" CONTENT="clamdoc">
13 13
 <META NAME="resource-type" CONTENT="document">
14 14
 <META NAME="distribution" CONTENT="global">
... ...
@@ -19,74 +19,63 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
19 19
 
20 20
 <LINK REL="STYLESHEET" HREF="clamdoc.css">
21 21
 
22
-<LINK REL="next" HREF="node72.html">
23 22
 <LINK REL="previous" HREF="node70.html">
24
-<LINK REL="up" HREF="node70.html">
23
+<LINK REL="up" HREF="node67.html">
25 24
 <LINK REL="next" HREF="node72.html">
26 25
 </HEAD>
27 26
 
28 27
 <BODY >
29 28
 <!--Navigation Panel-->
30
-<A NAME="tex2html1167"
29
+<A NAME="tex2html1203"
31 30
   HREF="node72.html">
32 31
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 32
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html1163"
35
-  HREF="node70.html">
33
+<A NAME="tex2html1199"
34
+  HREF="node67.html">
36 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 36
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html1157"
37
+<A NAME="tex2html1195"
39 38
   HREF="node70.html">
40 39
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 40
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html1165"
41
+<A NAME="tex2html1201"
43 42
   HREF="node1.html">
44 43
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 44
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 45
 <BR>
47
-<B> Next:</B> <A NAME="tex2html1168"
48
-  HREF="node72.html">Network management</A>
49
-<B> Up:</B> <A NAME="tex2html1164"
50
-  HREF="node70.html">Authors</A>
51
-<B> Previous:</B> <A NAME="tex2html1158"
52
-  HREF="node70.html">Authors</A>
53
- &nbsp <B>  <A NAME="tex2html1166"
46
+<B> Next:</B> <A NAME="tex2html1204"
47
+  HREF="node72.html">Credits</A>
48
+<B> Up:</B> <A NAME="tex2html1200"
49
+  HREF="node67.html">LibClamAV</A>
50
+<B> Previous:</B> <A NAME="tex2html1196"
51
+  HREF="node70.html">Scan engine</A>
52
+ &nbsp <B>  <A NAME="tex2html1202"
54 53
   HREF="node1.html">Contents</A></B> 
55 54
 <BR>
56 55
 <BR>
57 56
 <!--End of Navigation Panel-->
58 57
 
59
-<H2><A NAME="SECTION00091000000000000000">
60
-Virus Database Maintainers</A>
58
+<H2><A NAME="SECTION00074000000000000000">
59
+CVD format</A>
61 60
 </H2>
62
-    Virus database is a heart of every anti-virus software. The following
63
-    people care ClamAV's heart to be in a fine condition:
64
-    
65
-<UL>
66
-<LI>aCaB &lt;acab*clamav.net&gt;
67
-</LI>
68
-<LI>Christoph Cordes &lt;ccordes*clamav.net&gt;
69
-</LI>
70
-<LI>Diego D'Ambra &lt;diego*clamav.net&gt;
71
-</LI>
72
-<LI>Jason Englander &lt;jason*clamav.net&gt;
73
-</LI>
74
-<LI>Tomasz Kojm &lt;tkojm*clamav.net&gt;
75
-</LI>
76
-<LI>Denis De Messemacker &lt;ddm*clamav.net&gt;
77
-</LI>
78
-<LI>Tomasz Papszun &lt;tomek*clamav.net&gt;
79
-</LI>
80
-</UL>
81
-    Our database includes the virus database (about 5000 signatures) from
82
-<BR>    <TT><A NAME="tex2html109"
83
-  HREF="OpenAntiVirus.org">OpenAntiVirus.org</A></TT>.
61
+    CVD (ClamAV Virus Database) is a digitally signed tarball file that
62
+    contains one or more databases. You can find some useful information in the
63
+    ASCII header of the file. It's a 512 bytes long string with the following
64
+    colon separated fields:
65
+    <PRE>
66
+ClamAV-VDB:build time:version:number of signatures:functionality
67
+level required:MD5 checksum:digital signature:builder name
68
+</PRE>
69
+    and can be easily parsed by scripts or with <code>sigtool --info</code>.
70
+    There are two CVD databases in ClamAV: <I>main.cvd</I> and <I>daily.cvd</I>
71
+    for daily updates. You can use <I>sigtool</I> to unpack a CVD file
72
+    (<code>--unpack</code>) and to list virus names (<code>--list-sigs</code>).
84 73
 
85 74
 <P>
86 75
 <BR><HR>
87 76
 <ADDRESS>
88 77
 Tomasz Kojm
89
-2004-03-13
78
+2004-04-16
90 79
 </ADDRESS>
91 80
 </BODY>
92 81
 </HTML>
... ...
@@ -7,8 +7,8 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
7 7
   Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8 8
 <HTML>
9 9
 <HEAD>
10
-<TITLE>Network management</TITLE>
11
-<META NAME="description" CONTENT="Network management">
10
+<TITLE>Credits</TITLE>
11
+<META NAME="description" CONTENT="Credits">
12 12
 <META NAME="keywords" CONTENT="clamdoc">
13 13
 <META NAME="resource-type" CONTENT="document">
14 14
 <META NAME="distribution" CONTENT="global">
... ...
@@ -19,57 +19,63 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
19 19
 
20 20
 <LINK REL="STYLESHEET" HREF="clamdoc.css">
21 21
 
22
-<LINK REL="next" HREF="node73.html">
23
-<LINK REL="previous" HREF="node71.html">
24
-<LINK REL="up" HREF="node70.html">
22
+<LINK REL="next" HREF="node75.html">
23
+<LINK REL="previous" HREF="node67.html">
24
+<LINK REL="up" HREF="clamdoc.html">
25 25
 <LINK REL="next" HREF="node73.html">
26 26
 </HEAD>
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1179"
30
+<A NAME="tex2html1215"
31 31
   HREF="node73.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html1175"
35
-  HREF="node70.html">
34
+<A NAME="tex2html1211"
35
+  HREF="clamdoc.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html1169"
38
+<A NAME="tex2html1205"
39 39
   HREF="node71.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html1177"
42
+<A NAME="tex2html1213"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html1180"
48
-  HREF="node73.html">Graphics</A>
49
-<B> Up:</B> <A NAME="tex2html1176"
50
-  HREF="node70.html">Authors</A>
51
-<B> Previous:</B> <A NAME="tex2html1170"
52
-  HREF="node71.html">Virus Database Maintainers</A>
53
- &nbsp <B>  <A NAME="tex2html1178"
47
+<B> Next:</B> <A NAME="tex2html1216"
48
+  HREF="node73.html">Contributors</A>
49
+<B> Up:</B> <A NAME="tex2html1212"
50
+  HREF="clamdoc.html">clamdoc</A>
51
+<B> Previous:</B> <A NAME="tex2html1206"
52
+  HREF="node71.html">CVD format</A>
53
+ &nbsp <B>  <A NAME="tex2html1214"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
57 57
 <!--End of Navigation Panel-->
58 58
 
59
-<H2><A NAME="SECTION00092000000000000000">
60
-Network management</A>
61
-</H2>
62
-    Thanks to Luca 'NERvOus' Gibelli &lt;nervous*clamav.net&gt; you can
63
-    download our database from all the mirrors listed in <A HREF="node16.html#mirrors">2.10</A>. Luca
64
-    is also responsible for our main site <TT><A NAME="tex2html110"
65
-  HREF="www.clamav.net">www.clamav.net</A></TT>, mailing lists,
66
-    and the virus submission mechanism.
59
+<H1><A NAME="SECTION00080000000000000000">
60
+Credits</A>
61
+</H1>
67 62
 
68 63
 <P>
69 64
 <BR><HR>
65
+<!--Table of Child-Links-->
66
+<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
67
+
68
+<UL>
69
+<LI><A NAME="tex2html1217"
70
+  HREF="node73.html">Contributors</A>
71
+<LI><A NAME="tex2html1218"
72
+  HREF="node74.html">Donors</A>
73
+</UL>
74
+<!--End of Table of Child-Links-->
75
+<BR><HR>
70 76
 <ADDRESS>
71 77
 Tomasz Kojm
72
-2004-03-13
78
+2004-04-16
73 79
 </ADDRESS>
74 80
 </BODY>
75 81
 </HTML>
... ...
@@ -7,8 +7,8 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
7 7
   Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8 8
 <HTML>
9 9
 <HEAD>
10
-<TITLE>Graphics</TITLE>
11
-<META NAME="description" CONTENT="Graphics">
10
+<TITLE>Contributors</TITLE>
11
+<META NAME="description" CONTENT="Contributors">
12 12
 <META NAME="keywords" CONTENT="clamdoc">
13 13
 <META NAME="resource-type" CONTENT="document">
14 14
 <META NAME="distribution" CONTENT="global">
... ...
@@ -21,52 +21,380 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
21 21
 
22 22
 <LINK REL="next" HREF="node74.html">
23 23
 <LINK REL="previous" HREF="node72.html">
24
-<LINK REL="up" HREF="node70.html">
24
+<LINK REL="up" HREF="node72.html">
25 25
 <LINK REL="next" HREF="node74.html">
26 26
 </HEAD>
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1191"
30
+<A NAME="tex2html1229"
31 31
   HREF="node74.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html1187"
35
-  HREF="node70.html">
34
+<A NAME="tex2html1225"
35
+  HREF="node72.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html1181"
38
+<A NAME="tex2html1219"
39 39
   HREF="node72.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html1189"
42
+<A NAME="tex2html1227"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html1192"
48
-  HREF="node74.html">Core developers</A>
49
-<B> Up:</B> <A NAME="tex2html1188"
50
-  HREF="node70.html">Authors</A>
51
-<B> Previous:</B> <A NAME="tex2html1182"
52
-  HREF="node72.html">Network management</A>
53
- &nbsp <B>  <A NAME="tex2html1190"
47
+<B> Next:</B> <A NAME="tex2html1230"
48
+  HREF="node74.html">Donors</A>
49
+<B> Up:</B> <A NAME="tex2html1226"
50
+  HREF="node72.html">Credits</A>
51
+<B> Previous:</B> <A NAME="tex2html1220"
52
+  HREF="node72.html">Credits</A>
53
+ &nbsp <B>  <A NAME="tex2html1228"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
57 57
 <!--End of Navigation Panel-->
58 58
 
59
-<H2><A NAME="SECTION00093000000000000000">
60
-Graphics</A>
59
+<H2><A NAME="SECTION00081000000000000000">
60
+Contributors</A>
61 61
 </H2>
62
-    The authors of the nice ClamAV logo (look at the title page) are Mia
63
-    Kalenius and Sergei Pronin &lt;sp*finndesign.fi&gt;.
62
+    The following people contributed to our project in some way (providing
63
+    patches, bug reports, technical support, documentation, good ideas...):
64
+    
65
+<UL>
66
+<LI>Claudio Alonso &lt;cfalonso*yahoo.com&gt;
67
+</LI>
68
+<LI>Kamil Andrusz &lt;wizz*mniam.net&gt;
69
+</LI>
70
+<LI>Jean-Edouard Babin &lt;Jeb*jeb.com.fr&gt;
71
+</LI>
72
+<LI>Marc Baudoin &lt;babafou*babafou.eu.org&gt;
73
+</LI>
74
+<LI>Rolf Eike Beer &lt;eike*mail.math.uni-mannheim.de&gt;
75
+</LI>
76
+<LI>Rene Bellora &lt;rbellora*tecnoaccion.com.ar&gt;
77
+</LI>
78
+<LI>Hilko Bengen &lt;bengen*vdst-ka.inka.de&gt;
79
+</LI>
80
+<LI>Patrick Bihan-Faou &lt;patrick*mindstep.com&gt;
81
+</LI>
82
+<LI>Oliver Brandmueller &lt;ob*e-Gitt.NET&gt;
83
+</LI>
84
+<LI>Igor Brezac &lt;igor*ipass.net&gt;
85
+</LI>
86
+<LI>Brian Bruns &lt;bruns*2mbit.com&gt;
87
+</LI>
88
+<LI>Len Budney &lt;lbudney*pobox.com&gt;
89
+</LI>
90
+<LI>Matt Butt &lt;mattb*cre8tiv.com&gt;
91
+</LI>
92
+<LI>Eric I. Lopez Carreon &lt;elopezc*technitrade.com&gt;
93
+</LI>
94
+<LI>Andrey Cherezov &lt;andrey*cherezov.koenig.su&gt;
95
+</LI>
96
+<LI>Tom G. Christensen &lt;tgc*statsbiblioteket.dk&gt;
97
+</LI>
98
+<LI>Nicholas Chua &lt;nicholas*ncmbox.net&gt;
99
+</LI>
100
+<LI>Christoph Cordes &lt;ib*precompiled.de&gt;
101
+</LI>
102
+<LI>Eugene Crosser &lt;crosser*rol.ru&gt;
103
+</LI>
104
+<LI>Damien Curtain &lt;damien*pagefault.org&gt;
105
+</LI>
106
+<LI>Krisztian Czako &lt;slapic*linux.co.hu&gt;
107
+</LI>
108
+<LI>Diego d'Ambra &lt;da*softcom.dk&gt;
109
+</LI>
110
+<LI>Michael Dankov &lt;misha*btrc.ru&gt;
111
+</LI>
112
+<LI>Maxim Dounin &lt;mdounin*rambler-co.ru&gt;
113
+</LI>
114
+<LI>Alejandro Dubrovsky &lt;s328940*student.uq.edu.au&gt;
115
+</LI>
116
+<LI>Magnus Ekdahl &lt;magnus*debian.org&gt;
117
+</LI>
118
+<LI>Jason Englander &lt;jason*englanders.cc&gt;
119
+</LI>
120
+<LI>Oden Eriksson &lt;oden.eriksson*kvikkjokk.net&gt;
121
+</LI>
122
+<LI>Andy Fiddaman &lt;af*jeamland.org&gt;
123
+</LI>
124
+<LI>Edison Figueira Junior &lt;edison*brc.com.br&gt;
125
+</LI>
126
+<LI>David Ford &lt;david+cert*blue-labs.org&gt;
127
+</LI>
128
+<LI>Brian J. France &lt;list*firehawksystems.com&gt;
129
+</LI>
130
+<LI>Free Oscar &lt;freeoscar*wp.pl&gt;
131
+</LI>
132
+<LI>Martin Fuxa &lt;yeti*email.cz&gt;
133
+</LI>
134
+<LI>Piotr Gackiewicz &lt;gacek*intertele.pl&gt;
135
+</LI>
136
+<LI>Jeremy Garcia &lt;jeremy*linuxquestions.org&gt;
137
+</LI>
138
+<LI>Michel Gaudet &lt;Michel.Gaudet*ehess.fr&gt;
139
+</LI>
140
+<LI>Philippe Gay &lt;ph.gay*free.fr&gt;
141
+</LI>
142
+<LI>Nick Gazaloff &lt;nick*sbin.org&gt;
143
+</LI>
144
+<LI>Luca 'NERvOus' Gibelli &lt;nervous*nervous.it&gt;
145
+</LI>
146
+<LI>Wieslaw Glod &lt;wkg*x2.pl&gt;
147
+</LI>
148
+<LI>Stephen Gran &lt;steve*lobefin.net&gt;
149
+</LI>
150
+<LI>Matthew A. Grant &lt;grantma*anathoth.gen.nz&gt;
151
+</LI>
152
+<LI>Hrvoje Habjanic &lt;hrvoje.habjanic*zg.hinet.hr&gt;
153
+</LI>
154
+<LI>Michal Hajduczenia &lt;michalis*mat.uni.torun.pl&gt;
155
+</LI>
156
+<LI>Jean-Christophe Heger &lt;jcheger*acytec.com&gt;
157
+</LI>
158
+<LI>Anders Herbjornsen &lt;andersh*gar.no&gt;
159
+</LI>
160
+<LI>Paul Hoadley &lt;paulh*logixsquad.net&gt;
161
+</LI>
162
+<LI>Robert Hogan &lt;robert*roberthogan.net&gt;
163
+</LI>
164
+<LI>Przemyslaw Holowczyc &lt;doozer*skc.com.pl&gt;
165
+</LI>
166
+<LI>Thomas W. Holt Jr. &lt;twh*cohesive.net&gt;
167
+</LI>
168
+<LI>James F.  Hranicky &lt;jfh*cise.ufl.edu&gt;
169
+</LI>
170
+<LI>Douglas J Hunley &lt;doug*hunley.homeip.net&gt;
171
+</LI>
172
+<LI>Kurt Huwig &lt;kurt*iku-netz.de&gt;
173
+</LI>
174
+<LI>Andy Igoshin &lt;ai*vsu.ru&gt;
175
+</LI>
176
+<LI>Jay &lt;sysop-clamav*coronastreet.net&gt;
177
+</LI>
178
+<LI>Stephane Jeannenot &lt;stephane.jeannenot*wanadoo.fr&gt;
179
+</LI>
180
+<LI>Dave Jones &lt;dave*kalkbay.co.za&gt;
181
+</LI>
182
+<LI>Jesper Juhl &lt;juhl*dif.dk&gt;
183
+</LI>
184
+<LI>Alex Kah &lt;alex*narfonix.com&gt;
185
+</LI>
186
+<LI>Stefan Kaltenbrunner &lt;mm-mailinglist*madness.at&gt;
187
+</LI>
188
+<LI>Kazuhiko &lt;kazuhiko*fdiary.net&gt;
189
+</LI>
190
+<LI>Tomasz Klim &lt;tomek*euroneto.pl&gt;
191
+</LI>
192
+<LI>Robbert Kouprie &lt;robbert*exx.nl&gt;
193
+</LI>
194
+<LI>Martin Kraft &lt;martin.kraft*fal.de&gt;
195
+</LI>
196
+<LI>Petr Kristof &lt;Kristof.P*fce.vutbr.cz&gt;
197
+</LI>
198
+<LI>Henk Kuipers &lt;henk*opensourcesolutions.nl&gt;
199
+</LI>
200
+<LI>Nigel Kukard &lt;nkukard*lbsd.net&gt;
201
+</LI>
202
+<LI>Dr Andrzej Kurpiel &lt;akurpiel*mat.uni.torun.pl&gt;
203
+</LI>
204
+<LI>Thomas Lamy &lt;Thomas.Lamy*in-online.net&gt;
205
+</LI>
206
+<LI>Marty Lee &lt;marty*maui.co.uk&gt;
207
+</LI>
208
+<LI>Dennis Leeuw &lt;dleeuw*made-it.com&gt;
209
+</LI>
210
+<LI>Martin Lesser &lt;admin-debian*bettercom.de&gt;
211
+</LI>
212
+<LI>Peter N Lewis &lt;peter*stairways.com.au&gt;
213
+</LI>
214
+<LI>Mike Loewen &lt;mloewen*sturgeon.cac.psu.edu&gt;
215
+</LI>
216
+<LI>David S. Madole &lt;david*madole.net&gt;
217
+</LI>
218
+<LI>Thomas Madsen &lt;tm*softcom.dk&gt;
219
+</LI>
220
+<LI>Bill Maidment &lt;bill*maidment.com.au&gt;
221
+</LI>
222
+<LI>Andrey V. Malyshev &lt;amal*krasn.ru&gt;
223
+</LI>
224
+<LI>Stefan Martig &lt;sm*officeco.ch&gt;
225
+</LI>
226
+<LI>Serhiy V. Matveyev &lt;matveyev*uatele.com&gt;
227
+</LI>
228
+<LI>Reinhard Max &lt;max*suse.de&gt;
229
+</LI>
230
+<LI>Brian May &lt;bam*debian.org&gt;
231
+</LI>
232
+<LI>Ken McKittrick &lt;klmac*usadatanet.com&gt;
233
+</LI>
234
+<LI>Chris van Meerendonk &lt;cvm*castel.nl&gt;
235
+</LI>
236
+<LI>Andrey J. Melnikoff &lt;temnota*kmv.ru&gt;
237
+</LI>
238
+<LI>Arkadiusz Miskiewicz &lt;misiek*pld-linux.org&gt;
239
+</LI>
240
+<LI>Mark Mielke &lt;mark*mark.mielke.cc&gt;
241
+</LI>
242
+<LI>Jo Mills &lt;Jonathan.Mills*frequentis.com&gt;
243
+</LI>
244
+<LI>Dustin Mollo &lt;dustin.mollo*sonoma.edu&gt;
245
+</LI>
246
+<LI>Doug Monroe &lt;doug*planetconnect.com&gt;
247
+</LI>
248
+<LI>Alex S Moore &lt;asmoore*edge.net&gt;
249
+</LI>
250
+<LI>Dirk Mueller &lt;mueller*kde.org&gt;
251
+</LI>
252
+<LI>Flinn Mueller&lt;flinn*activeintra.net&gt;
253
+</LI>
254
+<LI>Hendrik Muhs &lt;Hendrik.Muhs*student.uni-magdeburg.de&gt;
255
+</LI>
256
+<LI>Farit Nabiullin <TT><A NAME="tex2html109"
257
+  HREF="http://program.farit.ru">http://program.farit.ru</A></TT>
258
+</LI>
259
+<LI>Nemosoft Unv. &lt;nemosoft*smcc.demon.nl&gt;
260
+</LI>
261
+<LI>Wojciech Noworyta &lt;wnow*konarski.edu.pl&gt;
262
+</LI>
263
+<LI>Jorgen Norgaard &lt;jnp*anneli.dk&gt;
264
+</LI>
265
+<LI>Fajar A. Nugraha &lt;fajar*telkom.co.id&gt;
266
+</LI>
267
+<LI>Joe Oaks &lt;joe.oaks*hp.com&gt;
268
+</LI>
269
+<LI>Washington Odhiambo &lt;wash*wananchi.com&gt;
270
+</LI>
271
+<LI>Masaki Ogawa &lt;proc*mac.com&gt;
272
+</LI>
273
+<LI>Phil Oleson &lt;oz*nixil.net&gt;
274
+</LI>
275
+<LI>Martijn van Oosterhout &lt;kleptog*svana.org&gt;
276
+</LI>
277
+<LI>OpenAntiVirus Team (<TT><A NAME="tex2html110"
278
+  HREF="http://www.OpenAntiVirus.org">http://www.OpenAntiVirus.org</A></TT>)
279
+</LI>
280
+<LI>Tomasz Papszun &lt;tomek*lodz.tpsa.pl&gt;
281
+</LI>
282
+<LI>Eric Parsonage &lt;eric*eparsonage.com&gt;
283
+</LI>
284
+<LI>Oliver Paukstadt &lt;pstadt*stud.fh-heilbronn.de&gt;
285
+</LI>
286
+<LI>Rudolph Pereira &lt;r.pereira*isu.usyd.edu.au&gt;
287
+</LI>
288
+<LI>Ed Phillips &lt;ed*UDel.Edu&gt;
289
+</LI>
290
+<LI>Andreas Piesk &lt;Andreas.Piesk*heise.de&gt;
291
+</LI>
292
+<LI>Alex Pleiner &lt;pleiner*zeitform.de&gt;
293
+</LI>
294
+<LI>Ant La Porte &lt;ant*dvere.net&gt;
295
+</LI>
296
+<LI>Sergei Pronin &lt;sp*finndesign.fi&gt;
297
+</LI>
298
+<LI>Thomas Quinot &lt;thomas*cuivre.fr.eu.org&gt;
299
+</LI>
300
+<LI>Ed Ravin &lt;eravin*panix.com&gt;
301
+</LI>
302
+<LI>David Sanchez &lt;dsanchez*veloxia.com&gt;
303
+</LI>
304
+<LI>David Santinoli &lt;david*santinoli.com&gt;
305
+</LI>
306
+<LI>Vijay Sarvepalli &lt;vssarvep*office.uncg.edu&gt;
307
+</LI>
308
+<LI>Martin Schitter
309
+</LI>
310
+<LI>Enrico Scholz &lt;enrico.scholz*informatik.tu-chemnitz.de&gt;
311
+</LI>
312
+<LI>Scsi &lt;scsi*softland.ru&gt;
313
+</LI>
314
+<LI>Hector M. Rulot Segovia &lt;Hector.Rulot*uv.es&gt;
315
+</LI>
316
+<LI>Sergey &lt;a_s_y*sama.ru&gt;
317
+</LI>
318
+<LI>Ole Stanstrup &lt;ole*stanstrup.dk&gt;
319
+</LI>
320
+<LI>Adam Stein &lt;adam*scan.mc.xerox.com&gt;
321
+</LI>
322
+<LI>Steve &lt;steveb*webtribe.net&gt;
323
+</LI>
324
+<LI>Richard Stevenson &lt;richard*endace.com&gt;
325
+</LI>
326
+<LI>Matt Sullivan &lt;matt*sullivan.gen.nz&gt;
327
+</LI>
328
+<LI>Dr Zbigniew Szewczak &lt;zssz*mat.uni.torun.pl&gt;
329
+</LI>
330
+<LI>Joe Talbott &lt;josepht*cstone.net&gt;
331
+</LI>
332
+<LI>Gernot Tenchio &lt;g.tenchio*telco-tech.de&gt;
333
+</LI>
334
+<LI>Masahiro Teramoto &lt;markun*onohara.to&gt;
335
+</LI>
336
+<LI>Ryan Thompson &lt;clamav*sasknow.com&gt;
337
+</LI>
338
+<LI>Michael L. Torrie &lt;torriem*chem.byu.edu&gt;
339
+</LI>
340
+<LI>Trashware &lt;trashware*gmx.net&gt;
341
+</LI>
342
+<LI>Daniel Mario Vega &lt;dv5a*dc.uba.ar&gt;
343
+</LI>
344
+<LI>Laurent Wacrenier &lt;lwa*teaser.fr&gt;
345
+</LI>
346
+<LI>Charlie Watts &lt;cewatts*brainstorminternet.net&gt;
347
+</LI>
348
+<LI>Nicklaus Wicker &lt;n.wicker*cnk-networks.de&gt;
349
+</LI>
350
+<LI>David Woakes &lt;david*mitredata.co.uk&gt;
351
+</LI>
352
+<LI>Troy Wollenslegel &lt;troy*intranet.org&gt;
353
+</LI>
354
+<LI>Dale Woolridge &lt;dwoolridge*drh.net&gt;
355
+</LI>
356
+<LI>Takumi Yamane &lt;yamtak*b-session.com&gt;
357
+</LI>
358
+<LI>Youza Youzovic &lt;youza*post.cz&gt;
359
+</LI>
360
+<LI>Leonid Zeitlin &lt;lz*europe.com&gt;
361
+</LI>
362
+<LI>Andoni Zubimendi &lt;andoni*lpsat.net&gt;
363
+</LI>
364
+</UL>
64 365
 
65 366
 <P>
66
-<BR><HR>
367
+<HR>
368
+<!--Navigation Panel-->
369
+<A NAME="tex2html1229"
370
+  HREF="node74.html">
371
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
372
+ SRC="/usr/share/latex2html/icons/next.png"></A> 
373
+<A NAME="tex2html1225"
374
+  HREF="node72.html">
375
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
376
+ SRC="/usr/share/latex2html/icons/up.png"></A> 
377
+<A NAME="tex2html1219"
378
+  HREF="node72.html">
379
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
380
+ SRC="/usr/share/latex2html/icons/prev.png"></A> 
381
+<A NAME="tex2html1227"
382
+  HREF="node1.html">
383
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
384
+ SRC="/usr/share/latex2html/icons/contents.png"></A>  
385
+<BR>
386
+<B> Next:</B> <A NAME="tex2html1230"
387
+  HREF="node74.html">Donors</A>
388
+<B> Up:</B> <A NAME="tex2html1226"
389
+  HREF="node72.html">Credits</A>
390
+<B> Previous:</B> <A NAME="tex2html1220"
391
+  HREF="node72.html">Credits</A>
392
+ &nbsp <B>  <A NAME="tex2html1228"
393
+  HREF="node1.html">Contents</A></B> 
394
+<!--End of Navigation Panel-->
67 395
 <ADDRESS>
68 396
 Tomasz Kojm
69
-2004-03-13
397
+2004-04-16
70 398
 </ADDRESS>
71 399
 </BODY>
72 400
 </HTML>
... ...
@@ -7,8 +7,8 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
7 7
   Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8 8
 <HTML>
9 9
 <HEAD>
10
-<TITLE>Core developers</TITLE>
11
-<META NAME="description" CONTENT="Core developers">
10
+<TITLE>Donors</TITLE>
11
+<META NAME="description" CONTENT="Donors">
12 12
 <META NAME="keywords" CONTENT="clamdoc">
13 13
 <META NAME="resource-type" CONTENT="document">
14 14
 <META NAME="distribution" CONTENT="global">
... ...
@@ -20,56 +20,179 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
20 20
 <LINK REL="STYLESHEET" HREF="clamdoc.css">
21 21
 
22 22
 <LINK REL="previous" HREF="node73.html">
23
-<LINK REL="up" HREF="node70.html">
23
+<LINK REL="up" HREF="node72.html">
24 24
 <LINK REL="next" HREF="node75.html">
25 25
 </HEAD>
26 26
 
27 27
 <BODY >
28 28
 <!--Navigation Panel-->
29
-<A NAME="tex2html1201"
29
+<A NAME="tex2html1239"
30 30
   HREF="node75.html">
31 31
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
32 32
  SRC="/usr/share/latex2html/icons/next.png"></A> 
33
-<A NAME="tex2html1197"
34
-  HREF="node70.html">
33
+<A NAME="tex2html1235"
34
+  HREF="node72.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
36 36
  SRC="/usr/share/latex2html/icons/up.png"></A> 
37
-<A NAME="tex2html1193"
37
+<A NAME="tex2html1231"
38 38
   HREF="node73.html">
39 39
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
40 40
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
41
-<A NAME="tex2html1199"
41
+<A NAME="tex2html1237"
42 42
   HREF="node1.html">
43 43
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
44 44
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
45 45
 <BR>
46
-<B> Next:</B> <A NAME="tex2html1202"
47
-  HREF="node75.html">Bibliography</A>
48
-<B> Up:</B> <A NAME="tex2html1198"
49
-  HREF="node70.html">Authors</A>
50
-<B> Previous:</B> <A NAME="tex2html1194"
51
-  HREF="node73.html">Graphics</A>
52
- &nbsp <B>  <A NAME="tex2html1200"
46
+<B> Next:</B> <A NAME="tex2html1240"
47
+  HREF="node75.html">Authors</A>
48
+<B> Up:</B> <A NAME="tex2html1236"
49
+  HREF="node72.html">Credits</A>
50
+<B> Previous:</B> <A NAME="tex2html1232"
51
+  HREF="node73.html">Contributors</A>
52
+ &nbsp <B>  <A NAME="tex2html1238"
53 53
   HREF="node1.html">Contents</A></B> 
54 54
 <BR>
55 55
 <BR>
56 56
 <!--End of Navigation Panel-->
57 57
 
58
-<H2><A NAME="SECTION00094000000000000000">
59
-Core developers</A>
58
+<H2><A NAME="SECTION00082000000000000000">
59
+Donors</A>
60 60
 </H2>
61
-    Nigel Horne &lt;njh*clamav.net&gt; is a very active ClamAV developer
62
-    responsible for the mbox code and clamav-milter. Trog
63
-    &lt;trog*clamav.net&gt; developes the OLE2 code and the new thread
64
-    manager in clamd. Thomas Lamy is a great memory leak killer and code
65
-    stabilizer. Tomasz Kojm &lt;tkojm*clamav.net&gt;  navigates the project
66
-    and keeps an eye on everything <code>8-)</code>
61
+    We received financial support from (this is not a full list because we
62
+    only list people from whom we received an agreement):
63
+    
64
+<UL>
65
+<LI>ActiveIntra.net Inc. (<TT><A NAME="tex2html111"
66
+  HREF="http://www.activeintra.net">http://www.activeintra.net</A></TT>)
67
+</LI>
68
+<LI>Anonymous donor from Colorado, US
69
+</LI>
70
+<LI>AWD Online (<TT><A NAME="tex2html112"
71
+  HREF="http://www.awdonline.com">http://www.awdonline.com</A></TT>)
72
+</LI>
73
+<LI>Norman E. Brake, Jr.
74
+</LI>
75
+<LI>Cheahch from Singapore
76
+</LI>
77
+<LI>Steve Donegan (<TT><A NAME="tex2html113"
78
+  HREF="http://www.donegan.org">http://www.donegan.org</A></TT>)
79
+</LI>
80
+<LI>Dynamic Network Services, Inc (<TT><A NAME="tex2html114"
81
+  HREF="http://www.dyndns.org">http://www.dyndns.org</A></TT>)
82
+</LI>
83
+<LI>Electric Embers
84
+</LI>
85
+<LI>Epublica
86
+</LI>
87
+<LI>David Eriksson (<TT><A NAME="tex2html115"
88
+  HREF="http://www.2good.nu">http://www.2good.nu</A></TT>)
89
+</LI>
90
+<LI>Explido Software USA Inc. (<TT><A NAME="tex2html116"
91
+  HREF="http://www.explido.us">http://www.explido.us</A></TT>)
92
+</LI>
93
+<LI>David Farrick
94
+</LI>
95
+<LI>Andries Filmer (<TT><A NAME="tex2html117"
96
+  HREF="http://www.netexpo.nl">http://www.netexpo.nl</A></TT>)
97
+</LI>
98
+<LI>Jack Fung
99
+</LI>
100
+<LI>Jeremy Garcia (<TT><A NAME="tex2html118"
101
+  HREF="http://www.linuxquestions.org">http://www.linuxquestions.org</A></TT>)
102
+</LI>
103
+<LI>GBC Internet Service Center GmbH (<TT><A NAME="tex2html119"
104
+  HREF="http://www.gbc.net">http://www.gbc.net</A></TT>)
105
+</LI>
106
+<LI>Bill Gradwohl (<TT><A NAME="tex2html120"
107
+  HREF="http://www.ycc.com">http://www.ycc.com</A></TT>)
108
+</LI>
109
+<LI>Grain-of-Salt Consulting
110
+</LI>
111
+<LI>Invisik Corporation (<TT><A NAME="tex2html121"
112
+  HREF="http://www.invisik.com">http://www.invisik.com</A></TT>)
113
+</LI>
114
+<LI>Keith (<TT><A NAME="tex2html122"
115
+  HREF="http://www.textpad.com">http://www.textpad.com</A></TT>)
116
+</LI>
117
+<LI>Brad Koehn
118
+</LI>
119
+<LI>Logic Partners Inc. (<TT><A NAME="tex2html123"
120
+  HREF="http://www.logicpartners.com">http://www.logicpartners.com</A></TT>)
121
+</LI>
122
+<LI>Luke Reeves (<TT><A NAME="tex2html124"
123
+  HREF="http://www.neuro-tech.net">http://www.neuro-tech.net</A></TT>)
124
+</LI>
125
+<LI>Michael Nolan (<TT><A NAME="tex2html125"
126
+  HREF="http://www.michaelnolan.co.uk">http://www.michaelnolan.co.uk</A></TT>)
127
+</LI>
128
+<LI>Midcoast Internet Solutions
129
+</LI>
130
+<LI>Oneworkspace.com (<TT><A NAME="tex2html126"
131
+  HREF="http://www.oneworkspace.com">http://www.oneworkspace.com</A></TT>)
132
+</LI>
133
+<LI>Origin Solutions (<TT><A NAME="tex2html127"
134
+  HREF="http://www.originsolutions.com.au">http://www.originsolutions.com.au</A></TT>)
135
+</LI>
136
+<LI>outermedia GmbH (<TT><A NAME="tex2html128"
137
+  HREF="http://www.outermedia.de">http://www.outermedia.de</A></TT>)
138
+</LI>
139
+<LI>Seattle Server (<TT><A NAME="tex2html129"
140
+  HREF="http://www.seattleserver.com">http://www.seattleserver.com</A></TT>)
141
+</LI>
142
+<LI>Solutions In A Box (<TT><A NAME="tex2html130"
143
+  HREF="http://www.siab.com.au">http://www.siab.com.au</A></TT>)
144
+</LI>
145
+<LI>Stephane Rault
146
+</LI>
147
+<LI>Fernando Augusto Medeiros Silva (<TT><A NAME="tex2html131"
148
+  HREF="http://www.linuxplace.com.br">http://www.linuxplace.com.br</A></TT>)
149
+</LI>
150
+<LI>Brad Tarver
151
+</LI>
152
+<LI>Jeremy Vanderburg (<TT><A NAME="tex2html132"
153
+  HREF="http://www.jeremytech.com">http://www.jeremytech.com</A></TT>)
154
+</LI>
155
+<LI>Webzone Srl (<TT><A NAME="tex2html133"
156
+  HREF="http://www.webzone.it">http://www.webzone.it</A></TT>)
157
+</LI>
158
+<LI>Nicklaus Wicker
67 159
 
68 160
 <P>
69
-<BR><HR>
161
+</LI>
162
+</UL>
163
+
164
+<P>
165
+<HR>
166
+<!--Navigation Panel-->
167
+<A NAME="tex2html1239"
168
+  HREF="node75.html">
169
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
170
+ SRC="/usr/share/latex2html/icons/next.png"></A> 
171
+<A NAME="tex2html1235"
172
+  HREF="node72.html">
173
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
174
+ SRC="/usr/share/latex2html/icons/up.png"></A> 
175
+<A NAME="tex2html1231"
176
+  HREF="node73.html">
177
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
178
+ SRC="/usr/share/latex2html/icons/prev.png"></A> 
179
+<A NAME="tex2html1237"
180
+  HREF="node1.html">
181
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
182
+ SRC="/usr/share/latex2html/icons/contents.png"></A>  
183
+<BR>
184
+<B> Next:</B> <A NAME="tex2html1240"
185
+  HREF="node75.html">Authors</A>
186
+<B> Up:</B> <A NAME="tex2html1236"
187
+  HREF="node72.html">Credits</A>
188
+<B> Previous:</B> <A NAME="tex2html1232"
189
+  HREF="node73.html">Contributors</A>
190
+ &nbsp <B>  <A NAME="tex2html1238"
191
+  HREF="node1.html">Contents</A></B> 
192
+<!--End of Navigation Panel-->
70 193
 <ADDRESS>
71 194
 Tomasz Kojm
72
-2004-03-13
195
+2004-04-16
73 196
 </ADDRESS>
74 197
 </BODY>
75 198
 </HTML>
... ...
@@ -7,8 +7,8 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
7 7
   Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8 8
 <HTML>
9 9
 <HEAD>
10
-<TITLE>Bibliography</TITLE>
11
-<META NAME="description" CONTENT="Bibliography">
10
+<TITLE>Authors</TITLE>
11
+<META NAME="description" CONTENT="Authors">
12 12
 <META NAME="keywords" CONTENT="clamdoc">
13 13
 <META NAME="resource-type" CONTENT="document">
14 14
 <META NAME="distribution" CONTENT="global">
... ...
@@ -19,57 +19,65 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
19 19
 
20 20
 <LINK REL="STYLESHEET" HREF="clamdoc.css">
21 21
 
22
-<LINK REL="next" HREF="node76.html">
23
-<LINK REL="previous" HREF="node70.html">
22
+<LINK REL="next" HREF="node80.html">
23
+<LINK REL="previous" HREF="node72.html">
24 24
 <LINK REL="up" HREF="clamdoc.html">
25 25
 <LINK REL="next" HREF="node76.html">
26 26
 </HEAD>
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1213"
30
+<A NAME="tex2html1251"
31 31
   HREF="node76.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html1209"
34
+<A NAME="tex2html1247"
35 35
   HREF="clamdoc.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html1203"
38
+<A NAME="tex2html1241"
39 39
   HREF="node74.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html1211"
42
+<A NAME="tex2html1249"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html1214"
48
-  HREF="node76.html">About this document ...</A>
49
-<B> Up:</B> <A NAME="tex2html1210"
47
+<B> Next:</B> <A NAME="tex2html1252"
48
+  HREF="node76.html">Virus Database Maintainers</A>
49
+<B> Up:</B> <A NAME="tex2html1248"
50 50
   HREF="clamdoc.html">clamdoc</A>
51
-<B> Previous:</B> <A NAME="tex2html1204"
52
-  HREF="node74.html">Core developers</A>
53
- &nbsp <B>  <A NAME="tex2html1212"
51
+<B> Previous:</B> <A NAME="tex2html1242"
52
+  HREF="node74.html">Donors</A>
53
+ &nbsp <B>  <A NAME="tex2html1250"
54 54
   HREF="node1.html">Contents</A></B> 
55
-<BR><BR>
55
+<BR>
56
+<BR>
56 57
 <!--End of Navigation Panel-->
57
- 
58
-<H2><A NAME="SECTION000100000000000000000">
59
-Bibliography</A>
60
-</H2><DL COMPACT><DD><P></P><DT><A NAME="clr">1</A>
61
-<DD>
62
-	    Cormen, Leiserson, Rivest: <I>Introduction to Algorithms</I>,
63
-	    Chapter 34, MIT Press.
64
-	<P></P><DT><A NAME="acwww">2</A>
65
-<DD>
66
-	    <FONT SIZE="-1">	    <TT><A NAME="tex2html111"
67
-  HREF="http://www-sr.informatik.uni-tuebingen.de/~buehler/AC/AC.html">http://www-sr.informatik.uni-tuebingen.de/~buehler/AC/AC.html</A></TT></FONT>:
68
-<BR>	    Aho-Corasick algorithm description
69
-</DL><BR><HR>
58
+
59
+<H1><A NAME="SECTION00090000000000000000">
60
+Authors</A>
61
+</H1>
62
+    <BR><HR>
63
+<!--Table of Child-Links-->
64
+<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
65
+
66
+<UL>
67
+<LI><A NAME="tex2html1253"
68
+  HREF="node76.html">Virus Database Maintainers</A>
69
+<LI><A NAME="tex2html1254"
70
+  HREF="node77.html">Network management</A>
71
+<LI><A NAME="tex2html1255"
72
+  HREF="node78.html">Graphics</A>
73
+<LI><A NAME="tex2html1256"
74
+  HREF="node79.html">Core developers</A>
75
+</UL>
76
+<!--End of Table of Child-Links-->
77
+<BR><HR>
70 78
 <ADDRESS>
71 79
 Tomasz Kojm
72
-2004-03-13
80
+2004-04-16
73 81
 </ADDRESS>
74 82
 </BODY>
75 83
 </HTML>
... ...
@@ -7,8 +7,8 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
7 7
   Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8 8
 <HTML>
9 9
 <HEAD>
10
-<TITLE>About this document ...</TITLE>
11
-<META NAME="description" CONTENT="About this document ...">
10
+<TITLE>Virus Database Maintainers</TITLE>
11
+<META NAME="description" CONTENT="Virus Database Maintainers">
12 12
 <META NAME="keywords" CONTENT="clamdoc">
13 13
 <META NAME="resource-type" CONTENT="document">
14 14
 <META NAME="distribution" CONTENT="global">
... ...
@@ -19,61 +19,77 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
19 19
 
20 20
 <LINK REL="STYLESHEET" HREF="clamdoc.css">
21 21
 
22
+<LINK REL="next" HREF="node77.html">
22 23
 <LINK REL="previous" HREF="node75.html">
23
-<LINK REL="up" HREF="clamdoc.html">
24
+<LINK REL="up" HREF="node75.html">
25
+<LINK REL="next" HREF="node77.html">
24 26
 </HEAD>
25 27
 
26 28
 <BODY >
27 29
 <!--Navigation Panel-->
30
+<A NAME="tex2html1267"
31
+  HREF="node77.html">
28 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
29
- SRC="/usr/share/latex2html/icons/next_g.png"> 
30
-<A NAME="tex2html1219"
31
-  HREF="clamdoc.html">
33
+ SRC="/usr/share/latex2html/icons/next.png"></A> 
34
+<A NAME="tex2html1263"
35
+  HREF="node75.html">
32 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
33 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
34
-<A NAME="tex2html1215"
38
+<A NAME="tex2html1257"
35 39
   HREF="node75.html">
36 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
37 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
38
-<A NAME="tex2html1221"
42
+<A NAME="tex2html1265"
39 43
   HREF="node1.html">
40 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
41 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
42 46
 <BR>
43
-<B> Up:</B> <A NAME="tex2html1220"
44
-  HREF="clamdoc.html">clamdoc</A>
45
-<B> Previous:</B> <A NAME="tex2html1216"
46
-  HREF="node75.html">Bibliography</A>
47
- &nbsp <B>  <A NAME="tex2html1222"
47
+<B> Next:</B> <A NAME="tex2html1268"
48
+  HREF="node77.html">Network management</A>
49
+<B> Up:</B> <A NAME="tex2html1264"
50
+  HREF="node75.html">Authors</A>
51
+<B> Previous:</B> <A NAME="tex2html1258"
52
+  HREF="node75.html">Authors</A>
53
+ &nbsp <B>  <A NAME="tex2html1266"
48 54
   HREF="node1.html">Contents</A></B> 
49 55
 <BR>
50 56
 <BR>
51 57
 <!--End of Navigation Panel-->
52 58
 
53
-<H1><A NAME="SECTION000110000000000000000">
54
-About this document ...</A>
55
-</H1>
56
- <P>
57
-This document was generated using the
58
-<A HREF="http://www-texdev.mpce.mq.edu.au/l2h/docs/manual/"><STRONG>LaTeX</STRONG>2<tt>HTML</tt></A> translator Version 2K.1beta (1.48)
59
-<P>
60
-Copyright &#169; 1993, 1994, 1995, 1996,
61
-<A HREF="http://cbl.leeds.ac.uk/nikos/personal.html">Nikos Drakos</A>, 
62
-Computer Based Learning Unit, University of Leeds.
63
-<BR>
64
-Copyright &#169; 1997, 1998, 1999,
65
-<A HREF="http://www.maths.mq.edu.au/~ross/">Ross Moore</A>, 
66
-Mathematics Department, Macquarie University, Sydney.
67
-<P>
68
-The command line arguments were: <BR>
69
- <STRONG>latex2html</STRONG> <TT><A NAME="tex2html112"
70
-  HREF="../clamdoc.tex">clamdoc.tex</A></TT>
59
+<H2><A NAME="SECTION00091000000000000000">
60
+Virus Database Maintainers</A>
61
+</H2>
62
+    Virus database is a heart of every anti-virus software. The following
63
+    people care ClamAV's heart to be in a fine condition:
64
+    
65
+<UL>
66
+<LI>aCaB &lt;acab*clamav.net&gt;
67
+</LI>
68
+<LI>Christoph Cordes &lt;ccordes*clamav.net&gt;
69
+</LI>
70
+<LI>Diego D'Ambra &lt;diego*clamav.net&gt;
71
+</LI>
72
+<LI>Jason Englander &lt;jason*clamav.net&gt;
73
+</LI>
74
+<LI>Tomasz Kojm &lt;tkojm*clamav.net&gt;
75
+</LI>
76
+<LI>Denis De Messemacker &lt;ddm*clamav.net&gt;
77
+</LI>
78
+<LI>Tomasz Papszun &lt;tomek*clamav.net&gt;
79
+</LI>
80
+<LI>Trog &lt;trog*clamav.net&gt; (macro viruses)
81
+    
82
+</LI>
83
+</UL>
84
+    Our database includes the virus database (about 5000 signatures) from
85
+<BR>    <TT><A NAME="tex2html134"
86
+  HREF="OpenAntiVirus.org">OpenAntiVirus.org</A></TT>.
87
+
71 88
 <P>
72
-The translation was initiated by Tomasz Kojm on 2004-03-13
73 89
 <BR><HR>
74 90
 <ADDRESS>
75 91
 Tomasz Kojm
76
-2004-03-13
92
+2004-04-16
77 93
 </ADDRESS>
78 94
 </BODY>
79 95
 </HTML>
80 96
new file mode 100644
... ...
@@ -0,0 +1,75 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 2K.1beta (1.48)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Network management</TITLE>
10
+<META NAME="description" CONTENT="Network management">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v2K.1beta">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node78.html">
22
+<LINK REL="previous" HREF="node76.html">
23
+<LINK REL="up" HREF="node75.html">
24
+<LINK REL="next" HREF="node78.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1279"
30
+  HREF="node78.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
32
+ SRC="/usr/share/latex2html/icons/next.png"></A> 
33
+<A NAME="tex2html1275"
34
+  HREF="node75.html">
35
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
36
+ SRC="/usr/share/latex2html/icons/up.png"></A> 
37
+<A NAME="tex2html1269"
38
+  HREF="node76.html">
39
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
40
+ SRC="/usr/share/latex2html/icons/prev.png"></A> 
41
+<A NAME="tex2html1277"
42
+  HREF="node1.html">
43
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
44
+ SRC="/usr/share/latex2html/icons/contents.png"></A>  
45
+<BR>
46
+<B> Next:</B> <A NAME="tex2html1280"
47
+  HREF="node78.html">Graphics</A>
48
+<B> Up:</B> <A NAME="tex2html1276"
49
+  HREF="node75.html">Authors</A>
50
+<B> Previous:</B> <A NAME="tex2html1270"
51
+  HREF="node76.html">Virus Database Maintainers</A>
52
+ &nbsp <B>  <A NAME="tex2html1278"
53
+  HREF="node1.html">Contents</A></B> 
54
+<BR>
55
+<BR>
56
+<!--End of Navigation Panel-->
57
+
58
+<H2><A NAME="SECTION00092000000000000000">
59
+Network management</A>
60
+</H2>
61
+    Thanks to Luca 'NERvOus' Gibelli &lt;nervous*clamav.net&gt; you can
62
+    download our database from all the mirrors listed in <A HREF="node16.html#mirrors">2.10</A>. Luca
63
+    is also responsible for our main site <TT><A NAME="tex2html135"
64
+  HREF="www.clamav.net">www.clamav.net</A></TT>, mailing lists,
65
+    and the virus submission mechanism.
66
+
67
+<P>
68
+<BR><HR>
69
+<ADDRESS>
70
+Tomasz Kojm
71
+2004-04-16
72
+</ADDRESS>
73
+</BODY>
74
+</HTML>
0 75
new file mode 100644
... ...
@@ -0,0 +1,72 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 2K.1beta (1.48)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Graphics</TITLE>
10
+<META NAME="description" CONTENT="Graphics">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v2K.1beta">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node79.html">
22
+<LINK REL="previous" HREF="node77.html">
23
+<LINK REL="up" HREF="node75.html">
24
+<LINK REL="next" HREF="node79.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1291"
30
+  HREF="node79.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
32
+ SRC="/usr/share/latex2html/icons/next.png"></A> 
33
+<A NAME="tex2html1287"
34
+  HREF="node75.html">
35
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
36
+ SRC="/usr/share/latex2html/icons/up.png"></A> 
37
+<A NAME="tex2html1281"
38
+  HREF="node77.html">
39
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
40
+ SRC="/usr/share/latex2html/icons/prev.png"></A> 
41
+<A NAME="tex2html1289"
42
+  HREF="node1.html">
43
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
44
+ SRC="/usr/share/latex2html/icons/contents.png"></A>  
45
+<BR>
46
+<B> Next:</B> <A NAME="tex2html1292"
47
+  HREF="node79.html">Core developers</A>
48
+<B> Up:</B> <A NAME="tex2html1288"
49
+  HREF="node75.html">Authors</A>
50
+<B> Previous:</B> <A NAME="tex2html1282"
51
+  HREF="node77.html">Network management</A>
52
+ &nbsp <B>  <A NAME="tex2html1290"
53
+  HREF="node1.html">Contents</A></B> 
54
+<BR>
55
+<BR>
56
+<!--End of Navigation Panel-->
57
+
58
+<H2><A NAME="SECTION00093000000000000000">
59
+Graphics</A>
60
+</H2>
61
+    The authors of the nice ClamAV logo (look at the title page) are Mia
62
+    Kalenius and Sergei Pronin &lt;sp*finndesign.fi&gt;.
63
+
64
+<P>
65
+<BR><HR>
66
+<ADDRESS>
67
+Tomasz Kojm
68
+2004-04-16
69
+</ADDRESS>
70
+</BODY>
71
+</HTML>
0 72
new file mode 100644
... ...
@@ -0,0 +1,75 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 2K.1beta (1.48)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Core developers</TITLE>
10
+<META NAME="description" CONTENT="Core developers">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v2K.1beta">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="previous" HREF="node78.html">
22
+<LINK REL="up" HREF="node75.html">
23
+<LINK REL="next" HREF="node80.html">
24
+</HEAD>
25
+
26
+<BODY >
27
+<!--Navigation Panel-->
28
+<A NAME="tex2html1301"
29
+  HREF="node80.html">
30
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
31
+ SRC="/usr/share/latex2html/icons/next.png"></A> 
32
+<A NAME="tex2html1297"
33
+  HREF="node75.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
35
+ SRC="/usr/share/latex2html/icons/up.png"></A> 
36
+<A NAME="tex2html1293"
37
+  HREF="node78.html">
38
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
39
+ SRC="/usr/share/latex2html/icons/prev.png"></A> 
40
+<A NAME="tex2html1299"
41
+  HREF="node1.html">
42
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
43
+ SRC="/usr/share/latex2html/icons/contents.png"></A>  
44
+<BR>
45
+<B> Next:</B> <A NAME="tex2html1302"
46
+  HREF="node80.html">Bibliography</A>
47
+<B> Up:</B> <A NAME="tex2html1298"
48
+  HREF="node75.html">Authors</A>
49
+<B> Previous:</B> <A NAME="tex2html1294"
50
+  HREF="node78.html">Graphics</A>
51
+ &nbsp <B>  <A NAME="tex2html1300"
52
+  HREF="node1.html">Contents</A></B> 
53
+<BR>
54
+<BR>
55
+<!--End of Navigation Panel-->
56
+
57
+<H2><A NAME="SECTION00094000000000000000">
58
+Core developers</A>
59
+</H2>
60
+    Nigel Horne &lt;njh*clamav.net&gt; is a very active ClamAV developer
61
+    responsible for the mbox code and clamav-milter. Trog
62
+    &lt;trog*clamav.net&gt; developes the OLE2 code and the new thread
63
+    manager in clamd. Thomas Lamy is a great memory leak killer and code
64
+    stabilizer. Tomasz Kojm &lt;tkojm*clamav.net&gt;  navigates the project
65
+    and keeps an eye on everything <code>8-)</code>
66
+
67
+<P>
68
+<BR><HR>
69
+<ADDRESS>
70
+Tomasz Kojm
71
+2004-04-16
72
+</ADDRESS>
73
+</BODY>
74
+</HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html371"
30
+<A NAME="tex2html406"
31 31
   HREF="node9.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html367"
34
+<A NAME="tex2html402"
35 35
   HREF="node6.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html361"
38
+<A NAME="tex2html396"
39 39
   HREF="node7.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html369"
42
+<A NAME="tex2html404"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html372"
47
+<B> Next:</B> <A NAME="tex2html407"
48 48
   HREF="node9.html">Binary packages - snapshots</A>
49
-<B> Up:</B> <A NAME="tex2html368"
49
+<B> Up:</B> <A NAME="tex2html403"
50 50
   HREF="node6.html">Installation</A>
51
-<B> Previous:</B> <A NAME="tex2html362"
51
+<B> Previous:</B> <A NAME="tex2html397"
52 52
   HREF="node7.html">Supported platforms</A>
53
- &nbsp <B>  <A NAME="tex2html370"
53
+ &nbsp <B>  <A NAME="tex2html405"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -151,41 +151,48 @@ All major features of ClamAV are implemented under Win32 using the
151 151
 	Cygwin compatibility layer. You can download a self installing
152 152
 	package at <TT><A NAME="tex2html13"
153 153
   HREF="http://www.sosdg.org/clamav-win32/index.php">http://www.sosdg.org/clamav-win32/index.php</A></TT>
154
+<P>
155
+</LI>
156
+<LI><B>MS Windows - graphical version</B>
157
+<BR>
158
+A standalone GUI version is also available. See ClamWin
159
+	in the <I>Third Party Software</I> section (<A HREF="node65.html#clamwin">5.38</A>).
160
+    
154 161
 </LI>
155 162
 </UL>
156 163
 
157 164
 <P>
158 165
 <HR>
159 166
 <!--Navigation Panel-->
160
-<A NAME="tex2html371"
167
+<A NAME="tex2html406"
161 168
   HREF="node9.html">
162 169
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
163 170
  SRC="/usr/share/latex2html/icons/next.png"></A> 
164
-<A NAME="tex2html367"
171
+<A NAME="tex2html402"
165 172
   HREF="node6.html">
166 173
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
167 174
  SRC="/usr/share/latex2html/icons/up.png"></A> 
168
-<A NAME="tex2html361"
175
+<A NAME="tex2html396"
169 176
   HREF="node7.html">
170 177
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
171 178
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
172
-<A NAME="tex2html369"
179
+<A NAME="tex2html404"
173 180
   HREF="node1.html">
174 181
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
175 182
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
176 183
 <BR>
177
-<B> Next:</B> <A NAME="tex2html372"
184
+<B> Next:</B> <A NAME="tex2html407"
178 185
   HREF="node9.html">Binary packages - snapshots</A>
179
-<B> Up:</B> <A NAME="tex2html368"
186
+<B> Up:</B> <A NAME="tex2html403"
180 187
   HREF="node6.html">Installation</A>
181
-<B> Previous:</B> <A NAME="tex2html362"
188
+<B> Previous:</B> <A NAME="tex2html397"
182 189
   HREF="node7.html">Supported platforms</A>
183
- &nbsp <B>  <A NAME="tex2html370"
190
+ &nbsp <B>  <A NAME="tex2html405"
184 191
   HREF="node1.html">Contents</A></B> 
185 192
 <!--End of Navigation Panel-->
186 193
 <ADDRESS>
187 194
 Tomasz Kojm
188
-2004-03-13
195
+2004-04-16
189 196
 </ADDRESS>
190 197
 </BODY>
191 198
 </HTML>
192 199
new file mode 100644
... ...
@@ -0,0 +1,75 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 2K.1beta (1.48)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Bibliography</TITLE>
10
+<META NAME="description" CONTENT="Bibliography">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v2K.1beta">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node81.html">
22
+<LINK REL="previous" HREF="node75.html">
23
+<LINK REL="up" HREF="clamdoc.html">
24
+<LINK REL="next" HREF="node81.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1313"
30
+  HREF="node81.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
32
+ SRC="/usr/share/latex2html/icons/next.png"></A> 
33
+<A NAME="tex2html1309"
34
+  HREF="clamdoc.html">
35
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
36
+ SRC="/usr/share/latex2html/icons/up.png"></A> 
37
+<A NAME="tex2html1303"
38
+  HREF="node79.html">
39
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
40
+ SRC="/usr/share/latex2html/icons/prev.png"></A> 
41
+<A NAME="tex2html1311"
42
+  HREF="node1.html">
43
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
44
+ SRC="/usr/share/latex2html/icons/contents.png"></A>  
45
+<BR>
46
+<B> Next:</B> <A NAME="tex2html1314"
47
+  HREF="node81.html">About this document ...</A>
48
+<B> Up:</B> <A NAME="tex2html1310"
49
+  HREF="clamdoc.html">clamdoc</A>
50
+<B> Previous:</B> <A NAME="tex2html1304"
51
+  HREF="node79.html">Core developers</A>
52
+ &nbsp <B>  <A NAME="tex2html1312"
53
+  HREF="node1.html">Contents</A></B> 
54
+<BR><BR>
55
+<!--End of Navigation Panel-->
56
+ 
57
+<H2><A NAME="SECTION000100000000000000000">
58
+Bibliography</A>
59
+</H2><DL COMPACT><DD><P></P><DT><A NAME="clr">1</A>
60
+<DD>
61
+	    Cormen, Leiserson, Rivest: <I>Introduction to Algorithms</I>,
62
+	    Chapter 34, MIT Press.
63
+	<P></P><DT><A NAME="acwww">2</A>
64
+<DD>
65
+	    <FONT SIZE="-1">	    <TT><A NAME="tex2html136"
66
+  HREF="http://www-sr.informatik.uni-tuebingen.de/~buehler/AC/AC.html">http://www-sr.informatik.uni-tuebingen.de/~buehler/AC/AC.html</A></TT></FONT>:
67
+<BR>	    Aho-Corasick algorithm description
68
+</DL><BR><HR>
69
+<ADDRESS>
70
+Tomasz Kojm
71
+2004-04-16
72
+</ADDRESS>
73
+</BODY>
74
+</HTML>
0 75
new file mode 100644
... ...
@@ -0,0 +1,79 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 2K.1beta (1.48)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>About this document ...</TITLE>
10
+<META NAME="description" CONTENT="About this document ...">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v2K.1beta">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="previous" HREF="node80.html">
22
+<LINK REL="up" HREF="clamdoc.html">
23
+</HEAD>
24
+
25
+<BODY >
26
+<!--Navigation Panel-->
27
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
28
+ SRC="/usr/share/latex2html/icons/next_g.png"> 
29
+<A NAME="tex2html1319"
30
+  HREF="clamdoc.html">
31
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
32
+ SRC="/usr/share/latex2html/icons/up.png"></A> 
33
+<A NAME="tex2html1315"
34
+  HREF="node80.html">
35
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
36
+ SRC="/usr/share/latex2html/icons/prev.png"></A> 
37
+<A NAME="tex2html1321"
38
+  HREF="node1.html">
39
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
40
+ SRC="/usr/share/latex2html/icons/contents.png"></A>  
41
+<BR>
42
+<B> Up:</B> <A NAME="tex2html1320"
43
+  HREF="clamdoc.html">clamdoc</A>
44
+<B> Previous:</B> <A NAME="tex2html1316"
45
+  HREF="node80.html">Bibliography</A>
46
+ &nbsp <B>  <A NAME="tex2html1322"
47
+  HREF="node1.html">Contents</A></B> 
48
+<BR>
49
+<BR>
50
+<!--End of Navigation Panel-->
51
+
52
+<H1><A NAME="SECTION000110000000000000000">
53
+About this document ...</A>
54
+</H1>
55
+ <P>
56
+This document was generated using the
57
+<A HREF="http://www-texdev.mpce.mq.edu.au/l2h/docs/manual/"><STRONG>LaTeX</STRONG>2<tt>HTML</tt></A> translator Version 2K.1beta (1.48)
58
+<P>
59
+Copyright &#169; 1993, 1994, 1995, 1996,
60
+<A HREF="http://cbl.leeds.ac.uk/nikos/personal.html">Nikos Drakos</A>, 
61
+Computer Based Learning Unit, University of Leeds.
62
+<BR>
63
+Copyright &#169; 1997, 1998, 1999,
64
+<A HREF="http://www.maths.mq.edu.au/~ross/">Ross Moore</A>, 
65
+Mathematics Department, Macquarie University, Sydney.
66
+<P>
67
+The command line arguments were: <BR>
68
+ <STRONG>latex2html</STRONG> <TT><A NAME="tex2html137"
69
+  HREF="../clamdoc.tex">clamdoc.tex</A></TT>
70
+<P>
71
+The translation was initiated by Tomasz Kojm on 2004-04-16
72
+<BR><HR>
73
+<ADDRESS>
74
+Tomasz Kojm
75
+2004-04-16
76
+</ADDRESS>
77
+</BODY>
78
+</HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html383"
30
+<A NAME="tex2html418"
31 31
   HREF="node10.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html379"
34
+<A NAME="tex2html414"
35 35
   HREF="node6.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html373"
38
+<A NAME="tex2html408"
39 39
   HREF="node8.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html381"
42
+<A NAME="tex2html416"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html384"
47
+<B> Next:</B> <A NAME="tex2html419"
48 48
   HREF="node10.html">Requirements</A>
49
-<B> Up:</B> <A NAME="tex2html380"
49
+<B> Up:</B> <A NAME="tex2html415"
50 50
   HREF="node6.html">Installation</A>
51
-<B> Previous:</B> <A NAME="tex2html374"
51
+<B> Previous:</B> <A NAME="tex2html409"
52 52
   HREF="node8.html">Binary packages - stable</A>
53
- &nbsp <B>  <A NAME="tex2html382"
53
+ &nbsp <B>  <A NAME="tex2html417"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -85,7 +85,7 @@ Binary packages - snapshots</A>
85 85
 <BR><HR>
86 86
 <ADDRESS>
87 87
 Tomasz Kojm
88
-2004-03-13
88
+2004-04-16
89 89
 </ADDRESS>
90 90
 </BODY>
91 91
 </HTML>
92 92
Binary files a/docs/signatures.pdf and b/docs/signatures.pdf differ
... ...
@@ -48,7 +48,7 @@ pthread_mutex_t cl_gentemp_mutex = PTHREAD_MUTEX_INITIALIZER;
48 48
 #include "others.h"
49 49
 #include "md5.h"
50 50
 
51
-#define CL_FLEVEL 1 /* don't touch it */
51
+#define CL_FLEVEL 2 /* don't touch it */
52 52
 
53 53
 
54 54
 int cli_debug_flag = 0;