On Thu, 12 Feb 2004, Diego Woitasen (Lanux) wrote:
> Sorry, but... Is my patch OK?
Almost.
To be consistent with the other max_... acls (maxconn, max_user_ip) the
condition should be inversed, matching unless above the maximum.
Also there is the small issue about Squid-2.5 being a STABLE frozen
Sorry, but... Is my patch OK?
On Thu, Feb 12, 2004 at 09:17:20PM +0100, Henrik Nordstrom wrote:
> On Fri, 13 Feb 2004, Robert Collins wrote:
>
> > Perhaps it would be useful to consolidate with/replace
> > request_body_max_size which already exists...
>
> When this gets merged then the old reques
Here is a interesting task for Windows authentication freaks:
Now that Samba supports SPNEGO it is about time we start adding support
for this to Squid. As far as Squid is concerned the principles of SPNEGO
is pretty much the same as NTLM, the difference is mainly in the helper
who parses and gene
On Thu, 12 Feb 2004, Brian Akins wrote:
> It would be good if it were possible to send various stuff to the a
> redirector. Right now, it is fixed. It would be nice if it could be as
> configurable as external_acl.
Maybe, but I have a feeling that in many cases the external acl approach
is mo
On Fri, 13 Feb 2004, Robert Collins wrote:
> Perhaps it would be useful to consolidate with/replace
> request_body_max_size which already exists...
When this gets merged then the old request_body_max_size should obviously
be depreated in favor of the acl approach.
Regards
Henrik
It would be good if it were possible to send various stuff to the a
redirector. Right now, it is fixed. It would be nice if it could be as
configurable as external_acl.
Anyone have any objections to me exploring this?
--
Brian Akins
Senior Systems Engineer
CNN Internet Technologies
On Fri, 2004-02-13 at 00:50, Diego Woitasen (Lanux) wrote:
> This patch add a new ACL type: max_body_size. This will be matched when
> the client's HTTP request body is greater than X bytes.
>
> Example:
>
> acl users max_body_size 10
>
>
> Comments and suggestions are welcome...
Perhaps
This patch add a new ACL type: max_body_size. This will be matched when
the client's HTTP request body is greater than X bytes.
Example:
acl users max_body_size 10
Comments and suggestions are welcome...
diff -Nur squid-2.5.STABLE4-20040208/src/acl.c
squid-2.5.STABLE4-20040208-diegows
On Thu, 12 Feb 2004, Magnus Bodin wrote:
> A little question arises: Is it possible to make squid use/not use
> different parent proxies for different protocols:
Yes. See cahce_peer_access/always/never_direct.
Regards
Henrik
I finally gave up patching squid to archive everything it retrieved.
I went the easy road and put the archiving part in a non-icp parent proxy
instead.
A little question arises: Is it possible to make squid use/not use
different parent proxies for different protocols:
* http (This is my pr
On Thu, 12 Feb 2004, Duane Wessels wrote:
> This change looks suspicious to me:
>
> @@ -199,11 +199,15 @@
> static void
> ipcacheAddEntry(ipcache_entry * i)
> {
> -hash_link *e = hash_lookup(ip_table, i->hash.key);
> +ipcache_entry *e = (ipcache_entry *) hash_lookup(ip_table, i->hash.k
On Thu, 12 Feb 2004, Duane Wessels wrote:
> src/ipcache.c had a minor change (+7 -3 lines) on Nov 28
> and a very big change ( +89 -81 lines) on Dec 6.
Right.. Don't know what I was on when looking into what changes had been
done.
Will look very close at these changes again. The changes are cle
On Thu, 12 Feb 2004, Duane Wessels wrote:
> This change looks suspicious to me:
>
> @@ -199,11 +199,15 @@
> static void
> ipcacheAddEntry(ipcache_entry * i)
> {
> -hash_link *e = hash_lookup(ip_table, i->hash.key);
> +ipcache_entry *e = (ipcache_entry *) hash_lookup(ip_table, i->hash.k
13 matches
Mail list logo