loper List.
Enviadas: Domingo, 16 de Maio de 2010 3:45:33
Assunto: Re: Res: Res: [Harbour] tipclientsmtp problem with MT
Fernando, I told you to remove the password :-)
From your first message:
20100514-10:05:23 :INETSENDALL( , 25, HELO
)
>> 25 <<
From today message:
201005
Fernando, I told you to remove the password :-)
>From your first message:
20100514-10:05:23 :INETSENDALL( , 25, HELO
)
>> 25 <<
>From today message:
20100515-21:31:32 :INETSENDALL( , 35, EHLO
fjsiste...@fjsistemas.com.br<
cr> )
>> 35 <<
Since EHLO command is sent only from
3 <<
20100515-21:32:56 :INETRECVLINE( , , 512 )
>> 501 5.5.2 Cannot Decode response a10sm2975935anj.9 <<
20100515-21:32:56 :INETERRORCODE( )
>> 0 <<
20100515-21:32:56 :INETSENDALL( , 5, . )
>> 5 <<
20100515-21:32:56 :INETRECVLINE( , , 512 )
Hi Przemek,
>> It's possible (and should fixed, just not by my eyes), but
>> my suspect in this case is an MT requirement of OpenSSL, which
>> isn't satisfied in hbssl.
>
> Yes, but it's important only for concurrent access.
> It does not change anything when only single thread
> access SSL cod
I will install openssl tomorrow and I will have a look. Anyway, also
your "ok" logs don't show that the message is really sent... Can you
please:
1) insert in gmail.prg valid username/password, compile and run it in
both ST and MT mode
2) delete username and password from gmail.prg and logs and sen
.
Enviadas: Sábado, 15 de Maio de 2010 20:09:34
Assunto: Re: Res: Res: [Harbour] tipclientsmtp problem with MT
I don't have openssl installed... is it just ok to install it and
point to it and rebuild harbour ?
@Fernando:
I did try to analyze your logs... are they complete or are some lines mi
I don't have openssl installed... is it just ok to install it and
point to it and rebuild harbour ?
@Fernando:
I did try to analyze your logs... are they complete or are some lines missing ?
If I telnet to port 465 I receive no data from the server... I also
checked with a tcpdump... so it's stra
erpak
Para: Harbour Project Main Developer List.
Enviadas: Sábado, 15 de Maio de 2010 17:21:57
Assunto: Re: Res: Res: [Harbour] tipclientsmtp problem with MT
On Sat, 15 May 2010, Szak�ts Viktor wrote:
Hi,
> It's possible (and should fixed, just not by my eyes), but
> my suspect in th
On Sat, 15 May 2010, Szak�ts Viktor wrote:
Hi,
> It's possible (and should fixed, just not by my eyes), but
> my suspect in this case is an MT requirement of OpenSSL, which
> isn't satisfied in hbssl.
Yes, but it's important only for concurrent access.
It does not change anything when only sin
>> E:\harbour_cvs\contrib\hbtip\tests>hbmk2 gmail.prg hbtipssl.hbc
>> hbmk2: Processando script local: hbmk.hbm
>> hbmk2: Processando arquivo de configuração: e:\harbour_gcc\bin\hbmk.cfg
>> hbmk2: Processando: hbtipssl.hbc
>>
>> E:\harbour_cvs\contrib\hbtip\tests>gmail
>>
>> .T.
>>
>>
>>
>> E:
On Sat, 15 May 2010, Fernando Athayde wrote:
> bur Przemek look this:
[...]
Don't you understand the results are in practice random due to
uninitialized memory?
You have .T. for ST and .F. for MT. I have .T. for both modes.
Someone else can have .F. for ST and .T. for MT. It doesn't
change anythin
eferencing
> symbols
> from auto-imported DLLs.
>
> E:\harbour_cvs\contrib\hbtip\tests>gmail
>
> .F.
>
> Best Regards,
> Fernando Athayde
>
> De: Przemysław Czerpak
> Para: Harbour Project Main Developer List.
> Enviadas: Sábado, 15 de Maio de 2010 16:39:27
>
Fernando Athayde wrote:
>
>
> E:\harbour_cvs\contrib\hbtip\tests>hbmk2 gmail.prg hbtipssl.hbc
> hbmk2: Processando script local: hbmk.hbm
> hbmk2: Processando arquivo de configuração: e:\harbour_gcc\bin\hbmk.cfg
> hbmk2: Processando: hbtipssl.hbc
>
> E:\harbour_cvs\contrib\hbtip\tests>gmail
>
structures referencing symbols
from auto-imported DLLs.
E:\harbour_cvs\contrib\hbtip\tests>gmail
.F.
Best Regards,
Fernando Athayde
De: Przemysław Czerpak
Para: Harbour Project Main Developer List.
Enviadas: Sábado, 15 de Maio de 2010 16:39:27
Assunto:
Hi,
>> Przemek, i was think, may be problem is the multithread support of openssl
>> dll´s
>> i was trying build openssl, but without success
>
> If non HVM thread tries to access HVM, i.e. to execute some .prg code
> then it simply GPF so I do not think it's the source o your problem.
>
>> but
On Sat, 15 May 2010, Fernando Athayde wrote:
Hi,
> Przemek, i was think, may be problem is the multithread support of openssl
> dll´s
> i was trying build openssl, but without success
If non HVM thread tries to access HVM, i.e. to execute some .prg code
then it simply GPF so I do not think it's
Przemek, i was think, may be problem is the multithread support of openssl dll´s
i was trying build openssl, but without success
but if you test gmail.prg with -MT you´ll see the problem
Regards
Fernando Athayde
De: Przemysław Czerpak
Para: Harbour Project Mai
gards
Fernando
De: Viktor Szakáts
Para: Harbour Project Main Developer List.
Enviadas: Sábado, 15 de Maio de 2010 11:35:03
Assunto: Re: Res: Res: Res: [Harbour] tipclientsmtp problem with MT
> http://www.openssl.org/docs/crypto/threads.html
> in a sear
> http://www.openssl.org/docs/crypto/threads.html
> in a search into dll (ssleay32 and libeay32) found threads
>
> you try build example gmail.prg with -mt?
No. Please. I cannot solve every possible problem.
Viktor
___
Harbour mailing list (attachment
de 2010 10:15:39
Assunto: Re: Res: Res: [Harbour] tipclientsmtp problem with MT
> sorry
> i was search about ssl, openssl uses thread
> i think that this may confuse MT in harbour
It's possible, if you find anything more in this
regard, pls tell us abo
> sorry
> i was search about ssl, openssl uses thread
> i think that this may confuse MT in harbour
It's possible, if you find anything more in this
regard, pls tell us about it.
Viktor
___
Harbour mailing list (attachment size limit: 40KB)
Harbour@ha
sorry
i was search about ssl, openssl uses thread
i think that this may confuse MT in harbour
Regards
Fernando
De: Viktor Szakáts
Para: Harbour Project Main Developer List.
Enviadas: Sábado, 15 de Maio de 2010 9:10:01
Assunto: Re: Res: [Harbour] tipclientsmtp
22 matches
Mail list logo