aboutsummaryrefslogtreecommitdiffstats
path: root/config/squid3
Commit message (Collapse)AuthorAgeFilesLines
* Remove the patch CP feature (Bug #5594)doktornotor2015-12-051-6/+5
| | | GUI instructions left in place of the original checkbox.
* Remove the patch CP feature (Bug #5594)doktornotor2015-12-051-28/+22
| | | | | This "feature" has been broken for almost a year without anyone noticing; see https://redmine.pfsense.org/issues/5594 for details. Remove this junk until a saner alternative is available. System Patches is the way to go until that happens if someone really requires that. On upgrade, an attempt to restore a backup will be attempted, and appropriate notice filed (and logged). There are also GUI instructions left in place of the original checkbox.
* Add option to disable AV scanning of streamed audio/videodoktornotor2015-12-011-2/+3
|
* Add option to disable AV scanning of streamed audio/videodoktornotor2015-12-011-1/+11
|
* Add option to disable AV scanning of streamed audio/videodoktornotor2015-12-011-0/+24
|
* Fix up bunch of required tags for various fieldsdoktornotor2015-11-291-3/+4
|
* Fix up bunch of required tags for various fieldsdoktornotor2015-11-291-3/+4
|
* Add bunch of required tags to fieldsdoktornotor2015-11-291-1/+6
|
* Add bunch of required tags to fieldsdoktornotor2015-11-291-2/+4
|
* Add bunch of required tags to fieldsdoktornotor2015-11-291-4/+7
|
* Remove useless required tagdoktornotor2015-11-291-2/+1
|
* Remove unwanted required tag from enable checkboxdoktornotor2015-11-291-2/+1
|
* Switch ClamAV mirrors order to prefer manually configured mirrorsdoktornotor2015-11-291-3/+3
|
* Comment fixdoktornotor2015-11-281-1/+1
|
* Re-enable SSL/MITM junk even without transparent proxydoktornotor2015-11-281-7/+4
|
* Re-enable SSL/MITM junk even without transparent proxydoktornotor2015-11-281-1/+1
|
* Use consistent checks for empty valuesdoktornotor2015-11-281-2/+2
|
* Add lots of input validations to sanitize configuration, plus other fixesdoktornotor2015-11-281-38/+121
| | | | | | | | | | - Allow reverse proxy to be used without running normal Squid proxy - Force users to select at least one proxy or reverse proxy interface when enabling Squid (unless reverse proxy is enabled) - Only allow to configure transparent proxy on interfaces where Squid is actually running (never had any effect otherwise anyway) - Only allow to configure HTTPS/SSL Interception on interfaces where transparent proxy is enabled (never had any effect otherwise anyway) - Do not add loopback interface twice when transparent proxy is enabled and loopback is selected in Proxy Interface(s) - Avoid adding empty localnet ACL - Fix HTTPS proxy default port - Some code style fixes and cleanups
* Hide loopback from interface selection in places where it makes no sensedoktornotor2015-11-281-1/+5
| | | Also, make it possible to deselect CA from SSL/MITM.
* Add a function to check whether Squid reverse proxy is enableddoktornotor2015-11-281-0/+19
| | | To be used in squid.inc's squid_enabled()
* Fix input validations, improve descriptionsdoktornotor2015-11-271-32/+42
|
* Add client cert auth option, fix input validations, improve descriptionsdoktornotor2015-11-271-22/+62
|
* Add client cert auth option, multiple fixesdoktornotor2015-11-271-46/+140
| | | | | | - Fix input validations - Fix no-op "Ignore Internal Certificate Validation" option - Make sure that 'User Defined Reverse Proxy IPs' are locally configured - Code style and cosmetics
* squid3 - add missing includedoktornotor2015-11-231-0/+1
|
* squid3 - remove unused includedoktornotor2015-11-231-1/+0
|
* squid3 - add bunch of missing includesdoktornotor2015-11-231-1/+4
|
* squid3 - add bunch of missing includesdoktornotor2015-11-231-2/+6
|
* Squid3 - do not add invalid subnets for 'Allow Users on Interface' to ACL ↵doktornotor2015-11-181-8/+14
| | | | (Bug #4331, Bug #4526)
* Syslog messages cosmeticsdoktornotor2015-11-121-3/+3
|
* Remove broken dynamic caching patternsdoktornotor2015-11-081-22/+3
| | | Avast/Symantec have been completely no-op and useless for years since AV updates for those are streamed to clients hundreds time every day. Suspect same story for Avira. The WU refresh_patterns was broken and don't work reliably anyway. People can define their own patterns if needed without maintenance burden for package maintainers.
* Remove broken dynamic caching patternsdoktornotor2015-11-081-56/+8
| | | Avast/Symantec have been completely no-op and useless for years since AV updates for those are streamed to clients hundreds time every day. Suspect same story for Avira. The WU refresh_patterns was broken and don't work reliably anyway. People can define their own patterns if needed without maintenance burden for package maintainers.
* Merge pull request #1128 from doktornotor/patch-12Renato Botelho2015-11-032-8/+8
|\
| * squid3 - fix XMLRPC sync with CARP/HAdoktornotor2015-11-011-4/+4
| |
| * squid3-dev - fix XMLRPC sync with CARP/HAdoktornotor2015-11-011-4/+4
| |
* | Merge pull request #1127 from doktornotor/patch-11Renato Botelho2015-11-033-67/+150
|\ \
| * | Improve XMLRPC syncdoktornotor2015-11-011-8/+40
| | | | | | | | | | | | | | | - Fix CARP/HA sync option - Add enable/disable checkbox per replication target - Add protocol/port selection
| * | Improve XMLRPC syncdoktornotor2015-11-011-51/+70
| | | | | | | | | | | | | | | | | | | | | | | | - Fix CARP/HA sync option - Add enable/disable checkbox per replication target - Add protocol selection - Add timeout setting - Fix literal IPv6 handling for sync targets - Do settings validation and only try to sync when configuration is valid
| * | Improve XMLRPC syncdoktornotor2015-11-011-8/+40
| |/ | | | | | | | | | | - Add CARP/HA sync option - Add enable/disable checkbox per replication target - Add protocol selection - Add timeout setting
* | Nuke update_output_window cruftdoktornotor2015-10-301-3/+0
| |
* | Nuke update_output_window cruftdoktornotor2015-10-301-10/+0
|/ | | Doesn't work plus this is gone in 2.3 anyway.
* Typo fixdoktornotor2015-10-281-1/+1
|
* Accept "all" in 'Allowed Subnets' (Bug #4525)doktornotor2015-10-191-2/+2
|
* Typo fixdoktornotor2015-10-181-1/+1
|
* Add missing dot between hostname and domaindoktornotor2015-10-161-1/+1
|
* Fix clamav user account/group/dir permissions yet again (with special ↵doktornotor2015-10-161-9/+24
| | | | credits to PBI authors)
* Don't downgrade client SSL/TLS connections with SSL MITM junk (Bug #4453)doktornotor2015-10-151-1/+10
|
* Improve description.doktornotor2015-10-141-4/+5
|
* Use consistent case in tabs namedoktornotor2015-10-141-2/+2
|
* Use consistent case in tabs name and bump versiondoktornotor2015-10-141-2/+2
|
* Use consistent case in title and bump versiondoktornotor2015-10-141-2/+2
|