aboutsummaryrefslogtreecommitdiffstats
path: root/packages/squid.inc
Commit message (Collapse)AuthorAgeFilesLines
* If squid does not stop when we tell it to, then push it off a large cliff.Scott Ullrich2006-11-121-1/+3
|
* Per trendchiller@forumsBill Marquette2006-10-251-1/+6
| | | | | | http://forum.pfsense.org/index.php/topic,2434.msg14839.html#msg14839 unrestricted hosts really ought to be unrestricted also fix typo
* fix blank cidr block issue reported by gbelanger@forumsBill Marquette2006-10-251-1/+1
| | | | http://forum.pfsense.org/index.php/topic,2434.msg14833.html#msg14833
* Ticket #1143: $acl isn't an array type, don't expect it to be!Bill Marquette2006-10-241-3/+1
|
* Attempt to fix these errors when squid has not been configured:Scott Ullrich2006-10-151-2/+6
| | | | | | | | | | | | | Warning: in_array(): Wrong datatype for second argument in /usr/local/pkg/squid.inc on line 532 Warning: in_array(): Wrong datatype for second argument in /usr/local/pkg/squid.inc on line 532 Warning: in_array(): Wrong datatype for second argument in /usr/local/pkg/squid.inc on line 83 Warning: in_array(): Wrong datatype for second argument in /usr/local/pkg/squid.inc on line 83 Warning: in_array(): Wrong datatype for second argument in /usr/local/pkg/squid.inc on line 83 Warning: in_array(): Wrong datatype for second argument in /usr/local/pkg/squid.inc on line 83 Warning: in_array(): Wrong datatype for second argument in /usr/local/pkg/squid.inc on line 83 Warning: in_array(): Wrong datatype for second argument in /usr/local/pkg/squid.inc on line 83 Warning: in_array(): Wrong datatype for second argument in /usr/local/pkg/squid.inc on line 83 Warning: in_array(): Wrong datatype for second argument in /usr/local/pkg/squid.inc on line 83
* Make sure pinger process is zapped as well.Scott Ullrich2006-09-301-0/+1
|
* Kill the proxy_monitor.sh process before killing squid. Otherwise it will ↵Scott Ullrich2006-09-301-0/+1
| | | | restart the process.
* Increase Maximum object size to 10KScott Ullrich2006-09-301-1/+1
| | | | Suggested-by: Korozion via IRC
* We use squid.sh, not squid. Remove this rc.d file.Scott Ullrich2006-09-301-1/+2
|
* The The field LDAP server user DN should be a ldap style string, not a ↵Scott Ullrich2006-09-291-1/+1
| | | | | | | | "internet domain name". Remove the bogus check. See http://forum.pfsense.org/index.php/topic,2004.0.html for more information
* Whitelist and blacklist types are url_regex, not an ip address. Remove the ↵Scott Ullrich2006-09-291-5/+1
| | | | | | forced ip checks. Thanks to Free_The_Mallocs for the bug report.
* Make sure /usr/local/libexec/squid/pinger is executable to avoid this error:Scott Ullrich2006-09-291-0/+5
| | | | | | 2006/09/29 14:06:07| ipcCreate: /usr/local/libexec/squid/pinger: (13) Permission denied Thanks to Free_The_Mallocs for the bug report.
* When changing the on disk squid cache size, a squid -z is required.Scott Ullrich2006-09-291-1/+6
| | | | Thanks to Free_The_Mallocs for the bug report.
* Add (C)Scott Ullrich2006-09-291-0/+29
|
* Fix typos.Scott Ullrich2006-09-291-1/+1
| | | | Patch-submitted-by: Michael Schuh <michael.schuh@gmail.com>
* Enhance checks to make sure /var/squid/cache/01/01 exists. if not, run squid -zScott Ullrich2006-09-051-1/+1
|
* Adjust ordering.Scott Ullrich2006-08-011-2/+4
|
* Start proxy_monitor.sh after syncScott Ullrich2006-08-011-0/+5
|
* Log when we run squid -zScott Ullrich2006-08-011-1/+3
|
* Squid -z on installScott Ullrich2006-07-301-0/+2
|
* Full path to squidScott Ullrich2006-07-301-4/+4
|
* Do not include php files in ps awuxScott Ullrich2006-07-301-3/+3
|
* Use correct pidScott Ullrich2006-07-301-6/+6
|
* Start in backgroundScott Ullrich2006-07-301-2/+2
|
* Don't forget grep -vScott Ullrich2006-07-301-2/+2
|
* Restart proxy monitor script on resyncScott Ullrich2006-07-301-0/+5
|
* Woops, that should be grepScott Ullrich2006-07-301-4/+4
|
* Kill off all known squid processes if running on deinstallationScott Ullrich2006-07-301-1/+4
|
* Kill proxy monitor on package deinstallationScott Ullrich2006-07-301-1/+2
|
* Start proxy_monitor service on initial installation.Scott Ullrich2006-07-301-0/+5
|
* Add proxy monitor alarm scriptScott Ullrich2006-07-301-0/+1
|
* When defining ports, do not include blank ip addresses which leads to ↵Scott Ullrich2006-07-301-1/+2
| | | | | | entries such as: http_port :3128
* Default to port 3128 if user has not filled in a custom port.Scott Ullrich2006-07-301-5/+11
|
* If /var/squid/cache does not exist then force a squid -zScott Ullrich2006-07-291-6/+4
|
* Create squid cache when neededScott Ullrich2006-07-291-10/+17
|
* convert rule type testing to switch/case - easier to read than if/else/if...Bill Marquette2006-06-251-4/+7
|
* The Squid package... Countless changes. You might need some stuff from HEAD ↵Fernando Lemos2006-06-021-0/+770
to make this work properly (you need make_dirs from HEAD to at least install it). This might not work out of the box. In fact, it should not work out of the box in RELENG_1. Please be patient.