compliant proxies found, at last (fwd)

2003-09-16 Thread Alex Rousskov
-- Here is something to light a fire under Robert Collins :-). I wish Squid3 would make it there first, but it is still good news. Alex. -- Forwarded message -- Date: Tue, 16 Sep 2003 12:33:52 -0600 (MDT) From: Alex Rousskov [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject

Hot memory cache

2004-11-23 Thread Alex Rousskov
Hello, AFAIK, the memory cache in Squid 2.5 keeps objects fetched from the network and in-transit objects. The memory cache does not keep objects fetched from disk. In-transit objects purge cached memory objects if there is not enough space and may even exceed the configured memory cache size

Re: A policy question

2005-04-04 Thread Alex Rousskov
On Sun, 2005/03/20 (MST), [EMAIL PROTECTED] wrote: drweb-icap server responce with Conection:keep-alive but then imediatelly closes the connection OK, drweb-icap breaks the ICAP protocol here FWIW, the above drweb behavior is compliant with ICAP. Conection: keep-alive does not (and

Re: A policy question

2005-04-06 Thread Alex Rousskov
On Mon, 2005/04/04 (MDT), [EMAIL PROTECTED] wrote: Have you tried asking drweb folks whether there is something Squid can do to prevent them from closing the connection? No I did not. But the DRweb team had post a patch to squid mailing list

Re: Linux filesystem speed comparison

2005-04-12 Thread Alex Rousskov
On Mon, 2005/04/11 (MDT), [EMAIL PROTECTED] wrote: We currently get arount 70 reqs/sec using 25% CPU (5 minute average for both values) on this hardware. I'm confident that I'll get a pretty high number of requests/second through these proxies becase of the epoll patch. Polygraph using

weak pointers, cbdata, refcounting

2005-08-22 Thread Alex Rousskov
Hi there, I need to implement what some call a weak pointer. A weak pointer becomes null or otherwise invalid when the corresponding object goes away or is invalidated. For an example, please see http://www.boost.org/libs/smart_ptr/smart_ptr.htm I cannot use existing RefCount.h

Re: weak pointers, cbdata, refcounting

2005-08-22 Thread Alex Rousskov
On Tue, 23 Aug 2005, Robert Collins wrote: On Mon, 2005-08-22 at 16:38 -0600, Alex Rousskov wrote: Hi there, I need to implement what some call a weak pointer. A weak pointer becomes null or otherwise invalid when the corresponding object goes away or is invalidated. For an example

Re: weak pointers, cbdata, refcounting

2005-08-23 Thread Alex Rousskov
On Mon, 2005-08-22 at 18:50 -0400, Nick Lewycky wrote: The nice thing about using Boost is that if the library is added to C++ in the (admittedly distant) future, our API would not need to change, On the other hand, if we do not use Boost, our API would not need to change either :-). I did

Re: [Subscription] Contribution

2005-09-04 Thread Alex Rousskov
On Sat, 3 Sep 2005, Nicolas Harounen wrote: In fact, my testing plans are very poor for the moment, it's only a perl script, which works with the icap server from the i-cap forum (I only found this.), and with the 2.5 version of squid patched with the icap client. It makes some requests and

pconns and WHEN_SQUID_IS_NOT_HTTP1_1

2005-09-07 Thread Alex Rousskov
Hello, I have a couple of questions about WHEN_SQUID_IS_NOT_HTTP1_1 #define that was added to HttpMsg.cc while fixing now-closed bug #890: http://www.squid-cache.org/bugs/show_bug.cgi?id=890 http://www.squid-cache.org/cgi-bin/cvsweb.cgi/squid3/src/HttpMsg.cc.diff?r1=1.13r2=1.14f=h Should

Re: Squid-ICAP

2005-09-15 Thread Alex Rousskov
On Thu, 2005-09-15 at 17:10 +0200, Ghislain Garçon wrote: does the ICAP team plan to implement load balancing for v3? If yes, will it only be round-robin or a different protocol?// The plan is to support basic ICAP first, without load balancing complications. The ICAP framework being

Re: pconns and WHEN_SQUID_IS_NOT_HTTP1_1

2005-09-15 Thread Alex Rousskov
On Sat, 2005-09-10 at 23:54 +0200, Henrik Nordstrom wrote: The corresponding(?) bugzilla comment says ... uncovered another HTTP compliance bug in Squid where HTTP/1.1 messages was considered (partly) as implicitly keep-alive even if Squid is still HTTP/1.0. What is wrong with

Re: would like to fix OpenWave mobile browser issue

2005-10-21 Thread Alex Rousskov
On Wed, 2005-10-19 at 13:05 -0500, Eric wrote: I need a way to force squid to include the correct Content-length header for every response, even if it's not included by the originating server. In Squid3, the simplest way of doing that may be using an ICAP server. The server will get every

Re: Dynamic filtering features

2005-10-26 Thread Alex Rousskov
On Fri, 2005-10-21 at 00:47 -0600, Ahmed Obied wrote: Anyway, what I really want to do is to officially implement the dyanmic URL feature. Also, I can add a dynamic content filtering feature as well where such feature can be used to block malware at the proxy. Please let me know what you

Re: Summary of Squid-2.6 opinions

2005-11-07 Thread Alex Rousskov
On Mon, 2005-11-07 at 00:35 +0100, Henrik Nordstrom wrote: If Squid-3.0.STABLE is realistic within a not too distant future then Squid-2.6 is not needed and would in fact hurt Squid in the long run, no matter how temting the release it may be to myself and others. If Squid-3.0.STABLE is

Re: .cvsignore files

2005-11-08 Thread Alex Rousskov
On Tue, 8 Nov 2005, Serassio Guido wrote: What should be the standard content of a .cvsignore file ? I doubt there is a standard. The .cvsignore file should probably [only] contain every file or subdirectory name that satisfies all of these three conditions: - Should never be under

Re: squid-3 icap related patch

2006-10-02 Thread Alex Rousskov
On Thu, 2006-09-28 at 05:18 -0400, Tsantilas Christos wrote: Hi all, I am sending a small patch for icap client. With this patch squid-icap works for me (using 1-2 clients). I will test it more under load, using different scenarios. I am working on committing yours and other ICAP fixes to

Re: squid-3 icap related patch

2006-10-03 Thread Alex Rousskov
On Tue, 2006-10-03 at 11:36 +0300, Tsantilas Christos wrote: Alex Rousskov wrote: I believe zero size content is valid. If writeMore() cannot handle it, writeMore() should be fixed and still called unconditionally in the above code. I believe that the problem here is not the zero sized

Re: squid-3 icap related patch

2006-10-03 Thread Alex Rousskov
On Tue, 2006-10-03 at 08:48 -0600, Alex Rousskov wrote: On Tue, 2006-10-03 at 11:36 +0300, Tsantilas Christos wrote: I believe that the problem here is not the zero sized content. Squid calls this function when read all headers. There are cases in which squids did not read any part

Re: protocol clarity

2006-10-10 Thread Alex Rousskov
On Sun, 2006-09-10 at 21:40 +1000, Robert Collins wrote: So I've finished my analysis of the protocol stuff in squid - protocol_t etc. http://wiki.squid-cache.org/ForwardRework has some thoughts about how we can improve the current api, to make SSL fit in more cleanly, and make doing some

Re: protocol clarity

2006-10-10 Thread Alex Rousskov
On Wed, 2006-10-11 at 11:54 +1000, Robert Collins wrote: http://wiki.squid-cache.org/ForwardRework I haven't considered icap deeply. In terms of forwarding icap is mostly/nearly orthogonal. There are things we handle that are not icap interceptable - but perhaps they should be. (For

Re: Squid-dev subscription

2006-10-23 Thread Alex Rousskov
On Fri, 2006-10-20 at 21:53 +0200, Gernot Tenchio wrote: My name is Gernot. I'm a developer from Germany and I'm interested in getting the ICAP part of Squid to work. Currently I'm tried to get things working with Squid's 2.6er icap branch and with Squid3 as well. Both versions worked more or

Re: Squid-dev subscription

2006-10-23 Thread Alex Rousskov
On Sun, 2006-10-22 at 20:50 +0200, Gernot Tenchio wrote: On Sun, 22 Oct 2006 11:22:20 +0200 Moshe Beeri [EMAIL PROTECTED] wrote: Hi All Squiders, In the following couple of weeks I will post some new features that are needed for parental control, as well as context connectivity from

Re: crash when ICAPModXact::parseHead throws

2006-10-24 Thread Alex Rousskov
On Tue, 2006-10-24 at 07:55 +0200, Gernot Tenchio wrote: I see random crashes because ICAPModXact::parseHead throws an exception. This always happens if there are no headers to parse at all (maybe because of a bug on the server side). #11 0x08113ce9 in __cxa_throw () #12 0x0813ca7f in

Squid3 and multiple ICAP services

2006-10-25 Thread Alex Rousskov
Hi there, Handling of multiple ICAP services in Squid3 does not match squid.conf expectations well. Here is a brief summary of the current state, with Squid2 comparison: load balancing (using similar services in a round-robin): Squid2: via multiple identically named icap_service

Re: ICAP: 403 Forbidden

2006-11-03 Thread Alex Rousskov
On Fri, 2006-11-03 at 08:32 -0500, Jeremy Hall wrote: I'm currently running 2.6-branch and am considering upgrading to 3, but I need to know how mature the code is. I would be updating for icap--I know an icap patch exists for 2.6 and I have it working with two anomolies: 1: the entire

Re: icap in either squid-3 and squid-2

2006-11-13 Thread Alex Rousskov
On Tue, 2006-11-07 at 10:32 -0500, Jeremy Hall wrote: I'm trying to track down why the Content-Length header might not be sent to the icap server in squid-2's implementation of icap. ... I haven't tried this with squid-3 because I don't want to manually upgrade my config file if the problem

Re: Squid 3 HEAD - ICAP Modifications

2006-12-06 Thread Alex Rousskov
On Mon, 2006-12-04 at 12:57 +0100, Axel Westerhold wrote: Hi everyone, Second try this time hopefully complete. This is again patched against Squid 3 HEAD and includes 4 changes I would like to have when working with webwasher/squid systems. A.) ICAPServiceRep::TheSessionFailureLimit

