clamav.admin.inc |
clamav.admin.inc |
|
Admin-pages for managing the ClamAV module. |
clamav.api.php |
clamav.api.php |
|
Hooks provided by the ClamAV module. |
clamav.inc |
clamav.inc |
|
clamav.inc
API and helper functions for the ClamAV module. |
clamav.info |
clamav.info |
|
name = ClamAV Anti-Virus
description = Integration with the ClamAV virus scanner for file / image fields.
package = Anti-virus
core = 7.x
configure = admin/config/media/clamav
files[] = clamav.admin.inc
files[] = clamav.inc
files[] =… |
clamav.install |
clamav.install |
|
Hook_requirements for the ClamAV module. |
clamav.module |
clamav.module |
|
Integrate ClamAV to allow uploaded files to be scanned for viruses. |
clamav.test |
clamav.test |
|
Simpletest implementation for ClamAV module. |
INSTALL.txt |
INSTALL.txt |
|
Requirements
------------
1. The module does not provide an anti-virus scanner; it integrates with
ClamAV (http://www.clamav.net), which is a free open-source anti-virus
scanner.
2. Download/install ClamAV:
- [Debian / Ubuntu]: apt-get… |