Re: cvs commit: squid/lib rfc1738.c

2007-05-23 Thread Henrik Nordstrom
ons 2007-05-23 klockan 19:35 -0600 skrev Adrian Chadd: Ta for doing this; the only reason I didn't touch it when I saw the discrepancy between the code and RFC (3986 though) is what it might break. I was going to talk to you about it today. I'm not very worried about breakage here. The only

Re: Interested in getting involved

2007-05-22 Thread Henrik Nordstrom
tis 2007-05-22 klockan 17:42 +0200 skrev Emilio Casbas: 1. Synchronize cf.data.pre formatting and language between the two releases. Some options is better documented in 2.6, some in 3.. Ok, I'm in the process os synchronizing the files of two releases. Hint: Use the

Re: cvs commit: squid3/src HttpReply.cc

2007-05-22 Thread Henrik Nordstrom
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 conversion. Ugh... C++ magics strikes again. Thanks for finding this. Was

Re: /dev/poll support for squid-2

2007-05-21 Thread Henrik Nordstrom
sön 2007-05-20 klockan 17:43 +0800 skrev Adrian Chadd: I've written some initial /dev/poll support for squid-2: http://www.creative.net.au/diffs/2007-05-20-squid2-devpoll.diff The notable change to the rest of the codebase is exposing commOpen() and commClose() functions. commOpen() to

Re: cvs commit: squid/src tools.c

2007-05-21 Thread Henrik Nordstrom
sön 2007-05-20 klockan 23:53 -0600 skrev Adrian Chadd: use inet_ntoa() for now; my optimised code was getting the octets backward on my PPC; even when I tried using ntohl(). I'll fix this one day.. ntohl is a nop on PPC and other big-endian systems.. You need to parse the address in host

Re: Interested in getting involved

2007-05-21 Thread Henrik Nordstrom
mån 2007-05-21 klockan 12:09 +0200 skrev Emilio Casbas: Hi all, I have been working with squid for 5 years. We are working with different scenarios and configurations such as cache-proxy with several acls in a multiple caching hierarchy. Reverse proxy and transparent proxy. I would like

Re: squid3_logdaemon work (round 1) complete

2007-05-17 Thread Henrik Nordstrom
tor 2007-05-17 klockan 08:19 +0800 skrev Adrian Chadd: Hm, which modern platforms are going to have trouble with stdio using FD 256 -and- C++ ? Solaris stdio is one. stdio is C not C++. No difference only because you compile C++ using stdio.. still C linked to a C++ program. C++ ostream

Re: [squid-users] logformat and emulate_httpd_log

2007-05-17 Thread Henrik Nordstrom
Applied to Squid-2 and 3. Regards Henrik tor 2007-05-17 klockan 12:19 +0200 skrev Emilio Casbas: Henrik Nordstrom escribió: tis 2007-05-15 klockan 17:27 +0200 skrev Emilio Casbas: But we need a %ru parameter like the httpd native log, that is showing; /SI/images/servicios/normasdeuso

Re: Squid 2.6.STABLE12 and ICAP

2007-05-16 Thread Henrik Nordstrom
tis 2007-05-15 klockan 13:06 -0600 skrev Alex Rousskov: Henrik, anything I should do to make the auto-generated patch on devel.squid-cache.org reflect the current state of the ICAP branch? No. It's something with my patch scripts. Currently investigating. Regards Henrik signature.asc

Re: squid3_logdaemon work (round 1) complete

2007-05-16 Thread Henrik Nordstrom
ons 2007-05-16 klockan 21:59 +0800 skrev Adrian Chadd: I've completed the first round logfile code shifting. * use stdio for logfile writing; isn't going to be worse than how it was done before (still sync) C stdio, or C++ OStream? stdio fails quite badly on some OS:es if using more than

Re: Squid 2.6.STABLE12 and ICAP

2007-05-16 Thread Henrik Nordstrom
ons 2007-05-16 klockan 09:57 +0200 skrev Henrik Nordstrom: tis 2007-05-15 klockan 13:06 -0600 skrev Alex Rousskov: Henrik, anything I should do to make the auto-generated patch on devel.squid-cache.org reflect the current state of the ICAP branch? No. It's something with my patch scripts

Re: Squid 2.6.STABLE12 and ICAP

2007-05-14 Thread Henrik Nordstrom
mån 2007-05-14 klockan 12:14 +0200 skrev Jeremy Lardon: I got some interest in Squid/ICAP architecture. So I tried to patch the nightly snapshot but a large amount of code is already in the Squid-3 source. Sounds like Alex has forgot to run cvsmerge after his last batch of icap patches, or

Re: Squid 3 download page stuck

