git-svn-id: file:///var/lib/svn/clamav-devel/trunk/clamav-devel@1616 77e5149b-7576-45b1-b177-96237e5ba77b
| ... | ... |
@@ -1,80 +1,10 @@ |
| 1 |
-0.84rc1 |
|
| 1 |
+0.86rc1 |
|
| 2 | 2 |
------- |
| 3 | 3 |
|
| 4 |
-This version improves detection of JPEG (MS04-028) based exploits, introduces |
|
| 5 |
-support for TNEF files and new detection mechanisms. Various bugfixes |
|
| 6 |
-(including problems with scanning of digest mail files) and improvements |
|
| 7 |
-have been made. |
|
| 8 |
- |
|
| 9 |
- |
|
| 10 |
--) libclamav: |
|
| 11 |
- + JPEG exploit detector now also checks embedded Photoshop thumbnail images |
|
| 12 |
- + archive meta-data scanner (improves malware detection within encrypted |
|
| 13 |
- archives) |
|
| 14 |
- + support for TNEF (winmail.dat) decoding |
|
| 15 |
- + support for all tar archive formats |
|
| 16 |
- + MD5 implementation replaced with a slightly faster one |
|
| 17 |
- + improved database reloading with reference counter |
|
| 18 |
- + database updateable false positive eliminator |
|
| 19 |
- + speed improvements |
|
| 20 |
- + various bugfixes |
|
| 21 |
- |
|
| 22 |
--) clamd: |
|
| 23 |
- + VirusEvent now sets CLAM_VIRUSEVENT_FILENAME and CLAM_VIRUSEVENT_VIRUSNAME |
|
| 24 |
- environment variables |
|
| 25 |
- |
|
| 26 |
--) clamav-milter: |
|
| 27 |
- + improved database update detection when not --external |
|
| 28 |
- |
|
| 29 |
--) clamscan: |
|
| 30 |
- + new options --include-dir and exclude-dir |
|
| 31 |
- + new option --max-dir-recursion |
|
| 32 |
- |
|
| 33 |
--) freshclam: |
|
| 34 |
- + new directive LocalIPAddress |
|
| 35 |
- |
|
| 36 |
--) contrib: |
|
| 37 |
- + clamdmon 1.0 - clamdwatch replacement written in C |
|
| 38 |
- |
|
| 39 |
--) 3rd party software: |
|
| 40 |
- + hMailServer - open source e-mail server for Microsoft Window |
|
| 41 |
- + pop3.proxy - proxy server for the POP3 protocol |
|
| 42 |
- + HTTP Anti Virus Proxy |
|
| 43 |
- + Squidclam - replacement for SquidClamAV-Redirector.py written in C |
|
| 44 |
- + QtClamAVclient - remote clamd client based on the Qt Toolkit |
|
| 45 |
- + qpsmtp - flexible smtpd daemon written in Perl |
|
| 46 |
- |
|
| 47 |
- |
|
| 48 |
-News: |
|
| 49 |
- |
|
| 50 |
-Palo Alto, Calif. March 31st 2005 - Clam AntiVirus, the leading Open Source |
|
| 51 |
-antivirus toolkit, and Sensory Networks, the leading provider of hardware |
|
| 52 |
-acceleration for network security applications, announced a partnership |
|
| 53 |
-to provide hardware acceleration support for the Clam AntiVirus suite. |
|
| 54 |
-[...] |
|
| 55 |
-Support for Sensory Networks' NodalCore acceleration in ClamAV will be |
|
| 56 |
-available in version 0.90 of the software suite in Q3 2005. For more |
|
| 57 |
-information please visit: |
|
| 58 |
-http://www.clamav.net/partners/partner-sn.html |
|
| 59 |
-http://www.sensorynetworks.com/ |
|
| 60 |
- |
|
| 61 |
- |
|
| 62 |
-The ClamAV project announces the opening of the official merchandise store: |
|
| 63 |
- |
|
| 64 |
-http://www.cafepress.com/clamav/ |
|
| 65 |
- |
|
| 66 |
-A big thank you to Finndesign (http://www.finndesign.fi) which |
|
| 67 |
-volunteered to design the whole line of products, including: |
|
| 68 |
- |
|
| 69 |
-- t-shirts (for women and men) |
|
| 70 |
-- golf shirt |
|
| 71 |
-- sweatshirt |
|
| 72 |
-- coffee mug |
|
| 73 |
-- mousepad |
|
| 74 |
-- stickers |
|
| 75 |
-- scrapbook |
|
| 76 |
- |
|
| 77 |
-By purchasing our merchandise, you contribute to the development of ClamAV. |
|
| 4 |
+This release candidate introduces a number of bugfixes and cleanups. |
|
| 5 |
+Possible descriptor leaks in archive unpackers and mishandling of fast track |
|
| 6 |
+uuencoded files have been fixed in libclamav. Database reloading in |
|
| 7 |
+clamav-milter has been improved. |
|
| 78 | 8 |
|
| 79 | 9 |
-- |
| 80 | 10 |
The ClamAV team (http://www.clamav.net/team.html) |
| ... | ... |
@@ -2,15 +2,50 @@ Note: This README/NEWS file refers to the source tarball. Some things described |
| 2 | 2 |
here may not be available in binary packages. |
| 3 | 3 |
-- |
| 4 | 4 |
|
| 5 |
-0.84rc1 |
|
| 5 |
+0.86rc1 |
|
| 6 | 6 |
------- |
| 7 | 7 |
|
| 8 |
+This release candidate introduces a number of bugfixes and cleanups. |
|
| 9 |
+Possible descriptor leaks in archive unpackers and mishandling of fast track |
|
| 10 |
+uuencoded files have been fixed in libclamav. Database reloading in |
|
| 11 |
+clamav-milter has been improved. |
|
| 12 |
+ |
|
| 13 |
+-- |
|
| 14 |
+The ClamAV team (http://www.clamav.net/team.html) |
|
| 15 |
+ |
|
| 16 |
+0.85.1 |
|
| 17 |
+------ |
|
| 18 |
+ |
|
| 19 |
+A problem where an email with more than one content-disposition type line, |
|
| 20 |
+one or more of which was empty, could crash libclamav has been fixed. Other |
|
| 21 |
+minor bugfixes have been made. |
|
| 22 |
+ |
|
| 23 |
+-- |
|
| 24 |
+The ClamAV team (http://www.clamav.net/team.html) |
|
| 25 |
+ |
|
| 26 |
+0.85 |
|
| 27 |
+---- |
|
| 28 |
+ |
|
| 29 |
+Bugfixes in this release include correct signature offset calculation in large |
|
| 30 |
+files, proper handling of encrypted zip archives, and others. |
|
| 31 |
+ |
|
| 32 |
+-- |
|
| 33 |
+The ClamAV team (http://www.clamav.net/team.html) |
|
| 34 |
+ |
|
| 35 |
+0.84 |
|
| 36 |
+---- |
|
| 37 |
+ |
|
| 8 | 38 |
This version improves detection of JPEG (MS04-028) based exploits, introduces |
| 9 | 39 |
support for TNEF files and new detection mechanisms. Various bugfixes |
| 10 | 40 |
(including problems with scanning of digest mail files) and improvements |
| 11 | 41 |
have been made. |
| 12 | 42 |
|
| 13 | 43 |
|
| 44 |
+** We encourage users to help testing the development versions, now with ** |
|
| 45 |
+** rewritten RAR code and support for 3.0 archives! ** |
|
| 46 |
+** http://www.clamav.net/snapshot/ ** |
|
| 47 |
+ |
|
| 48 |
+ |
|
| 14 | 49 |
-) libclamav: |
| 15 | 50 |
+ JPEG exploit detector now also checks embedded Photoshop thumbnail images |
| 16 | 51 |
+ archive meta-data scanner (improves malware detection within encrypted |
| ... | ... |
@@ -40,7 +75,7 @@ have been made. |
| 40 | 40 |
-) contrib: |
| 41 | 41 |
+ clamdmon 1.0 - clamdwatch replacement written in C |
| 42 | 42 |
|
| 43 |
--) 3rd party software (check clamdoc.pdf for details): |
|
| 43 |
+-) 3rd party software: |
|
| 44 | 44 |
+ hMailServer - open source e-mail server for Microsoft Window |
| 45 | 45 |
+ pop3.proxy - proxy server for the POP3 protocol |
| 46 | 46 |
+ HTTP Anti Virus Proxy |
| ... | ... |
@@ -50,7 +85,6 @@ have been made. |
| 50 | 50 |
+ QtClamAVclient - remote clamd client based on the Qt Toolkit |
| 51 | 51 |
+ qpsmtp - flexible smtpd daemon written in Perl |
| 52 | 52 |
|
| 53 |
- |
|
| 54 | 53 |
News: |
| 55 | 54 |
|
| 56 | 55 |
Palo Alto, Calif. March 31st 2005 - Clam AntiVirus, the leading Open Source |
| ... | ... |
@@ -69,14 +69,14 @@ |
| 69 | 69 |
\vspace{3cm}
|
| 70 | 70 |
\begin{flushright}
|
| 71 | 71 |
\rule[-1ex]{8cm}{3pt}\\
|
| 72 |
- \huge Clam AntiVirus 0.84rc1\\ |
|
| 72 |
+ \huge Clam AntiVirus 0.86rc1\\ |
|
| 73 | 73 |
\huge \emph{User Manual}\\
|
| 74 | 74 |
\end{flushright}
|
| 75 | 75 |
|
| 76 | 76 |
\newpage |
| 77 | 77 |
\pagestyle{fancy}
|
| 78 | 78 |
\tableofcontents |
| 79 |
- \vspace{12.0cm}
|
|
| 79 |
+ \vspace{11.5cm}
|
|
| 80 | 80 |
|
| 81 | 81 |
\noindent |
| 82 | 82 |
\begin{boxedminipage}[b]{\textwidth}
|
| ... | ... |
@@ -121,7 +121,7 @@ |
| 121 | 121 |
\item{POSIX compliant, portable}
|
| 122 | 122 |
\item{Fast scanning}
|
| 123 | 123 |
\item{Supports on-access scanning (Linux and FreeBSD only)}
|
| 124 |
- \item{Detects over 30000 viruses, worms, and trojans, including
|
|
| 124 |
+ \item{Detects over 35000 viruses, worms, and trojans, including
|
|
| 125 | 125 |
Microsoft Office and MacOffice macro viruses} |
| 126 | 126 |
\item{Scans within archives and compressed files (also protects
|
| 127 | 127 |
against archive bombs), built-in support includes: |
| ... | ... |
@@ -743,6 +743,7 @@ N * * * * /usr/local/bin/freshclam --quiet |
| 743 | 743 |
\subsubsection{Mail files}
|
| 744 | 744 |
Advanced mail scanner built into libclamav transparently scans e-mails |
| 745 | 745 |
for infected attachments. All popular UNIX mail formats are supported. |
| 746 |
+ TNEF attachments are supported as well. |
|
| 746 | 747 |
|
| 747 | 748 |
\subsection{API}
|
| 748 | 749 |
|
| ... | ... |
@@ -1466,6 +1467,19 @@ level required:MD5 checksum:digital signature:builder name:build time (sec) |
| 1466 | 1466 |
the SMTP conversation. It is open source and only uses open components. |
| 1467 | 1467 |
Very efficent (written in C). |
| 1468 | 1468 |
|
| 1469 |
+ \subsubsection{SmarterMail Filter}
|
|
| 1470 |
+ \textbf{Homepage:} \url{http://www.efextra.com/smfilter.htm}\\
|
|
| 1471 |
+ \textbf{Supports:} clamscan, clamd\\[4pt]
|
|
| 1472 |
+ SMFilter is a free plugin for SmarterMail Mail Server that provides |
|
| 1473 |
+ antivirus scanning using ClamAV. |
|
| 1474 |
+ |
|
| 1475 |
+ \subsubsection{smf-clamd}
|
|
| 1476 |
+ \textbf{Homepage:} \url{}\\
|
|
| 1477 |
+ \textbf{Supports:} clamd\\[4pt]
|
|
| 1478 |
+ SmartSendmailFilter-clamd is a lightweight filter for Sendmail. It's |
|
| 1479 |
+ a small (less than 550 lines of C code), fast and very stable filter |
|
| 1480 |
+ (production quality). |
|
| 1481 |
+ |
|
| 1469 | 1482 |
\subsubsection{smtpfilter}
|
| 1470 | 1483 |
\textbf{Homepage:} \url{http://www.gtoal.com/spam/smtpfilter.c.html}\\
|
| 1471 | 1484 |
\textbf{Supports:} clamscan\\[4pt]
|
| ... | ... |
@@ -1486,6 +1500,13 @@ level required:MD5 checksum:digital signature:builder name:build time (sec) |
| 1486 | 1486 |
\textbf{Supports:} clamscan\\[4pt]
|
| 1487 | 1487 |
Zabit is a content and attachment filter for Qmail. |
| 1488 | 1488 |
|
| 1489 |
+ \subsubsection{zmscanner}
|
|
| 1490 |
+ \textbf{Homepage:} \url{http://www.average.org/zmscanner/}\\
|
|
| 1491 |
+ \textbf{Supports:} libclamav\\[4pt]
|
|
| 1492 |
+ Zmscanner is an extensible modular content filter for Zmailer and Sendmail. |
|
| 1493 |
+ It is designed to be fast and efficient and thus suitable for high traffic |
|
| 1494 |
+ mail systems. |
|
| 1495 |
+ |
|
| 1489 | 1496 |
\subsection{\emph{MTA + POP3 Proxy + ClamAV}}
|
| 1490 | 1497 |
|
| 1491 | 1498 |
\subsubsection{ClamMail}
|
| ... | ... |
@@ -1888,6 +1909,11 @@ level required:MD5 checksum:digital signature:builder name:build time (sec) |
| 1888 | 1888 |
a virus is detected, snort-inline can send a reset and drop the relative |
| 1889 | 1889 |
packets. |
| 1890 | 1890 |
|
| 1891 |
+ \subsubsection{Snort-ClamAV}
|
|
| 1892 |
+ \textbf{Homepage:} \url{http://www.bleedingsnort.com/staticpages/index.php?page=snort-clamav}\\
|
|
| 1893 |
+ \textbf{Supports:} libclamav\\[4pt]
|
|
| 1894 |
+ Snort-ClamAV scans data in packets for viruses. |
|
| 1895 |
+ |
|
| 1891 | 1896 |
\section{Credits}
|
| 1892 | 1897 |
|
| 1893 | 1898 |
\subsection{Database mirrors}\label{mirrors}
|
| ... | ... |
@@ -1941,15 +1967,6 @@ level required:MD5 checksum:digital signature:builder name:build time (sec) |
| 1941 | 1941 |
& & & \email{<scott*perlcode.org>}\\ \hline
|
| 1942 | 1942 |
\url{clamavdb.heanet.ie} & 193.1.219.100 & Ireland & Colm MacCarthaigh\\
|
| 1943 | 1943 |
& & & \email{<mirrors*heanet.ie>}\\ \hline
|
| 1944 |
- \end{tabular}}
|
|
| 1945 |
- \end{center}
|
|
| 1946 |
- % new page |
|
| 1947 |
- \begin{center}
|
|
| 1948 |
- {\footnotesize
|
|
| 1949 |
- \begin{tabular}{|c|c|c|c|}
|
|
| 1950 |
- \hline |
|
| 1951 |
- Mirror & IP & Location & Administrator\\ \hline\hline |
|
| 1952 |
- |
|
| 1953 | 1944 |
\url{clamav.crysys.hu} & 152.66.249.132 & Hungary & Bencsath Boldizsar\\
|
| 1954 | 1945 |
& & & \email{<boldi*mail2004.crysys.hit.bme.hu>}\\ \hline
|
| 1955 | 1946 |
|
| ... | ... |
@@ -1967,7 +1984,17 @@ level required:MD5 checksum:digital signature:builder name:build time (sec) |
| 1967 | 1967 |
|
| 1968 | 1968 |
\url{clamavdb.ikk.sztaki.hu} & 193.225.86.3 & Hungary & Gabor Kiss\\
|
| 1969 | 1969 |
& & & \email{<kissg*debella.ikk.sztaki.hu>}\\ \hline
|
| 1970 |
- |
|
| 1970 |
+ |
|
| 1971 |
+ \end{tabular}}
|
|
| 1972 |
+ \end{center}
|
|
| 1973 |
+ % new page |
|
| 1974 |
+ \begin{center}
|
|
| 1975 |
+ {\footnotesize
|
|
| 1976 |
+ \begin{tabular}{|c|c|c|c|}
|
|
| 1977 |
+ \hline |
|
| 1978 |
+ Mirror & IP & Location & Administrator\\ \hline\hline |
|
| 1979 |
+ |
|
| 1980 |
+ |
|
| 1971 | 1981 |
\url{clamav.mirrors.nks.net} & 24.73.112.74 & Florida, USA & James Neal\\
|
| 1972 | 1982 |
& & & \email{<clam-admin*nks.net>}\\ \hline
|
| 1973 | 1983 |
|
| ... | ... |
@@ -1986,11 +2013,6 @@ level required:MD5 checksum:digital signature:builder name:build time (sec) |
| 1986 | 1986 |
\url{clamav.im1.net} & 65.77.42.207 & Florida, US & Dmitri Pavlenkov\\
|
| 1987 | 1987 |
& & & \email{<dmitri*im1.com>}\\ \hline
|
| 1988 | 1988 |
|
| 1989 |
- \url{clamav.elektrotech-ker.hu} & 80.95.80.7 & Hungary & Bodrogi Zsolt\\
|
|
| 1990 |
- & & & \email{<odin*szilank.hu>}\\ \hline
|
|
| 1991 |
- |
|
| 1992 |
- \url{clamav.stockingshq.com} & 212.113.16.74 & United Kingdom & \email{<dave*stockingshq.com>}\\ \hline
|
|
| 1993 |
- |
|
| 1994 | 1989 |
\url{clamav.acnova.com} & 203.81.40.167 & Singapore & Lennard Seah\\
|
| 1995 | 1990 |
& & & \email{<myself*lennardseah.com>}\\ \hline
|
| 1996 | 1991 |
\url{clamdb.prolocation.net} & 213.73.255.243 & The Netherlands & Raymond Dijkxhoorn\\
|
| ... | ... |
@@ -2011,14 +2033,6 @@ level required:MD5 checksum:digital signature:builder name:build time (sec) |
| 2011 | 2011 |
& & & \email{<clamav*zyserver.net>}\\ \hline
|
| 2012 | 2012 |
\url{clamav.pcn.de} & 213.203.254.4 & Hamburg, & Karsten Gessner\\
|
| 2013 | 2013 |
& & Germany & \email{<karsten*pcn.de>}\\ \hline
|
| 2014 |
- \end{tabular}}
|
|
| 2015 |
- \end{center}
|
|
| 2016 |
- % new page |
|
| 2017 |
- \begin{center}
|
|
| 2018 |
- {\footnotesize
|
|
| 2019 |
- \begin{tabular}{|c|c|c|c|}
|
|
| 2020 |
- \hline |
|
| 2021 |
- Mirror & IP & Location & Administrator\\ \hline\hline |
|
| 2022 | 2014 |
\url{clamav.enderunix.org} & 193.140.143.23 & Turkey & Omer Faruk Sen\\
|
| 2023 | 2015 |
& & & \email{<ofsen*enderunix.org>}\\ \hline
|
| 2024 | 2016 |
\url{clamav.ovh.net} & 213.186.33.38 & France & Germain Masse\\
|
| ... | ... |
@@ -2033,6 +2047,15 @@ level required:MD5 checksum:digital signature:builder name:build time (sec) |
| 2033 | 2033 |
& & & \email{<adam*popik.pl>}\\ \hline
|
| 2034 | 2034 |
\url{clamav.fx-services.com} & 69.93.108.98 & USA & Robin Vley\\
|
| 2035 | 2035 |
& & & \email{<robin*fx-services.com>}\\ \hline
|
| 2036 |
+ \end{tabular}}
|
|
| 2037 |
+ \end{center}
|
|
| 2038 |
+ % new page |
|
| 2039 |
+ \begin{center}
|
|
| 2040 |
+ {\footnotesize
|
|
| 2041 |
+ \begin{tabular}{|c|c|c|c|}
|
|
| 2042 |
+ \hline |
|
| 2043 |
+ Mirror & IP & Location & Administrator\\ \hline\hline |
|
| 2044 |
+ |
|
| 2036 | 2045 |
\url{clamav.univ-nantes.fr} & 193.52.101.131 & France & Yann Dupont\\
|
| 2037 | 2046 |
& & & \email{<yann.dupont*univ-nantes.fr>}\\ \hline
|
| 2038 | 2047 |
\url{clamav.blackroute.net} & 64.246.44.108 & Texas, USA & Maarten Van Horenbeeck\\
|
| ... | ... |
@@ -2063,23 +2086,12 @@ level required:MD5 checksum:digital signature:builder name:build time (sec) |
| 2063 | 2063 |
& & & \email{<jfp*clearfield.com>}\\ \hline
|
| 2064 | 2064 |
\url{clamav.oltrelinux.com} & 194.242.226.43 & Italy & Luca Gibelli\\
|
| 2065 | 2065 |
& & & \email{<l.gibelli*oltrelinux.com>}\\ \hline
|
| 2066 |
- \url{clamav.artcoms.ru} & 80.244.224.247 & Russia & Syrnikov Alexei\\
|
|
| 2067 |
- & & & \email{<san*artcoms.ru>}\\ \hline
|
|
| 2068 | 2066 |
\url{xarch.clamav.net} & 129.27.62.129 & Austria & Reini Urban\\
|
| 2069 | 2067 |
& & & \email{<rurban*x-ray.at>}\\ \hline
|
| 2070 | 2068 |
\url{clamav.linux.it} & 213.92.8.5 & Italy & Marco d'Itri\\
|
| 2071 | 2069 |
& & & \email{<md*linux.it>}\\ \hline
|
| 2072 | 2070 |
\url{clamav.eastweb.ru} & 213.219.245.4 & Russia & Leonid Novikov\\
|
| 2073 | 2071 |
& & & \email{<lenni*eastweb.ru>}\\ \hline
|
| 2074 |
- \end{tabular}}
|
|
| 2075 |
- \end{center}
|
|
| 2076 |
- % new page |
|
| 2077 |
- \begin{center}
|
|
| 2078 |
- {\footnotesize
|
|
| 2079 |
- \begin{tabular}{|c|c|c|c|}
|
|
| 2080 |
- \hline |
|
| 2081 |
- Mirror & IP & Location & Administrator\\ \hline\hline |
|
| 2082 |
- |
|
| 2083 | 2072 |
\url{clamav.mirrors.webpartner.dk} & 195.184.96.15 & Denmark & Nicolai Gylling \email{<nsg*webpartner.dk>}\\
|
| 2084 | 2073 |
& & & Lasse Brandt \email{<lb*webpartner.dk>}\\ \hline
|
| 2085 | 2074 |
\url{mirror.etf.bg.ac.yu} & 147.91.8.58 & Belgrade, Serbia & Ljubisa Radivojevic\\
|
| ... | ... |
@@ -2092,6 +2104,15 @@ level required:MD5 checksum:digital signature:builder name:build time (sec) |
| 2092 | 2092 |
& & & \email{<fd*waycom.net>}\\ \hline
|
| 2093 | 2093 |
\url{clamav.cryms.info} & 194.29.5.19 & Lugano, & Lorenzo Patocchi\\
|
| 2094 | 2094 |
& & Switzerland & \email{<lorenzo.patocchi*cryms.com>}\\ \hline
|
| 2095 |
+ \end{tabular}}
|
|
| 2096 |
+ \end{center}
|
|
| 2097 |
+ % new page |
|
| 2098 |
+ \begin{center}
|
|
| 2099 |
+ {\footnotesize
|
|
| 2100 |
+ \begin{tabular}{|c|c|c|c|}
|
|
| 2101 |
+ \hline |
|
| 2102 |
+ Mirror & IP & Location & Administrator\\ \hline\hline |
|
| 2103 |
+ |
|
| 2095 | 2104 |
\url{clamav.mirror.pacific.net.au} & 61.8.0.16 & Australia & Martin Foster\\
|
| 2096 | 2105 |
& & & \email{<mirror-team*pacific.net.au>}\\ \hline
|
| 2097 | 2106 |
\url{clamavdb.mirrors.net.ru} & 212.16.26.185 & Russia & Andrew V. Kovalev\\
|
| ... | ... |
@@ -2134,6 +2155,33 @@ level required:MD5 checksum:digital signature:builder name:build time (sec) |
| 2134 | 2134 |
& & & \email{<master*hanbiro.com>}\\ \hline
|
| 2135 | 2135 |
\url{clamav.kyit.edu.tw} & 210.60.80.8 & Taiwan & Rui-Xiang Guo\\
|
| 2136 | 2136 |
& & & \email{<rxg*cc.kyit.edu.tw>}\\ \hline
|
| 2137 |
+ \url{clamav.vtu.lt} & 193.219.149.170 & Lithuania & Eugenijus J.\\
|
|
| 2138 |
+ & & & \email{<ejs*ar.vtu.lt>}\\ \hline
|
|
| 2139 |
+ \url{clamav.ftpproxy.org} & 217.110.63.228 & Germany & Andreas Schoenberg\\
|
|
| 2140 |
+ & & & \email{<asg*ftpproxy.org>}\\ \hline
|
|
| 2141 |
+ \url{clamav.iasi.roedu.net} & 192.129.4.120 & Romania & Subredu Manuel\\
|
|
| 2142 |
+ & & & \email{<ftpadmin*iasi.roedu.net>}\\ \hline
|
|
| 2143 |
+ \end{tabular}}
|
|
| 2144 |
+ \end{center}
|
|
| 2145 |
+ % new page |
|
| 2146 |
+ \begin{center}
|
|
| 2147 |
+ {\footnotesize
|
|
| 2148 |
+ \begin{tabular}{|c|c|c|c|}
|
|
| 2149 |
+ \hline |
|
| 2150 |
+ Mirror & IP & Location & Administrator\\ \hline\hline |
|
| 2151 |
+ |
|
| 2152 |
+ \url{clamav.infonet.ee} & 212.7.0.71 & Estonia & Konstantin Barinov\\
|
|
| 2153 |
+ & & & \email{<sbr*infonet.ee>}\\ \hline
|
|
| 2154 |
+ \url{clamav.savework.de} & 81.169.151.96 & Germany & Kai-H. Weutzing\\
|
|
| 2155 |
+ & & & \email{<clamavdb*savework.de>}\\ \hline
|
|
| 2156 |
+ \url{clamav.citrin.ru} & 213.248.60.121 & Russia & Anton Yuzhaninov\\
|
|
| 2157 |
+ & & & \email{<citrin*citrin.ru>}\\ \hline
|
|
| 2158 |
+ \url{clamav.keystreams.com} & 207.158.28.8 & USA & Roman Volf\\
|
|
| 2159 |
+ & & & \email{<volfman*keystreams.com>}\\ \hline
|
|
| 2160 |
+ \url{clamav.paralax.org} & 83.148.101.196 & Bulgaria & Svetoslav Vesselkoff\\
|
|
| 2161 |
+ & & & \email{<soho*paralax.org>}\\ \hline
|
|
| 2162 |
+ \url{clamav.linux.pt} & 194.65.79.153 & Portugal & Jose Celestino\\
|
|
| 2163 |
+ & & & \email{<japc*co.sapo.pt>}\\ \hline
|
|
| 2137 | 2164 |
\end{tabular}}
|
| 2138 | 2165 |
\end{center}
|
| 2139 | 2166 |
|
| ... | ... |
@@ -2144,6 +2192,7 @@ level required:MD5 checksum:digital signature:builder name:build time (sec) |
| 2144 | 2144 |
\item Sergey Y. Afonin \email{<asy*kraft-s.ru>}
|
| 2145 | 2145 |
\item Robert Allerstorfer \email{<roal*anet.at>}
|
| 2146 | 2146 |
\item Claudio Alonso \email{<cfalonso*yahoo.com>}
|
| 2147 |
+ \item Kevin Amorin \email{<kamorin*ccs.neu.edu>}
|
|
| 2147 | 2148 |
\item Kamil Andrusz \email{<wizz*mniam.net>}
|
| 2148 | 2149 |
\item Jean-Edouard Babin \email{<Jeb*jeb.com.fr>}
|
| 2149 | 2150 |
\item Marc Baudoin \email{<babafou*babafou.eu.org>}
|
| ... | ... |
@@ -2153,6 +2202,7 @@ level required:MD5 checksum:digital signature:builder name:build time (sec) |
| 2153 | 2153 |
\item Carlo Marcelo Arenas Belon \email{<carenas*sajinet.com.pe>}
|
| 2154 | 2154 |
\item Hilko Bengen \email{<bengen*vdst-ka.inka.de>}
|
| 2155 | 2155 |
\item Hank Beatty \email{<hbeatty*starband.net>}
|
| 2156 |
+ \item Alexandre Biancalana \email{<ale*seudns.net>}
|
|
| 2156 | 2157 |
\item Patrick Bihan-Faou \email{<patrick*mindstep.com>}
|
| 2157 | 2158 |
\item Martin Blapp \email{<mb*imp.ch>}
|
| 2158 | 2159 |
\item Dale Blount \email{<dale*velocity.net>}
|
| ... | ... |
@@ -2217,6 +2267,7 @@ level required:MD5 checksum:digital signature:builder name:build time (sec) |
| 2217 | 2217 |
\item Michal Hajduczenia \email{<michalis*mat.uni.torun.pl>}
|
| 2218 | 2218 |
\item Jean-Christophe Heger \email{<jcheger*acytec.com>}
|
| 2219 | 2219 |
\item Martin Heinz \email{<Martin*hemag.ch>}
|
| 2220 |
+ \item Kevin Heneveld" \email{<kevin*northstar.k12.ak.us>}
|
|
| 2220 | 2221 |
\item Anders Herbjornsen \email{<andersh*gar.no>}
|
| 2221 | 2222 |
\item Paul Hoadley \email{<paulh*logixsquad.net>}
|
| 2222 | 2223 |
\item Robert Hogan \email{<robert*roberthogan.net>}
|
| ... | ... |
@@ -2262,6 +2313,7 @@ level required:MD5 checksum:digital signature:builder name:build time (sec) |
| 2262 | 2262 |
\item Thomas Madsen \email{<tm*softcom.dk>}
|
| 2263 | 2263 |
\item Bill Maidment \email{<bill*maidment.com.au>}
|
| 2264 | 2264 |
\item Joe Maimon \email{<jmaimon*ttec.com>}
|
| 2265 |
+ \item David Majorel \email{<dm*lagoon.nc>}
|
|
| 2265 | 2266 |
\item Andrey V. Malyshev \email{<amal*krasn.ru>}
|
| 2266 | 2267 |
\item Stefan Martig \email{<sm*officeco.ch>}
|
| 2267 | 2268 |
\item Alexander Marx \email{<mad-ml*madness.at>}
|
| ... | ... |
@@ -2278,11 +2330,13 @@ level required:MD5 checksum:digital signature:builder name:build time (sec) |
| 2278 | 2278 |
\item Arkadiusz Miskiewicz \email{<misiek*pld-linux.org>}
|
| 2279 | 2279 |
\item Ted Mittelstaedt \email{<tedm*toybox.placo.com>}
|
| 2280 | 2280 |
\item Mark Mielke \email{<mark*mark.mielke.cc>}
|
| 2281 |
+ \item John Miller \email{<contact*glideslopesoftware.co.uk>}
|
|
| 2281 | 2282 |
\item Jo Mills \email{<Jonathan.Mills*frequentis.com>}
|
| 2282 | 2283 |
\item Dustin Mollo \email{<dustin.mollo*sonoma.edu>}
|
| 2283 | 2284 |
\item Remi Mommsen \email{<remigius.mommsen*cern.ch>}
|
| 2284 | 2285 |
\item Doug Monroe \email{<doug*planetconnect.com>}
|
| 2285 | 2286 |
\item Alex S Moore \email{<asmoore*edge.net>}
|
| 2287 |
+ \item Tim Morgan \email{<tim*sentinelchicken.org>}
|
|
| 2286 | 2288 |
\item Dirk Mueller \email{<mueller*kde.org>}
|
| 2287 | 2289 |
\item Flinn Mueller\email{<flinn*activeintra.net>}
|
| 2288 | 2290 |
\item Hendrik Muhs \email{<Hendrik.Muhs*student.uni-magdeburg.de>}
|
| ... | ... |
@@ -2317,6 +2371,8 @@ level required:MD5 checksum:digital signature:builder name:build time (sec) |
| 2317 | 2317 |
\item Thomas Quinot \email{<thomas*cuivre.fr.eu.org>}
|
| 2318 | 2318 |
\item Ed Ravin \email{<eravin*panix.com>}
|
| 2319 | 2319 |
\item Brian A. Reiter \email{<breiter*wolfereiter.com>}
|
| 2320 |
+ \item Didi Rieder \email{<adrieder*sbox.tugraz.at>}
|
|
| 2321 |
+ \item Pavel V. Rochnyack \email{<rpv*fsf.tsu.ru>}
|
|
| 2320 | 2322 |
\item Rupert Roesler-Schmidt \email{<r.roesler-schmidt*uplink.at>}
|
| 2321 | 2323 |
\item David Sanchez \email{<dsanchez*veloxia.com>}
|
| 2322 | 2324 |
\item David Santinoli \email{<david*santinoli.com>}
|
| ... | ... |
@@ -2335,6 +2391,7 @@ level required:MD5 checksum:digital signature:builder name:build time (sec) |
| 2335 | 2335 |
\item Sergey Smitienko \email{<hunter*comsys.com.ua>}
|
| 2336 | 2336 |
\item Solar Designer \email{<solar*openwall.com>}
|
| 2337 | 2337 |
\item Kevin Spicer \email{<kevin*kevinspicer.co.uk>}
|
| 2338 |
+ \item GertJan Spoelman \email{<cav*gjs.cc>}
|
|
| 2338 | 2339 |
\item Ole Stanstrup \email{<ole*stanstrup.dk>}
|
| 2339 | 2340 |
\item Adam Stein \email{<adam*scan.mc.xerox.com>}
|
| 2340 | 2341 |
\item Steve \email{<steveb*webtribe.net>}
|
| ... | ... |
@@ -2345,6 +2402,7 @@ level required:MD5 checksum:digital signature:builder name:build time (sec) |
| 2345 | 2345 |
\item Joe Talbott \email{<josepht*cstone.net>}
|
| 2346 | 2346 |
\item Gernot Tenchio \email{<g.tenchio*telco-tech.de>}
|
| 2347 | 2347 |
\item Masahiro Teramoto \email{<markun*onohara.to>}
|
| 2348 |
+ \item Daniel Theodoro \email{<dtheodoro*ig.com.br>}
|
|
| 2348 | 2349 |
\item Ryan Thompson \email{<clamav*sasknow.com>}
|
| 2349 | 2350 |
\item Yar Tikhiy \email{<yar*comp.chem.msu.su>}
|
| 2350 | 2351 |
\item Michael L. Torrie \email{<torriem*chem.byu.edu>}
|
| ... | ... |
@@ -2352,8 +2410,10 @@ level required:MD5 checksum:digital signature:builder name:build time (sec) |
| 2352 | 2352 |
\item Matthew Trent \email{<mtrent*localaccess.com>}
|
| 2353 | 2353 |
\item Reini Urban \email{<rurban*x-ray.at>}
|
| 2354 | 2354 |
\item Daniel Mario Vega \email{<dv5a*dc.uba.ar>}
|
| 2355 |
+ \item Denis Vlasenko \email{<vda*ilport.com.ua>}
|
|
| 2355 | 2356 |
\item Laurent Wacrenier \email{<lwa*teaser.fr>}
|
| 2356 | 2357 |
\item Charlie Watts \email{<cewatts*brainstorminternet.net>}
|
| 2358 |
+ \item Florian Weimer \email{<fw*deneb.enyo.de>}
|
|
| 2357 | 2359 |
\item Paul Welsh \email{<paul*welshfamily.com>}
|
| 2358 | 2360 |
\item Nicklaus Wicker \email{<n.wicker*cnk-networks.de>}
|
| 2359 | 2361 |
\item David Woakes \email{<david*mitredata.co.uk>}
|
| ... | ... |
@@ -2387,10 +2447,12 @@ level required:MD5 checksum:digital signature:builder name:build time (sec) |
| 2387 | 2387 |
\item Cheahch from Singapore |
| 2388 | 2388 |
\item Conexim Australia - business web hosting (\url{http://www.conexim.com.au})
|
| 2389 | 2389 |
\item Joe Cooper |
| 2390 |
+ \item Ron DeFulio |
|
| 2390 | 2391 |
\item Steve Donegan (\url{http://www.donegan.org/})
|
| 2391 | 2392 |
\item Dynamic Network Services, Inc (\url{http://www.dyndns.org/})
|
| 2392 | 2393 |
\item EAS Enterprises LLC |
| 2393 | 2394 |
\item Electric Embers (\url{http://electricembers.net})
|
| 2395 |
+ \item John T. Ellis |
|
| 2394 | 2396 |
\item Epublica |
| 2395 | 2397 |
\item Bernhard Erdmann |
| 2396 | 2398 |
\item David Eriksson (\url{http://www.2good.nu/})
|
| ... | ... |
@@ -2418,6 +2480,7 @@ level required:MD5 checksum:digital signature:builder name:build time (sec) |
| 2418 | 2418 |
\item IDEAL Software GmbH (\url{http://www.IdealSoftware.com/})
|
| 2419 | 2419 |
\item Industry Standard Computers (\url{http://www.ISCnetwork.com/})
|
| 2420 | 2420 |
\item Invisik Corporation (\url{http://www.invisik.com/})
|
| 2421 |
+ \item itXcel Internet - Domain Registration (\url{http://www.itxcel.com})
|
|
| 2421 | 2422 |
\item Craig Jackson |
| 2422 | 2423 |
\item Stuart Jones |
| 2423 | 2424 |
\item Jason Judge |
| ... | ... |
@@ -2427,6 +2490,7 @@ level required:MD5 checksum:digital signature:builder name:build time (sec) |
| 2427 | 2427 |
\item Mark Lotspaih (\url{http://www.lotcom.org/})
|
| 2428 | 2428 |
\item Michel Machado (\url{http://oss.digirati.com.br/})
|
| 2429 | 2429 |
\item Olivier Marechal |
| 2430 |
+ \item Micro Logic Systems (\url{http://www.mls.nc/})
|
|
| 2430 | 2431 |
\item Midcoast Internet Solutions |
| 2431 | 2432 |
\item Mimecast (\url{http://www.mimecast.com/})
|
| 2432 | 2433 |
\item Kazuhiro Miyaji |
| ... | ... |
@@ -2524,7 +2588,7 @@ level required:MD5 checksum:digital signature:builder name:build time (sec) |
| 2524 | 2524 |
Role: inactive |
| 2525 | 2525 |
|
| 2526 | 2526 |
\item Tomasz Papszun \email{<tomek*clamav.net>}, Poland\\
|
| 2527 |
- Role: virus database maintainer |
|
| 2527 |
+ Role: temporarily inactive |
|
| 2528 | 2528 |
|
| 2529 | 2529 |
\item Sven Strickroth \email{<sven*clamav.net>}, Germany\\
|
| 2530 | 2530 |
Role: virus database maintainer |