aboutsummaryrefslogtreecommitdiffstats
path: root/config/squid3/34/squid_antivirus.inc
Commit message (Collapse)AuthorAgeFilesLines
* Add option to disable AV scanning of streamed audio/videodoktornotor2015-12-011-0/+24
|
* Switch ClamAV mirrors order to prefer manually configured mirrorsdoktornotor2015-11-291-3/+3
|
* squid3 - add bunch of missing includesdoktornotor2015-11-231-1/+4
|
* Nuke update_output_window cruftdoktornotor2015-10-301-3/+0
|
* Fix clamav user account/group/dir permissions yet again (with special ↵doktornotor2015-10-161-9/+24
| | | | credits to PBI authors)
* Point users to 'Real Time' tab for freshclam logs.doktornotor2015-10-141-1/+1
|
* Put in more logging, move AV service stop to a separate function, deinstall ↵doktornotor2015-10-141-33/+52
| | | | cleanup
* Futile attempt to make a fool-proof log message explaining that AV doesn't ↵doktornotor2015-10-121-0/+2
| | | | run without defs
* Leave the AV cron-based updates accessible even with manual configurationdoktornotor2015-10-121-1/+1
|
* Move antivirus config migration to squid_antivirus.incdoktornotor2015-10-111-0/+12
|
* Custom redirect URL handlingdoktornotor2015-10-111-2/+2
|
* Squid3 - multiple antivirus fixesdoktornotor2015-10-111-50/+104
| | | | | | - Stop moving C-ICAP logs, it completely breaks things for users in bizarre ways - Ditch the recursive chown madness on ClamAV/C-ICAP dirs. The C-ICAP socket/pid/logs are supposed to be owned by root:wheel, not clamav:wheel, this just should not be done. - Fix the broken squid_check_clamav_user() function and user handling in general; stop re-adding clamav user to wheel group over and over again. Also, clean up the wheel group on uninstall. - Put extensive error checking and debugging info to configuration files handling so that it's possible to debug things easily in future.
* Fix freshclam cronjob frequency handlingdoktornotor2015-10-101-7/+6
| | | Reported by itsol at https://forum.pfsense.org/index.php?topic=100167.msg561126#msg561126
* Fix clamav dirs handlingdoktornotor2015-10-091-14/+21
| | | This is not being done on install for god knows what reason, despite the code being there. I have no time left to debug similar nonsense in package manager.
* Clean up and prefix log messages.doktornotor2015-10-061-28/+30
|
* Fix CRLFdoktornotor2015-10-061-1/+1
|
* Major rework of antivirus features logicdoktornotor2015-10-061-178/+540
| | | | | - Users can either maintain raw config files now, or use the GUI options, but not both at the same time. - Added extensive descriptions regarding the config files / config.xml configuration handling - Install/deinstall of AV-related stuff moved here from squid.inc
* Move antivirus integration features to a separate filedoktornotor2015-10-031-0/+433