aboutsummaryrefslogtreecommitdiffstats
path: root/config/squid3
Commit message (Collapse)AuthorAgeFilesLines
* fetch virus logDennis Neuhaeuser2015-04-111-0/+28
| | | addded code to fetch entries from virus log and push to "realtime" table
* add table area to display clamav logsDennis Neuhaeuser2015-04-111-1/+21
| | | | - adds a table to the tab "realtime" for virus log displaying - corrected link to tab "antivirus"
* write additional virus.log fileDennis Neuhaeuser2015-04-111-0/+1
| | | this writes a logfile when a virus was found
* corrected comparison of reservedhigh port numberDennis Neuhaeuser2015-04-041-2/+2
| | | now the comparison should be correct
* correction of portrange checkingdneuhaeuser2015-04-031-5/+5
| | | configured port needs checking against sysctl parameter sysctl "net.inet.ip.portrange.reservedhigh" instead of "net.inet.ip.portrange.first".
* Merge pull request #789 from CinoNY/patch-3Renato Botelho2015-02-022-5/+14
|\
| * add new X-Forward Mode optionsCino2015-01-161-1/+2
| |
| * add new X-Forward Mode optionsCino2015-01-161-4/+12
| |
* | Bump squid package to 0.2.6RELENG_2_2_0Renato Botelho2015-01-221-1/+1
| |
* | Define the contants to /usr/local can be useful at development time in ↵Renato Botelho2015-01-221-7/+2
|/ | | | certain circumstances, but, it can lead squid3 package to change permissions of system directories and break important parts of the system. This seems to be the root cause of https://forum.pfsense.org/index.php?topic=87135.0
* squid3.4 fix and improve clamav and freshclam rc.d script pathsMarcello Coutinho2015-01-161-6/+15
|
* Bump squid3 version due to PBI rebuildRenato Botelho2015-01-141-1/+1
|
* squid 3.4 - Fix typosMarcello Coutinho2015-01-141-2/+2
|
* squid 3.4 - fixes #4196 and #4197Marcello Coutinho2015-01-144-46/+169
| | | | | | | | | /var/run/squid check squidclamav symbolic links antivirus tab check config c-icap rc.d file path checks clamd rc.d file path checks squid_clwarn.php replacement for clwarn.cgi to do not need perl install
* Bump squid3 version due to PBI rebuildRenato Botelho2015-01-091-1/+1
|
* squid3.4 - update compile argsMarcello Coutinho2014-12-292-27/+34
| | | | | | fix captive portal check_ip for 2.2 fix ssl_bump with no authentication bump package version
* Revert 6819d263 partially since it can be useful for development testsRenato Botelho2014-12-181-2/+7
|
* Call binary wrappersRenato Botelho2014-12-181-23/+21
|
* This version is only for 2.2 and later, drop these checksRenato Botelho2014-12-181-9/+1
|
* Remove unused codeRenato Botelho2014-12-181-11/+0
|
* 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
|