Re: TProxy support

2008-03-05 Thread Amos Jeffries
Laszlo Attila Toth wrote: Hello, We only supports TProxy version 4.1 but in the squid --enable-tproxy requires version 2 which is obsolete for a while. Current implementation doesn't require kernel support, only a new socket option, IP_TRANSPARENT, also I made a patch which drops

Re: squid3 CVS down for the migration

2008-03-05 Thread Robert Collins
On Wed, 2008-03-05 at 15:18 +1300, Amos Jeffries wrote: I'm doing the CVS-bzr migration now, any future squid3 commits will be ignored. -Rob -- GPG key available at: http://www.robertcollins.net/keys.txt. Oh darn, I got my date conversion wrong. Oh well this afternoons commits

Re: TProxy support

2008-03-05 Thread Adrian Chadd
On Wed, Mar 05, 2008, Laszlo Attila Toth wrote: Hello, We only supports TProxy version 4.1 but in the squid --enable-tproxy requires version 2 which is obsolete for a while. G'day, There's a patch in the Squid bugzilla somewhere which implements tproxy support against Squid-2. I'd like to

Re: TProxy support

2008-03-05 Thread Laszlo Attila Toth
Adrian Chadd írta: On Wed, Mar 05, 2008, Laszlo Attila Toth wrote: Hello, We only supports TProxy version 4.1 but in the squid --enable-tproxy requires version 2 which is obsolete for a while. G'day, There's a patch in the Squid bugzilla somewhere which implements tproxy support against

Re: TProxy support

2008-03-05 Thread Adrian Chadd
On Wed, Mar 05, 2008, Laszlo Attila Toth wrote: There's a patch in the Squid bugzilla somewhere which implements tproxy support against Squid-2. I'd like to include this into Squid-2, but: I know this patch, mine is based on it. But that is for tproxy 4.0 not 4.1... Ok. * So what I'd

Re: TProxy support

2008-03-05 Thread Laszlo Attila Toth
Adrian Chadd wrote: On Wed, Mar 05, 2008, Laszlo Attila Toth wrote: Okay, I simply add other hunks to squid code as Amos wrote: - migrate defined LINUX_TPROXY - LINUX_TPROXY2 - add defined LINUX_TPROXY4 Well, LINUX_TPROXY defines a whole bunch of stuff relevant to generic full transparency

Re: TProxy support

2008-03-05 Thread Adrian Chadd
On Wed, Mar 05, 2008, Laszlo Attila Toth wrote: Hm. I don't know what would be the best way, because I am not familiar with the squid code. What I know is: TProxy4 requires minimal code change. My problem is: where to change and how to use ifdef-ed codes (LINUX_TPROXY and the two new:

Re: TProxy support

2008-03-05 Thread Amos Jeffries
Adrian Chadd wrote: On Wed, Mar 05, 2008, Laszlo Attila Toth wrote: Okay, I simply add other hunks to squid code as Amos wrote: - migrate defined LINUX_TPROXY - LINUX_TPROXY2 - add defined LINUX_TPROXY4 Well, LINUX_TPROXY defines a whole bunch of stuff relevant to generic full transparency