Browse code

update

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

Tomasz Kojm authored on 2004/09/20 06:01:47
Showing 17 changed files
... ...
@@ -1,3 +1,7 @@
1
+Sun Sep 19 22:55:34 CEST 2004 (tk)
2
+----------------------------------
3
+  * include new test file from aCaB (a fully working 544 bytes long MZ+PE!)
4
+
1 5
 Sun Sep 19 21:19:51 CEST 2004 (tk)
2 6
 ----------------------------------
3 7
   * docs/MacOSX: update (thanks to Dale Enterprise L.L.C)
... ...
@@ -174,7 +174,7 @@ static int cli_scanrar(int desc, const char **virname, long int *scanned, const
174 174
 	    }
175 175
 	}
176 176
 
177
-        if(!(rarlist->item.FileAttr & RAR_FENTRY_ATTR_DIRECTORY)) {
177
+        if(rarlist->item.FileAttr & RAR_FENTRY_ATTR_DIRECTORY) {
178 178
             rarlist = rarlist->next;
179 179
             files++;
180 180
             continue;
... ...
@@ -1,6 +1,9 @@
1
-Test files contain ClamAV-Test-Signature.
2
-You need unrar 3.0 to detect the test signature in test-failure.rar. Only
3
-clamscan is able to scan this file (clamd only depends on libclamav which has
4
-no support for the new RAR format). Please use clamscan --unrar, and it will
5
-automatically switch to the unrar utility after an internal (libclamav's)
6
-RAR module error.
1
+clam.exe is an extremely small (544 bytes!) MZ+PE executable that prints
2
+a nice message :-) You can use it to test if your mail scanner using ClamAV
3
+properly scans the attachments.
4
+
5
+Due to license issues libclamav does not support RAR 3.0 archives (only 2.0
6
+are supported). Currently only clamscan is able to scan the clam-error.rar
7
+file (clamd only depends on libclamav's decompressors). Please use the --unrar
8
+option and it will automatically switch to the external unrar utility after
9
+libclamav's error.
7 10
new file mode 100644
8 11
Binary files /dev/null and b/test/clam-error.rar differ
9 12
new file mode 100644
10 13
Binary files /dev/null and b/test/clam.cab differ
11 14
new file mode 100644
12 15
Binary files /dev/null and b/test/clam.exe differ
13 16
new file mode 100644
14 17
Binary files /dev/null and b/test/clam.exe.bz2 differ
15 18
new file mode 100644
16 19
Binary files /dev/null and b/test/clam.rar differ
17 20
new file mode 100644
18 21
Binary files /dev/null and b/test/clam.zip differ
19 22
deleted file mode 100644
... ...
@@ -1 +0,0 @@
1
-$CEliacmaTrESTuScikgsn$FREE-TEST-SIGNATURE$EEEEE$
2 1
deleted file mode 100644
3 2
Binary files a/test/test-failure.rar and /dev/null differ
4 3
deleted file mode 100644
5 4
Binary files a/test/test-zip-noext and /dev/null differ
6 5
deleted file mode 100644
7 6
Binary files a/test/test.bz2 and /dev/null differ
8 7
deleted file mode 100644
9 8
Binary files a/test/test.cab and /dev/null differ
10 9
deleted file mode 100644
11 10
Binary files a/test/test.msc and /dev/null differ
12 11
deleted file mode 100644
13 12
Binary files a/test/test.rar and /dev/null differ
14 13
deleted file mode 100644
15 14
Binary files a/test/test.zip and /dev/null differ