Re: Introduction - pre patch submission

2010-05-03 Thread Amos Jeffries
Robert Marcano wrote: On 04/30/2010 10:42 PM, Amos Jeffries wrote: Robert Marcano wrote: - Make tcp_outgoing_address be able to use an interface name and not only a fixed ip address, this solve a problem we have with some setups where we allow to acces to the internet with a dedicated ISP for

Re: Introduction - pre patch submission

2010-05-03 Thread Henrik Nordström
mån 2010-05-03 klockan 21:59 +1200 skrev Amos Jeffries: So an automatically generated outgoing IP address based on an iface name then? Selecting the iface, then picking from one of its addresses? Sounds like it should actually work. Donẗ forget to add whildcard interface name syntax

Re: Introduction - pre patch submission

2010-05-03 Thread Henrik Nordström
mån 2010-05-03 klockan 15:24 -0430 skrev Robert Marcano: I understand, but we are using tcp_outgoing_address because it supports ACLs and we route some users to a dedicated ISP exclusive to them. Perfectly valid reason. It breaks server side persistent connections so we disable it, but I

Re: Introduction - pre patch submission

2010-05-03 Thread Amos Jeffries
On Mon, 03 May 2010 15:24:30 -0430, Robert Marcano rob...@marcanoonline.com wrote: On 05/03/2010 03:07 PM, Henrik Nordström wrote: mån 2010-05-03 klockan 21:59 +1200 skrev Amos Jeffries: Donẗ forget to add whildcard interface name syntax such as ppp+ or similar, as used for many dialup or vpn

Introduction - pre patch submission

2010-04-30 Thread Robert Marcano
Greetings. I am interested in developing features for squid that are currently needed in our installations, related with LDAP and authentication integration and content filtering (ICAP). I have being able to add the feature of forwarding the current authenticated to the next proxy in the

Re: Introduction - pre patch submission

2010-04-30 Thread Amos Jeffries
seen these, but just in case. Basic Reference on the tools needed to work with Squid code as a developer and links to other useful developer information: http://wiki.squid-cache.org/DeveloperResources Documentation on the patch submission process how-to and what to expect: http://wiki.squid

Re: Patch submission

2008-03-25 Thread Henrik Nordstrom
On Fri, 2008-03-21 at 14:33 +1300, Amos Jeffries wrote: I've been thinking it would be a good idea to add the patch-cleaning script to the source for people to use for submission. There are a few minor issues to work out still but if you all agree I'll drop it in. Is this the script we

Re: Patch submission

2008-03-25 Thread Amos Jeffries
Henrik Nordstrom wrote: On Fri, 2008-03-21 at 14:33 +1300, Amos Jeffries wrote: I've been thinking it would be a good idea to add the patch-cleaning script to the source for people to use for submission. There are a few minor issues to work out still but if you all agree I'll drop it in. Is

Re: Patch submission

2008-03-25 Thread Henrik Nordstrom
On Wed, 2008-03-26 at 01:45 +1300, Amos Jeffries wrote: My current version: Cleans the ~N~ files created during merge. Why? There may be important backups there from earlier reverts run by the user.. Cleans the automake files out of the submitted patch Ok I think, but complex and not

Re: Patch submission

2008-03-25 Thread Amos Jeffries
Henrik Nordstrom wrote: On Wed, 2008-03-26 at 01:45 +1300, Amos Jeffries wrote: My current version: Cleans the ~N~ files created during merge. Why? There may be important backups there from earlier reverts run by the user.. I found 'bzr revert -r submit: cfgaux/*' failed with an error

Re: Patch Submission - Header Manipulation

2004-09-04 Thread Henrik Nordstrom
On Tue, 31 Aug 2004, Robert Collins wrote: I've no idea about the same... that said, we could use the 'if its gcc 3.x it will be ok approach'. And yes, replacing our implementations with STL typedefs would be a reasonable approach to migrating/coexisting. What would be the benefits of using STL if

Re: Patch Submission - Header Manipulation

2004-08-29 Thread Robert Collins
On Fri, 2004-08-27 at 15:57 -0400, Matt Benjamin wrote: Dear Squid Folk, I've implemented a mechamism to arbitrarily add/change/delete headers, using an extension to the existing redirect_program helper application. Attach please find a unified diff made against the 20040805 Squid-3.0