Re: squid3 icap preview

2006-12-06 Thread Alex Rousskov
On Tue, 2006-12-05 at 16:24 +0100, Gernot Tenchio wrote: Sometimes squid does not send a preview to the icap server even if requested. It seems to happen if squid doesn't know how large the response would be. Is this intended? As far as I can see, if the expected body size is unknown, Squid

Re: Squid 3 HEAD - ICAP Modifications

2006-12-13 Thread Alex Rousskov
On Mon, 2006-12-04 at 12:57 +0100, Axel Westerhold wrote: Hi everyone, Second try this time hopefully complete. This is again patched against Squid 3 HEAD and includes 4 changes I would like to have when working with webwasher/squid systems. A.) ICAPServiceRep::TheSessionFailureLimit

Re: Squid 3 HEAD - ICAP Modifications

2006-12-14 Thread Alex Rousskov
) or icap_authenticated_user_header identity(%N) Thank you, Alex. Am 14.12.2006 6:25 Uhr schrieb Alex Rousskov unter [EMAIL PROTECTED]: On Mon, 2006-12-04 at 12:57 +0100, Axel Westerhold wrote: Hi everyone, Second try this time hopefully complete. This is again patched against

Re: saving web page body to file... help needed

2007-01-17 Thread Alex Rousskov
On Wed, 2007-01-17 at 19:07 +0530, Siddhesh PaiRaikar wrote: we are trying to develop a small enhancement to the existing application of squidguard using the squid proxy server... which can later be embedded in to squid itself as a html web page body scanner for unwanted content. Please

