Re: Squid3 with multiple ICAP Services

2007-09-26 Thread Amos Jeffries
> On ons, 2007-09-26 at 11:53 +1200, Amos Jeffries wrote: > >> It occurs to me that a method superficially similar to that used for >> cache_peer could look nice here. >> >> - define icap_service with specific details, options +name on a single >> line >> - define icap_access > > Isn't that wha

Re: squid3-ipv6 squid3/src ACLIP.cc,1.8.2.47,1.8.2.48

2007-09-26 Thread Amos Jeffries
> On ons, 2007-09-26 at 03:54 +, Amos Jeffries wrote: > >> ! DecodeMask(NULL, &q->mask); // AYJ: is this just initialisation? >> if so we don't need it. >> ! if (*l_mask && !DecodeMask(l_mask, &q->mask, iptype)) { > > It's initialization to a /32 mask. > > If the object starts out with

Re: cvs commit: squid3 configure.in

2007-09-26 Thread Henrik Nordstrom
On mån, 2007-09-24 at 09:49 -0600, Alex Rousskov wrote: > The implications range from the "Module is a part of the GPL program > and, hence, must be GPLed!" FSF point of view to "there are no > implications except wasting time on discussing FSF FUD!" point of view. My personal view on that is tha

Re: squid3-ipv6 squid3/src ACLIP.cc,1.8.2.47,1.8.2.48

2007-09-26 Thread Henrik Nordstrom
On ons, 2007-09-26 at 03:54 +, Amos Jeffries wrote: > ! DecodeMask(NULL, &q->mask); // AYJ: is this just initialisation? if so > we don't need it. > ! if (*l_mask && !DecodeMask(l_mask, &q->mask, iptype)) { It's initialization to a /32 mask. If the object starts out with a full mask

Re: Split up cf.data.pre?

2007-09-26 Thread Henrik Nordstrom
On ons, 2007-09-26 at 14:55 +1200, Amos Jeffries wrote: > no no. I meant all the *_access depends on acl etc we just finished > re-ordering the monolithic version for. Ah, that. It's already there in cf_gen and will stay. Regards Henrik signature.asc Description: This is a digitally signed mes

Re: Squid3 with multiple ICAP Services

2007-09-26 Thread Henrik Nordstrom
On ons, 2007-09-26 at 11:53 +1200, Amos Jeffries wrote: > It occurs to me that a method superficially similar to that used for > cache_peer could look nice here. > > - define icap_service with specific details, options +name on a single line > - define icap_access Isn't that what is already

Re: ipv6 in squid-2?

2007-09-26 Thread Adrian Chadd
On Mon, Sep 24, 2007, Amos Jeffries wrote: > I made some attempt to get Husnis' work pulled into the original > squid/ipv6 branch a few months ago. With very little success. > I only stared it after s14 came out and none of his patches applied easily > to HEAD then. So I am waiting for him to brin