@@ -19,6 +19,7 @@ v1.6 | Feb 00 2017:
1919      these values can also be defined in sysconfig or cron/exec based config files and on CLI
2020[New] sysconfig support through '/etc/sysconfig/maldet'  or '/etc/default/maldet', system dependant, to
2121      allow easier configuration overrides; all conf.maldet and internals.conf variables supported
22+ [Change] report listing, '-e|--report list', now displays scan run time
2223[Change] scan reports and cli outputs once again display simplified path definitions instead of expanded paths
2324[Change] unified all clamav selection logic for data paths, running clamd processes, clam(d)scan CLI options etc...
2425         into a single function, clamselector(); this will make clam behavior more predictable across all functions
@@ -56,7 +57,7 @@ v1.6 | Feb 00 2017:
5657[Change] .ca.def configuration template renamed importconf and now copied over during installation to
5758         'internals/importconf'
5859[Change] new versions of 'chown' don't support use of . (dot) to separate user and group
59- [Change] swap FreeBSD detection from '$OSTYPE' to 'uname -s' 
60+ [Change] find option regextype is now dropped on FreeBSD for compatibility 
6061[Change] scan.tpl reporting template handles column spacing on filenames with spaces better
6162[Change] CLI usage semantics of --include-regex and --exclude-regex now consistently passing to 'find' command
6263[Change] moved all internal field separator line break modifications to lbreakifs()
@@ -75,8 +76,6 @@ v1.6 | Feb 00 2017:
7576[Change] clamscan will now respect scan_max_filesize value instead of hardcoded 5M
7677[Change] default scan_max_filesize increased from 768k to 2048k
7778[Change] clamscan max-scansize for archive depth set as scan_max_filesize*2
78- [Change] report listing, '-e|--report list', now displays scan run time
79- [Fix] importconf was not importing the value for import_config_url
8079[Fix] corrected typo with import_* variables causing configuration imports to fail
8180[Fix] suppress eout() output for certain import_*() and get_remote_file() calls; this was causing
8281      false-positive hits for modsec integration
@@ -126,6 +125,7 @@ v1.6 | Feb 00 2017:
126125[Fix] multiplying maldet monitor processes due to 'ps' command expansion under parent bash process on CentOS6
127126[Fix] added default installation path to ignore_inotify to prevent monitor looping when '/' is scoped into
128127      monitoring mode; results in notify log filling disk space
128+ [Fix] importconf was not importing the value for import_config_url
129129
130130v1.5 | Sep 19 2015:
131131[New] added -f|--file-list CLI option to allow user supplied run-time file list for scanning
0 commit comments