Squid3 BodyReader changes

2007-01-30 Thread Alex Rousskov
Folks, Executive summary: I am trying to fix several bugs and complaints related to your favorite class, the BodyReader. The changes I would like to make are significant, so I decided to post them here first. Please see the attached BodyPipe.h sketch. I will proceed with these changes

clientReplyContext::replyStatus and proxy_keepalive

2007-02-07 Thread Alex Rousskov
Hello, If you understand clientReplyContext::replyStatus, please see if you can help me with the following problem. Background: I am making aborted POSTs to work with the new BodyPipe. Under certain ICAP failure conditions, the client side needs to produce an error response. We

Re: squid cache information - help

2007-02-09 Thread Alex Rousskov
On Thu, 2007-02-08 at 14:05 -0800, ccmail111 wrote: I have: squid-3.0.PRE5-20061215 on Linux. I am looking to understand how SQUID3.x stores (in no cache mode) the responses received from Http server - HTTP payload (including images etc. received and retrieved from different sites). I

Re: icap in squid3

2007-02-09 Thread Alex Rousskov
On Fri, 2007-02-09 at 15:55 -0500, Jeremy Hall wrote: Hello, I can't remember. What was the decided path for what was once the icap_auth_scheme? I recall there was some concern about my suggestion of having the ability to use ldap://hostname/cn=%u,dc=%d,dc=name,dc=int but I don't

Re: icap in squid3

2007-02-12 Thread Alex Rousskov
On Mon, 2007-02-12 at 08:38 +0100, Axel Westerhold wrote: Well, the syntax you are proposing is somewhat limited. Here are my comments: 1.) cn=%u assumes that the used username equals the assigned CN which is most of the time wrong. Normally the UID (or in AD the samaccountname) is used