2007-05-14 Thread Henrik Nordstrom
mån 2007-05-14 klockan 13:53 -0600 skrev Duane Wessels: /path/to/squid-3/mkrelease.sh 3.0.PRE6 /path/to/www.squid-cache.org/Versions/v3/3.0/ I was going to see about updating release notes and such. You need to do that before you set the CVS tag... I updated the web page and copied

Re: Squid 3 download page stuck

2007-05-13 Thread Henrik Nordstrom
sön 2007-05-13 klockan 10:39 +0200 skrev Guido Serassio: The Squid 3 download page is stuck at 9 May, may be related to PRE6 release. Checking... yes. The -CVS part of the version tag should not be removed. It's removed automatically by the mkrelease script. It's there so we know when people

Re: [squid-users] Question about authenticateNegotiateHandleReply

2007-05-11 Thread Henrik Nordstrom
fre 2007-05-11 klockan 21:13 +0100 skrev Markus Moeller: I use the below on Opensuse 10.2 /usr/sbin/squid -v Squid Cache: Version 2.6.STABLE6 Can you try a more up to date version? It's possible Negotiate is a bit broken in the version you have.. Regards Henrik signature.asc Description:

Re: Authentication: Time and Monetary contributions

2007-05-10 Thread Henrik Nordstrom
ons 2007-05-09 klockan 13:43 -0500 skrev Stefan Adams: On 5/9/07, Henrik Nordstrom [EMAIL PROTECTED] wrote: Sure. Been on the devel.squid-cache.org since promised.. http://devel.squid-cache.org/projects.html#ntlm_ip_cache Bah! I did end up finding it -- THANKS!! I had used your direct

Re: 2.6.STABLE13 planned for 8 May, next snapshot release candidate

2007-05-10 Thread Henrik Nordstrom
Released, a few days later than planned (forgot..) Regards Henrik sön 2007-05-06 klockan 00:36 +0200 skrev Henrik Nordstrom: Squid-2.6.STABLE13 is now planned for release this Tuesday (8 May). The next snapshot released in a couple of hours is considered a release candidate. Please test

Re: [squid-users] Question about authenticateNegotiateHandleReply

2007-05-09 Thread Henrik Nordstrom
ons 2007-05-09 klockan 00:07 +0100 skrev Markus Moeller: I have written a helper program for the negotiate protocol (only the Kerberos part of it). I can get it to determine the correct userid but somehow the reply doesn't get back to squid. I don't get any debug from

Re: Authentication: Time and Monetary contributions

2007-05-09 Thread Henrik Nordstrom
ons 2007-05-09 klockan 13:29 -0500 skrev Stefan Adams: Henrik, thanks for your great response! I have a question below... On 4/2/07, Henrik Nordstrom [EMAIL PROTECTED] wrote: off frequently. When the cache is expired or empty, authentication would be turned on and the browser would

Re: [squid-users] Question about authenticateNegotiateHandleReply

2007-05-07 Thread Henrik Nordstrom
mån 2007-05-07 klockan 22:38 +0100 skrev Markus Moeller: Is there anywhere a guide for creating helper programs ? Not really. For the simpler helpers such as url rewriter, basic auth helpers, acl's etc there hasn't really been a need for a guide beyond what is said in the squid.conf comments

2.6.STABLE13 planned for 8 May, next snapshot release candidate

2007-05-05 Thread Henrik Nordstrom
Squid-2.6.STABLE13 is now planned for release this Tuesday (8 May). The next snapshot released in a couple of hours is considered a release candidate. Please test. Release notes: 18. Key changes squid-2.6.STABLE12 to 2.6.STABLE13 * Make sure reply headers gets sent even if there is no body

Re: Squid 3.0 and logformat

2007-05-04 Thread Henrik Nordstrom
fre 2007-05-04 klockan 11:30 +0200 skrev Ghislain: Re Hi Yesterday I've forgotten to talk about logformat in squid 3.0, I have a problem with the key %{X-Provider}h in the tag logformat. With a squid 2.6, there is no problem. If there is a difference compared to 2.6 file a bug report,

Re: OS builds

2007-05-02 Thread Henrik Nordstrom
ons 2007-05-02 klockan 17:53 +1200 skrev Amos Jeffries: 'Name thy OS' would be those seen in squid-users where people are stuck with old 2.6 or 2.5 etc. The culprits seemed to be RedHat and CentOS. RedHat already provides up to date builds for RHEL. Not officially supported, but at least

Re: Dependency problem building Squid 2.6

2007-04-29 Thread Henrik Nordstrom
sön 2007-04-29 klockan 11:03 +0200 skrev Guido Serassio: After changing a COSS file, running make correctly rebuilds libcoss.a, but squid executable is not linked against the new library. May be that the same could be happen also for the other store types. Does it work in Squid-3? Regards

