Bogus 407 (reminder)

2009-07-17 Thread Diego Woitasen
Hi, I reported this some months ago and it is still there :) http://www.squid-cache.org/bugs/show_bug.cgi?id=2453 regards, Diego -- Diego Woitasen XTECH

Re: [PATCH] Send 407 on url_rewrite_access/storeurl_access

2008-09-07 Thread Diego Woitasen
http://www.squid-cache.org/bugs/show_bug.cgi?id=2455 On Sun, Sep 07, 2008 at 09:28:30AM +0800, Adrian Chadd wrote: It looks fine; could you dump it into bugzilla for the time being? (We're working on the Squid-2 - bzr merge stuff at the moment!) Adrian 2008/9/7 Diego Woitasen [EMAIL

[PATCH] Send 407 on url_rewrite_access/storeurl_access

2008-09-06 Thread Diego Woitasen
This patch apply to Squid 2.7.STABLE4. If we use a proxy_auth acl on {storeurl,url_rewrite}_access and the user isn't authenticated previously, send 407. regards, Diego diff --git a/src/client_side.c b/src/client_side.c index 23c4274..4f75ea0 100644 --- a/src/client_side.c +++

Using cached headers in ACLs

2008-09-03 Thread Diego Woitasen
cached headers. For example, if the cached headers for some URL contains Content-Type: video/flv I serve that object from cache. Is there any contraindication if I use cached headers in that way? Regards, Diego -- --- Diego

Re: Introducing myself

2008-09-02 Thread Diego Woitasen
we can do it using cached headers. I'm working on it right nigh, will post results in a few days. regards, Diego -- Diego Woitasen XTECH - Soluciones Linux para empresas (54) 011 5219-0678

Introducing myself

2008-08-30 Thread Diego Woitasen
, refresh_pattern should use acl to be more flexible, but this required major surgery I think. regards, Diego -- Diego Woitasen XTECH - Soluciones Linux para empresas (54) 011 5219-0678

[PATCH] Fix stripping NT domain in squid_ldap_group

2008-03-15 Thread Diego Woitasen
Hi, This patch fix a problem with nt domain stripping in squid_ldap_group. I tried with 2.6.18 with this patch and it doesn't strip the domain correctly. regards, Diego -- -- Diego Woitasen XTECH - www.xtech.com.ar diff -Nur squid

little error in cache.data.pre

2005-03-14 Thread Diego Woitasen
Here is the patch :) diff -Nur squid-2.5.STABLE9/src/cf.data.pre squid-2.5.STABLE9-expire/src/cf.data.pre --- squid-2.5.STABLE9/src/cf.data.pre 2005-02-22 21:06:34.0 -0300 +++ squid-2.5.STABLE9-expire/src/cf.data.pre2005-03-15 00:43:53.131302928 -0300 @@ -1698,7 +1698,7 @@

Re: [squid-users] squid_ldap_group with SASL and GSSAPI support

2004-10-21 Thread Diego Woitasen
I have read the code and it make sense. I will do it the next week. El jue, 21-10-2004 a las 04:21, Henrik Nordstrom escribió: On Wed, 20 Oct 2004, Diego Woitasen wrote: This patch add support for SASL GSSAPI to squid_ldap_group, feature required if you want check group membership from

squid_ldap_group with SASL and GSSAPI support

2004-10-20 Thread Diego Woitasen
This patch add support for SASL GSSAPI to squid_ldap_group, feature required if you want check group membership from a W2003 Active Directory or openldap with kerberos authentication. Patch created from squid 2.5-STABLE7. To Compile with GSSAPI support: cd helpers/external_acl/ldap_group make

Re: ACL: request max body size

2004-02-15 Thread Diego Woitasen (Lanux)
Nordstrom wrote: On Thu, 12 Feb 2004, Diego Woitasen (Lanux) wrote: Sorry, but... Is my patch OK? Almost. To be consistent with the other max_... acls (maxconn, max_user_ip) the condition should be inversed, matching unless above the maximum. Also there is the small issue about Squid

Re: ACL: request max body size

2004-02-12 Thread Diego Woitasen (Lanux)
request_body_max_size should obviously be depreated in favor of the acl approach. Regards Henrik -- Diego Woitasen LANUX

patch: new ACL type

2004-02-08 Thread Diego Woitasen (Lanux)
This patch add a new ACL type: max_body_size. This will be matched when the client's HTTP request body is greater than X bytes. Example: acl users max_body_size 10 Comments and suggestions are welcome... diff -Nur squid-2.5.STABLE4-20040208/src/acl.c

Sattelite Connections

2004-02-06 Thread Diego Woitasen (Lanux)
with a parent-sibling relatioship? Thanks?! -- Diego Woitasen LANUX

DEFAULT and DEFAULT_IF_NONE

2003-12-05 Thread Diego Woitasen (Lanux)
In cf.data.pre, what's the difference between DEFAULT and DEFAULT_IF_NONE?

Support for bogus clients (again)

2003-09-11 Thread Diego Woitasen (Lanux)
This is the patch (indent 1.9.1) and apply to squid-2.5 CVS. Changes: -support for bogus clients in authentication, forcing the use of some scheme for some clients with acls. -authenticateAuthSchemeConfigure() renamed to

Re: Patch for bogus clients en authentication

2003-09-07 Thread Diego Woitasen (Lanux)
On Sat, Sep 06, 2003 at 07:38:00AM +1000, Robert Collins wrote: On Sat, 2003-09-06 at 01:18, Diego Woitasen wrote: This patch add 3 switch to acl proxy_auth to force a authentication scheme to bogus clients, like IE and Messenger (see squid.conf help). Please somebody can check

Re: Authentication

2003-08-14 Thread Diego Woitasen
ok, i 'm reading the code now, it's some confusing in principle but I going to try to do it. I will inform any news... El dom, 10 de 08 de 2003 a las 04:30, Robert Collins escribi: On Sun, 2003-08-10 at 17:15, Henrik Nordstrom wrote: What whould be a great idea to work on is the ability to

Authentication

2003-08-11 Thread Diego Woitasen
REQUIRED acl msn browser -i messenger acl ie browser -i explorer http_access allow msn pass1 http_access allow ie pass2 This is because (in this example) msn is not working with ntlm auth and i need that msn auth. against a basic authentication. I want to hear comments about this... -- Diego