Re: icap in squid3

2007-02-13 Thread Alex Rousskov
On Tue, 2007-02-13 at 08:09 +0100, Axel Westerhold wrote: One comment on a nice feature I would like to have but still considering for security reasons: When an ICAP Server requieres auth for user mapping to rules/policies you sometimes run into a problem with sources with can't auth or

Re: httpProcessReplyHeader question

2007-02-13 Thread Alex Rousskov
On Tue, 2007-02-13 at 19:45 +0800, Adrian Chadd wrote: There's this in httpProcessReplyHeader: hdr_size = headersEnd(httpState-reply_hdr.buf, hdr_len); if (hdr_size) hdr_len = hdr_size; if (hdr_len Config.maxReplyHeaderSize) { debug(11, 1)

Re: Squid3 BodyReader changes

2007-02-13 Thread Alex Rousskov
are untested, but the old code probably did not work well with ICAP either. Please test and submit bug reports. Thank you, Alex. On Tue, 2007-01-30 at 14:33 -0700, Alex Rousskov wrote: Folks, Executive summary: I am trying to fix several bugs and complaints related to your favorite

Squid3 ICAP references

2007-02-14 Thread Alex Rousskov
Hello, Could somebody update the following pages to add references to built-in ICAP support in Squid3? http://devel.squid-cache.org/projects.html#icap http://devel.squid-cache.org/icap/ Thank you, Alex.

Re: Squid3 BodyReader changes

2007-02-14 Thread Alex Rousskov
On Wed, 2007-02-14 at 21:17 +0200, Tsantilas Christos wrote: Hi Alex, I try some test's. It is not so bad, but I saw that there are problems. After surfing the web for a while the icap-client of squid failed and the squid returned an error page to the web browser (ICAP protocoll error

Re: Squid3 BodyReader changes

2007-02-14 Thread Alex Rousskov
On Wed, 2007-02-14 at 13:19 -0700, Alex Rousskov wrote: On Wed, 2007-02-14 at 21:17 +0200, Tsantilas Christos wrote: Hi Alex, I try some test's. It is not so bad, but I saw that there are problems. After surfing the web for a while the icap-client of squid failed and the squid

Re: Squid3 BodyReader changes

2007-02-19 Thread Alex Rousskov
On Sat, 2007-02-17 at 19:00 +0200, Tsantilas Christos wrote: Still exist problems in preview transaction between icap server and squid. There are cases in which the squid-icap does not send the 0; ieof sequence if all the http response body fits in the preview data but sends the 0\r\n\r\n.

Re: content adaptation

2007-02-21 Thread Alex Rousskov
On Fri, 2007-02-16 at 21:45 +0330, MPZ World (Masoud Pour Zahmatkesh) wrote: i want when squid show website to my client add a customize html code to top of pages,only web pages. i do this task with redirect all urls to a program example phprpoxy or cgiproxy but this programs doesn't work

locked out by partial cvsmerge

2007-02-23 Thread Alex Rousskov
Hi there, I was running 'cvsmerge HEAD' from squid3-icap branch and got distracted. Meanwhile the internet connection went down. I am not sure where cvsmerge stopped, but it probably did not complete. If I try it again, I get: cvs rtag: [06:10:02] waiting for rousskov's lock in

Re: locked out by partial cvsmerge

2007-02-23 Thread Alex Rousskov
On Sat, 2007-02-24 at 15:33 +1300, Amos Jeffries wrote: Adrian Chadd wrote: On Fri, Feb 23, 2007, Alex Rousskov wrote: Do we have command-line access to SourceForge CVS so that the lock file can be manually removed? What should I do to unlock myself? Shell.sourceforge.net

Re: squid3 comments

2007-02-27 Thread Alex Rousskov
On Tue, 2007-02-27 at 13:27 +0200, Tsantilas Christos wrote: In the other hand I need a proxy with an icap client because I spent time (and continue spending) to an icap related project. Squid3 has a good icap client. The first problem someones can see in squid3 is that there are some

Re: squid3 comments

2007-02-27 Thread Alex Rousskov
On Tue, 2007-02-27 at 22:25 +0800, Adrian Chadd wrote: On Tue, Feb 27, 2007, Jeremy Hall wrote: Let me second this. When you start asking questions about squid3 and its stability, you get anything from it's stable to not for prime time and when you ask questions about using it in a

Re: squid3 comments