Re: auth_ntlm broken?

2007-04-29 Thread Henrik Nordstrom
lör 2007-04-28 klockan 22:00 -0600 skrev Alex Rousskov: Thank you for reporting the problem! It sounds like the changes you are talking about came from the Squid HEAD branch. Perhaps they created a conflict and the conflict was not resolved correctly. I will investigate and try to fix.

Re: Dependency problem building Squid 2.6

2007-04-29 Thread Henrik Nordstrom
sön 2007-04-29 klockan 19:24 +0200 skrev Guido Serassio: tools.cc: In function `void sigusr2_handle(int)': tools.cc:428: warning: the address of `void sigusr2_handle(int)', will always evaluate as `true' Don't quite get the error, but it's easy to fix. Done. Regards Henrik signature.asc

Re: Dependency problem building Squid 2.6

2007-04-29 Thread Henrik Nordstrom
sön 2007-04-29 klockan 19:24 +0200 skrev Guido Serassio: forward.cc: In member function `void FwdState::connectStart()': forward.cc:875: error: `hex' undeclared (first use this function) forward.cc:875: error: (Each undeclared Should be std::hex identifier is reported only once for each

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: nocpp remainders not yet in HEAD

2007-04-25 Thread Henrik Nordstrom
ons 2007-04-25 klockan 21:00 +1200 skrev Amos Jeffries: The quick method of dropping files in the cppunit* directory missed a few. I just picked up on it now. Fixed. Thanks! The remainders was files only in the cvs.devel.squid-cache.org (aka SF) repository, not the main repository.

Re: cvs commit: squid3/lib xusleep.c Makefile.am

2007-04-24 Thread Henrik Nordstrom
tis 2007-04-24 klockan 00:30 -0600 skrev Duane Wessels: Fix for compiling src/unlinkd.cc with kqueue and epoll. When Squid is compiled with --enable-kqueue or --enable-epoll, we're not supposed to use any fd_set structures. unlinkd.cc uses select() to pause and wait for for

Re: cvs commit: squid3/lib xusleep.c Makefile.am

2007-04-24 Thread Henrik Nordstrom
tis 2007-04-24 klockan 11:14 -0600 skrev Duane Wessels: Hmm.. it's fine (and probably preferred) for the external daemon to use select and fd_set. This restriction is just on code linked into the squid binary. external daemon does not use select. it is a very simple loop: I know. Only

Re: Rate Limiting using SQUID

2007-04-18 Thread Henrik Nordstrom
tis 2007-04-17 klockan 21:32 -0700 skrev Anand Lakshminath: Hi All, Is there a way to configure SQUID to rate limit requests to origin webservers. Basically, we don't want to hit any given website too hard and would like to throttle say 1 request per second. The closest we have is the

Re: squid patch request

2007-04-17 Thread Henrik Nordstrom
tis 2007-04-17 klockan 11:28 +0700 skrev áÎÄÒÅÊ áÔÁÎÇÕÌÏ×/çÏÒáÄÍ/ôÏÍÓË: Greetings. Yesterday i recieved an email with notification of patch request of feature i've already coded for myself. here's request: http://www.squid-cache.org/bugs/show_bug.cgi?id=491 here's my diffs for

Style of commit messages

2007-04-16 Thread Henrik Nordstrom
Please follow the following style in your commit messages First if the primary author of the patch isn't you then have a line indicating the autor of the change Author: Name email Next a short summary of the change. Approximately one line. Then a blank line Followed by a full description of

Re: Style of commit messages

2007-04-16 Thread Henrik Nordstrom
mån 2007-04-16 klockan 15:24 +0800 skrev Adrian Chadd: On Mon, Apr 16, 2007, Henrik Nordstrom wrote: Please follow the following style in your commit messages First if the primary author of the patch isn't you then have a line indicating the autor of the change Author: Name email

Re: Style of commit messages

2007-04-16 Thread Henrik Nordstrom
mån 2007-04-16 klockan 10:34 +0200 skrev Henrik Nordstrom: Done. But will only be available on fresh checkouts. (CVS stupidity). Stored as CVS/Template in your local working directory. Hmm.. only works if you run cvs commit from a directory where the CVS/Template file exists, not if run from

Re: Style of commit messages

2007-04-16 Thread Henrik Nordstrom
tis 2007-04-17 klockan 00:09 +1200 skrev Amos Jeffries: While you are adjusting cvs is there a good reason for the squid-cvs email being in default diff format? Outside our control. I think we would all find it a little more useful reading and using updates if that email could

Re: cppunit removal

