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.
Micah Snyder
a6165cd487
bb12151: Added --foreground to clamd help output and man page. Also correcting the default bytecode timeout in the clamscan man page.
|
7 years ago |
.. |
.gitignore
|
update ignore files
|
16 years ago |
Doxyfile
|
Finish off documentation config files.
|
13 years ago |
Makefile.am
|
0.100.x - bb11985 - adding initial refactor for thread-safe scan function for onas
|
7 years ago |
Makefile.in
|
Enabling configure option --with-system-libmspack that will allow use of libmspack installations in /usr or /usr/local in favor of the version provided by ClamAV.
|
7 years ago |
clamav-daemon.service.in
|
Converting http urls to https urls. Primary focus was on clamav.net urls. I updated a couple others and fixes a few broken links as well. There are many (non-clamav.net) urls I didn't address, especially in 3rd party or contrib code.
|
7 years ago |
clamav-daemon.socket.in
|
Converting http urls to https urls. Primary focus was on clamav.net urls. I updated a couple others and fixes a few broken links as well. There are many (non-clamav.net) urls I didn't address, especially in 3rd party or contrib code.
|
7 years ago |
clamd.c
|
bb12151: Added --foreground to clamd help output and man page. Also correcting the default bytecode timeout in the clamscan man page.
|
7 years ago |
fts.c
|
fts - compiling fts only alongside linux onaccess scanner
|
8 years ago |
localserver.c
|
bb11992: fixed some additional unitialized variables used issues.
|
7 years ago |
localserver.h
|
mass update of copyright headers
|
10 years ago |
onaccess_ddd.c
|
Disabled OnAccessExtraScanning and provided a warning when starting clamd if it's enabled as well as a note in the sample clamd.conf.
|
7 years ago |
onaccess_ddd.h
|
Restructured scan options flags from a single bitflag field to a structure containing multiple bitflag fields. This also required adding a new function to the bytecode API to get scan options a la carte, and modifying the existing function to hand back scan options in the old/deprecated uint32_t bitflag format. Re-generated bytecode iface header files.
|
7 years ago |
onaccess_fan.c
|
Disabled OnAccessExtraScanning and provided a warning when starting clamd if it's enabled as well as a note in the sample clamd.conf.
|
7 years ago |
onaccess_fan.h
|
mass update of copyright headers
|
10 years ago |
onaccess_hash.c
|
m4 - rework of strndup and strnlen function absence handling
|
8 years ago |
onaccess_hash.h
|
bb11432 - resolving onaccess warnings
|
10 years ago |
onaccess_others.c
|
Updating libclamunrar from legacy C implementation to modern unrar 5.6.5. API changes and supporting changes included to pass the filepath of the scanned file into libclamav through the cli_ctx structure, required by the unrar library to open archives. The filename argument may be optional for the scandesc scanning variant, but libclamav will make a best effort to identify the filename from the file descriptor if it was not provided. In addition, included the ability to prefix temp file and directory names with file basenames.
|
7 years ago |
onaccess_others.h
|
Restructured scan options flags from a single bitflag field to a structure containing multiple bitflag fields. This also required adding a new function to the bytecode API to get scan options a la carte, and modifying the existing function to hand back scan options in the old/deprecated uint32_t bitflag format. Re-generated bytecode iface header files.
|
7 years ago |
onaccess_scth.c
|
Updating libclamunrar from legacy C implementation to modern unrar 5.6.5. API changes and supporting changes included to pass the filepath of the scanned file into libclamav through the cli_ctx structure, required by the unrar library to open archives. The filename argument may be optional for the scandesc scanning variant, but libclamav will make a best effort to identify the filename from the file descriptor if it was not provided. In addition, included the ability to prefix temp file and directory names with file basenames.
|
7 years ago |
onaccess_scth.h
|
Restructured scan options flags from a single bitflag field to a structure containing multiple bitflag fields. This also required adding a new function to the bytecode API to get scan options a la carte, and modifying the existing function to hand back scan options in the old/deprecated uint32_t bitflag format. Re-generated bytecode iface header files.
|
7 years ago |
others.c
|
0.100.x - bb11985 - adding initial refactor for thread-safe scan function for onas
|
7 years ago |
others.h
|
0.100.x - bb11985 - adding initial refactor for thread-safe scan function for onas
|
7 years ago |
priv_fts.h
|
removing unnecessary include of features.h from priv-fts
|
8 years ago |
scanner.c
|
Updating libclamunrar from legacy C implementation to modern unrar 5.6.5. API changes and supporting changes included to pass the filepath of the scanned file into libclamav through the cli_ctx structure, required by the unrar library to open archives. The filename argument may be optional for the scandesc scanning variant, but libclamav will make a best effort to identify the filename from the file descriptor if it was not provided. In addition, included the ability to prefix temp file and directory names with file basenames.
|
7 years ago |
scanner.h
|
Restructured scan options flags from a single bitflag field to a structure containing multiple bitflag fields. This also required adding a new function to the bytecode API to get scan options a la carte, and modifying the existing function to hand back scan options in the old/deprecated uint32_t bitflag format. Re-generated bytecode iface header files.
|
7 years ago |
server-th.c
|
Correction to logic enabling/disabling heuristic alerts.
|
7 years ago |
server.h
|
Restructured scan options flags from a single bitflag field to a structure containing multiple bitflag fields. This also required adding a new function to the bytecode API to get scan options a la carte, and modifying the existing function to hand back scan options in the old/deprecated uint32_t bitflag format. Re-generated bytecode iface header files.
|
7 years ago |
session.c
|
Restructured scan options flags from a single bitflag field to a structure containing multiple bitflag fields. This also required adding a new function to the bytecode API to get scan options a la carte, and modifying the existing function to hand back scan options in the old/deprecated uint32_t bitflag format. Re-generated bytecode iface header files.
|
7 years ago |
session.h
|
Restructured scan options flags from a single bitflag field to a structure containing multiple bitflag fields. This also required adding a new function to the bytecode API to get scan options a la carte, and modifying the existing function to hand back scan options in the old/deprecated uint32_t bitflag format. Re-generated bytecode iface header files.
|
7 years ago |
shared.h
|
mass update of copyright headers
|
10 years ago |
tcpserver.c
|
bb11992: fixed some additional unitialized variables used issues.
|
7 years ago |
tcpserver.h
|
mass update of copyright headers
|
10 years ago |
thrmgr.c
|
bb11733: applying patch provided courtesy of A. Wilcox that resolves stack size issues on non-glibc Linux machines. May apply to bb11979 as well.
|
7 years ago |
thrmgr.h
|
mass update of copyright headers
|
10 years ago |