clamav_admin_settings |
./clamav.admin.inc |
Admin settings page for ClamAV |
|
1 |
clamav_elements |
./clamav.module |
Implementation of hook_elements(). |
|
|
clamav_elements_filefield_validate |
./clamav.module |
Validator for filefield widget and imagefield widget.
This is an implementation of a file upload_validator. |
|
|
clamav_elements_file_validate |
./clamav.module |
Form element validator for the file FAPI type. |
|
1 |
clamav_filefield_widget_alter |
./clamav.module |
Implementation of our custom hook_FIELDNAME_alter for filefield widget. |
|
|
clamav_form_alter |
./clamav.module |
Implementation of hook_form_alter().
Validation of CCK filefield and imagefield is applied here. |
|
|
clamav_get_version |
./clamav.inc |
Get the version information for clamav. |
2 |
|
clamav_help |
./clamav.module |
Implementation of hook_help(). |
|
|
clamav_imagefield_widget_alter |
./clamav.module |
Implementation of our custom hook_FIELDNAME_alter for filefield widget. |
|
|
clamav_menu |
./clamav.module |
Implementation of hook_menu(). |
|
|
clamav_requirements |
./clamav.install |
Implementation of hook_requirements(). |
|
|
clamav_scan |
./clamav.inc |
Scan a file and raise an error on the form element (if required). |
1 |
|
clamav_scan_file |
./clamav.inc |
Scan a single file |
2 |
|
clamav_upload_js |
./clamav.module |
Menu-callback for JavaScript-based uploads. |
|
1 |
clamav_upload_node_form_submit |
./clamav.module |
Validator for upload.module attachments. |
1 |
1 |
_clamav_get_version_via_daemon |
./clamav.inc |
Get version information from a clamav daemon. |
1 |
|
_clamav_get_version_via_exec |
./clamav.inc |
Get version information from a clamav executable. |
1 |
|
_clamav_scan_via_daemon |
./clamav.inc |
Scan a single file using a daemon.
TODO: support INSTREAM, so the clamav-daemon does not need access to the
file. This will allow a separate clamav-daemon to service a number of
web-instances. |
1 |
|
_clamav_scan_via_exec |
./clamav.inc |
Scan a single file using a clamav executable. |
1 |
|