Re: [twsocket] THttpCli digest and basic authentication

2009-01-21 Thread Maurizio Lotauro
Scrive Tobias Rapp : > Maurizio Lotauro wrote: > > Sooner or later I must install (and use) a svn client :-) > > Any suggestion? > > When using Windows there is the great TortoiseSVN client > (http://tortoisesvn.tigris.org/) that integrates into the Windows > explorer. Thank you for the link.

Re: [twsocket] THttpCli digest and basic authentication

2009-01-21 Thread Maurizio Lotauro
Scrive Arno Garrels : > Maurizio Lotauro wrote: > > Scrive Arno Garrels : [...] > With digest you would have to parse the server challenge at this point, > and check whether it is syntactically correct and reset the nounce count > (nc) value/property to zero. For each subsequent Authorization he

Re: [twsocket] OverbyteIcsMimeUtils.pas - DoFileEncBase64

2009-01-21 Thread Piotr Dałek
Hello! > A reliable way to calculate More was > "More := Stream.Position < Stream.Size;" > > however that is slower since Stream.Size has to seek to the end of > the stream and the back to current position on each call of > DoFileEncBase64(). (Instead of Stream.Size we cou

Re: [twsocket] OverbyteIcsMimeUtils.pas - DoFileEncBase64

2009-01-21 Thread Arno Garrels
Piotr Dałek wrote: > Hello! > >> Piotr Dałek wrote: >>> Hello! >>> A reliable way to calculate More was "More := Stream.Position < Stream.Size;" however that is slower since Stream.Size has to seek to the end of the stream and the back to current position on each call of

Re: [twsocket] OverbyteIcsMimeUtils.pas - DoFileEncBase64

2009-01-21 Thread Piotr Dałek
Hello! > Piotr Dałek wrote: >> Hello! >> >>> A reliable way to calculate More was >>> "More := Stream.Position < Stream.Size;" >>> >>> however that is slower since Stream.Size has to seek to the end of >>> the stream and the back to current position on each call of >>> DoFileEncBase64(). (Instea

[twsocket] ICS v7 uninstallable under BCB2007!

2009-01-21 Thread Fastream Technologies
Hello, In the new charset unit, typedef _CPINFOEXA *PCPInfoExA; E2227 needs a comma! Package installs fine, but project containing components such as THTtpserver and THttpcli does not compile. Best Regards, SZ -- To unsubscribe or change your settings for TWSocket mailing list please goto http

[twsocket] Bug in THttpCli--No OnRequestdone called after 304

2009-01-21 Thread Fastream Technologies
Hello, The issue occurs with headers as "Content-Length: 0" and status=304. Example site: http://www.cypressintegrated.com:8383 Please help! Cannot test pascal code from inside my BCB2007 project!! SZ -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.

Re: [twsocket] breakpoint in NTDll

2009-01-21 Thread S.Korotky
Hi, Wilfried, If my guess is correct and I'm not mistaken the issue is not specific to TWSocket, but to the way how Borland and MS live together. I've stumbled upon it several years ago in an application without ICS components (WinXP + BCB5). I don't remember exactly what solution was applied th

Re: [twsocket] breakpoint in NTDll

2009-01-21 Thread Hoby Smith
> Wilfried said... > NTdll.DBGBreakPoint > int 3 > ret What OS and version? I can't remember exactly what version it was, but I seem to recall that, quite some time ago, MS accidentally released a WinSock (or some related DLL) build into production that still had a hard break in it from o

Re: [twsocket] OverbyteIcsMimeUtils.pas - DoFileEncBase64

2009-01-21 Thread Arno Garrels
Piotr Dałek wrote: > Hello! > >> A reliable way to calculate More was >> "More := Stream.Position < Stream.Size;" >> >> however that is slower since Stream.Size has to seek to the end of >> the stream and the back to current position on each call of >> DoFileEncBase64(). (Instead of Stream.Size w

Re: [twsocket] OverbyteIcsMimeUtils.pas - DoFileEncBase64

2009-01-21 Thread Piotr Dałek
Hello! > A reliable way to calculate More was > "More := Stream.Position < Stream.Size;" > > however that is slower since Stream.Size has to seek to the end of the > stream and the back to current position on each call of DoFileEncBase64(). > (Instead of Stream.Size we could also check against f

[twsocket] A place to vote for ICS and Midware

2009-01-21 Thread Francois PIETTE
http://www.surveymonkey.com/s.aspx?sm=GBvpD4z7nfeovw53WM5_2bYw_3d_3d -- francois.pie...@overbyte.be The author of the freeware multi-tier middleware MidWare The author of the freeware Internet Component Suite (ICS) http://www.overbyte.be -- To unsubscribe or change your settings for TWSocket mai

Re: [twsocket] THttpCli digest and basic authentication

2009-01-21 Thread Arno Garrels
Maurizio Lotauro wrote: > Scrive Arno Garrels : > >> Maurizio Lotauro wrote: >>> Scrive Arno Garrels : >>> Maurizio Lotauro wrote: > > [...] > >>> But if you have time give a look in the code, particularly to >>> HttpAuthNTLM to get an idea how implement the Digest authentication >>> class

[twsocket] breakpoint in NTDll

2009-01-21 Thread Wilfried Mestdagh
Hello, I run a certain application using TWSocket, and when I run it in the debugger, then every time when a re Connect is happening (if no server available) the debugger stops at a hardcoded break: NTdll.DBGBreakPoint int 3 ret any idea how this can happen ? -- Rgds, Wilfried http://w

[twsocket] From Fastream and Dod to List: ICS Server/client TCP proxy failing to obeying Windows log off

2009-01-21 Thread Fastream Technologies
Hello, My code at http://www.fastream.net/alpha/SecureTunnelClient.zip -according to Dod- causes problems when run for days on Gmail when windows tried to log off. I have no clue what is wrong as it does not occur on my Win Vista x64. The only special thing about the code is the tray icon but that

Re: [twsocket] THttpCli digest and basic authentication

2009-01-21 Thread Tobias Rapp
Maurizio Lotauro wrote: > Sooner or later I must install (and use) a svn client :-) > Any suggestion? When using Windows there is the great TortoiseSVN client (http://tortoisesvn.tigris.org/) that integrates into the Windows explorer. Have not found a better tool in the last years - and I really m