2007-04-16 Thread Henrik Nordstrom
Applied, with some small changes. http://www.squid-cache.org/Versions/v3/3.0/changesets/10701.patch Regards Henrik tis 2007-04-17 klockan 01:06 +1200 skrev Amos Jeffries: AUTHOR: Ams Jeffries [EMAIL PROTECTED] The squid 3.0 will not be packaged with cppunit 1.10.0. The developers have

Re: [squid-users] find current ip address in code

2007-04-15 Thread Henrik Nordstrom
mån 2007-04-16 klockan 01:12 +0530 skrev Siddhesh PaiRaikar: wat is the way to get the ip address of the machine whose request i am currently processing... in the code that is request-client_addr i am making the changes in store.c file where there are no implicit references to the

Re: Removing cppunit

2007-04-13 Thread Henrik Nordstrom
tor 2007-04-12 klockan 23:05 -0600 skrev Alex Rousskov: I think that cppunit should be removed from the source tree (especially if it is so easy to install and is not for end-users anyway). This step should not depend on the make check discussion outcome. We all agree I think. I think

Re: Squid-3 release cycle

2007-04-12 Thread Henrik Nordstrom
tor 2007-04-12 klockan 20:31 +0200 skrev Guido Serassio: Here I think that a methodical comparison between 2.6 and 3.0 is needed. Not so sure. Find it much more important Squid-3 is stable than feature complete wrt 2.6. Probably there are a lot of not so big changes missing in 3.0. Very

Re: Squid 3.0 bugs that need you.

2007-04-12 Thread Henrik Nordstrom
tor 2007-04-12 klockan 11:42 -0600 skrev Alex Rousskov: http://www.squid-cache.org/bugs/show_bug.cgi?id=1475 Bug 1475 - File descriptor limit does work. I am not sure what the final resolution for this bug is. Henrik? Adrian? Closing.. ESI bugs targeted for 3.0

Re: Squid-3 release cycle

2007-04-12 Thread Henrik Nordstrom
tor 2007-04-12 klockan 13:19 -0600 skrev Alex Rousskov: IMO, if we can support enough directives to accommodate 51% of current Squid2 users, that is enough. More importantly, thanks to the new major features of Squid-3 such as a good ICAP client we might attract new users again, not only

Re: Squid-3 release cycle

2007-04-11 Thread Henrik Nordstrom
tis 2007-04-10 klockan 21:38 -0600 skrev Alex Rousskov: Squid 3.1 is whatever comes after a stable 3.0 release. Open to experimentation. Not currently branched (but could be if needed). I think it might be wise to branch Squid-3.0 after PRE6, and that the model currently used for Squid-2 is

Re: squid3.0.PRE6 and bugzilla

2007-04-08 Thread Henrik Nordstrom
lör 2007-04-07 klockan 21:17 +0200 skrev Guido Serassio: I know personally Henrik :-) The question is if the patch really fixes the problem. Probably, there is a reason because Herink don't close it. Looks like I simply forgot to select the resolve button. Regards Henrik signature.asc

Re: isspace etc and (int) typecast

2007-04-06 Thread Henrik Nordstrom
fre 2007-04-06 klockan 14:16 +0200 skrev Guido Serassio: Also applied to Squid3. Excellent! Regards Henrik signature.asc Description: Detta är en digitalt signerad meddelandedel

Re: squid translation

2007-04-03 Thread Henrik Nordstrom
fre 2007-03-30 klockan 21:19 +0300 skrev Петро Нек: Hello my name is Petro Nek I'm from Ukraine and I'm interesting that squid could speak with users in ukrainian so I translate squid error messages in ukrainian using 2 typical codepages cp-1251, koi8-u and also unicode utf-8. So I send to

Re: isspace etc and (int) typecast

2007-04-02 Thread Henrik Nordstrom
sön 2007-04-01 klockan 16:42 +0200 skrev Guido Serassio: Now fixed. I have also found and fixed some other similar errors. Thanks! Regards Henrik signature.asc Description: Detta är en digitalt signerad meddelandedel

Re: Authentication: Time and Monetary contributions

2007-04-02 Thread Henrik Nordstrom
lör 2007-03-31 klockan 12:27 -0500 skrev Stefan Adams: 1) I understand that a browser asks a user for authentication because the proxy server instructs the browser that it needs credentials. My idea is to provide a server-side caching option within squid that would only ask the browser for

Re: isspace etc and (int) typecast

2007-03-27 Thread Henrik Nordstrom
tis 2007-03-27 klockan 13:16 +0200 skrev Guido Serassio: What was the warnings you fixed with these casts? I suspect you only silenced a valid warning here without fixing the cause.. Exactly these: http://www.squid-cache.org/mail-archive/squid-dev/200702/0128.html Ok, what I thought..

