RE: [squid-users] Problem compiling Squid 3.1.18 on Ubuntu 10.04 LTS - store.cc

2011-12-09 Thread Justin Lawler
Hi Amos, Is there a beta testing process where we can be notified before a release is planned - so we can do some pre-release testing on these patches? Thanks and regards, Justin -Original Message- From: kzl [mailto:kwan...@rocketmail.com] Sent: Thursday, December 08, 2011 2:11 PM

[squid-users] Delay pool and ICAP problem

2011-12-09 Thread FredB
Hi, I'm testing Delay pools with 3.2.0.13-20111206-r11454 delay_pools 1 delay_class 1 1 delay_parameters 1 1572864/1572864 delay_access 1 allow all !CONNECT Delay pools works fine But when I added ICAP, there are many suspending ICAP service for too many failures in cache.log

Re: [squid-users] Kerberos auth and users in another AD domain

2011-12-09 Thread Emmanuel Lacour
On Thu, Dec 08, 2011 at 09:14:51PM +0100, Emmanuel Lacour wrote: As negotiate is proposed and IE support it, it always try to authenticate with negotiate and so it fails every time. this is by design since XP SP2: http://support.microsoft.com/kb/891559 I did not found any workaround.

Re: [squid-users] Problem compiling Squid 3.1.18 on Ubuntu 10.04 LTS - store.cc

2011-12-09 Thread Amos Jeffries
On 9/12/2011 9:19 p.m., Justin Lawler wrote: Hi Amos, Is there a beta testing process where we can be notified before a release is planned - so we can do some pre-release testing on these patches? Thanks and regards, Justin Notifications are processed through bugzilla. With applied to

Re: [squid-users] Prevent squid from adding headers

2011-12-09 Thread Amos Jeffries
On 9/12/2011 8:05 p.m., Jan van Riebeeck wrote: Hi list, I'm using squid proxy in a debugging context. So I've configured it to not cache anything. However, squid still adds headers to all my requests and responses. I'd like to see the response *exactly* as it came from the web server, and

[squid-users] Re: Kerberos auth and users in another AD domain

2011-12-09 Thread Markus Moeller
Did you try my negotiate wrapper ? It is part of squid 3.2, but right now only works with 3.1 ( I have an open bug for 3.2) Markus Emmanuel Lacour elac...@easter-eggs.com wrote in message news:20111209110446.gc11...@easter-eggs.com... On Thu, Dec 08, 2011 at 09:14:51PM +0100, Emmanuel

Re: [squid-users] Re: Kerberos auth and users in another AD domain

2011-12-09 Thread Emmanuel Lacour
On Fri, Dec 09, 2011 at 06:31:07PM -, Markus Moeller wrote: Did you try my negotiate wrapper ? It is part of squid 3.2, but right now only works with 3.1 ( I have an open bug for 3.2) looks interesting, I'm going to grab it from last 3.2 sources and compile it for 3.1. I'll let you know

Re: [squid-users] Re: Kerberos auth and users in another AD domain

2011-12-09 Thread Emmanuel Lacour
On Fri, Dec 09, 2011 at 06:31:07PM -, Markus Moeller wrote: Did you try my negotiate wrapper ? It is part of squid 3.2, but right now only works with 3.1 ( I have an open bug for 3.2) Can you give me hints on how to build it for 3.1 ?

[squid-users] Re: Re: Kerberos auth and users in another AD domain

2011-12-09 Thread Markus Moeller
Try my version on sourceforge https://downloads.sourceforge.net/project/squidkerbauth/negotiate_wrapper/negotiate_wrapper-1.0.1/negotiate_wrapper-1.0.1.tar.gz?r=https%3A%2F%2Fsourceforge.net%2Fprojects%2Fsquidkerbauth%2Fts=1323468064use_mirror=switch Emmanuel Lacour elac...@easter-eggs.com

[squid-users] Re: Re: Kerberos auth and users in another AD domain

2011-12-09 Thread Markus Moeller
BTW you can also compile 3.2 and just copy the binary. It works as standalone helper. Markus Moeller hua...@moeller.plus.com wrote in message news:jbu0gi$d5d$1...@dough.gmane.org... Try my version on sourceforge