Re: [PATCH] certificate_db/ssl_crtd fixes

2012-11-07 Thread Amos Jeffries
On 8/11/2012 6:25 a.m., Tsantilas Christos wrote: certificate_db/ssl_crtd fixes - Try to update the index file in all cases the database modified - The find operator in database should not modify the database. Currently if an entry is expired, ssl_crtd removes the cert file but does not update

Re: Build failed in Jenkins: 3.HEAD-amd64-FreeBSD-9.0-clang #28

2012-11-07 Thread Amos Jeffries
On 08.11.2012 06:36, Tsantilas Christos wrote: The "certificate_db/ssl_crtd fixes" patch I posted should fix these errors. But we may have still problems in other cases too. I did not find any way to check using gcc. You can create yourself a login at http://build.squid-cache.org/ and let me

Re: Build failed in Jenkins: 3.HEAD-amd64-FreeBSD-9.0-clang #28

2012-11-07 Thread Alex Rousskov
On 11/07/2012 10:36 AM, Tsantilas Christos wrote: > The "certificate_db/ssl_crtd fixes" patch I posted should fix these errors. > > But we may have still problems in other cases too. I did not find any > way to check using gcc. > > Also assume that we are storing the value from a function: >r

Re: confusing warnings

2012-11-07 Thread Amos Jeffries
On 11/7/2012 5:40 PM, Christian wrote: what's wrong with this: #acl manager proto cache_object #acl localhost src 127.0.0.1/32 ::1 acl localhost src 127.0.0.1/32 #acl to_localhost dst 127.0.0.0/8 0.0.0.0/32 ::1 acl to_localhost dst 127.0.0.0/8 0.0.0.0/32 Whats wrong is that: * you have removed

Build failed in Jenkins: 3.HEAD-amd64-FreeBSD-7.2 #1633

2012-11-07 Thread noc
See Changes: [Christos Tsantilas] Fix broken ssl_crtd helper interface With the patch r12422 which added support for OK/ERR/BH helper response codes, the ssl_crtd interface become broken. The ConnStateData::sslCrtdHandleRe

Re: Build failed in Jenkins: 3.HEAD-amd64-FreeBSD-9.0-clang #28

2012-11-07 Thread Tsantilas Christos
The "certificate_db/ssl_crtd fixes" patch I posted should fix these errors. But we may have still problems in other cases too. I did not find any way to check using gcc. Also assume that we are storing the value from a function: ret = afunc(); If we did not use the "ret" value, will result to

[PATCH] certificate_db/ssl_crtd fixes

2012-11-07 Thread Tsantilas Christos
certificate_db/ssl_crtd fixes - Try to update the index file in all cases the database modified - The find operator in database should not modify the database. Currently if an entry is expired, ssl_crtd removes the cert file but does not update the index file. - Use OPENSSL_malloc and OPENSSL_fr

Re: confusing warnings

2012-11-07 Thread Eliezer Croitoru
On 11/7/2012 5:40 PM, Christian wrote: what's wrong with this: #acl manager proto cache_object #acl localhost src 127.0.0.1/32 ::1 acl localhost src 127.0.0.1/32 #acl to_localhost dst 127.0.0.0/8 0.0.0.0/32 ::1 acl to_localhost dst 127.0.0.0/8 0.0.0.0/32 you do understand that there is not such

confusing warnings

2012-11-07 Thread Christian
Hi, using squid 3.2.3 on a SLES_11 SP2 and see those entries in log on startup. Nov 7 15:33:25 sit-gate squid: WARNING: (B) '127.0.0.1' is a subnetwork of (A) '127.0.0.1' Nov 7 15:33:25 sit-gate squid: WARNING: because of this '127.0.0.1' is ignored to keep splay tree searching predictable Nov

Re: Squid 3.3 has been branched

2012-11-07 Thread Amos Jeffries
On 7/11/2012 11:26 p.m., Tsantilas Christos wrote: On 10/06/2012 08:51 AM, Amos Jeffries wrote: I am happy to report the 3.HEAD (trunk) code has now been branched to create squid-3.3 series. Which bzr repository should we use for squid-3.3 branch? I can not find any at launchpad or at main squi

Re: Squid 3.3 has been branched

2012-11-07 Thread Kinkie
Hi, rw: bzr+ssh://bzr.squid-cache.org/bzr/squid3/3.3 or ro: http://bzr.squid-cache.org/bzr/squid3/3.3 Francesco On Wed, Nov 7, 2012 at 11:26 AM, Tsantilas Christos wrote: > On 10/06/2012 08:51 AM, Amos Jeffries wrote: >> I am happy to report the 3.HEAD (trunk) code has now been branched to >

Re: Squid 3.3 has been branched

2012-11-07 Thread Tsantilas Christos
On 10/06/2012 08:51 AM, Amos Jeffries wrote: > I am happy to report the 3.HEAD (trunk) code has now been branched to > create squid-3.3 series. Which bzr repository should we use for squid-3.3 branch? I can not find any at launchpad or at main squid repository > > The version number is 3.3.

Build failed in Jenkins: 3.HEAD-amd64-FreeBSD-7.2 #1632

2012-11-07 Thread noc
See Changes: [Amos Jeffries] Polish: improve const correctness on Squid vector<> implementation This update allows == and != operators to be used with const_iterator and removes the need for many implicit conversions safel

Re: Version page

2012-11-07 Thread Amos Jeffries
On 7/11/2012 10:21 p.m., Christian wrote: Hi, http://www.squid-cache.org/Versions/ need an update :) latest version of 3.1 was 3.1.21 not 3.1.20 Cheers Thank you. It is now fixed. Amos

Version page

2012-11-07 Thread Christian
Hi, http://www.squid-cache.org/Versions/ need an update :) latest version of 3.1 was 3.1.21 not 3.1.20 Cheers -- Christian - Please do not 'CC' me on list mails. Just reply to the list :) ---

Jenkins build is back to normal : 3.1-matrix ยป obsd-49-x86 #150

2012-11-07 Thread noc
See