Re: isspace etc and (int) typecast

2007-03-27 Thread Henrik Nordstrom
tis 2007-03-27 klockan 22:09 +0200 skrev Guido Serassio: It's almost clear, but I'm just a little confused on the logical side of the things: use an int argument to check for an unsigned char. Really a confusing prototype . The acceptable range is an unsigned char or EOF. EOF is a value

Re: Download time issue: Squid 2.6

2007-03-26 Thread Henrik Nordstrom
mån 2007-03-26 klockan 22:35 +0200 skrev Thomas-Martin Seck: OK, my plan is to start tracking Squid 3 with PRE6. Are you OK if I keep it up to date by pulling in all changesets up to a certain date/changeset number (this would be roughly similar to what the FreeBSD vim port does) if needed?

Re: how i can close tcp session with client?

2007-03-26 Thread Henrik Nordstrom
mån 2007-03-26 klockan 08:27 +0900 skrev [EMAIL PROTECTED]: hello! sorry for my english :) I want close tcp session from access_log.c. How? Why from access_log.c of all places? I try do this use comm_reset_close(fd), but i get error assert filed on commc.c:740. Yes, you can't do that

isspace etc and (int) typecast

2007-03-26 Thread Henrik Nordstrom
Reviewing Squid-2.HEAD changes and sorting/grouping them a bit I stumbled over your change to add casts in various isspace() calls which looks a bit odd. http://www.squid-cache.org/Versions/v2/HEAD/changesets/11290.patch -for (; i hmsg-req_end (isspace(hmsg-buf[i])); i++); +for (; i

Re: website download links

2007-03-25 Thread Henrik Nordstrom
sön 2007-03-25 klockan 15:48 +0800 skrev Adrian Chadd: I've cheated and copied all of the Versions/* stuff from the current website to 'static/Dist' on the new website so they're not included in the magic PHP page building. Converting the current downloads to the PHP templating should be

Re: AD (LDAP) authentication helper

2007-03-25 Thread Henrik Nordstrom
fre 2007-03-23 klockan 17:13 -0400 skrev Edmundo Carmona: If you are interested in the helper, let me know, so I can send it (once I make it during the next days) for your consideration so it becomes a part of squid by deault. Sure. You are most welcome to submit alternative authentication

Re: Download time issue: Squid 2.6

2007-03-20 Thread Henrik Nordstrom
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 Squid-3-PRE but since the interval between PRE releases is a bit long for a

Re: Download time issue: Squid 2.6

2007-03-20 Thread Henrik Nordstrom
tis 2007-03-20 klockan 19:40 +0100 skrev Thomas-Martin Seck: Ack! Please address this, either by fixing the bugs or if this is not possible for whatever reason by telling users about them. I'll stick a big red warning sign to the port, too if needed. The main problem in fixing these is that

Re: Download time issue: Squid 2.6

2007-03-20 Thread Henrik Nordstrom
tis 2007-03-20 klockan 21:19 +0100 skrev Henrik Nordstrom: I don't think packaging PRE4 in ports when released is such a bad idea. But clearly labeled as a pre-release and not a stable supported release. PRE6 I meant.. (got confused by another discussion recently..) Regards Henrik

Re: Download time issue: Squid 2.6

2007-03-19 Thread Henrik Nordstrom
sön 2007-03-18 klockan 15:51 +0200 skrev Tsantilas Christos: Hi Henrik, I forgot that the squid-26 moved to a branch. The problem with icap patch is that it is HEAD based. In sourceforge I can not find any squid-2.6 branch, to create a squid26 based icap branch. Yes, it's intentional that

Re: HEAD website projects.html,1.307,1.308

2007-03-19 Thread Henrik Nordstrom
Hmm... I assume this was not intentional. What happened? Regards Henrik sön 2007-03-18 klockan 09:51 + skrev Amos Jeffries: Log Message: merge updates from HEAD lost in earlier update. Index: projects.html === RCS

Re: request-my_addr change from 2.6.STABLE3 to 2.6.STABLE10

2007-03-19 Thread Henrik Nordstrom
mån 2007-03-19 klockan 08:46 +0900 skrev Steven Wilton: Can anyone confirm whether request-my_addr should contain the IP address that the customer has connected to, or the IP address that the OS has redirected the packet to for requests that have been semnt to squid using NAT. The two should

Re: stuff in the Squid3 pipeline

2007-03-19 Thread Henrik Nordstrom
mån 2007-03-19 klockan 06:56 -0700 skrev Alex Rousskov: I believe BodyPipe changes on squid3-icap branch fix all Squid3 PUT/POST-related errors in the bugzilla. So a new PRE not too long after it has gone in might be a reasonable thing then. Any other blockers which should be fixed in this

