Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | squid3 - fix a missing vhost config on https setup | Marcello Coutinho | 2012-09-18 | 1 | -2/+2 |
| | |||||
* | squid3 - include dns_v4_first options that fixes https connection errors on ↵ | Marcello Coutinho | 2012-09-05 | 2 | -11/+17 |
| | | | | squid3 | ||||
* | Merge pull request #308 from phil-davis/master | Ermal Luçi | 2012-08-01 | 1 | -1/+2 |
|\ | | | | | Make matching conf_mount_ro calls during squid3 installation | ||||
| * | Make matching conf_mount_ro calls for squid | Phil Davis | 2012-08-02 | 1 | -1/+2 |
| | | | | | | | | After initial installation of squid3 (squid-reverse folder) the shared-memory section mount count is left at 3. This means that on nanobsd the CF card is left mounted read-write. This condition will persist until the next reboot, because there is nothing to decrement the count. I have found 2 places here that do not match up conf_mount_rw and conf_mount_ro calls. There might be 1 more somewhere (or one of these routines is called twice during installation). I can check that when this change is committed and I can do another install from scratch. | ||||
* | | Change the way we keep only one going and no more. | Richard Adams | 2012-07-31 | 1 | -2/+1 |
| | | | | | | | | Test and reboot tested. Only 1 starts up. Theoretically, it should not even start 1, but if I set it to greater than 1, 2 opens up and remains open. I guess it is preloading the variables? Just have to watch the behavior and see if that ever changes. | ||||
* | | Update config/squid-reverse/proxy_monitor.sh | Richard Adams | 2012-07-30 | 1 | -1/+1 |
| | | |||||
* | | Update config/squid-reverse/proxy_monitor.sh | Richard Adams | 2012-07-30 | 1 | -0/+5 |
|/ | |||||
* | squid3 - remove extra </default_value> on default language | Marcello Coutinho | 2012-07-23 | 1 | -1/+1 |
| | |||||
* | Fix grep for squid process since "-D" was obsolete. | Phil Davis | 2012-07-22 | 1 | -2/+2 |
| | |||||
* | Change the default language to the language code 'en' - Squid V3 uses the ↵ | Phil Davis | 2012-07-22 | 1 | -1/+1 |
| | | | | 2-char language codes | ||||
* | squid3 - change Unrestricted IPs and Banned host addresses check to allow ↵ | Marcello Coutinho | 2012-07-11 | 2 | -6/+14 |
| | | | | CIDR networks | ||||
* | squid3 - fix unrestricted_auth check | Marcello Coutinho | 2012-07-03 | 1 | -1/+1 |
| | |||||
* | squid3 - include some array checks and rename php_install function to avoid ↵ | Marcello Coutinho | 2012-07-02 | 3 | -17/+52 |
| | | | | | | | warning/errors with other packages related post http://forum.pfsense.org/index.php/topic,51001.msg272499.html#msg272499 | ||||
* | squid3 - some fixes and improvements to squid reverse code | Marcello Coutinho | 2012-06-28 | 3 | -33/+53 |
| | |||||
* | error_default_language should contain just the language code (like 'en' ↵ | Phil Davis | 2012-06-23 | 1 | -2/+1 |
| | | | | 'fr'), not the whole path to the dir. | ||||
* | 1 more text typo to fix | Phil Davis | 2012-06-23 | 1 | -1/+1 |
| | |||||
* | Fix a couple of minor text strings. | Phil Davis | 2012-06-23 | 1 | -4/+4 |
| | |||||
* | swapstate_check gets added twice to the cron_item list and cron tab. Remove ↵ | Phil Davis | 2012-06-23 | 1 | -26/+26 |
| | | | | the erroneous extra addition. | ||||
* | squid3 - fixes array_check and error messages dir | marcelloc | 2012-06-22 | 1 | -3/+3 |
| | |||||
* | Add SQUID_CONFFILE constant and use it to add "-f" command parameter to each ↵ | phildd | 2012-06-20 | 1 | -13/+17 |
| | | | | | | | squid start/stop/reconfigure. This makes squid look at the conf file that is made by the GUI. The actual conf file location has not been changed yet. That can be done next, but for now I have minimised risk by keeping in the current place and just referencing it there correctly. Also removed the "-D" parameter from the squid start command in 1 place - "-D' is obsolete in squid 3.1. | ||||
* | Gettext support. | ccesario | 2012-06-11 | 1 | -4/+4 |
| | |||||
* | Enable squid_log_parser.php only to squid program | ccesario | 2012-06-11 | 1 | -4/+12 |
| | |||||
* | squid3 - include real time log monitor tab | marcelloc | 2012-06-06 | 16 | -167/+304 |
| | |||||
* | squid3 - start squid only if xml config exists | Marcello Coutinho | 2012-05-29 | 1 | -27/+29 |
| | |||||
* | Fix line endings... autocrlf is your friend. | jim-p | 2012-05-09 | 2 | -351/+351 |
| | |||||
* | squid3 - fix to cachemgr_options code generation | Marcello Coutinho | 2012-05-08 | 1 | -12/+12 |
| | |||||
* | squid3 - fix xml rpc sync call | Marcello Coutinho | 2012-05-07 | 4 | -305/+353 |
| | |||||
* | dansguardian,squid3 - more fixes to startup process during boot | Marcello Coutinho | 2012-05-04 | 1 | -15/+18 |
| | |||||
* | squid3 - reduce squid startup time and include boot process check | Marcello Coutinho | 2012-05-02 | 1 | -17/+33 |
| | |||||
* | squid3 - include remote cache array check | Marcello Coutinho | 2012-04-24 | 1 | -1/+2 |
| | |||||
* | squid3 - version 2.0.5 with transparent proxy fix and integration with ↵ | Marcello Coutinho | 2012-04-22 | 4 | -2/+349 |
| | | | | captive portal for non transparent use. | ||||
* | squid3 - change status to beta, fix instalation path and icp port | Marcello Coutinho | 2012-04-20 | 1 | -1/+1 |
| | |||||
* | squid3 - fix refresh_pattern and typo regression | Marcello Coutinho | 2012-04-20 | 2 | -5/+14 |
| | |||||
* | squid3 - version 2.0.4 with bug fixes and remote peer improvements | Marcello Coutinho | 2012-04-20 | 14 | -93/+314 |
| | |||||
* | squid3 - Fix patters typo | Marcello Coutinho | 2012-04-16 | 2 | -9/+9 |
| | |||||
* | squid3 - version 2.0.3 with dynamic content options on cache tab | Marcello Coutinho | 2012-04-16 | 2 | -14/+98 |
| | |||||
* | squid3 - fix package integration with squidguard | Marcello Coutinho | 2012-04-15 | 2 | -3/+3 |
| | |||||
* | squid3 - include some array checks to prevert erros on squid_reverse.inc | Marcello Coutinho | 2012-04-15 | 1 | -4/+9 |
| | |||||
* | squid3 - fix some file calls during installation | Marcelloc | 2012-04-14 | 1 | -7/+17 |
| | |||||
* | squid3 - merge squid3 and squid-reverse in one package | Marcello Coutinho | 2012-04-13 | 15 | -453/+1589 |
| | |||||
* | fix error pages default language | Martin Fuchs | 2012-03-27 | 1 | -4/+6 |
| | |||||
* | fix squid.inc error | Martin Fuchs | 2012-03-19 | 1 | -4/+0 |
| | |||||
* | bump squid to 3.1.19 | Martin Fuchs | 2012-03-19 | 3 | -55/+119 |
| | |||||
* | add swapstate_check for embedded | Martin Fuchs | 2012-03-16 | 1 | -13/+17 |
| | |||||
* | +basic auth | Martin Fuchs | 2012-03-16 | 1 | -1/+1 |
| | |||||
* | based on jimp's 7bfe60dd9e5670bb8bbc403784c69b1dcce8e923 | Martin Fuchs | 2012-01-04 | 1 | -1/+1 |
| | |||||
* | sed on jimp 4a4429cbcf28a631014574eaf2b93f0b41555995 | Martin Fuchs | 2012-01-04 | 2 | -24/+59 |
| | |||||
* | based on jimp 54cc1ac21a9e89a496800bb521ca7d485929cc95 | Martin Fuchs | 2012-01-04 | 1 | -1/+2 |
| | |||||
* | based on jimp 4a4429cbcf28a631014574eaf2b93f0b41555995 | Martin Fuchs | 2012-01-04 | 1 | -0/+48 |
| | |||||
* | Do not call filter_configure_sync directly since this is not best practice | Ermal | 2010-12-29 | 2 | -5/+5 |
| |