Re: request for urgent help.

2003-02-04 Thread Henrik Nordstrom
The classical cause to such symptoms is sending an incorrect Content-Length header in the reply. Squid enforces Content-Length, and if your server indicates a Content-Length of 400 bytes but sends 600 then only 400 will be delivered to the client by Squid. Regards Henrik sundararajan wrote:

Re: squid 3 1 bug left

2003-02-05 Thread Henrik Nordstrom
Robert Collins wrote: What about HttpConnect.cc? and httpConnect* ? tunnel is ok too - we can always change later. As long as we settle for one.. prefer not to change later.. Agreed, however with refactoring, clarity comes before being nice to CVS :}. Some pro cons to aid in

Re: cvs commit: squid/src cache_cf.c

2003-02-06 Thread Henrik Nordstrom
Robert Collins wrote: On Thu, 2003-02-06 at 16:00, [EMAIL PROTECTED] wrote: wessels 2003/02/05 22:00:20 MST Modified files: src cache_cf.c Log: Emit a warning if we find the same cachemgr action under more than one password. Why? Seems perfectly

Re: How to push prompt to browser?

2003-02-07 Thread Henrik Nordstrom
them and only get that page directly if they want? -- Henrik Nordstrom [EMAIL PROTECTED] MARA Systems AB, Sweden

2.5.STABLE2?

2003-02-09 Thread Henrik Nordstrom
I think it is about time for a 2.5.STABLE2 Opinions? Regards Henrik

Re: 2.5.STABLE2?

2003-02-09 Thread Henrik Nordstrom
Robert Collins wrote: For me is OK, but I have some small proposal before the release: - Move the samba include files in a single directory (include ?): now there are 3 different copy in the helpers directory tree. - Add some documentation regarding NTLM use in Microsoft AD environments

Re: 2.5.STABLE2 around the corner

2003-02-12 Thread Henrik Nordstrom
-12 klockan 20.07 skrev Duane Wessels: On Wed, 12 Feb 2003, Henrik Nordstrom wrote: From what I can tell everything is now in place for a 2.5.STABLE2 release, and the current 2.5.STABLE1-20020212 snapshot is to be regarded as a 2.5.STABLE2 release candidate. If you can please give

Re: 2.5.STABLE2 around the corner

2003-02-12 Thread Henrik Nordstrom
But in this case it really should be in the form of the custom_log, possibly refactored slightly to make better use of C++. Dan: If you have time you are more than welcome to try to get the custom_log project on its feets. What needs to be added is a mechanism where the access logging can gain

Re: latest merge raises compile warnings

2003-02-16 Thread Henrik Nordstrom
Please fix. Not intentional to break HEAD. I thought I tried to compile all changes before commit, but obviously forgot to test this part. Sorry about this. My tree is in the middle of the next (much larger) rproxy merge and it will take some time before it compiles again. However, it would be

Re: dynamic acl classes

2003-02-21 Thread Henrik Nordstrom
for the reader. Rob -- Henrik Nordstrom [EMAIL PROTECTED] MARA Systems AB, Sweden

Re: rproxy merges?

2003-02-21 Thread Henrik Nordstrom
/~robertc/squid-3-style.txt astyle -cs4 -O --break-blocks -l foo.cc ssh squid-cache.org astyle astyle: Command not found. Not in the mood for installing astyle tonight.. way over bedtime and still at the office. need to go home. Which exact version of astyle should be used? -- Henrik Nordstrom

Re: Introduction / accelerator feature ideas

2003-02-22 Thread Henrik Nordstrom
Flemming Frandsen wrote: Look for READ_AHEAD_GAP ooh, thanks, default is 16KB it seems. ... off to read the rest of the developers manual before I start hacking it up:) We should probably add a squid.conf directive for this one.. a good task to begin with if you have not looked at the

Re: nt branch KILLED

2003-02-22 Thread Henrik Nordstrom
Serassio Guido wrote: After the latest astyle changes to HEAD, when I run cvsmerge, I have got more the 300 conflicts in nt branch !!! My recommended action until there is time to clear these up is to stop merging from HEAD, and instead focus on splitting things off to be merged into HEAD.

Re: astyle issues