Re: stuff in the Squid3 pipeline

2007-03-19 Thread Henrik Nordstrom
tis 2007-03-20 klockan 00:04 +0100 skrev Henrik Nordstrom: mån 2007-03-19 klockan 06:56 -0700 skrev Alex Rousskov: I believe BodyPipe changes on squid3-icap branch fix all Squid3 PUT/POST-related errors in the bugzilla. So a new PRE not too long after it has gone in might be a reasonable

Re: HEAD website projects.html,1.307,1.308

2007-03-19 Thread Henrik Nordstrom
tis 2007-03-20 klockan 11:57 +1200 skrev [EMAIL PROTECTED]: I went: cvs -q update cvs commit without noticing that the update had created a merge-clash patch for the changes you had made. Did it? If there is conflicts then cvs update says so, and they get clearly marked in the file with

Re: squid 3 + content encode

2007-03-16 Thread Henrik Nordstrom
tor 2007-03-15 klockan 13:26 +0700 skrev Wahyu: I want to try the gzip content encode with squid 3 but i got problem with that, patch and make are success, but when i'm running the squid i got this error: Starting proxy server: 2007/03/15 12:57:53| parseConfigFile: 'squid.conf' line 294

Re: A few patches

2007-03-14 Thread Henrik Nordstrom
ons 2007-03-14 klockan 11:27 +0900 skrev Steven: The attached patch should fix the concerns raised. If there are no other concerns do you want me to wait until 2.6.STABLE11 has been released before committing? With the new maintenance model with Squid-2.6 branched from HEAD Squid-2 is

RE: A few patches

2007-03-14 Thread Henrik Nordstrom
ons 2007-03-14 klockan 11:45 +0900 skrev Steven: Did you have any concerns with the patch that would allow NTLM auth to work on transparent requests if pipeline prefetching was enabled? Hmm.. don't like it. a) If allowing pipelining then it should be done on the same server connection. Also

Re: A few patches

2007-03-14 Thread Henrik Nordstrom
tis 2007-03-13 klockan 14:50 +0900 skrev Steven: The second patch (transparent-dns-hint.patch) is designed to use the destination IP that the client was attempting to connect to as the server IP if DNS lookup fail (for a transparent request). Cool. But can be significantly simplified. No

RE: Download time issue: Squid 2.6 - With Icap patch

2007-03-14 Thread Henrik Nordstrom
ons 2007-03-14 klockan 17:03 + skrev Suman Mukherjee: I have used the following icap patch: http://devel.squid-cache.org/cgi-bin/diff2/icap-2_6 The patch has removed that line. Would you please let me know whether this patch is safe enough or not WITH the line in client_side.c? I

Re: Download time issue: Squid 2.6

2007-03-14 Thread Henrik Nordstrom
ons 2007-02-21 klockan 16:00 + skrev Suman Mukherjee: In Squid 2.6.STABLE9 I have faced a problem. While downloading a big file, squid is getting timeout. I cannot reproduce this.. Reason: There are two socket connections. 1. Accepted request from client side. 2. Read data from file

RE: A few patches

2007-03-13 Thread Henrik Nordstrom
tis 2007-03-13 klockan 15:46 +0900 skrev Steven Wilton: Good point. The only problem is that (under Linux at least) we can't find out the original destination port (ie if traffic destined for port 80 is redirected to port 3128). conn-me has the original IP and port in transparently

Re: A few patches

2007-03-13 Thread Henrik Nordstrom
tis 2007-03-13 klockan 14:50 +0900 skrev Steven: The third patch (transparent-pipeline.patch) is designed to allow squid to handle non-http traffic. If a request can not be decoded by squid, and it was a transparently intercepted requets, it will be transformed to a CONNECT request to the

Squid-2.6.STABLE11 in the pipeline

