aboutsummaryrefslogtreecommitdiffstats
path: root/config/squid3
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #684 from trendchiller/masterRenato Botelho2014-07-174-4/+8
|\
| * clarify the hintMartin Fuchs2014-06-184-4/+4
| |
| * add reminder to set up DNS-A-record for autodiscoverMartin Fuchs2014-06-174-4/+8
| |
* | Fix call-time pass by reference for all squid packagesRenato Botelho2014-06-2027-61/+61
|/
* add autodiscover url for self-hosted domainsMartin Fuchs2014-06-172-2/+6
| | | | as tested in microsoft-connectivity-analyzer
* enable AutoDiscover HTTPMartin Fuchs2014-06-172-7/+14
|
* fixed reverse owaMartin Fuchs2014-06-132-2/+2
| | | | OWA does not work with round-robin
* allow multiple CAS-servers, correct checksMartin Fuchs2014-06-134-19/+30
|
* allow multiple CAS-servers, correct checksMartin Fuchs2014-06-134-21/+30
|
* Directive 'ignore_expect_100' is obsoleteMartin Fuchs2014-06-101-1/+0
|
* fix bungled configMartin Fuchs2014-06-072-2/+2
| | | | see https://forum.pfsense.org/index.php?topic=73301.msg424937#msg424937
* offload reverse auth to backendMartin Fuchs2014-06-061-1/+1
|
* offload the whole auth process onto a backend peer.Martin Fuchs2014-06-061-1/+1
| | | | | with squid-3.2+ you use login=PASSTHRU and *no* Squid auth setup to offload the whole auth process onto a backend peer.
* do not revert the round-robin patch 1bcfd29Martin Fuchs2014-06-042-2/+2
|
* correct definitionMartin Fuchs2014-06-044-8/+8
| | | | the CAS-Array is the server we want to reach...
* correct formattingMartin Fuchs2014-06-042-2/+2
|
* add MAPI over HTTP supportMartin Fuchs2014-06-046-21/+47
| | | | MAPI over HTTP is supported on at lease Exchange 2013 SP1
* correct formattingMartin Fuchs2014-05-082-3/+3
|
* protect variable name in string and remove spacesMartin Fuchs2014-05-082-3/+3
|
* correct autodiscover settings (wrong hostname) and bump pkg-versionMartin Fuchs2014-05-082-7/+13
|
* squid3-dev - fix windowsupdate acl definition for Dynamic ContentMarcello Coutinho2014-04-031-1/+1
|
* squid3-dev - Improve cache tests and cleanupMarcello Coutinho2014-04-033-13/+31
| | | | | https://forum.pfsense.org/index.php?topic=74453.msg407275#msg407275 Thanks to Bellera
* squid3-dev include info to check diskd process with ipcs and ipcrmMarcello Coutinho2014-04-032-1/+11
| | | | | https://forum.pfsense.org/index.php?topic=74317.0 Thanks to bellera
* squid3-dev - add option to enable and disable ICMP pinger helperMarcello Coutinho2014-04-012-2/+18
| | | | Thanks to bellera
* squid3-dev -fix icp port default disable optionMarcello Coutinho2014-04-011-1/+1
| | | | Thanks to Tikimotel and bellera
* squid3-dev - improve captive portal and custom options aclsMarcello Coutinho2014-04-012-10/+22
|
* Enable reverse proxy load balancingVince2014-03-311-1/+1
| | | Enable reverse proxy load balancing across multiple origin servers
* Fixup URLs:Renato Botelho2014-03-189-84/+84
| | | | | | - Replace http by https - *.pfsense.com -> *.pfsense.org - www.pfsense.org/packages/config -> packages.pfsense.org/packages/config
* squid3-dev - merge captive portal squid helper contribution by forum user ↵Marcello Coutinho2014-03-121-3/+4
| | | | | | dig1234 https://forum.pfsense.org/index.php?topic=72443.msg395218#msg395218
* squid3-dev - improve clamav checks and fix startup errosMarcello Coutinho2014-03-051-15/+50
|
* Fix issue with include file in squid_reverse.xml that causes the following ↵Randy Crowder2013-10-162-4/+4
| | | | message in system log "Not calling package sync code for dependency squidreverse of squid3 because some include files are missing."
* squid3-dev - add captive port authentication/integration optioNs, add ↵Marcello Coutinho2013-09-305-54/+122
| | | | shortcut panel
* squid3-dev - supress php warnings on squid captive portal auth helperMarcello Coutinho2013-09-241-1/+1
|
* squid3-dev - external acl helper for captive portal authentication integration.Marcello Coutinho2013-09-181-0/+85
|
* IPv6 Addresses need to be enclosed in bracketsVince2013-06-231-0/+3
| | | | | | | IPv6 Addresses need to be enclosed in brackets This is a very lazy test for IPv6 instead of IPv4 addresses. The desired function, filter_var, does not appear to be available in the pfSense build I'm running. http://php.net/manual/en/function.filter-var.php
* squid3-dev - remove obsolete ignore_expect_100 option and include info on ↵Marcello Coutinho2013-06-072-2/+5
| | | | gui for owa ssl offload
* squid3-dev - fix cascade sync while using system sync settingsMarcello Coutinho2013-05-281-8/+10
|
* squid3-dev - improve icap antivirus integration code.Marcello Coutinho2013-05-171-12/+23
|
* squid3-dev - change ssl filtering cert combo from server-cert to ca-certMarcello Coutinho2013-05-162-9/+13
|
* squid3-dev - fix typosMarcello Coutinho2013-05-161-2/+2
|
* squid3-dev - include more options to ssl_crt, new custom_refresh_patter on ↵Marcello Coutinho2013-05-163-38/+94
| | | | cache tab, fix auth plugins names
* squid3-dev - remove buit-in acl declaration, fix real_interfaces array ↵Marcello Coutinho2013-05-141-15/+49
| | | | creation and replace old squidguard integration to url_rewrite_program
* squid3-dev - include two missing files on squid3/33 dirMarcello Coutinho2013-05-132-0/+133
|
* squid3-dev - squid 3.3 with ssl filtering first devel releaseMarcello Coutinho2013-05-1326-0/+8552
|
* squid3 - mv squid files from squid-reverse to squid3/31Marcello Coutinho2013-05-0226-0/+7970
|
* squid3 - removed broken and discontinued squid3 package info from ↵Marcello Coutinho2013-05-0213-0/+0
| | | | pkg_config.7.xml
* Update config/squid3/proxy_monitor.shRichard Adams2012-07-311-2/+1
| | | Change to match 2.1 config also.
* Update config/squid3/proxy_monitor.shRichard Adams2012-07-301-1/+1
|
* Update config/squid3/proxy_monitor.shRichard Adams2012-07-301-0/+6
|
* Change the default language here to the language code 'en'. Although note ↵Phil Davis2012-06-231-1/+1
| | | | that this does not seem to actually get used. There is code in squid.inc that builds the dropdown language list based on the dir names of the squid error dirs at run time. No default seems to get picked at all, and on the first install it ends up defaulting to 'af' - the first entry in the list. So that needs to be worked out. But in any case this change does no harm and updates a setting that would otherwise look odd/wrong.