2007-02-27 Thread Alex Rousskov
On Tue, 2007-02-27 at 23:00 +0800, Adrian Chadd wrote: On Tue, Feb 27, 2007, Jeremy Hall wrote: So are you saying those of us that need icap need to just wait? There's two parts. One: Alex is working on improvements to the ICAP code in Squid-3 which I hope will act as a kind of reference

Re: locked out by partial cvsmerge

2007-02-27 Thread Alex Rousskov
On Sat, 2007-02-24 at 08:43 +0100, Henrik Nordstrom wrote: These locks gets cleared automatically after a while and the lock is now gone. Thanks for the explanation and snipped details. Unfortunately, it looks like the problem is back and has even become worse as I see more locks (from other

Re: Squid3 BodyReader changes

2007-02-27 Thread Alex Rousskov
On Tue, 2007-02-20 at 12:22 +0200, Tsantilas Christos wrote: So yes I believe it is the same bug, but I thing the problem begins because the state.writing is not updated correctly ... Right, but the state is not updated correctly because of the bug you have fixed. I have committed your

Re: squid3 comments

2007-02-28 Thread Alex Rousskov
On Wed, 2007-02-28 at 09:19 -0500, Jeremy Hall wrote: Is squid3 faster or slower than squid2? I will be doing performance tests with Squid3 shortly. Will post. Alex.

Re: squid3 comments

2007-02-28 Thread Alex Rousskov
On Wed, 2007-02-28 at 20:48 +0200, Tsantilas Christos wrote: As an example of such changes I am attaching the rewritten parseHttpRequest, prepareTransparentURL and prepareAcceleratedURL A second example: again In parseHttpRequest we have the HttpParser struct which we are using it to parse

Re: locked out by partial cvsmerge

2007-02-28 Thread Alex Rousskov
On Wed, 2007-02-28 at 10:35 +0100, Henrik Nordstrom wrote: It might actually be the cvsmerge script.. the following line isn't exactly kind to CVS.. o Check if there is any pending changes in the repository diffl=`eecvs -q rdiff -kk -r ${mergetag} -r ${mergefrom} ${module} | head | wc -l`

thank you for squid3 work

2007-03-02 Thread Alex Rousskov
On Thu, 2007-03-01 at 21:51 +0100, Guido Serassio wrote: I'm very honored for this, but the results of my work on Squid 3 was very far from my expectations: my C++ knowledge is horribly low, and there was many bugs that I cannot resolve myself for this reason. I have always hoped than

Re: Question ICAP-client

2007-03-07 Thread Alex Rousskov
On Wed, 2007-03-07 at 23:57 +0200, Tsantilas Christos wrote: When an http request adapted using ICAP then the client and server addresses and the authentication information does not copied to adapted request. This is will cause problems in any following access control lists proccessing.

Re: redirection

2007-03-09 Thread Alex Rousskov
On Fri, 2007-03-09 at 17:35 +0530, Siddhesh PaiRaikar wrote: while finding on ICAP servers i came accross this : there is a squid web proxy as an ICAP client available. in the above response where we are told to use the ICAP server, will it be helpful in any way to use this squid client

stuff in the Squid3 pipeline

2007-03-18 Thread Alex Rousskov
On Sat, 2006-05-06 at 12:08 +1200, Doug Dixon wrote: And as Henrik says, if you've got new stuff in the pipeline, please shout now. We just need to agree which PRE it goes into - whether 4 or later. The BodyPipe-related changes that currently live in squid3-icap branch are pretty much

Re: stuff in the Squid3 pipeline

2007-03-18 Thread Alex Rousskov
On Sun, 2007-03-18 at 21:32 -0700, Alex Rousskov wrote: On Sat, 2006-05-06 at 12:08 +1200, Doug Dixon wrote: And as Henrik says, if you've got new stuff in the pipeline, please shout now. We just need to agree which PRE it goes into - whether 4 or later. The BodyPipe-related changes

Re: stuff in the Squid3 pipeline

2007-03-19 Thread Alex Rousskov
On Mon, 2007-03-19 at 17:01 +1200, [EMAIL PROTECTED] wrote: On Sun, 2007-03-18 at 21:32 -0700, Alex Rousskov wrote: On Sat, 2006-05-06 at 12:08 +1200, Doug Dixon wrote: And as Henrik says, if you've got new stuff in the pipeline, please shout now. We just need to agree which PRE it goes

Re: help on a project

2007-03-19 Thread Alex Rousskov
On Wed, 2007-03-14 at 15:43 +0200, Zeen Radwan wrote: My name is Zein Radwan, I'm developing a security project where i have to intercept the HTTP packets and apply further processing on them. in order to do that i downloaded SQUID source for windows, but the code is confusing, this is why

Re: Requests, replies, HTTP messages.

2007-03-19 Thread Alex Rousskov
On Sat, 2007-03-17 at 19:33 +0800, Adrian Chadd wrote: http://wiki.squid-cache.org/RequestQueues Just thinking about how to handle processing HTTP requests, replies and HTTP messages after my initial storework modifications. This stuff would lead itself to look like clientstreams but with

Re: Download time issue: Squid 2.6

2007-03-21 Thread Alex Rousskov
On Tue, 2007-03-20 at 21:19 +0100, Henrik Nordstrom wrote: tis 2007-03-20 klockan 19:40 +0100 skrev Thomas-Martin Seck: I'd love to but I cannot easily distribute development snapshots via FreeBSD ports; Understood, so PRE releases is what you can use. I considered to chase

Re: Question ICAP-client

2007-03-21 Thread Alex Rousskov
On Sat, 2007-03-10 at 16:00 +0200, Tsantilas Christos wrote: I think that client address/port and squid address/port must copied. They can not (and must not) changed by an ICAP server. The same about authentication information because referred to users authenticated on squid and this info

Re: Question ICAP-client

2007-03-21 Thread Alex Rousskov
On Wed, 2007-03-21 at 18:04 +0100, Stefan Bischof wrote: I don't see your point (probably I don't understood something). The ICAP-server already knows the clients username at this point, because of the REQMOD request. If the evil ICAP-server redirects the request to a evil HTTP-server, it

