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
I MUST LEARN TO NOT POST MY PASSWORD IN PUBLIC LISTS, EVEN IF IN BASE64!
I MUST LEARN TO NOT POST MY PASSWORD IN PUBLIC LISTS, EVEN IF IN BASE64!
I MUST LEARN TO NOT POST MY PASSWORD IN PUBLIC LISTS, EVEN IF IN BASE64!
JUSI KIDDING, I MUST CHANGE IT ASAP
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 )
i think this QUIT is why inetrecvline returns NIL
IF ! oInMail:Open( NIL, lAuthTLS ) // here
oInmail:Close()
RETURN .F.
ENDIF
Regards
Fernando Athayde
De: francesco perillo
Para: Harbour Project Main Developer List.
Enviadas: Sá
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
Main Developer List.
Enviadas: Sábado, 15 de Maio de 2010 14:51:44
Assunto: Re: Res: [Harbour] tipclientsmtp problem with MT
On Sat, 15 May 2010, Fernando Athayde wrote:
Hi,
> i try your suggestion port 587 now on 2 examples not runs return .F.
> strange with port 465 runs fine without M
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
On Sat, 15 May 2010, Fernando Athayde wrote:
Hi,
> i try your suggestion port 587 now on 2 examples not runs return .F.
> strange with port 465 runs fine without MT, but with MT dont´t run well
> i think there is a problem with kernel mt of harbour
I do not think so.
best regards,
Przemek
_
> 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
] tipclientsmtp problem with MT
Fernando,
We've received your report now about 8 times!
Viktor
On 2010 May 15, at 14:06, Fernando Athayde wrote:
> but the test gmail.prg in contrib
> runs perfectly without MT returns .T. very faster
> but with MT returns .F. very slower
>
> log smtp with
Fernando,
We've received your report now about 8 times!
Viktor
On 2010 May 15, at 14:06, Fernando Athayde wrote:
> but the test gmail.prg in contrib
> runs perfectly without MT returns .T. very faster
> but with MT returns .F. very slower
>
> log smtp with error
> 20100514-09:29:31 :INETCONNE
but the test gmail.prg in contrib
runs perfectly without MT returns .T. very faster
but with MT returns .F. very slower
log smtp with error
20100514-09:29:31 :INETCONNECT(
smtp.gmail.com, 465 )
>> <<
20100514-09:29:31 :INETERRORCODE( )
>> 0 <<
20100514-09:29:41 :INETRECVLINE(
, ,
i try your suggestion port 587 now on 2 examples not runs return .F.
strange with port 465 runs fine without MT, but with MT dont´t run well
i think there is a problem with kernel mt of harbour
Regards
Fernando Athayde
De: francesco perillo
Para: Harbour Proje
is my questions comming at this list group?
Best Regards,
Fernando Athayde
De: Fernando Athayde
Para: harbour@harbour-project.org
Enviadas: Sexta-feira, 14 de Maio de 2010 21:59:20
Assunto: [Harbour] tipclientsmtp problem with MT
sorry for send many emails,
29 matches
Mail list logo