2003-02-22 Thread Henrik Nordstrom
Robert Collins wrote: Should read: struct { [...] } Wais; I don't think this is a biggy: as we get more OOP, anonymous structs will dissappear almost completely. Not completely I think. Using anonymous structs is quite handy for grouping related members. Here

Re: astyle issues

2003-02-24 Thread Henrik Nordstrom
always a perfect scenario for the user of a strategy or state (the insensitive flag), and for polymorphism (i.e. ACLRequiredDATA). Rob -- Henrik Nordstrom [EMAIL PROTECTED] MARA Systems AB, Sweden

Re: need help about ICP

2003-02-24 Thread Henrik Nordstrom
such as http_access. Each entry is one access rule from squid.conf. struct statCounter.icp This struct keeps the ICP related statistics counters shown in cachemgr and the SNMP interfaces.. -- Henrik Nordstrom [EMAIL PROTECTED] MARA Systems AB, Sweden

Re: rproxy merges?

2003-02-24 Thread Henrik Nordstrom
a clean patch for HEAD as it is a very non-intrusive change not changing anything unless actively used by configuration and/or redirectors.. -- Henrik Nordstrom [EMAIL PROTECTED] MARA Systems AB, Sweden

Re: about hier_code

2003-02-28 Thread Henrik Nordstrom
On Friday 28 February 2003 11.51, atit_ldce wrote: can u explain what is purpose of follwing hier_code http://www.squid-cache.org/Doc/FAQ/FAQ-6.html#ss6.10 can u explain how ICP request are send and ICP reply handled in following configuration my squid having parent1 and parent2 as my

Re: delay pools and fd_set 's

2003-02-28 Thread Henrik Nordstrom
Adrian: What was the exact number of filedescriptors you configured Squid for using? I am a bit reluctant about doing this change in Squid-2.5 as to me this large (but non-intrusive) change does not seem to be needed if the FD_SETSIZE override is fixed to ensure the new size gets rounded up

Re: modify code?

2003-03-01 Thread Henrik Nordstrom
On Saturday 01 March 2003 05.43, atit wrote: in sslStart(ssl.c) function comm_openex is called to open bind to the local interface then after this function control can flow to sslPeerSelectComplete() where code decide where to send request. now i want to modify code in sslStart and want to

Re: Can't merge nt-2_5 branch (waiting for anoncvs_squid's lock)

2003-03-01 Thread Henrik Nordstrom
Do you still have this problem? CVS sometimes gets the locking wrong, leaving files locked. On SourceForge stale locks is automatically broken after certain time.. There does not seem to be any locks in squid/port/win32/include currently, so either the lock has been automatically broken or you

Re: Can't merge nt-2_5 branch (waiting for anoncvs_squid's lock)

2003-03-01 Thread Henrik Nordstrom
Should be fixed now. Regards Henrik On Sat, 1 Mar 2003, Guido Serassio wrote: cvs rtag: [09:49:37] waiting for anoncvs_squid's lock in /cvsroot/s/sq/squid/squid/port/win32/include

Re: Join to discuss NTLM Authentication

2003-03-02 Thread Henrik Nordstrom
On Sunday 02 March 2003 11.01, Gary Price \(ICT\) wrote: Hi as described in the squid-users list, I have made a change that appears to make NTLM auth work. To my surprise in fact. I would like to figure out why this actually works. I was planning to go further and establish a guaranteed 1-1

Re: about HTTPS request