Re: Question ICAP-client

2007-03-22 Thread Alex Rousskov
On Thu, 2007-03-22 at 16:26 +0100, Kinkie wrote: In this regard I see the ICAP server not to be any different from a proxy server, of which it is simply an extension. Whether the trust boundary includes both the proxy and the ICAP server depends on the setup. Being an extension is not always

Re: Download time issue: Squid 2.6

2007-03-26 Thread Alex Rousskov
On Mon, 2007-03-26 at 22:35 +0200, Thomas-Martin Seck wrote: * Alex Rousskov ([EMAIL PROTECTED]): On Tue, 2007-03-20 at 21:19 +0100, Henrik Nordstrom wrote: The PRE releases is meant to serve this purpose. Just that we don't make new PRE releases unless there has been significant

Re: Squid3 ICAP / PRE6

2007-03-31 Thread Alex Rousskov
On Sun, 2007-04-01 at 16:02 +1200, Amos Jeffries wrote: You mentioned earlier that the ICAP integration into HEAD is going to be within the next few weeks. Exactly how close is it? I have a few bits of IPv6 I want to push up. But if you are very close I want to wait until your ICAP / PRE6

Re: direct responce from ICAP server in REQMOD

2007-04-03 Thread Alex Rousskov
On Wed, 2007-03-28 at 21:03 +0300, Tsantilas Christos wrote: When an ICAP server responds with an http response in request modification, the web client waits more data from the proxy. Iam using the squid3-icap branch. An example of such ICAP response is: ICAP/1.0 200 OK Connection:

Re: Squid3.0, ICAP server in python and respmod

2007-04-03 Thread Alex Rousskov
On Tue, 2007-04-03 at 16:25 +0200, Jeremy Lardon wrote: Hey all, After some tests, I made my mind for squid3.0 and python based ICAP server. All works fine with reqmod precache but I cant' manage to get a response modification. There were many improvements in ICAP support on the

Re: squid3.0.PRE6 and bugzilla

2007-04-03 Thread Alex Rousskov
On Tue, 2007-04-03 at 21:32 +0300, Tsantilas Christos wrote: Which is the goal for squid3.0.PRE6? Which bugs waiting a fix before released? Release recent improvements in a form convenient for testing and experimental deployment. I hate telling non-developers to use CVS. Can we assume

Re: DEBUG Section for IPAddress

2007-04-04 Thread Alex Rousskov
On Wed, 2007-04-04 at 13:02 +1200, Amos Jeffries wrote: Gah! I diffed the files backwards. Here is the actual patch for doc/debug-sections.txt Amos, The doc/mk-debugs.sh script you were using (or equivalent) needs to be fixed. It needs to grep files in subdirectories of src/. For

Re: IPv6 developments for HEAD

2007-04-10 Thread Alex Rousskov
On Sun, 2007-04-08 at 01:17 +1200, Amos Jeffries wrote: Guido Serassio wrote: You can try to run astyle on your sources, http://wiki.squid-cache.org/Squid3CodingGuidelines. Currently astyle formatting is not enforced on the Squid 3 HEAD CVS repository for some formatting side effects,

