Re: [twsocket] Hash algorithm

2007-04-22 Thread Francois Piette
> if I remember correctly ICS has a hash algorithm (MD5?) built > in somewhere. Am I right on this? Yes. MD4, MD5 and SHA1. > And if, which one and in what unit? IcsMD4, IcsMD5 and IcsSHA1 all in vc32 folder. > Is it already included in V5.2x? In V5 and V6. > I might want to use it and I'd

[twsocket] Hash algorithm

2007-04-22 Thread Markus Humm
Hello, if I remember correctly ICS has a hash algorithm (MD5?) built in somewhere. Am I right on this? And if, which one and in what unit? Is it already included in V5.2x? I might want to use it and I'd be willing to spend some minutes to ducument this feature in the wiki (maybe as separate entr

Re: [twsocket] 501CannotRETR.Error-SocketwithicsFtpServ(V6forDelphi7)

2007-04-22 Thread Francois PIETTE
however the server obviously didn't call Data.ShutDown(1) for some reason? One reason you could no see the shutdown packet is that the receiver stopped to receive data and the TCP window is full. How would that be logged? I've nothing noted like that. See attached LanWatch screendump. It s

Re: [twsocket] Httpcli cookie

2007-04-22 Thread DZ-Jay
On Apr 21, 2007, at 05:47, Frans van Daalen wrote: > Yes, deriving would be an option, did not think about that one. But > just > recently I came across some weird and wonderful websites that did > non-standard thinks to the cookie, so far for bad excuses :-) What sort of non-standard things?

Re: [twsocket] httpcli v6 "bad request"

2007-04-22 Thread Francois PIETTE
> Or we simply make property LastResponse writeable which > won't even require a change of event OnHeaderData. Much better since it would probably not break anything. -- Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EMAIL PROTECTED] http://www.overbyte.be - Or

[twsocket] [OFF TOPIC] CodeGear is looking for C++Builder field testers

2007-04-22 Thread Francois PIETTE
Since some of ICS users are using C++Builder, I think this could be interesting for them: http://www.stevetrefethen.com/blog/CodeGearIsLookingForCBuilderFieldTesters.aspx In the past, some /active/ field testers have received the full product for free when field test is finished. Please do not

Re: [twsocket] httpcli v6 "bad request"

2007-04-22 Thread Arno Garrels
The easiest workaround is to trigger event OnHeaderData in GetHeaderLineNext right before FLastResponse is added to FRcvdHeader. OnHeaderData could get a new var parameter, that is filled with FLastResponse. Or we simply make property LastResponse writeable which won't even require a change of eve