Re: [twsocket] HttpSrv: implementing NTLM

2005-08-12 Thread Maurizio Lotauro
On 08-Aug-05 19:08:36 Francois PIETTE wrote: >Another interesting link is this one: >http://codecentral.borland.com/Item.aspx?id=16213 >It contains code to validate usercode/password on a Windows domain. >It is a Delphi translation of the code in the article: >http://support.microsoft.com/default.

Re: [twsocket] HttpSrv: implementing NTLM

2005-08-08 Thread Francois PIETTE
] http://www.overbyte.be - Original Message - From: "Tibor Csonka" <[EMAIL PROTECTED]> To: "'ICS support mailing'" Sent: Wednesday, June 29, 2005 12:40 PM Subject: RE: [twsocket] HttpSrv: implementing NTLM > Apache itself do not support

RE: [twsocket] HttpSrv: implementing NTLM

2005-06-29 Thread Maurizio Lotauro
Scrive Tibor Csonka <[EMAIL PROTECTED]>: > Apache itself do not support NTLM but take a look at this: > > http://modntlm.sourceforge.net/ > > it's supposed to be a module for Apache. I think they have sources also. It > may be helpful. I put it in my bookmarks. Thank you. Bye, Maurizio. ---

RE: [twsocket] HttpSrv: implementing NTLM

2005-06-29 Thread Tibor Csonka
D] On Behalf Of Maurizio Lotauro Sent: Tuesday, June 28, 2005 4:41 AM To: ICS support mailing Subject: Re: [twsocket] HttpSrv: implementing NTLM On 23-Jun-05 07:40:28 Francois Piette wrote: >> As you can see the server must at least generate the Challenge when >> speak with an ICS clien

Re: [twsocket] HttpSrv: implementing NTLM

2005-06-28 Thread Maurizio Lotauro
On 23-Jun-05 07:40:28 Francois Piette wrote: >> As you can see the server must at least generate the Challenge when >> speak with an ICS client, and keep it to elaborate the Message3. >> >> While from the client side we are "free" to set flags and fields with >> specific values, the server should

Re: [twsocket] HttpSrv: implementing NTLM

2005-06-22 Thread Francois Piette
net Component Suite, freeware) Author of MidWare (Multi-tier framework, freeware) http://www.overbyte.be - Original Message - From: "Maurizio Lotauro" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Wednesday, June 22, 2005 4:51 AM Subject: Re: [twsocket] HttpSrv: im

Re: [twsocket] HttpSrv: implementing NTLM

2005-06-22 Thread Maurizio Lotauro
On 21-Jun-05 08:13:21 Francois Piette wrote: >> Yes, and now I partially know how the client works internally. But I >> never worked on the source of the server, so I should first learn how >> it works internally. >It's quite simple. Each client has his own TWSocket instance. This reduce the >pro

Re: [twsocket] HttpSrv: implementing NTLM

2005-06-21 Thread Francois Piette
t;[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Monday, June 20, 2005 3:32 AM Subject: Re: [twsocket] HttpSrv: implementing NTLM > On 19-Jun-05 09:11:21 Francois PIETTE wrote: > > >>>Is there someone willing to implement NTLM > >>>authenticat

Re: [twsocket] HttpSrv: implementing NTLM

2005-06-20 Thread Maurizio Lotauro
On 19-Jun-05 09:11:21 Francois PIETTE wrote: >>>Is there someone willing to implement NTLM >>>authentication into HTTP server component ? >> >> If no other has offered yourself I can help you in this but only if >> you have a documentation how to it should work. Otherwise I have no >> idea how to

Re: [twsocket] HttpSrv: implementing NTLM

2005-06-19 Thread Francois PIETTE
Is there someone willing to implement NTLM authentication into HTTP server component ? If no other has offered yourself I can help you in this but only if you have a documentation how to it should work. Otherwise I have no idea how to start it. Well, we have the client side, you participated a

Re: [twsocket] HttpSrv: implementing NTLM

2005-06-18 Thread Maurizio Lotauro
On 11-Jun-05 14:13:41 Francois PIETTE wrote: >Is there someone willing to implement NTLM >authentication into HTTP server component ? If no other has offered yourself I can help you in this but only if you have a documentation how to it should work. Otherwise I have no idea how to start it. Bye