Build failed in Hudson: 3.1-amd64-CentOS-5.3 #11

2009-08-25 Thread noc
See Changes: [Amos Jeffries ] Author: Francesco Chemolli Fix some bash-isms in the test-suite. [Amos Jeffries ] Remove bashism from testHeaders.sh -- [...truncated 5011 lines...] make[3]

Re: Patch to authenticate securely to upstream ISA server(or others)

2009-08-25 Thread Markus Moeller
"Amos Jeffries" wrote in message news:4a93cd1b.9030...@treenet.co.nz... Markus Moeller wrote: In some setups the upstream proxy requires a secue authentication method (Negotiate, NTLM). The attached patches (2.7 and 3.0) allow this with Negotiate. Regards Markus Hi Markus, Good to see

Re: [PATCH] DiskIO detection cleanup.

2009-08-25 Thread Robert Collins
I haven't read the patch yet, but I concur with Henrik. We should default-enable as much as possible: An unused DiskIO module has almost no footprint - simply a registration entry and a link dependency on $whatever was needed. Rebuilding your squid because it doesn't have what you need is _much_ mo

Re: [PATCH] DiskIO detection cleanup.

2009-08-25 Thread Henrik Nordstrom
t > Theres a few bits of polish I know still needed: > * some of the DiskIO dependencies I could not find clearly remain > outside the scan block. > * according to Robert the Windows Overlapping IO needs to be broken > out into its own module. That is another cleanup sub-project. > > And the

Re: /bzr/squid3/trunk/ r9933: Fully transparent PASSTHRU option for authentication to peers.

2009-08-25 Thread Amos Jeffries
Henrik Nordstrom wrote: From what I can tell the difference between the PASSTHRU and PASS is only that PASSTHRU do not add any injected credentials from external_acl, right? Imho there is no need for more than two of these options. I kind of agree. This is a step towards cleaning up the permu

Re: [PATCH] DiskIO detection cleanup.

2009-08-25 Thread Bundle Buggy
Bundle Buggy has detected this merge request. For details, see: http://bundlebuggy.aaronbentley.com/project/squid/request/%3C4A92A5EE.5070700%40treenet.co.nz%3E Project: Squid

Re: /bzr/squid3/trunk/ r9933: Fully transparent PASSTHRU option for authentication to peers.

2009-08-25 Thread Henrik Nordstrom
>From what I can tell the difference between the PASSTHRU and PASS is only that PASSTHRU do not add any injected credentials from external_acl, right? Imho there is no need for more than two of these options. PASS -> WWW+Proxy authentication passed along as-is if present. external_acl auth adde

Re: Fixing bug #7

2009-08-25 Thread Henrik Nordstrom
ons 2009-08-26 klockan 00:01 +1200 skrev Amos Jeffries: > Hmm, I'm thinking there should not be too much functional change to make > this fix Bug-7 in a slightly better way than squid-2 did. Oh, but there is... all this change does is to allow older objects to get back into memory. It does not

Re: [MERGE] 1/2: Populate cache_mem on disk hits

2009-08-25 Thread Amos Jeffries
Henrik Nordstrom wrote: lör 2009-08-15 klockan 13:26 +1200 skrev Amos Jeffries: Now closed it, but I wonder, does this close or simply reduce the impact of bug #7? Reduces it sligthly as a sideeffect, but I would not account for it.. Am I right in thinking the in-memory copy gets demoted at

Re: Patch to authenticate securely to upstream ISA server(or others)

2009-08-25 Thread Amos Jeffries
Markus Moeller wrote: In some setups the upstream proxy requires a secue authentication method (Negotiate, NTLM). The attached patches (2.7 and 3.0) allow this with Negotiate. Regards Markus Hi Markus, Good to see this feature appearing. Just a few things to fix up before this can go in: