Re: [twsocket] THttpSrv supporting NTLM Beta (updated)

2006-09-16 Thread Fastream Technologies
enjamin" <[EMAIL PROTECTED]> To: Sent: Friday, September 15, 2006 10:53 AM Subject: Re: [twsocket] THttpSrv supporting NTLM Beta (updated) : You can rely on the NTLM message size. You can retrieve the message partly, : write it to the context struct bytewise and when the full message i

Re: [twsocket] THttpSrv supporting NTLM Beta (updated)

2006-09-15 Thread Stadin, Benjamin
You can rely on the NTLM message size. You can retrieve the message partly, write it to the context struct bytewise and when the full message is received process it and do the next step. That should be better than Receive(). SZ wrote: Because the 401 response could be sent before the POST data i

Re: [twsocket] THttpSrv supporting NTLM Beta (updated)

2006-09-15 Thread Fastream Technologies
s, SZ - Original Message - From: "Fastream Technologies" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Friday, September 15, 2006 8:15 AM Subject: Re: [twsocket] THttpSrv supporting NTLM Beta (updated) :I debugged the code and this is the problem (client

Re: [twsocket] THttpSrv supporting NTLM Beta (updated)

2006-09-14 Thread Fastream Technologies
- Original Message - From: "Stadin, Benjamin" <[EMAIL PROTECTED]> To: Sent: Thursday, September 14, 2006 9:13 PM Subject: Re: [twsocket] THttpSrv supporting NTLM Beta (updated) : Fastream Technologies schrieb: : > : > I see why I did not face this problem before w

Re: [twsocket] THttpSrv supporting NTLM Beta (updated)

2006-09-14 Thread Stadin, Benjamin
Fastream Technologies schrieb: > > I see why I did not face this problem before with other auth methods: > because they (basic + digest) send 401 response only once per connection and > the first request most probably is a GET. However, NTLM requires each > request to have its own 401! That would

Re: [twsocket] THttpSrv supporting NTLM Beta (updated)

2006-09-14 Thread Fastream Technologies
- From: "Fastream Technologies" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Thursday, September 14, 2006 8:25 PM Subject: Re: [twsocket] THttpSrv supporting NTLM Beta (updated) > Here is the real problem. Let me summarize: we have NTLM + POST on > THttpServ

Re: [twsocket] THttpSrv supporting NTLM Beta (updated)

2006-09-14 Thread Arno Garrels
uot; <[EMAIL PROTECTED]> > To: "ICS support mailing" > Sent: Thursday, September 14, 2006 7:09 PM > Subject: [twsocket] THttpSrv supporting NTLM Beta (updated) > > >> Hi, >> >> For those of you not having followed the very long thread Urgent... >>

Re: [twsocket] THttpSrv supporting NTLM Beta (updated)

2006-09-14 Thread Fastream Technologies
ssage - : From: "Arno Garrels" <[EMAIL PROTECTED]> : To: "ICS support mailing" : Sent: Thursday, September 14, 2006 7:09 PM : Subject: [twsocket] THttpSrv supporting NTLM Beta (updated) : : :: Hi, :: :: For those of you not having followed the very long thread Urgent... :: H

Re: [twsocket] THttpSrv supporting NTLM Beta (updated)

2006-09-14 Thread Fastream Technologies
ROTECTED]> To: "ICS support mailing" Sent: Thursday, September 14, 2006 7:09 PM Subject: [twsocket] THttpSrv supporting NTLM Beta (updated) : Hi, : : For those of you not having followed the very long thread Urgent... : Here is an updated version of the THttpSrv supporting NTLM availabl

[twsocket] THttpSrv supporting NTLM Beta (updated)

2006-09-14 Thread Arno Garrels
Hi, For those of you not having followed the very long thread Urgent... Here is an updated version of the THttpSrv supporting NTLM available. http://www.duodata.de/misc/delphi/V6-HttpSrv-Ntlm-20060914.zip Read readme.txt for how to install. This is for ICS V6 only. I'd be happy if someone test