Re: IPv6 developments for HEAD

2007-04-10 Thread Alex Rousskov
On Sat, 2007-04-07 at 17:24 +1200, Amos Jeffries wrote: Attached are two patches which constitute part of the core developments for protocol-independent handling of IP addresses in squid3. In your opinion, should these be committed to Squid 3.0? Are they likely to cause short-term stability

Re: IPv6 developments for HEAD

2007-04-10 Thread Alex Rousskov
On Wed, 2007-04-11 at 11:41 +1200, [EMAIL PROTECTED] wrote: I'm still a little fuzzy on the consensus of what the difference between 3.0 and 3.1 is. Squid 3.0 is the current Squid3 HEAD that we are making stable and want to release as such ASAP. Squid 3.1 is whatever comes after a stable 3.0

Re: IPv6 developments for HEAD

2007-04-10 Thread Alex Rousskov
On Wed, 2007-04-11 at 11:41 +1200, [EMAIL PROTECTED] wrote: On Sat, 2007-04-07 at 17:24 +1200, Amos Jeffries wrote: Attached are two patches which constitute part of the core developments for protocol-independent handling of IP addresses in squid3. In your opinion, should these be

Re: IPv6 developments for HEAD

2007-04-11 Thread Alex Rousskov
On Wed, 2007-04-11 at 23:19 +1200, Amos Jeffries wrote: Currently the branch is looking at nearly 5500 lines of code changed. With nearly 3000 lines removed from the core of squid so far. In complete agreement with Henrik and Adrians views that stability in 3.0 should not be risked. I am

bug #1829 abort for shared memory (looks like)

2007-04-12 Thread Alex Rousskov
On Sat, 2007-04-07 at 19:48 +0200, Guido Serassio wrote: There are some bugs probably ready to be commited/closed: #1889: If the latest Henrik's comment is true, this bug is still fixed and can be closed #1837: New patch available #1829: Probably the proposed fix could be enough #1900:

Squid 3.0 bugs that need you.

2007-04-12 Thread Alex Rousskov
Hi there, I went through the remaining Squid3 non-enhancement bug reports targeted for 3.0. For most bugs, I was able to close or comment in the bugzilla. The following bugs are special because the questions did not seem appropriate for bugzilla. Please review.

Re: bug #1829 abort for shared memory (looks like)

2007-04-12 Thread Alex Rousskov
On Thu, 2007-04-12 at 09:26 -0600, Alex Rousskov wrote: On Sat, 2007-04-07 at 19:48 +0200, Guido Serassio wrote: There are some bugs probably ready to be commited/closed: #1889: If the latest Henrik's comment is true, this bug is still fixed and can be closed #1837: New patch

Re: Removing cppunit

2007-04-12 Thread Alex Rousskov
On Fri, 2007-04-13 at 13:27 +1200, [EMAIL PROTECTED] wrote: On Fri, 2007-04-13 at 12:45 +1200, [EMAIL PROTECTED] wrote: It has not been linked to the cppunit testers, but I have written a specific test app to check each function and proivide for maula-eye check in increments from

Re: Removing cppunit

2007-04-12 Thread Alex Rousskov
On Fri, 2007-04-13 at 13:23 +1000, Robert Collins wrote: On Thu, 2007-04-12 at 21:01 -0600, Alex Rousskov wrote: Running make check (or whatever it is) would run cppunit test cases if somebody has cppunit installed and should skip them (with a warning) if somebody does not have cppunit

Re: cvs commit: squid3/src main.cc

2007-04-12 Thread Alex Rousskov
On Thu, 2007-04-12 at 18:16 -0600, Duane Wessels wrote: On Thu, 12 Apr 2007, Alex Rousskov wrote: rousskov2007/04/12 08:51:10 MDT Modified files: src main.cc Log: This change should fix bug #1837: Segfault on configuration error When quitting

Re: Removing cppunit

2007-04-12 Thread Alex Rousskov
On Fri, 2007-04-13 at 14:29 +1000, Robert Collins wrote: On Thu, 2007-04-12 at 22:02 -0600, Alex Rousskov wrote: That is good, but I do not think we should require it. Cppunit is a developer tool. Make check is a user-level reassurance that the package was built correctly. I think

Re: Squid 3.0 bugs that need you.

2007-04-13 Thread Alex Rousskov
On Sat, 2007-04-14 at 03:27 +1200, Amos Jeffries wrote: Here is the patch for that additional ICAP problem that came to light testing cppunit removal. Committed. Thank you, Alex.

Re: debug statements to debugs statements

