Commit Graph

322 Commits (88538d90c4be5778a69ce06e02b69db5e471b871)

Author SHA1 Message Date
Mickey Sola 393edc437d automake'd 6 years ago
Micah Snyder 52cddcbcfd Updating and cleaning up copyright notices. 6 years ago
Micah Snyder 29b6da0213 bb12227: Patch to adjust the default CommandReadTimeout to reduce the chance of mail loss when using clamav-milter with the TCP socket. Contribution by Scott Kitterman. 6 years ago
Micah Snyder b3e82e5e61 Replacing libclamav/cltypes.h with clamav-types.h.in, which generates a header clamav-types.h that we install alongside clamav.h. 6 years ago
Micah Snyder (micasnyd) ce6402f7fe Added oss-fuzz integration. 6 years ago
Micah Snyder 7b563ca798 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
Micah Snyder b563e84083 Moved libmspack-0.5alpha from libclamav to libclammspack, and restructured the build so that there should be no need to modify the libmspack build files in the future (i.e. libmspack autoconf and automake files aren't actually used). 7 years ago
Micah Snyder (micasnyd) 3d9620db54 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
Micah Snyder d39cb6581f 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
Micah Snyder (micasnyd) dd8a6b10b2 Freshclam improvements. Some simplification and cleanup of mirror management functions. Reduced mirror blacklist timeouts. Added ignore time-remaining output to --list-mirrors option. Made freshclam lenient when the database version is 1 behind what was advertised by DNS. Database updates will still fail if the hosted version is more than 1 version out of date. 7 years ago
Micah Snyder (micasnyd) f61e92da8f Changing numerous scan options' names, primarily those of heuristic signatature alert options. Original options (command line and clamd) will remain as deprecated & undocumented for a couple releases. Added 2 extra scan options to allow users to differentiate between alerting on encrypted archives vs encrypted documents (bb11911). 7 years ago
Micah Snyder d7979d4ff7 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
Micah Snyder f67a9b7508 bb12118: Lowering the default PCRERecMatchLimit from 5000 to 2000, to minimize risk of segfault due to bug in older versions of libpcre/libpcrev2. 7 years ago
Mickey Sola 8c2fae4a89 bb12087 - 0.101 - updating to libtool v2.4.6, autojunking, and adding markdown files to make dist target 7 years ago
Micah Snyder e96b53b68b Autoreconf with stock libtool 2.4.2 7 years ago
Micah Snyder 964a1e7321 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
Tuomo Soini 73ed335c0b [PATCH] Cleanup formatting of sample configs 7 years ago
Josh Soref 7cd9337a70 Spelling Adjustments (#30) 7 years ago
Micah Snyder 77b50dbc5c autoreconf -ivf. 7 years ago
Kevin Lin 99d459b477 autoreconf 7 years ago
Micah Snyder c0ac544738 autoreconf one more time with newer version of autotools to account for issues with argz_.h under make dist. 7 years ago
Micah Snyder 545216bb68 autoreconf -fi this time to correctly update libmspack linking changes. 7 years ago
Micah Snyder 6c59352535 autoreconf, regenerated pdfs, html docs. 7 years ago
James Ralston 39bd083cbc bb11978 - onas: document limitations of OnAccessExcludeRootUID and 8 years ago
James Ralston 15596b1060 bb11978 - onas: onas_fan_checkowner(): distinguish EACCES and ENOENT 8 years ago
Mickey Sola ef48b6af14 0.99.3 - bb11978 - onas - adding ExcludeRootUID option as cleaner alternative to using negative values to whitelist root UIDs using the ExcludeUID option 8 years ago
Mickey Sola a20128bb21 0.99.3 - bb11963 - ensuring users have a way to correctly exlcude UID 0 when using the onaccess scanner 8 years ago
Micah Snyder 22880de038 eliminating additional option references to stat collection and submission until such time as a new stats website and associated clamav code is ready. 8 years ago
Steven Morgan dc30ba752d bb11910 - remove DetectionStatsHostID. 8 years ago
Mickey Sola 9f620604c9 autojunk'd 8 years ago
Mickey Sola 3f363b73bf autojunk'd 8 years ago
Steven Morgan 631f3e1165 Autojunks. 8 years ago
Mickey Sola 7a85da5c9a increasing size of pcre match limit 8 years ago
Mickey Sola 0da5ca0259 bb11062 - defaulting build to internal libmspack and creating configure option to specify use of external library 9 years ago
Steven Morgan 166174bcf0 pull request #53(1/4): Spelling fix by klemens(ka7). 9 years ago
Steven Morgan e7dfe57d3a bb11522 - additional block-max w.i.p. : clamd, man pages. 9 years ago
Mickey Sola d3699d5723 bb11062 - adding support for external libmspack 9 years ago
Mickey Sola 2ea4230df2 bb11557 - drop AllowSupplementaryGroups option and make it default, patch by Sebastian A. Siewior 9 years ago
Mickey Sola 97930c2400 updating prelude hook to work with allmatch 9 years ago
Ningirsu f4265a5acd Adds a module to use Prelude and connect to a prelude manager 9 years ago
Kevin Lin 98bab6b66e autoreconf 9 years ago
Steven Morgan 9486dd1d74 autoreconf for moving libfreshclam config to m4/reorganization. 9 years ago
Steven Morgan b668d7a130 autoreconf w/new libtool. 9 years ago
Steven Morgan fb9d7004b3 autoreconf for libfreshclam. 9 years ago
Steven Morgan 411426beb1 bb11188 - Upgrade to use libtool 2.4.6 for ClamAV building: fixes issues with MacOSX 10.10 and 10.11. 9 years ago
Kevin Lin b194cfe9c0 autoreconf 9 years ago
Kevin Lin ea9ffd291b add scanning options for scanning xml-based documents (MSXML, OOXML, HWPML) and HWP3 9 years ago
Kevin Lin 731c8e6213 hwp3.x: add support for maximum recursive calls to hwp3 parsing 9 years ago
Kevin Lin 621c90d8bf autoreconf 10 years ago
Steven Morgan 06251c2d5c autoreconf for bb11447. 10 years ago