aboutsummaryrefslogtreecommitdiffstats
path: root/config/squid3/34
Commit message (Collapse)AuthorAgeFilesLines
* Fix inverted squid_start_monitor() checkdoktornotor2015-09-301-1/+1
|
* split Squid services monitoring/handling to separate functionsdoktornotor2015-09-301-18/+39
|
* squid3 - fix squid_dash_z() so that cache dir gets created on package installdoktornotor2015-09-301-14/+15
| | | Also, don't try to kill Squid needlessly if not running.
* remove the squid_dash_z() nonsense from heredoktornotor2015-09-301-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.
* squid3 - clean up after itself on uninstalldoktornotor2015-09-301-14/+61
|
* squid_nac.xml - add missing line breakdoktornotor2015-09-301-1/+1
|
* squid_monitor.php - improve Englishdoktornotor2015-09-301-3/+3
|
* squid_cache.xml - add missing line breakdoktornotor2015-09-301-1/+1
|
* Remove the advanced advancedfield tags because pkg_edit.php is buggy.doktornotor2015-09-301-8/+8
| | | Also, adjust cols to prevent line wrapping and fix indentation.
* Only try to stop Squid if running to prevent useless logspamdoktornotor2015-09-301-2/+4
|
* squid_traffic.xml - fix field tagsdoktornotor2015-09-301-1/+1
|
* Stop creating log_dir here to avoid stupid recursive chown on / bugdoktornotor2015-09-301-14/+1
| | | It's been already done squid_resync_general() in the first place, not needed at all. Leaving the squid_chown_recursive() safety checks in place, certainly good this to have here regardless.
* Add safety belts to squid3 chown function to stop it from breaking the ↵jim-p2015-09-292-4/+5
| | | | entire filesystem.
* Fix log_dir config checkdoktornotor2015-09-271-1/+1
|
* Honor logdir settings for reverse proxy as well; always provide a default ↵doktornotor2015-09-271-3/+8
| | | | value if not configured
* Do not run squid_resync() twice on package installdoktornotor2015-09-271-1/+0
| | | custom_php_resync_config_command is automatically executed via install_package_xml() on install.
* sanitize squid3 package install processdoktornotor2015-09-271-41/+32
| | | | | - On package install, custom_php_resync_config_command is automatically called. There is no need to call it yet again. - When squid_resync() is called on install, logdir will get created if needed, cache dir will get set up as needed via squid_dash_z(), and finally firewall will get reconfigured. There is absolutely no need to setup cache 4 times, there is also definitely no need to reconfigure filter 3 times and no need to restart the services (at least) 3 times in one minute. This seriously confuses Squid3 and breaks things, as in Bug #4857 - Finally, modify squid_resync() so that it only (re)starts services if Squid3 is actually enabled, and stops them otherwise
* Fix broken PHP syntaxdoktornotor2015-09-271-26/+26
|
* Add privileges configuration to squid3 packagedoktornotor2015-09-261-0/+4
|
* Add privileges configuration to squid3 packagedoktornotor2015-09-261-0/+63
|
* make a backup of default c-icap config file on installdoktornotor2015-09-261-0/+7
|
* Fix broken c-icap.conf handling, fix c-icap logs handling (Bug #4615)doktornotor2015-09-261-9/+21
|
* Sanitize the cache clear/swapstate rotate cronjobdoktornotor2015-09-261-1/+1
| | | This absolutely should NOT be run every 15 minutes, completely insane.
* Provide real reason(s) in log when cache is cleareddoktornotor2015-09-261-2/+18
|
* Fix closing tagdoktornotor2015-09-251-1/+1
|
* squid3 - code style fixes, fix file perms, fix error language, improve ↵doktornotor2015-09-251-213/+366
| | | | descriptions
* Remove broken squid_before_form_general() functiondoktornotor2015-09-251-36/+0
|
* Remove reference to unused broken squid_before_form_general() functiondoktornotor2015-09-251-3/+0
|
* Remove reference to unused broken squid_before_form_general() functiondoktornotor2015-09-251-3/+0
|
* Remove reference to unused broken squid_before_form_general() functiondoktornotor2015-09-251-3/+0
|
* squid3 - code style fixes, improve descriptions, hide no-op optionsdoktornotor2015-09-251-113/+167
|
* Fix trailing whitespacedoktornotor2015-09-251-1/+1
|
* Fix trailing whitespacesdoktornotor2015-09-251-2/+2
|
* Fix trailing whitespacesdoktornotor2015-09-251-5/+5
|
* Fix trailing whitespacesdoktornotor2015-09-251-7/+7
|
* Fix trailing whitespacesdoktornotor2015-09-251-3/+3
|
* squid3 - code style fixes, improve descriptions, sanitize defaultsdoktornotor2015-09-251-95/+197
|
* Sanitize memory_cache_size and maximum_object_size_in_memory defaults closer ↵doktornotor2015-09-251-2/+2
| | | | to upstream
* Fix maximum_object_size to match the described default and upstream ↵doktornotor2015-09-251-1/+1
| | | | recommended value
* Add OWA listtopic here for consistency with squid_reverse_general.xmldoktornotor2015-09-251-0/+4
|
* squid3 - code style fixesdoktornotor2015-09-251-85/+142
|
* squid3 - code style fixesdoktornotor2015-09-251-113/+198
|
* squid3 - code style fixesdoktornotor2015-09-251-57/+65
|
* squid3 - code style fixesdoktornotor2015-09-251-71/+76
|
* squid3 - code style fixesdoktornotor2015-09-251-75/+91
|
* squid3 - code style fixes, improve descriptionsdoktornotor2015-09-251-60/+89
|
* Fix quick_abort_min input validation to conform to Squid documentationdoktornotor2015-09-251-2/+2
| | | -1 is a legal value here, meaning always finish the retrieval.
* squid3 - code style fixesdoktornotor2015-09-251-60/+104
|
* squid3 - code style fixesdoktornotor2015-09-251-56/+54
|
* squid3 - code style fixesdoktornotor2015-09-251-54/+52
|