[twsocket] Need help with TServiceApplication

2006-09-06 Thread Fastream Technologies
Hello, When IQRP service (a SYSTEM service) start type is set to auto, Windows in Safe mode login screen crashes. It does not let the user to log in! Simply reboots! This is both on my computer and customer computer 2500 km away in Sweden. Any idea? Is this a Windows bug? When I set the

Re: [twsocket] Need help with TServiceApplication

2006-09-06 Thread Francois Piette
When IQRP service (a SYSTEM service) start type is set to auto, Windows in Safe mode login screen crashes. It does not let the user to log in! Simply reboots! This is both on my computer and customer computer 2500 km away in Sweden. Any idea? Is this a Windows bug? When I set the startup type

Re: [twsocket] SMTPClient

2006-09-06 Thread Francois PIETTE
You already asked your question one week ago. Did you see my answer ? Here it is again: produces SMTP component not ready. Can you help me? As another message already said, you are trying to use an asynchronous (non-blocking) component as a synchronous component. Either revise you way

Re: [twsocket] About HTTP client V6 changes to support .NET

2006-09-06 Thread Angus Robertson - Magenta Systems Ltd
As to the support, email lists are much preferred here, as they just work, so you don't have to go downloading the latest news etc, or crawling a web-forum. I would just ignore a web forum, totally hopeless. But I would prefer an NNTP news server, it would need to be authenticated to

[twsocket] Webserv demo authentication

2006-09-06 Thread Arno Garrels
Hello, Why does none of the authentication methods work against IE 6 XP SP2? This is driving me nuts since 1 hour :-O Any idea what's going on? I tried locally and remotely. Everyting is fine if I use IE6 W2k as well as Netscape 8.0.4. --- Arno Garrels [TeamICS]

Re: [twsocket] Webserv demo authentication

2006-09-06 Thread Arno Garrels
Arno Garrels wrote: Hello, Why does none of the authentication methods work against IE 6 XP SP2? To be more specific: The logon dialog is not coming up. The Ethereal dump can be grabbed here: http://www.duodata.de/misc/dump.pcap ~2KB This is driving me nuts since 1 hour :-O Any idea

Re: [twsocket] Webserv demo authentication

2006-09-06 Thread Arno Garrels
Fastream Technologies wrote: If the log was Basic or Digest, I could help but I have no idea how NTLM works... :( Anything fails Basic, Digest, and NTLM. Best Regards, SZ - Original Message - From: Arno Garrels [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org

Re: [twsocket] Webserv demo authentication

2006-09-06 Thread Maurizio Lotauro
Scrive Arno Garrels [EMAIL PROTECTED]: Arno Garrels wrote: Hello, Why does none of the authentication methods work against IE 6 XP SP2? To be more specific: The logon dialog is not coming up. The Ethereal dump can be grabbed here: http://www.duodata.de/misc/dump.pcap ~2KB It is

Re: [twsocket] Webserv demo authentication

2006-09-06 Thread Fastream Technologies
This is the bug: WWW-Authenticate: Basic Realm=DemoBasicAuthContent-Type: text/html There is no \r\n before content type. Also we use quotes in Realm names. Regards, Sz - Original Message - From: Arno Garrels [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent:

Re: [twsocket] Webserv demo authentication

2006-09-06 Thread Maurizio Lotauro
Scrive Arno Garrels [EMAIL PROTECTED]: http://www.duodata.de/misc/dumpBasic.pcap http://www.duodata.de/misc/dumpDigest.pcap http://www.duodata.de/misc/dumpNtlm.pcap Why in the basic the Content-Type is not in a line alone? By, Maurizio.

Re: [twsocket] Webserv demo authentication

2006-09-06 Thread Arno Garrels
Maurizio Lotauro wrote: Scrive Arno Garrels [EMAIL PROTECTED]: Arno Garrels wrote: Hello, Why does none of the authentication methods work against IE 6 XP SP2? To be more specific: The logon dialog is not coming up. The Ethereal dump can be grabbed here:

Re: [twsocket] Webserv demo authentication

2006-09-06 Thread Maurizio Lotauro
Scrive Arno Garrels [EMAIL PROTECTED]: [...] When was added this authentication scheme to the server component? I'm working on that (virtually finished) sponsored by Fastream Technologies. How do you authenticate the user in that case? Bye, Maurizio.

Re: [twsocket] Webserv demo authentication

2006-09-06 Thread Arno Garrels
Indeed, however I haven't touched that stuff at all, anyway no change: http://www.duodata.de/misc/dumpBasic2.pcap Fastream Technologies wrote: This is the bug: WWW-Authenticate: Basic Realm=DemoBasicAuthContent-Type: text/html There is no \r\n before content type. Also we use quotes in

Re: [twsocket] Webserv demo authentication

2006-09-06 Thread Arno Garrels
Maurizio Lotauro wrote: Scrive Arno Garrels [EMAIL PROTECTED]: [...] When was added this authentication scheme to the server component? I'm working on that (virtually finished) sponsored by Fastream Technologies. How do you authenticate the user in that case? SSPI Bye,

Re: [twsocket] Webserv demo authentication

2006-09-06 Thread Fastream Technologies
As I wrote earlier, use quotes in Realm: Realm=MyRealm Regards, SZ - Original Message - From: Arno Garrels [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Wednesday, September 06, 2006 9:00 PM Subject: Re: [twsocket] Webserv demo authentication : Indeed, however

Re: [twsocket] Webserv demo authentication

2006-09-06 Thread Maurizio Lotauro
Scrive Arno Garrels [EMAIL PROTECTED]: Maurizio Lotauro wrote: Scrive Arno Garrels [EMAIL PROTECTED]: [...] When was added this authentication scheme to the server component? I'm working on that (virtually finished) sponsored by Fastream Technologies. How do you

Re: [twsocket] Webserv demo authentication

2006-09-06 Thread Arno Garrels
Arno Garrels wrote: Indeed, however I haven't touched that stuff at all, anyway no change: http://www.duodata.de/misc/dumpBasic2.pcap Seems that I missed the quotes but in my source (latest V6) Realms are not quoted? --- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html

Re: [twsocket] Webserv demo authentication

2006-09-06 Thread Arno Garrels
Maurizio Lotauro wrote: Scrive Arno Garrels [EMAIL PROTECTED]: Indeed, however I haven't touched that stuff at all, anyway no change: http://www.duodata.de/misc/dumpBasic2.pcap I don't expected that it was the cause of the malfunction. Are you running ethereal on the same pc of the server

Re: [twsocket] Webserv demo authentication

2006-09-06 Thread Arno Garrels
Maurizio Lotauro wrote: Scrive Arno Garrels [EMAIL PROTECTED]: Maurizio Lotauro wrote: Scrive Arno Garrels [EMAIL PROTECTED]: Indeed, however I haven't touched that stuff at all, anyway no change: http://www.duodata.de/misc/dumpBasic2.pcap I don't expected that it was the cause of the