ICAP orphan files ?

2007-04-28 Thread Guido Serassio
Hi, It seems to me that the following files in Squid 3 are orphaned: ICAP/ICAPClientStream.cc ICAP/ICAPClientStream.h Regards Guido - Guido Serassio Acme Consulting S.r.l. - Microsoft Certified Partner Via Lucia Savarino, 1

squid3-largeobj: more changes ....

2007-04-28 Thread Tsantilas Christos
Hi Duane, I am sending a patch for the squid3-largeobj. - FTP: size of large files does not show well. - _DigestFetchState::offset and _DigestFetchState::mask_offset I think must be 64bit - fde::bytes_read and fde::bytes_written must be 64 bit Large files support is still incomplete, more

Re: debug statements to debugs statements

2007-04-28 Thread Henrik Nordstrom
lör 2007-04-28 klockan 00:14 +0300 skrev Tsantilas Christos: Here is the patch which converts the debug statements to debugs statements: http://www.chtsanti.net/others/CONVER_DEBUGS.diff It is not excellent but it is not so bad... Applied with a bit of whitespace cleanup - Less aggressive

Re: auth_ntlm broken?

2007-04-28 Thread Alex Rousskov
On Fri, 2007-04-27 at 21:11 +0200, Gernot Tenchio wrote: Hi developers, I've noticed that auth_ntlm does not work in current squid3-icap branch. As far as I remember squid crashed right after printing AuthNTLMUserRequest::authenticate: authenticated user XYZ. After looking into sources i

Re: ICAP orphan files ?

2007-04-28 Thread Alex Rousskov
On Sat, 2007-04-28 at 21:15 +0200, Guido Serassio wrote: Hi, It seems to me that the following files in Squid 3 are orphaned: ICAP/ICAPClientStream.cc ICAP/ICAPClientStream.h It looks like the functions these files provide are called from client_side_reply.cc but the code is #ifdef-ed