Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | Work around a potential XSS in spamd_db.php. Small version bump for spamd. | jim-p | 2015-10-01 | 3 | -3/+3 |
| | |||||
* | Fix trailing whitespace in spamd_db.php | jim-p | 2015-10-01 | 1 | -15/+15 |
| | |||||
* | Work around a potential XSS in snort_ip_list_mgmt.php, small version bump ↵ | jim-p | 2015-10-01 | 3 | -5/+5 |
| | | | | for snort. | ||||
* | Merge pull request #1084 from doktornotor/patch-1 | Renato Botelho | 2015-10-01 | 10 | -91/+397 |
|\ | |||||
| * | Bump squid3 package version | doktornotor | 2015-10-01 | 1 | -1/+1 |
| | | |||||
| * | Fix C-ICAP | doktornotor | 2015-10-01 | 1 | -22/+50 |
| | | |||||
| * | Fix C-ICAP and cleanup useless things here | doktornotor | 2015-10-01 | 1 | -7/+4 |
| | | |||||
| * | Move fielddescr away from rowhelperfield (another pkg_edit.php bug) | doktornotor | 2015-10-01 | 1 | -9/+9 |
| | | |||||
| * | Move fielddescr away from rowhelperfield (another pkg_edit.php bug) | doktornotor | 2015-10-01 | 1 | -10/+10 |
| | | |||||
| * | Improve some descriptions, nuke useless tags that do not show in rowhelpers | doktornotor | 2015-10-01 | 1 | -6/+4 |
| | | |||||
| * | Improve some descriptions, nuke useless tags that do not show in rowhelpers | doktornotor | 2015-10-01 | 1 | -6/+4 |
| | | |||||
| * | Add Google Safe Browsing feature | doktornotor | 2015-09-30 | 1 | -0/+13 |
| | | |||||
| * | Add Google Safe Browsing feature | doktornotor | 2015-09-30 | 1 | -1/+12 |
| | | |||||
| * | Fix squidclamav.conf.sample handling to match the rest of the config files | doktornotor | 2015-09-30 | 1 | -9/+7 |
| | | |||||
| * | Do not do useless checks for freshclam cronjob | doktornotor | 2015-09-30 | 1 | -5/+1 |
| | | |||||
| * | Code style and comment tweaks | doktornotor | 2015-09-30 | 1 | -2/+3 |
| | | |||||
| * | When antivirus/C-ICAP is disabled, actually stop and disable related services | doktornotor | 2015-09-30 | 1 | -0/+27 |
| | | |||||
| * | Add freshclam mirror settings, manual AV defs update and cron updates | doktornotor | 2015-09-30 | 1 | -1/+78 |
| | | |||||
| * | Add freshclam mirror settings, manual AV defs update and cron updates | doktornotor | 2015-09-30 | 1 | -9/+94 |
| | | |||||
| * | Patch squidclamav.conf so that is uses WebGUI URL by default | doktornotor | 2015-09-30 | 1 | -2/+2 |
| | | | | | | Stop nagging users with confusing nonsense and make it work out of the box. | ||||
| * | Fix log_dir location for C-ICAP to that it honors custom log_dir | doktornotor | 2015-09-30 | 1 | -1/+6 |
| | | |||||
| * | If cache dir is located outside of /var/squid hierarchy, log some ↵ | doktornotor | 2015-09-30 | 1 | -0/+7 |
| | | | | | | | | instructions and return | ||||
| * | Put safety checks here to prevent shooting users from shooting themselves in ↵ | doktornotor | 2015-09-30 | 1 | -12/+41 |
| | | | | | | | | foot. | ||||
| * | Do not leave orphaned cache dirs if harddisk_cache_location changed | doktornotor | 2015-09-30 | 1 | -0/+30 |
| | | | | | | The old cache dir will ONLY get deleted when located under /var/squid/ to prevent nasty accidents. | ||||
| * | Some additional deinstall cleanups | doktornotor | 2015-09-30 | 1 | -14/+7 |
| | | |||||
| * | If disk cache gets disabled, delete the cachedir if it exists | doktornotor | 2015-09-30 | 1 | -1/+14 |
|/ | |||||
* | Merge pull request #1083 from doktornotor/patch-2 | Renato Botelho | 2015-09-30 | 7 | -92/+163 |
|\ | |||||
| * | Also check for level 1 subdirs in cachedir for proper cache creation | doktornotor | 2015-09-30 | 1 | -2/+9 |
| | | |||||
| * | Fix squid_dash_z() logic so that it creates cache dir properly when it has ↵ | doktornotor | 2015-09-30 | 1 | -5/+5 |
| | | | | | | | | changed | ||||
| * | Remove yet another duplicate squid_dash_z() invocation, also don't log ↵ | doktornotor | 2015-09-30 | 1 | -3/+1 |
| | | | | | | | | unless needed | ||||
| * | Force delete the PBI initscript that keeps creeping back | doktornotor | 2015-09-30 | 1 | -0/+2 |
| | | |||||
| * | Force Squid shutdown on stopping service | doktornotor | 2015-09-30 | 1 | -0/+3 |
| | | |||||
| * | Split disk cache creation to a separate function as well | doktornotor | 2015-09-30 | 1 | -5/+20 |
| | | |||||
| * | Fix inverted squid_start_monitor() check | doktornotor | 2015-09-30 | 1 | -1/+1 |
| | | |||||
| * | split Squid services monitoring/handling to separate functions | doktornotor | 2015-09-30 | 1 | -18/+39 |
| | | |||||
| * | squid3 - fix squid_dash_z() so that cache dir gets created on package install | doktornotor | 2015-09-30 | 1 | -14/+15 |
| | | | | | | Also, don't try to kill Squid needlessly if not running. | ||||
| * | remove the squid_dash_z() nonsense from here | doktornotor | 2015-09-30 | 1 | -12/+0 |
| | | | | | | squid_dash_z() is already run as part of squid_resync(), plus the whole logic is broken here (like, leaving old cache dir in place if location changes, or cleaning the cache if the configured size gets increased). But that's for another round of fixes. | ||||
| * | Bump squid3 package version for bugfixes | doktornotor | 2015-09-30 | 1 | -1/+1 |
| | | |||||
| * | squid3 - clean up after itself on uninstall | doktornotor | 2015-09-30 | 1 | -14/+61 |
| | | |||||
| * | squid_nac.xml - add missing line break | doktornotor | 2015-09-30 | 1 | -1/+1 |
| | | |||||
| * | squid_monitor.php - improve English | doktornotor | 2015-09-30 | 1 | -3/+3 |
| | | |||||
| * | squid_cache.xml - add missing line break | doktornotor | 2015-09-30 | 1 | -1/+1 |
| | | |||||
| * | Remove the advanced advancedfield tags because pkg_edit.php is buggy. | doktornotor | 2015-09-30 | 1 | -8/+8 |
| | | | | | | Also, adjust cols to prevent line wrapping and fix indentation. | ||||
| * | Only try to stop Squid if running to prevent useless logspam | doktornotor | 2015-09-30 | 1 | -2/+4 |
| | | |||||
| * | squid_traffic.xml - fix field tags | doktornotor | 2015-09-30 | 1 | -1/+1 |
| | |