2007-03-12 Thread Henrik Nordstrom
Ok, one rather critical bug crept into the 2.6.STABLE10 release (Bug #1915), so 2.6.STABLE11 is now in the pipeline for release. Patch queue has been processed and next nightly (or current CVS) is to be considered a release candidate. Please test it where you can. If there is additional issues

Re: Something strange in client_side.c /Re: Squid code questions from IRC/

2007-03-11 Thread Henrik Nordstrom
sön 2007-03-11 klockan 15:49 +0300 skrev Igor: from line #3512: while (t conn-in.buf xisspace(*t)) t--; while (t conn-in.buf !xisspace(*t)) t--; As far as xisspace() doesn't seem to have side-effects this code makes me guess what's going on here :) It scans the

Re: Squid bootstrapping

2007-03-07 Thread Henrik Nordstrom
ons 2007-03-07 klockan 14:12 +1300 skrev [EMAIL PROTECTED]: I have in my branch /src/ the two IPAddress.* files that I have created for the manager class. My main question is what is the next step to get them compiling into squid? sub-question of how do the bootstrap and Makefiles'

Re: saving http body (content) :: SQUID:2.6STABLE10

2007-03-07 Thread Henrik Nordstrom
tis 2007-03-06 klockan 18:06 -0800 skrev ccmail111: Assumption: 'entry-fd' is uniquely created in store.c: storeCreateEntry(..) You'd better move that to the HttpStateData.. The above does not seem to work. For example www.yahoo.com page has 10 gifs, I donot see the gif files (content).

Re: Dynamic ACL Regex's associated with authenticated user

2007-03-05 Thread Henrik Nordstrom
sön 2007-03-04 klockan 19:22 -0500 skrev louis gonzales: My question for the Development group: Q: If I want to use external_acl_type eXhelper %LOGIN %{Header} /path/to/MY/eXhelper.pl How can my PERL program read the contents of %{Header}? Header in the above is the HTTP header name you

Re: Dynamic ACL Regex's associated with authenticated user

2007-03-05 Thread Henrik Nordstrom
mån 2007-03-05 klockan 18:17 -0500 skrev louis gonzales: Hello all, There is one %{Header}'s that I want to read in my external helper program. %{Host} external_acl_type eXhelper %LOGIN %{Host} /path/to/my/eXhelper.pl I read in STDIN and get the username password as supplied by the user,

Re: redirect handle reply

2007-03-04 Thread Henrik Nordstrom
sön 2007-03-04 klockan 20:32 +0530 skrev Siddhesh PaiRaikar: in an attempt to modify the code of squid when i modified the code of the function redirectHandleReply() in redirect.c .. i see that any change made to that function reflects in squid and any printf statement also works fine.. i

Re: default Methods?

2007-03-03 Thread Henrik Nordstrom
lör 2007-03-03 klockan 15:57 +0100 skrev Pawel Worach: Here are patches for squid2 and squid3 that add three missing methods according to the list in the Subversion FAQ. Thanks. Applied to Squid-3, 2 and 2.6. Regards Henrik signature.asc Description: Detta är en digitalt signerad

Squid code questions from IRC

2007-03-03 Thread Henrik Nordstrom
What follows is a sorted recapture of the IRC discussions and some additional answers. (14.48.55) poige: well, code inside httpAccept() (14.49.07) poige: int *N = incoming_sockets_accepted; (14.49.08) poige: ... (14.49.21) poige: (*N)++; (14.49.27) poige: -- why that? :) (14.53.23) hno: poige:

Re: cvs commit: squid/doc/release-notes release-2.6.html release-2.6.sgml

2007-03-03 Thread Henrik Nordstrom
lör 2007-03-03 klockan 20:30 +0100 skrev Guido Serassio: Please note that the document title is still: titleSquid 2.6.STABLE8 release notes/title Thanks! Fixed. Regards Henrik signature.asc Description: Detta är en digitalt signerad meddelandedel

Re: Dynamic ACL Regex's associated with authenticated user

2007-03-02 Thread Henrik Nordstrom
tis 2007-02-06 klockan 00:14 -0500 skrev louis gonzales: Is the process to tap into a database for regex's(which are stored in a database) as easy as using the external_acl to call, for instance a PERL program which can search the database via DBI, which can check if the %LOGIN id is

RE: squid3 comments

2007-03-02 Thread Henrik Nordstrom
fre 2007-03-02 klockan 10:02 +0900 skrev Steven Wilton: I know this is a minor problem, but I had problems getting the squid3 bootstrap.sh script to run, so I couldn't test the patch. I'm pretty sure it's got something to do with the version of automake and autoconf on my system, but I

RE: squid3 comments