2007-04-18 Thread Alex Rousskov
On Wed, 2007-04-18 at 11:30 +0300, Tsantilas Christos wrote: Here is a perl script which can be used to convert debug statements to new debugs statements :-) . It mostly works or just do standard errors. It does not formats the output. I think the astyle can do the rest work. Does not

Re: Request for access to squid repository

2007-04-24 Thread Alex Rousskov
On Thu, 2007-04-19 at 17:41 +0400, [EMAIL PROTECTED] wrote: I'm a software engeneer with interest in squid development. I've programmed various data processing servers for a few years. The access is needed to contribute to Squid3 testing and development, especially ICAP support. Henrik

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

Re: Squid 3.0 PRE5 and ICAP

2007-05-03 Thread Alex Rousskov
On Thu, 2007-05-03 at 14:20 +0200, Ghislain wrote: Hello, I test a Squid 3.0 PRE 5 and the nighty build 20070503. The problem is only present when I configure an ICAP service ( with a cache in ufs format or with null ) In ICAP configuration I have icap_preview_enable on

Re: ICAP orphan files ?

2007-05-08 Thread Alex Rousskov
On Sat, 2007-04-28 at 22:11 -0600, Alex Rousskov wrote: 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

Re: Squid 2.6.STABLE12 and ICAP

2007-05-15 Thread Alex Rousskov
On Tue, 2007-05-15 at 18:09 +0200, Ghislain wrote: I've used : cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/squid co - ricap-2_6 -d squid-2_6 squid Is it the best way to get a stable and recent version of squid icap? A stable and recent version of Squid ICAP client is not available for

Re: A doubt about my ICAP server

2007-05-16 Thread Alex Rousskov
On Wed, 2007-05-16 at 12:54 +0200, Jeremy Lardon wrote: Hey all, This mail is the following of some mails of this list. I tried to be clearer and add more attachments. As adviced by Tsantilas Christos and confirmed by Alex Rousskov, I installed the Squid-3 nightly snapshot on my squid box

Re: cvs commit: squid3/src/ICAP ICAPConfig.cc ICAPConfig.h ....

2007-05-18 Thread Alex Rousskov
On Sat, 2007-05-19 at 02:38 +1200, Amos Jeffries wrote: Oh dear I was sure y test build had --enable-icap. Seems not though, very sorry. Blame evil #ifdefs! Index: ICAP/ICAPXaction.cc === RCS file:

Re: cvs commit: squid3/src/ICAP ICAPConfig.cc ICAPConfig.h ....

2007-05-18 Thread Alex Rousskov
On Sat, 2007-05-19 at 03:33 +1200, Amos Jeffries wrote: Alex Rousskov wrote: On Sat, 2007-05-19 at 02:38 +1200, Amos Jeffries wrote: Oh dear I was sure y test build had --enable-icap. Seems not though, very sorry. Blame evil #ifdefs! I was going to, then I looked at the code

Re: cvs commit: squid3/src HttpReply.cc

2007-05-22 Thread Alex Rousskov
On Tue, 2007-05-22 at 19:14 +0200, Henrik Nordstrom wrote: tis 2007-05-22 klockan 10:37 -0600 skrev Alex Rousskov: Bug #1967 fix: avoid new strncmp() that silently converts char* buffers into Strings because String length is limited by 64KB and because it is an expensive

Re: cvs commit: squid3/lib MemPool.cc

2007-05-23 Thread Alex Rousskov
On Thu, 2007-05-24 at 00:59 +1200, Amos Jeffries wrote: Alex Rousskov wrote: rousskov2007/05/22 10:40:06 MDT Modified files: lib MemPool.cc Log: Bug #1966 fix: Use rounded String MemPool sizes in the hard-coded pool config to avoid warnings

Re: SqString

2007-05-24 Thread Alex Rousskov
On Thu, 2007-05-24 at 11:19 +0200, Henrik Nordstrom wrote: Should we back out SqString for now until the implicit cast issues have been analyzed in more detail, or try fixing it somehow for the 3.0 release? http://www.squid-cache.org/bugs/show_bug.cgi?id=1970 My vote is to defer the

Re: Squid 3.0.PRE6 - https connection breaking...

2007-05-24 Thread Alex Rousskov
On Thu, 2007-05-24 at 16:58 +0200, Emmanuel Eyer wrote: It still crashes randomly, but at most once or twice a day. Thus now the HTTPS issue became visible (or popped up). Please consider filing bug reports for all crashes we do not know about. Thank you, Alex.

  1   2   3   4   5   6   7   8   9   10   >