aboutsummaryrefslogtreecommitdiffstats
path: root/config/squid3/33
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
* | Update squid_reverse.incalainabbas2014-11-121-2/+34
|/ | | Adding the Certificate peer authentication in the reverse proxy and the revocation list
* 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-271-4/+4
|\
| * autocreate http-reverse for autodiscoverMartin Fuchs2014-07-211-2/+2
| |
| * Revert "add a hint for autodiscover over HTTP"Martin Fuchs2014-07-201-2/+1
| | | | | | | | This reverts commit 9485b386dba7a4fbdfbc7941071cd4574f24c91c.
| * add a hint for autodiscover over HTTPMartin Fuchs2014-07-181-1/+2
| |
| * we do not need digests for Exchange-peersMartin Fuchs2014-07-181-2/+2
| |
* | Merge pull request #684 from trendchiller/masterRenato Botelho2014-07-172-2/+4
|\|
| * clarify the hintMartin Fuchs2014-06-182-2/+2
| |
| * add reminder to set up DNS-A-record for autodiscoverMartin Fuchs2014-06-172-2/+4
| |
* | Fix call-time pass by reference for all squid packagesRenato Botelho2014-06-2010-23/+23
|/
* add autodiscover url for self-hosted domainsMartin Fuchs2014-06-171-1/+3
| | | | as tested in microsoft-connectivity-analyzer
* enable AutoDiscover HTTPMartin Fuchs2014-06-171-3/+7
|
* fixed reverse owaMartin Fuchs2014-06-131-1/+1
| | | | OWA does not work with round-robin
* 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-071-1/+1
| | | | 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-041-1/+1
|
* correct definitionMartin Fuchs2014-06-042-4/+4
| | | | the CAS-Array is the server we want to reach...
* correct formattingMartin Fuchs2014-06-041-1/+1
|
* add MAPI over HTTP supportMartin Fuchs2014-06-043-16/+26
| | | | MAPI over HTTP is supported on at lease Exchange 2013 SP1
* correct formattingMartin Fuchs2014-05-081-2/+2
|
* protect variable name in string and remove spacesMartin Fuchs2014-05-081-1/+1
|
* correct autodiscover settings (wrong hostname) and bump pkg-versionMartin Fuchs2014-05-081-3/+6
|
* 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-183-34/+34
| | | | | | - 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-161-2/+2
| | | | 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