aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* More handling for alertnumberjim-p2015-10-051-2/+2
|
* Improve handling of the alertnumber parameter in snort_alerts.phpjim-p2015-10-051-8/+11
|
* Merge pull request #1085 from doktornotor/patch-1Renato Botelho2015-10-025-653/+367
|\
| * Do not disable log_dir field when access logging is disabled.doktornotor2015-10-021-4/+4
| |
| * Tell reverse proxy users to enable Squid if neededdoktornotor2015-10-021-1/+6
| |
| * Remove unused squid_reverse.xmldoktornotor2015-10-021-451/+0
| | | | | | Some leftover from old versions; this is now moved to squid_reverse_general.xml
| * Remove unused squid_reverse.xml filedoktornotor2015-10-021-4/+0
| |
| * Comment out the new logic for now, needs more workdoktornotor2015-10-021-1/+5
| |
| * Get rid of remaining PBI rcfiles and handle clamav with write_rcfiledoktornotor2015-10-021-2/+3
| |
| * Get rid of remaining PBI rcfiles and handle clamav with write_rcfiledoktornotor2015-10-021-37/+54
| |
| * Not needed any more and the symlinking misfeature was fixeddoktornotor2015-10-021-4/+0
| |
| * Stop symlinking the damned PBI rcfiles over and over againdoktornotor2015-10-021-7/+0
| |
| * write_rcfile() does not handle custom restart commanddoktornotor2015-10-021-7/+0
| |
| * Do not use the c-icap rcfile to stop c-icap when AV is being disabled - the ↵doktornotor2015-10-011-1/+1
| | | | | | | | rcfile may not exist
| * Remove useless buggy /etc/rc.conf.local crapdoktornotor2015-10-011-26/+1
| | | | | | Adding to the file was broken -- when run multiple times, it added a separate ="YES" line to the file. Moreover, the _enable variable is being patched to default to YES in individual rc scripts, so this junk is just not needed. Leaving the squid_deinstall_command() stuff in here for now, hopefully most users will get the "settings" removed and never added back.
| * Implement a generic setting to enable/disable Squid services, bugfixes and ↵doktornotor2015-10-011-87/+158
| | | | | | | | | | | | | | cleanups - add squid_enabled() function to check whether Squid is enabled; if not, disable all services (proxy, clamav, c-icap, monitor script) and cronjobs - handle antivirus services in a separate function - make it possible to disable Google Safe Browsing via the antivirus GUI options
| * Fix the numdirs comparison here (int vs. string), make this more readable as ↵doktornotor2015-10-011-1/+1
| | | | | | | | | | well Cache is getting always recreated because of strict comparison.
| * Implement a generic setting to enable/disable Squid servicesdoktornotor2015-10-011-0/+11
| | | | | | Desperately needed, currently getting rid of configured and running Squid is impossible without uninstalling.
| * Implement keep data/settings featuresdoktornotor2015-10-011-1/+13
| |
| * Implement keep data/settings featuresdoktornotor2015-10-011-25/+74
| |
| * Code style and whitespace fixesdoktornotor2015-10-011-20/+8
| |
| * Remove squid_resync_redirector()doktornotor2015-10-011-15/+0
| | | | | | Deprecated dead cruft. See http://www.freshports.org/www/squirm
| * Mute rename() to stop spitting out useless junk in console...doktornotor2015-10-011-2/+2
| |
| * Antivirus GUI behaviour sanitization - first partdoktornotor2015-10-011-0/+27
| | | | | | Add manual configuration toggle. When disabled, the 'Advanced Options" only show the AV/C-ICAP config file but do not allow editing, and vice versa.
| * Antivirus GUI behaviour sanitization - first partdoktornotor2015-10-011-0/+42
| | | | | | Use JS to toggle access to different parts of the GUI, depending on whether the users want to configure things by editing config files or via the GUI options.
* | Work around a potential XSS in spamd_db.php. Small version bump for spamd.jim-p2015-10-012-2/+2
| |
* | Fix trailing whitespace in spamd_db.phpjim-p2015-10-011-15/+15
| |
* | Work around a potential XSS in snort_ip_list_mgmt.php, small version bump ↵jim-p2015-10-012-4/+4
|/ | | | for snort.
* Fix C-ICAPdoktornotor2015-10-011-22/+50
|
* Fix C-ICAP and cleanup useless things heredoktornotor2015-10-011-7/+4
|
* Move fielddescr away from rowhelperfield (another pkg_edit.php bug)doktornotor2015-10-011-9/+9
|
* Move fielddescr away from rowhelperfield (another pkg_edit.php bug)doktornotor2015-10-011-10/+10
|
* Improve some descriptions, nuke useless tags that do not show in rowhelpersdoktornotor2015-10-011-6/+4
|
* Improve some descriptions, nuke useless tags that do not show in rowhelpersdoktornotor2015-10-011-6/+4
|
* Add Google Safe Browsing featuredoktornotor2015-09-301-0/+13
|
* Add Google Safe Browsing featuredoktornotor2015-09-301-1/+12
|
* Fix squidclamav.conf.sample handling to match the rest of the config filesdoktornotor2015-09-301-9/+7
|
* Do not do useless checks for freshclam cronjobdoktornotor2015-09-301-5/+1
|
* Code style and comment tweaksdoktornotor2015-09-301-2/+3
|
* When antivirus/C-ICAP is disabled, actually stop and disable related servicesdoktornotor2015-09-301-0/+27
|
* Add freshclam mirror settings, manual AV defs update and cron updatesdoktornotor2015-09-301-1/+78
|
* Add freshclam mirror settings, manual AV defs update and cron updatesdoktornotor2015-09-301-9/+94
|
* Patch squidclamav.conf so that is uses WebGUI URL by defaultdoktornotor2015-09-301-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_dirdoktornotor2015-09-301-1/+6
|
* If cache dir is located outside of /var/squid hierarchy, log some ↵doktornotor2015-09-301-0/+7
| | | | instructions and return
* Put safety checks here to prevent shooting users from shooting themselves in ↵doktornotor2015-09-301-12/+41
| | | | foot.
* Do not leave orphaned cache dirs if harddisk_cache_location changeddoktornotor2015-09-301-0/+30
| | | The old cache dir will ONLY get deleted when located under /var/squid/ to prevent nasty accidents.
* Some additional deinstall cleanupsdoktornotor2015-09-301-14/+7
|
* If disk cache gets disabled, delete the cachedir if it existsdoktornotor2015-09-301-1/+14
|
* Also check for level 1 subdirs in cachedir for proper cache creationdoktornotor2015-09-301-2/+9
|