aboutsummaryrefslogtreecommitdiffstats
path: root/config/squid3
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #727 from alainabbas/patch-2Renato Botelho2014-11-211-0/+27
|\
| * Update squid_reverse_general.xmlalainabbas2014-11-121-0/+27
| | | | | | Adding the Client side certificate verification in the reverse proxy
* | Merge pull request #726 from alainabbas/patch-1Renato Botelho2014-11-211-2/+34
|\ \
| * | Update squid_reverse.incalainabbas2014-11-121-2/+34
| |/ | | | | Adding the Certificate peer authentication in the reverse proxy and the revocation list
* / squid3.4 - first package filesMarcello Coutinho2014-11-2030-0/+9083
|/
* Apply swapstate file exists check to Squid3Phil Davis2014-11-051-1/+3
| | | | Issue reported in forum https://forum.pfsense.org/index.php?topic=78733.msg This extra check was applied to Squid2 back in 2013.
* Apply swapstate file exists check to Squid3Phil Davis2014-11-051-1/+3
| | | | Issue reported in forum https://forum.pfsense.org/index.php?topic=78733.msg This extra check was applied to Squid2 back in 2013.
* Merge pull request #687 from trendchiller/masterRenato Botelho2014-08-272-8/+8
|\
| * autocreate http-reverse for autodiscoverMartin Fuchs2014-07-212-4/+4
| |
| * Revert "add a hint for autodiscover over HTTP"Martin Fuchs2014-07-202-4/+2
| | | | | | | | This reverts commit 9485b386dba7a4fbdfbc7941071cd4574f24c91c.
| * add a hint for autodiscover over HTTPMartin Fuchs2014-07-182-2/+4
| |
| * we do not need digests for Exchange-peersMartin Fuchs2014-07-182-4/+4
| |
* | 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
|