Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Add Squid3 antivirus widget | doktornotor | 2015-10-11 | 1 | -1/+9 | |
| | | ||||||
| * | Re-add swapstate_check.php cronjob, add manually clear disk cache feature | doktornotor | 2015-10-11 | 1 | -0/+19 | |
| | | | | | | | | | | - The swapstate_check.php cronjob, is here purely to prevent Squid from filling disk completely on misconfigured boxes; the script will only clear the disk cache on the following conditions:either if the swap.state file is taking up more than 75% of disk space, or the drive is 90% full and swap.state is larger than 1GB. - Added a button to manually clear disk cache from the GUI | |||||
| * | Add a button to manually clear disk cache from the GUI | doktornotor | 2015-10-11 | 1 | -1/+14 | |
| | | ||||||
| * | Squid3 - multiple antivirus fixes | doktornotor | 2015-10-11 | 1 | -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. | |||||
* | Merge pull request #1092 from doktornotor/patch-2 | Renato Botelho | 2015-10-10 | 6 | -52/+22 | |
|\ | ||||||
| * | Bump squid3 package version | doktornotor | 2015-10-10 | 1 | -1/+1 | |
| | | ||||||
| * | Fix freshclam cronjob frequency handling | doktornotor | 2015-10-10 | 1 | -7/+6 | |
| | | | | | | Reported by itsol at https://forum.pfsense.org/index.php?topic=100167.msg561126#msg561126 | |||||
| * | Fix freshclam cronjob frequency handling | doktornotor | 2015-10-10 | 1 | -4/+4 | |
| | | | | | | Reported by itsol at https://forum.pfsense.org/index.php?topic=100167.msg561126#msg561126 | |||||
| * | Remove 'Clear Cache on Log Rotate' misfeature from local cache settings | doktornotor | 2015-10-10 | 1 | -21/+7 | |
| | | | | | | This has only been a source of complaints, breakage and confusion, plus was breaking Save on the General tab for people. | |||||
| * | Adjust script for removal of 'Clear Cache on Log Rotate' misfeature | doktornotor | 2015-10-10 | 1 | -7/+3 | |
| | | ||||||
| * | Remove 'Clear Cache on Log Rotate' misfeature from local cache settings | doktornotor | 2015-10-10 | 1 | -12/+1 | |
| | | | | | | This has only been a source of complaints, breakage and confusion, plus was breaking Save on the General tab for people. | |||||
* | | Merge pull request #1091 from doktornotor/patch-1 | Renato Botelho | 2015-10-10 | 3 | -0/+3 | |
|\ \ | ||||||
| * | | Do not allow HAVP to be installed along squid3-dev | doktornotor | 2015-10-10 | 1 | -0/+1 | |
| | | | | | | | | | This uses same directories as squid3-dev for ClamAV, installs duplicate ClamAV service, screws directory permissions for Squid's ClamAV instance and produces general mess. People with squid3-dev should use C-ICAP and not this dead thing! | |||||
| * | | Do not allow HAVP to be installed along squid3-dev | doktornotor | 2015-10-10 | 1 | -0/+1 | |
| | | | | | | | | | This uses same directories as squid3-dev for ClamAV, installs duplicate ClamAV service, screws directory permissions for Squid's ClamAV instance and produces general mess. People with squid3-dev should use C-ICAP and not this dead thing! | |||||
| * | | Do not allow HAVP to be installed along Squid3 | doktornotor | 2015-10-10 | 1 | -0/+1 | |
| |/ | | | | | This uses same directories as Squid3 for ClamAV, installs duplicate ClamAV service, screws directory permissions for Squid's ClamAV instance and produces general mess. People with Squid3 should use C-ICAP and not this dead thing! | |||||
* | | Merge pull request #1090 from PiBa-NL/quagga-fix | Renato Botelho | 2015-10-10 | 4 | -5/+5 | |
|\ \ | |/ |/| | ||||||
| * | quagga_ospfd, bump pkg version 0.6.8 | PiBa-NL | 2015-10-09 | 4 | -4/+4 | |
| | | ||||||
| * | quagga_ospfd, set proper file download reference for quagga_ospfd_raw.xml | PiBa-NL | 2015-10-09 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #1089 from doktornotor/patch-1 | Renato Botelho | 2015-10-09 | 2 | -15/+22 | |
|\ | ||||||
| * | Bump squid3 package version | doktornotor | 2015-10-09 | 1 | -1/+1 | |
| | | ||||||
| * | Fix clamav dirs handling | doktornotor | 2015-10-09 | 1 | -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. | |||||
* | Merge pull request #1086 from doktornotor/patch-2 | Renato Botelho | 2015-10-09 | 6 | -30/+153 | |
|\ | ||||||
| * | Fix input error message | doktornotor | 2015-10-02 | 1 | -1/+1 | |
| | | ||||||
| * | Add input validation; whitespace fixes | doktornotor | 2015-10-02 | 1 | -4/+58 | |
| | | ||||||
| * | Make stopping services silent on console | doktornotor | 2015-10-02 | 1 | -3/+3 | |
| | | ||||||
| * | Fix /var/db/spamd permissions | doktornotor | 2015-10-02 | 1 | -0/+1 | |
| | | ||||||
| * | Fix the spamd-setup cronjob options as well | doktornotor | 2015-10-02 | 1 | -1/+1 | |
| | | ||||||
| * | Bump spamd package version | doktornotor | 2015-10-02 | 1 | -1/+1 | |
| | | ||||||
| * | Bump spamd package version | doktornotor | 2015-10-02 | 1 | -1/+1 | |
| | | ||||||
| * | Bump spamd package version | doktornotor | 2015-10-02 | 1 | -1/+1 | |
| | | ||||||
| * | Bump spamd package version | doktornotor | 2015-10-02 | 1 | -1/+1 | |
| | | ||||||
| * | spamd - add enable/disable feature | doktornotor | 2015-10-02 | 1 | -0/+7 | |
| | | ||||||
| * | spamd - multiple fixes | doktornotor | 2015-10-02 | 1 | -23/+84 | |
| | | | | | | | | | | | | - fix insane pflogd logging (this package needs the pflogX interface, not pflogd daemon) - fix blacklisting-only mode for spamd-setup - fix rcfile - add enable/disable feature to the package | |||||
* | | Merge pull request #1088 from doktornotor/patch-1 | Renato Botelho | 2015-10-09 | 11 | -1084/+1683 | |
|\ \ | ||||||
| * | | Clean up and prefix log messages. | doktornotor | 2015-10-06 | 1 | -28/+30 | |
| | | | ||||||
| * | | Clean up and prefix log messages. | doktornotor | 2015-10-06 | 1 | -32/+32 | |
| | | | ||||||
| * | | unset broken antivirus settings on upgrade | doktornotor | 2015-10-06 | 1 | -0/+8 | |
| | | | ||||||
| * | | Bump squid3 package version | doktornotor | 2015-10-06 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fix CRLF | doktornotor | 2015-10-06 | 1 | -1/+1 | |
| | | | ||||||
| * | | Bump version and nuke useless cruft | doktornotor | 2015-10-06 | 1 | -7/+1 | |
| | | | ||||||
| * | | Major rework of antivirus features logic | doktornotor | 2015-10-06 | 1 | -33/+83 | |
| | | | | | | | | | Users can either maintain raw config files manually now, or use the GUI options, but not both at the same time. There are some JS hacks in squid_js.inc.php to toggle various GUI options and features depending on whether raw config is being used or now, None of the previous configuration junk is migrated since it was just badly broken. | |||||
| * | | Major rework of antivirus features logic | doktornotor | 2015-10-06 | 1 | -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 | |||||
| * | | squid.inc - more cleanups and small bugfixes | doktornotor | 2015-10-06 | 1 | -186/+165 | |
| | | | | | | | | | | | | | | | - Completely split antivirus install/uninstall to squid_antivirus.inc - Move the config migration cruft to separate squid_upgrade_config() function - Some cachedr creation fixes | |||||
| * | | Update squid_js.inc for new squid_antivirus.xml | doktornotor | 2015-10-06 | 1 | -12/+45 | |
| | | | ||||||
| * | | Fix newline | doktornotor | 2015-10-05 | 1 | -1/+1 | |
| | | | ||||||
| * | | Add description to functions | doktornotor | 2015-10-03 | 1 | -0/+2 | |
| | | | ||||||
| * | | Reoder functions into logical sections and add descriptions to them | doktornotor | 2015-10-03 | 1 | -207/+266 | |
| | | | ||||||
| * | | Bump squid3 package version | doktornotor | 2015-10-03 | 1 | -1/+1 | |
| | | | ||||||
| * | | Bump squid3 package version | doktornotor | 2015-10-03 | 1 | -1/+1 | |
| | | | ||||||
| * | | Move antivirus integration features to a separate file | doktornotor | 2015-10-03 | 1 | -0/+4 | |
| | | |