Displaying 7 results from an estimated 7 matches for "clamdoc".
Did you mean:
clamd
2006 Dec 01
1
win32:tenga on samba share
I have a box set up for home use, but it was used as a massive file share
for a bunch of friends. I only allowed 3 accounts to this share with
password. I believe over time someone loaded a file that had the
win32:Tenga virus on it.
I usually clean the files and download what I need but I leave the files
on the Share. I have lots of directories and files on this. I have been
using Trend Micro
2013 Apr 02
0
[LLVMdev] LNT ClamAV - Sorting output
On 2 April 2013 21:20, Török Edwin <edwin+ml-debian at etorok.net> wrote:
> You can pass all the filenames from the inputs/ directory directly on the
> command-line, instead of specifying -r inputs/.
> That way the order of scanning will be exactly the one specified on the
> command-line.
>
Hum, I think I can fix that with Make...
--renato
-------------- next part
2013 Apr 02
2
[LLVMdev] LNT ClamAV - Sorting output
On 04/02/2013 11:06 PM, Daniel Dunbar wrote:
> On Tue, Apr 2, 2013 at 11:46 AM, Renato Golin <renato.golin at linaro.org <mailto:renato.golin at linaro.org>> wrote:
>
> On 2 April 2013 19:20, Daniel Dunbar <daniel at zuster.org <mailto:daniel at zuster.org>> wrote:
>
> What is it that makes the output of the program asynchronous? The output is
2013 Apr 02
3
[LLVMdev] LNT ClamAV - Sorting output
Hi Torok,
I've used a hard-coded list on the input parameter and still got some
output (slightly) scrambled between two different bots...
INPUT = $(PROJ_SRC_DIR)/inputs/clam.cab \
$(PROJ_SRC_DIR)/inputs/clamdoc.tar.gz \
$(PROJ_SRC_DIR)/inputs/clam.exe \
$(PROJ_SRC_DIR)/inputs/clam.exe.bz2 \
$(PROJ_SRC_DIR)/inputs/clam-v2.rar \
$(PROJ_SRC_DIR)/inputs/clam-v3.rar \
$(PROJ_SRC_DIR)/inputs/clam.zip \
$(PROJ_SRC_DIR)/inputs/README \
$(PROJ_SRC_DIR)/inputs...
2008 Jan 08
2
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
...> nulsft.h
>
> ./include/libclamav/regex:
> cclass.h
> cname.h
> regex2.h
> regex.h
> utils.h
>
> ./include/shared:
> cdiff.h
> cfgparser.h
> getopt.h
> misc.h
> network.h
> options.h
> output.h
> sha256.h
>
> ./inputs:
> clam.cab
> clamdoc.pdf
> clam.exe
> clam.exe.bz2
> clam-v2.rar
> clam-v3.rar
> clam.zip
> dbdir
> docs
> large.pcm
> mei16v2.m2v
> README
> rtf-test
> tune
>
> ./inputs/rtf-test:
> Doc11.rtf
> Doc1.rtf
> Doc22.rtf
> Doc2.rtf
> doc3.rtf
> docCLAMexe.rtf
>...
2007 Dec 18
0
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
Chris Lattner wrote:
> One way to do this is to add a "cut down" version of the app to the
> test suite.
I disabled optional features in clamav-config.h
>
>> 2. GPL license. Chris?
>
> Any open source license that allows unrestricted redistribution is
> fine in llvm-test
Ok, I have created a script that automatically checks out ClamAV
0.92-stable source code
2007 Dec 18
3
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
On Mon, 17 Dec 2007, Evan Cheng wrote:
> We always welcome more tests. But it looks like there are two issues
> here.
>
> 1. The autoconf requirement. Is it possible to get one configuration
> working without the need for autoconf?
One way to do this is to add a "cut down" version of the app to the test
suite.
> 2. GPL license. Chris?
Any open source license that