ClamAV is an open source (GPLv2) anti-virus toolkit.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Török Edvin
9011cf1ef5
Limit RLIMIT_DATA to 2GB on 32-bit processes (bb #1941 ).
...
With RLIMIT_DATA > 2GB a 32-bit FreeBSD 7.3 allows ~120M memory to be allocated
via mmap before failing.
With RLIMIT_DATA set to 2GB it allows ~890M memory.
So check the RLIMIT_DATA and set it just below 2G.
You can also just do 'ulimit -d 2097151' to get the effects of this patch.
15 years ago
..
.gitignore
update ignore files
16 years ago
Makefile.am
removed r_gethostbyname which was not used
16 years ago
Makefile.in
Regenerate build system after clamconf change.
15 years ago
clamd.c
Limit RLIMIT_DATA to 2GB on 32-bit processes (bb #1941 ).
15 years ago
clamuko.c
clamd: add ExtendedDetectionInfo (bb#1228, #1626 )
15 years ago
clamuko.h
update old copyright headers
17 years ago
clamukofs.c
clamd: add ExtendedDetectionInfo (bb#1228, #1626 )
15 years ago
clamukofs.h
clamd: add support for DazukoFS (bb#1691)
16 years ago
dazuko_xp.h
remove old CVS-stuff and make the repository look more like SVN
19 years ago
dazukofs.c
clamd: add support for DazukoFS (bb#1691)
16 years ago
dazukofs.h
clamd: add support for DazukoFS (bb#1691)
16 years ago
dazukoio.c
cosmetics
17 years ago
dazukoio.h
remove old CVS-stuff and make the repository look more like SVN
19 years ago
dazukoio_compat12.c
improve handling of PDF, CAB, RTF, OLE2 and HTML files (sync with branch/0.93)
17 years ago
dazukoio_compat12.h
remove old CVS-stuff and make the repository look more like SVN
19 years ago
dazukoio_xp.h
remove old CVS-stuff and make the repository look more like SVN
19 years ago
localserver.c
clamd-win32 - WIP
16 years ago
localserver.h
update old copyright headers
17 years ago
others.c
bb#1889
15 years ago
others.h
fix compiler warnings (bb #1872 , bb #1934 , bb #1935 )
15 years ago
scanner.c
clamd: add ExtendedDetectionInfo (bb#1228, #1626 )
15 years ago
scanner.h
clamd, clamscan: add support for CrossFilesystems/--cross-fs (bb#1607)
16 years ago
server-th.c
add collect hashes options to clamd and clamscan
15 years ago
server.h
update old copyright headers
17 years ago
session.c
Treat MULTISCAN as CONTSCAN on non-directories (bb #1869 ).
15 years ago
session.h
clamd: add ExtendedDetectionInfo (bb#1228, #1626 )
15 years ago
shared.h
update old copyright headers
17 years ago
tcpserver.c
clamd-win32 - WIP
16 years ago
tcpserver.h
update old copyright headers
17 years ago
thrmgr.c
fix compiler warnings (bb #1872 , bb #1934 , bb #1935 )
15 years ago
thrmgr.h
make STATS a non-bulk command (bb #1732 ).
16 years ago