2003-03-03 Thread Henrik Nordstrom
On Monday 03 March 2003 13.37, atit_ldce wrote: in urlParse method of url.c when request is for https protocol method will be METHOD_CONNECT now consider follwing code that i have copied from function if (method == METHOD_CONNECT) { debug(17,3) (urlParse: Protocol %d Method %d

Re: remove deferred reads

2003-03-03 Thread Henrik Nordstrom
. This should allow kqueue and epoll to properly support delay pools. Cheers, Rob -- Henrik Nordstrom [EMAIL PROTECTED] MARA Systems AB, Sweden

Re: about https

2003-03-03 Thread Henrik Nordstrom
mån 2003-03-03 klockan 19.46 skrev atit_ldce: i am using intenet explorer 5.x when i enter https://www.hotmail.com what will be type of protocol taken by squid Assuming you are using Squid as a proxy then the protocol will be NONE with a request method of CONNECT. -- Henrik Nordstrom

Re: remove deferred reads

2003-03-03 Thread Henrik Nordstrom
On Monday 03 March 2003 21.31, Robert Collins wrote: Adrian and I discussed this - [we|he]'ll be removing COMM_ERR_CLOSING as part of a post-deferred reads removal comms review. Minor warning: As I am lazy the ftp code currently uses this on writes to make sure a I/O buffer is freed. Intend

Re: remove deferred reads

2003-03-03 Thread Henrik Nordstrom
On Monday 03 March 2003 22.45, Henrik Nordstrom wrote: Minor warning: As I am lazy the ftp code currently uses this on writes to make sure a I/O buffer is freed. Intend to move this to the FtpState (remind me in some time I there is no sign of so being done

Re: Re : Re: about https

2003-03-04 Thread Henrik Nordstrom
://www.hotmail.com and in yr last mail u mentioned the same that PROTO_HTTPS for https request... - Original Message - From: Henrik Nordstrom [EMAIL PROTECTED] To: atit_ldce [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Mon Mar 03 21:33:43 GMT+05:30 2003 Subject: Re: about https

Re: linux netfilter transparency

2003-03-06 Thread Henrik Nordstrom
the requested URL, not for forwarding the request. -- Henrik Nordstrom [EMAIL PROTECTED] MARA Systems AB, Sweden

Re: FTP and callback cleanups

2003-03-06 Thread Henrik Nordstrom
serves the same purpose. Only need a construct where delete is deferred until the last reference has gone away. -- Henrik Nordstrom [EMAIL PROTECTED] MARA Systems AB, Sweden

Re: squid-3 buglet: stack trace

2003-03-06 Thread Henrik Nordstrom
I think.. -- Henrik Nordstrom [EMAIL PROTECTED] MARA Systems AB, Sweden

Squid-2.5.STABLE2 release candidate

2003-03-09 Thread Henrik Nordstrom
New release candidate after a small CVS disaster: The squid-2.5.STABLE1-20030310 snapshot will be a Squid-2.5.STABLE2 release candidate. If you can please give this some testing in the next few days. Regards Henrik

Re: Windows port merge - MS Visual C++ compatibility [PATCH]

2003-03-09 Thread Henrik Nordstrom
Hmm.. the original line looks very odd to me and should break with most compilers.. The cbdataFree macro has two purposes: a) It invalidates (and frees if possible) the referenced data structure b) It nullifies the pointer reference. 'b' requires the argument to be a LVALUE, and a

Fwd: Question about Squid ESI implementation

2003-03-09 Thread Henrik Nordstrom
-- Forwarded Message -- Subject: Question about Squid ESI implementation Date: Sat, 8 Mar 2003 13:11:16 -0700 From: Vincent, Merlin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Hello - I'm a graduate student at the University of Colorado, and I am working on a thesis that explores

Re: about squid

2003-03-10 Thread Henrik Nordstrom
On Monday 10 March 2003 13.27, atit_ldce wrote: I have confusion abt following in squid.. what is purpose of delay variable in icpUdpsend in icp_v2.c Keeps track of how long Squid has been trying to send this message out on the ICP socket. what is purpose of _StatCounters struct in squid..

Re: about peer selection

2003-03-10 Thread Henrik Nordstrom
see peerSelectFoo() and our earlier discussions. Regards Henrik On Monday 10 March 2003 13.54, atit_ldce wrote: what are the all possible options for selecting peer where to forward request. saying one is sending ICP query is there any others? if origin server is taken into account

Re: Re : Re: about peer selection

2003-03-10 Thread Henrik Nordstrom
Henrik Nordstrom , thanks for reply... i am clear with how it select neighbor but i want to know abt netdbxxx what is purpose of netdbxxx functions thanks regards atit - Original Message - From: Henrik Nordstrom [EMAIL PROTECTED] To: atit_ldce [EMAIL PROTECTED],[EMAIL

Re: about cache disk size

2003-03-10 Thread Henrik Nordstrom
for this? In most cases incorrect hardware or software configuration, not allowing Squid to run correctly. In a few very rare cases because the proxy administrator are trying to push the hardware further than it can go. -- Henrik Nordstrom [EMAIL PROTECTED] MARA Systems AB, Sweden

Re: [PATCH]: Linux Transparent Proxy

2003-03-10 Thread Henrik Nordstrom
pit of evilness as interception when it comes to TCP/IP. Both break the end-to-end criteria of IP networking. Both require the network to be properly constructed to deal with the breakage, it is only that TPROXY (and other spoof as client) makes the question much more visible. -- Henrik Nordstrom

Re: Windows port merge - MS Visual C++ compatibility [PATCH]

2003-03-10 Thread Henrik Nordstrom
On Monday 10 March 2003 21.30, Guido Serassio wrote: { -cbdataFree ((clientReplyContext *)address); +clientReplyContext * tmp = (clientReplyContext *)address; +cbdataFree (tmp); } This looks extraneous. What is the error that VS gives you? I'm stripping this one out of

Re: Object naming conflict on nt branch

2003-03-10 Thread Henrik Nordstrom
On Monday 10 March 2003 21.51, Guido Serassio wrote: ACLMaxUserIP.cc:51:77: macro max requires 2 arguments, but only 1 given ACLMaxUserIP.cc: In constructor `ACLMaxUserIP::ACLMaxUserIP(const char*)': ACLMaxUserIP.cc:52: parse error before `{' token Another namespace conflict, this time in

Re: Problem with origin server connections

2003-03-10 Thread Henrik Nordstrom
How are you making Squid distribute the requests on the backend servers? Regards Henrik On Monday 10 March 2003 22.13, David Nicklay wrote: Hi, Brian and I have been trying to puzzle out a problem we are having related to back end origin server connections initiated by squid. We have

The use of cbdataFree() in HEAD

2003-03-10 Thread Henrik Nordstrom
The following uses of cbdataFree in HEAD is dubious: src/client_side_reply.cc:253:cbdataFree ((clientReplyContext *)address); src/store_client.cc:79:cbdataFree ((store_client *)address); src/ESI.cc:2425:cbdataFree ((esiRemove *)address); src/ESI.cc:2775:cbdataFree ((esiAttempt

Re: Problem with origin server connections

2003-03-10 Thread Henrik Nordstrom
if any more requests should be sent to each origin server. It would be nice to use the new rproxy setup to do this, but it is not in the stable releases yet. On Mon, 2003-03-10 at 16:45, Henrik Nordstrom wrote: How are you making Squid distribute the requests on the backend servers

Re: about client connection

2003-03-11 Thread Henrik Nordstrom
On Tuesday 11 March 2003 11.05, atit_ldce wrote: how squid will handle client Connection squid is listening on port 3128 for client request. does it create another connection for client request or use 3128 for all clie nts HTTP uses a single TCP connection. See RFC2616. if it use 3128 for

Re: [PATCH]: Linux Transparent Proxy

2003-03-11 Thread Henrik Nordstrom
connections also means you must also deal with SYN flood protection manually which will not be an easy task if you only have the SYN packet to look at... (the client will regard the connection as ESTABLISHED if you answer with SYN+ACK). -- Henrik Nordstrom [EMAIL PROTECTED] MARA Systems AB

Re: Problem with origin server connections

2003-03-11 Thread Henrik Nordstrom
-- Henrik Nordstrom [EMAIL PROTECTED] MARA Systems AB

Re: Problem with origin server connections

2003-03-11 Thread Henrik Nordstrom
if restart helps, but not a reconfigure.. All connections forcibly closed? Which does not happen on a reconfigure.. very little besides rereading the configuration happens on a reconfigure. -- Henrik Nordstrom [EMAIL PROTECTED] MARA Systems AB

Re: about squid internals

2003-03-11 Thread Henrik Nordstrom
On Wednesday 12 March 2003 11.37, atit_ldce wrote: i find that peer selection is based on follwing algorithms peer_sa_none peer_sa_digest peer_sa_icp peer_sa_netdb what is priority of this alogorithms if all are enabled The order they are used in peerSelectFoo(). what is purpose of

Re: HEAD make dist fails

2003-03-12 Thread Henrik Nordstrom
. But why is it that we keep running into automake bugs all the time? The use of automake is supposed to cause less grief, not more.. Regards Henrik On Tuesday 11 March 2003 09.59, Robert Collins wrote: On Tue, 2003-03-11 at 19:46, Henrik Nordstrom wrote: config.status: executing default-1

Re: HEAD make dist fails

2003-03-12 Thread Henrik Nordstrom
On Thursday 13 March 2003 04.02, Adrian Chadd wrote: On Wed, Mar 12, 2003, Henrik Nordstrom wrote: Hmm.. maybe the comm abort logics is not as fool proof as I thought. Here did I put that patch for adding cbdata fences to comm.. probably lost. But on the other hand this looks like

Re: squid 3 config changes

2003-03-14 Thread Henrik Nordstrom
Detect and suggest seems most proper, or actually * write a small lint type tool for squid configurations which keeps knowledge about old directives and also common errors. * When encountering a syntax error in squid.conf, abort with a message to recommend using the lint tool to check and verify

Re: temporary destabilised head

2003-03-15 Thread Henrik Nordstrom
Robert Collins wrote: I've temporarily destabilised HEAD with my bug564 merge. I'm working on correcting that now, but can backout the change if needed. The primary reason for the change was to make clientStreams as it was originally specced - the thing being that it was coded with the

Re: Again waiting for anoncvs_squid's lock on nt-2_5 branch

2003-03-15 Thread Henrik Nordstrom
Should be fixed now. I have no idea why this happens all the time for your port directory, or why the SourceForge CVS server do not automatically recover. Regards Henrik Guido Serassio wrote: Hi, Again I can't cvsmerge the nt-2_5 branch. vs rtag: [01:23:15] waiting for anoncvs_squid's

Re: Re : Re: regarging squid code

2003-03-17 Thread Henrik Nordstrom
mån 2003-03-17 klockan 17.07 skrev atit_ldce: Mr. Henrik Nordstrom thanks for reply... can u explain in more detail the situation u mentioned for different value for udp_incoming_address and udp_outgoing_address? child cache - squid - parent cache with different networks to the child

Re: follow_xff patch for squid 2.5 branch

2003-03-18 Thread Henrik Nordstrom
Alan Barrett wrote: Shall I make a new CVS branch for this, say follow_xff-2_5 ? Or just publish a plain patch. Squid-2.5 is now fairly stable and so is follow_xff so there is not much to be gained from having a CVS branch for it.. Regards Henrik

Re: compile problem with IPv6 branch ??

2003-03-18 Thread Henrik Nordstrom
The ipv6 branch probably uses automake-1.5 autoconf-2.13 and updating it to support automake-1.7 and autoconf-2.50+ probably requires a little bit of work in configure.in and the Makefile.am files.. probably better to start with the slightly older versions of the same.. Regards Henrik

Re: follow_xff patch for squid 2.5 branch

2003-03-18 Thread Henrik Nordstrom
basis. Regards Henrik Henrik Nordstrom wrote: Alan Barrett wrote: Shall I make a new CVS branch for this, say follow_xff-2_5 ? Or just publish a plain patch. Squid-2.5 is now fairly stable and so is follow_xff so there is not much to be gained from having a CVS branch

RE: compile problem with IPv6 branch ??

2003-03-19 Thread Henrik Nordstrom
to extract and build the ipv6 code recently ?? Sorry about then length of the mail. Gavin Davenport -- Henrik Nordstrom [EMAIL PROTECTED] MARA Systems AB, Sweden

Re: Content size headers changed by squid?

2003-03-20 Thread Henrik Nordstrom
Jason Hihn wrote: These files are only a few Kbytes in size, so it can't be a memory thing. From what I can tell, it looks like squid is changing the content-length header. Squid does not change content-length headers, but it does enforce the length if you have set one. Some other proxies

Re: Persistent Server Connection?

2003-03-20 Thread Henrik Nordstrom
atit_ldce wrote: Hello, I have some confusion regarding Persistent Server Connection 1) how to enable persistent server connection It is enabled by default. 2) How persistent connection is useful... Makes browsing a lot faster as the TCP setup does not need to be repeated on each

Re: Client-server sockets?

2003-03-23 Thread Henrik Nordstrom
This is maintained by TCP. Squid is an application ontop of TCP. Source port: The port the client connected to. Must be defined by a http(s)_port in squid.conf. Destination port: The source port the client connected from. randomly selected by the client. Regards Henrik Daniel Draper wrote:

Re: Debugging xfree() (WAS: , in the URL)

2003-03-24 Thread Henrik Nordstrom
is that when you use -N stdout and stderr is still connected to the terminal, in all other aspects the process is identical to that of a child process when not using -N. -- Henrik Nordstrom [EMAIL PROTECTED] MARA Systems AB, Sweden

Re: tcp_outgoing_address

2003-03-24 Thread Henrik Nordstrom
issues that squid -developer has taken into consideration while deciding tag tcp_outgoing_address for allowing use of specific out going line for certain traffic.. is it documented online? if so can u tell me links? regards ===atit -- Henrik Nordstrom [EMAIL PROTECTED] MARA Systems AB

Re: ping_data struct

2003-03-24 Thread Henrik Nordstrom
me corret meaning for this? p_rtt == RTT to first_parent w_rtt == Weigthed RTT to closest weighted parent when the rtt is adjusted by the weight of the peer. Regards Henrik -- Henrik Nordstrom [EMAIL PROTECTED] MARA Systems AB, Sweden

Squid-2.5 ICAP client

2003-03-25 Thread Henrik Nordstrom
; /* while offset 0 body.size_left == 0 */ } else if (parser_return_code == 0) { I do not quite understand what this fragment is supposed to be doing. What is the relation on conn-me.sin_family here? Regards Henrik -- Henrik Nordstrom [EMAIL PROTECTED] MARA Systems AB, Sweden

Re: Squid-2.5 ICAP client

2003-03-26 Thread Henrik Nordstrom
elsewhere - I did not come across any such situation in my testing though. Also, if I can acheive the same thru some other means, please let me know.. But this works ;-) regards Geetha -- Henrik Nordstrom [EMAIL PROTECTED] MARA Systems AB, Sweden

Re: Re : Re: about peerPingTimeOut()

2003-04-03 Thread Henrik Nordstrom
thread to continue processing requests while an I/O operation is in progress, but this is as far as multithreading Squid currently goes. -- Henrik Nordstrom [EMAIL PROTECTED] MARA Systems AB, Sweden

Re: [squid-users] what happen if cache be full

2003-04-04 Thread Henrik Nordstrom
atit jariwala wrote: cache_swap_low and cache_swap_high tag will handle case when cache going to hit its maxinum size.. Here i am mentioning my understanding of this TAGs: if i am wrong please notify me.. i have cache_swap_low 90 % and cache_swap_high 95 % if my current cache size will

Re: HEAD snapshots broken?

2003-05-31 Thread Henrik Nordstrom
On Saturday 31 May 2003 11.00, Joe Cooper wrote: The last 3.0 HEAD snapshot is from 27-May-2003. Might be a problem there? Checking... x - extracting anthony-xpm.gif (binary) mkdir ../squid-3.0.DEVEL-20030531/contrib/nextstep make: don't know how to make crtpe_md5.h. Stop *** Error code 1

Re: Patch for correctly detecting fd_mask

2003-06-02 Thread Henrik Nordstrom
On Sunday 01 June 2003 08.11, Gerard Eviston wrote: The proper type for fd_mask may not be detected by configure if sys/select.h is not listed in SQUID_DEFAULT_INCLUDES. Can you please review the attached patch? Thanks. Applied. Regards Henrik

Re: format strings in deny_info?

2003-06-02 Thread Henrik Nordstrom
On Sunday 01 June 2003 14.29, Gerard Eviston wrote: deny_info allows format strings in urls when redirection is happening. This might be a silly question, but is this intended? The support for %s is intentional. See the deny_info documentation. What is not intentional is that other % codes

Re: format strings in deny_info?

2003-06-03 Thread Henrik Nordstrom
pages need to be escaped by rfc1738_escape(). Regards Henri -- Henrik Nordstrom [EMAIL PROTECTED] MARA Systems AB

Re: format strings in deny_info?

2003-06-04 Thread Henrik Nordstrom
. -- Henrik Nordstrom [EMAIL PROTECTED] MARA Systems AB

Re: CVS-iCAP 2.5 Branch

2003-06-04 Thread Henrik Nordstrom
ons 2003-06-04 klockan 12.48 skrev Christian Kunst: cvs [EMAIL PROTECTED]:/cvsroot/squid co -r icap-2_5 -kk -d squid-icap-2_5 squid3 The icap-2.5 branch is a Squid-2.5 branch and lives in the CVS module squid. The documentation only shows an example how to check out a Squid-3.X branch as all

Re: Squid Memory Leak

2003-06-12 Thread Henrik Nordstrom
tor 2003-06-12 klockan 07.49 skrev atit jariwala: I am running squid on redhat linux kernel 2.4+ I am attaching log file telling memory utilization by squid as well as squid memory leak information.[ this is generated by enabling XMALLOC_xxx option in squid makefile What shoule be the next

Re: Squid Development

2003-06-12 Thread Henrik Nordstrom
tor 2003-06-12 klockan 07.16 skrev [EMAIL PROTECTED]: Hi Guys, I work in an organisation who is using Squid in production for around 800 users. We are doing authentication using a mixture of Ident, LDAP (Novell eDirectory) and NTLM. I have had to modify squids acl.c to get all of this to

Re: important squid optimization parameter

2003-06-13 Thread Henrik Nordstrom
fre 2003-06-13 klockan 10.57 skrev atit jariwala: Hello Squid Developers, One Interesting and very Important optimization Parameters of squid 2.5 STABLE1 I was facing a continuous increase in memory used by squid. this is due to memory_pools off Then after i have made memory_pools on and

Re: SQUID authentication issues

2003-06-14 Thread Henrik Nordstrom
On Friday 13 June 2003 17.44, Leonard Els wrote: We have used SQUID since its very early releases here at the School of Computer Science, University of Natal, Pietermaritzbug, South Africa. However, of late it has become necessary to implement user access control and logging. The simple

Re: SQUID authentication issues

2003-06-14 Thread Henrik Nordstrom
On Saturday 14 June 2003 15.03, Henrik Nordstrom wrote: By using this method the user authorizes his IP address to use the proxy for a given period of time. To do this you implement a login form on some web server, and make the script which accepts logins from this form then inform Squid

Re: Squid FAQ

2003-06-15 Thread Henrik Nordstrom
On Sunday 15 June 2003 14.30, Serassio Guido wrote: I like to change the Windows related FAQ, how I can make this ? By sending your changes to [EMAIL PROTECTED], preferably as a diff to the linuxdoc SGML source but plain text is also fine. Regards Henrik

Re: Want to stop entries of error in access log

2003-06-16 Thread Henrik Nordstrom
On Monday 16 June 2003 08.06, atit jariwala wrote: Hello Squid Dev, Whenever squid encounters error during processing of client request,It makes entry in access log telling request which was not successfully handled by squid.I want squid to stop making these entries in access log. How to

Re: SQUID authentication issues

2003-06-17 Thread Henrik Nordstrom
On Tuesday 17 June 2003 09.59, Leonard Els wrote: I was thinking of squid serving the login form directly, and not thru a separate web server. Squid is not a web server. This job is better done by a web server who then gives the results back to Squid.. The web server may well run on the

Re: HEADSUP - gcc 3.3 snapshots

2003-06-18 Thread Henrik Nordstrom
On Wednesday 18 June 2003 14.49, Robert Collins wrote: gcc/g++ 3.3 snapshots seem to be producing nasty code - XFree86 for instance on debian has had various incorrect code generation problems. As the regression suite isn't catching them we may see more internal-dns style optimiser issues

GNUregex.c not happy about CFLAGS

2003-06-19 Thread Henrik Nordstrom
The new CFLAGS is makes GCC very upset about GNUregex.c. Regards Henrik

Re: GNUregex.c not happy about CFLAGS

2003-06-19 Thread Henrik Nordstrom
On Thursday 19 June 2003 23.22, Robert Collins wrote: Henrik Nordstrom wrote: The new CFLAGS is makes GCC very upset about GNUregex.c. Oh. I have to confess to never having linked in GNUregex.c... - Are there updates from upstream? Extremely likely. The GNU regex package

Re: of possible interest to ICAP developers

2003-06-23 Thread Henrik Nordstrom
On Mon, 23 Jun 2003, Geetha Manjunath wrote: Should we start tracking squid-ICAP specific bugs for this ?? Any suggestions? I am keeping notes on found issues and shortcomings on http://devel.squid-cache.org/icap/ BTW, how do you normally track bugs in squid? ... if any ;-) For official

Re: dropping headers in parse mode

2003-06-23 Thread Henrik Nordstrom
On Monday 23 June 2003 21.30, David Nicklay wrote: Agreed. That was only a quick and dirty hack for some well known backend servers (in reverse proxy mode with accel_single_host on). I would like to find a clean way of doing this, or alternatively for Squid to recognize what the

Squid-3 merge request

2003-06-25 Thread Henrik Nordstrom
Hi Robert, Is there any possibility to get a handful of new features merged into Squid-3.0? Candidates in my queue: - Collapsed forwarding http://devel.squid-cache.org/collapsed_forwarding/ This is a big benefit for high traffic accelerator setups - Custom log formats

Re: hi

2003-07-03 Thread Henrik Nordstrom
Please keep replies CC to the squid-dev list. You have now been given CVS permission. Regards Henrik Tor 2003-07-03 klockan 14.10 skrev Mauro Tortonesi: On Thu, 3 Jul 2003, Henrik Nordstrom wrote: Hi Mauro, and welcome to the squid-dev mailinglist. thank you ;-) To get easier

Problem with server side connections

2003-07-06 Thread Henrik Nordstrom
Hi, There obviously is a problem with the close of server-side connections, most visible on non-persistent connections. For some reason there is a long delay between comm_read detecting the close to this being signalled back. A debug trace of the event (time extended to msec): 2003/07/06

Re: direct/from cache traffic

2003-07-06 Thread Henrik Nordstrom
On Sunday 06 July 2003 15.09, [EMAIL PROTECTED] wrote: I want to make filters to make possible no limited transfer for data from cache and limited for data from Internet (that there aren't on cache). Applications cannot set the nfmark value, but they can set the ToS. Squid currently have no

Linking problem if optimization is disabled

2003-07-06 Thread Henrik Nordstrom
If optimization is disabled then Squid does not link proper comm.o: In function `AcceptFD::AcceptFD(void)': /home/henrik/SRC/squid/commit/src/comm.cc(.gnu.linkonce.t._._12DeferredRead+0x2e): undefined reference to `DeferredRead::operator delete(void *)' collect2: ld returned 1 exit status

Re: Linking problem if optimization is disabled

2003-07-06 Thread Henrik Nordstrom
On Sunday 06 July 2003 15.28, Henrik Nordstrom wrote: If optimization is disabled then Squid does not link proper comm.o: In function `AcceptFD::AcceptFD(void)': /home/henrik/SRC/squid/commit/src/comm.cc(.gnu.linkonce.t._._12Defe rredRead+0x2e): undefined reference to `DeferredRead::operator

Re: c++ operator support for debug()()

2003-07-06 Thread Henrik Nordstrom
On Sunday 06 July 2003 15.26, Robert Collins wrote: But, for quick reference: this is the update Debug.h guts below. I'd like to merge this into 3.0, as it's both minor and very useful. Full conversion can be done incrementally: this uses _db_print once the stream is finalised. I don't have

Re: Problem with server side connections

2003-07-06 Thread Henrik Nordstrom
On Sunday 06 July 2003 10.52, Henrik Nordstrom wrote: Hi, There obviously is a problem with the close of server-side connections, most visible on non-persistent connections. For some reason there is a long delay between comm_read detecting the close to this being signalled back. Found

HEAD leaks HttpStateData on every request

2003-07-06 Thread Henrik Nordstrom
Squid-3 leaks HttpStateData a lot, pretty much on every request in this simple test: while echo http://server.localdomain/; do :; done | ./tcp-banger2 where server.localdomain is a standard install of RedHat 9 Apache (returns the standard Apache welcome page as a 404 error). After a running

Re: Squid-3 merge request, status update

2003-07-06 Thread Henrik Nordstrom
On Wednesday 25 June 2003 23.54, Henrik Nordstrom wrote: - Collapsed forwarding Still pending. - Custom log formats Merged, but not refactored to C++. - ext_user acl type to match user name returned by external acl Merged, and refactored accordingly to fid the ACL scheme of Squid-3

Re: c++ operator support for debug()()

2003-07-07 Thread Henrik Nordstrom
mån 2003-07-07 klockan 14.43 skrev Robert Collins: Interestingly though, my testcases (in test-suite/debug.cc in the branch) use a trailing semicolon quite happily. GCC most of the time accepts null statements (bare ;). Not sure what the C/C++ standards say about null statements however, but I

  1   2   3   4   5   6   7   8   9   10   >