2007-03-02 Thread Henrik Nordstrom
lör 2007-03-03 klockan 03:29 +1300 skrev [EMAIL PROTECTED]: configure.in:34: error: possibly undefined macro: AC_LTDL_DLLIB If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. Looks like aclocal not finding the libtool macros (LTDL

Re: thank you for squid3 work

2007-03-02 Thread Henrik Nordstrom
fre 2007-03-02 klockan 08:58 -0700 skrev Alex Rousskov: Thank you very much for all your Squid3 efforts! Without your work Squid3 would not happen. I hope you feel the increased interest in and work on Squid3 these days. Thanks, but probably overrated. FWIW, I am very

RE: squid3 comments

2007-03-02 Thread Henrik Nordstrom
lör 2007-03-03 klockan 08:39 +0800 skrev [EMAIL PROTECTED]: helpers/basic_auth/Makefile.am:6: required directory helpers/basic_auth/POP3 does not exist cvs update -d -P Regards Henrik signature.asc Description: Detta är en digitalt signerad meddelandedel

Re: default Methods?

2007-03-01 Thread Henrik Nordstrom
tor 2007-03-01 klockan 09:48 +0800 skrev Adrian Chadd: I've again been bitten by the by default Squid doesn't support methods for application X where X is almost always Subversion. Heh.. What do people think about: * adding in the Subversion methods in by default? Yes. Do it now and I'll

Re: squid3 comments

2007-03-01 Thread Henrik Nordstrom
ons 2007-02-28 klockan 09:19 -0500 skrev Jeremy Hall: Is squid3 faster or slower than squid2? From my incomplete tests and experience: Squid-3 is noticeably slower than Squid-2.6, but not by a huge amount. Squid-3 is faster than Squid-2.5 in some workloads involving many concurrent

Re: SQUID.devel: information help request

2007-03-01 Thread Henrik Nordstrom
tor 2007-03-01 klockan 09:51 -0800 skrev ccmail111: Thanks for your email. Looking at your posting (below), can you please let me know in SQUIQ-3.x how do I modify SQUID to save web page body to a file ? I have posted to devel.list and also searched archives, but unable to find right

Re: Dynamic ACL Regex's associated with authenticated user

2007-03-01 Thread Henrik Nordstrom
mån 2007-02-05 klockan 13:13 -0500 skrev louis gonzales: Hello Dev team, I'm curious, but have found limited information through different FAQ's and archives about Squid functionality, which provides dynamic new regex's to be checked against specific authenticated users? Yes. Two

Re: Dynamic ACL Regex's associated with authenticated user

2007-03-01 Thread Henrik Nordstrom
mån 2007-02-05 klockan 15:09 -0500 skrev louis gonzales: Thank you for quick response. Would you all recommend, for fastest results, to review the source code/API for external helper, or is there a document out there(in the big world) that gives technical details on this? The external acl

Re: locked out by partial cvsmerge

2007-02-28 Thread Henrik Nordstrom
tis 2007-02-27 klockan 21:40 -0700 skrev Alex Rousskov: 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 developers) getting stuck now: cvs rtag: [21:28:08] waiting for rousskov's lock

Re: locked out by partial cvsmerge

2007-02-28 Thread Henrik Nordstrom
ons 2007-02-28 klockan 13:01 +0800 skrev Adrian Chadd: I'm not sure to be honest; but do you think it'd be a good idea just to shift this development tree stuff back to a seperate repository or server over at TMF? It sounds like it'll be less of a headache now. The main reason why SF is

Re: locked out by partial cvsmerge

2007-02-28 Thread Henrik Nordstrom
tor 2007-03-01 klockan 01:25 +1300 skrev Amos Jeffries: 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

Re: Squid-2.6.STABLE10 in the pipeline

2007-02-27 Thread Henrik Nordstrom
tis 2007-02-27 klockan 21:40 +0100 skrev Guido Serassio: 2007/02/27 21:28:47| helperStatefulHandleRead: 1 bytes from negotiateauthenticator #1. 2007/02/27 21:28:47| helperStatefulHandleRead: 41 bytes from negotiateauthenticator #1. 2007/02/27 21:28:47| helperStatefulHandleRead: 41 bytes

Re: Squid-2.6.STABLE10 in the pipeline

2007-02-27 Thread Henrik Nordstrom
tis 2007-02-27 klockan 21:55 +0100 skrev Henrik Nordstrom: Hmm.. this strikes me a bit odd.. Squid receiving data from the helper before it sends the response.. Are you sure the helper responds correctly? But regardless of this I can confirm that Negotiate seems to be broken.. Regards

Re: Squid-2.6 Negotiate broken

2007-02-27 Thread Henrik Nordstrom
tis 2007-02-27 klockan 23:15 +0100 skrev Henrik Nordstrom: Looking. Ah, it's due to Negotiate returning a final response to the client, and this confuses the twisted logics here even further.. cleaning up to untwist the FINISHED/DONE states into one. Ok. Should work better now. Please give

Squid-2.6.STABLE10 in the pipeline

2007-02-26 Thread Henrik Nordstrom
Squid-2.6.STABLE10 is now in the pipeline. Current CVS (or next nightly, 20070228 or later) is a release candidate in terms of code, save for release notes etc.. Please test the best you can. There is quite significant changes this time, the most significant being - chunked decoding to

<    5   6   7   8   9   10   11   12   13   14   >