Re: [twsocket] Is there any way to force NTLM toauthenticateagainstagiven AD domain?

2010-12-14 Thread Arno Garrels
Arno Garrels wrote:
 Arno Garrels wrote:
 Maurizio Lotauro wrote:
 Scrive Arno Garrels arno.garr...@gmx.de:
 
 Looks like it's not possible with current THttpCli:
 
 [...]
 
 Have you tried adding the domain to the name as dom...@user?
 Sometime I need to do so to get it working.
 
 
 That doesn't work currently with the THttpCli,
 
 Most likely you are right and I was wrong. That works for me as well,
 at least against a simple workgroup server. I'm not able to test
 against a multi-domain server.

Looks like both were right, since it depends on the NTLM version :)
http://davenport.sourceforge.net/ntlm.html#nameVariations

-- 
Arno Garrels



--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


[twsocket] ICS-based SNTP (Simple network time protocol) client

2010-12-14 Thread Anton S.
Hello all,
I just completed a TSNTPCli class which performs time-sync with NTP servers. I 
guess it might be included into standard ICS toolkit. What do you think, is 
someone interested?

-- 
Anton
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] Is there any way to force NTLM toauthenticateagainstagiven AD domain?

2010-12-14 Thread Fastream Technologies
So it still needs some work before the beta testing. AFAIU, if it is just
one message to be modified, then it should not be much difficult to write a
generic code to cover all NTLM versions.

SZ

On Tue, Dec 14, 2010 at 10:22 AM, Arno Garrels arno.garr...@gmx.de wrote:

 Arno Garrels wrote:
  Arno Garrels wrote:
  Maurizio Lotauro wrote:
  Scrive Arno Garrels arno.garr...@gmx.de:
 
  Looks like it's not possible with current THttpCli:
 
  [...]
 
  Have you tried adding the domain to the name as dom...@user?
  Sometime I need to do so to get it working.
 
 
  That doesn't work currently with the THttpCli,
 
  Most likely you are right and I was wrong. That works for me as well,
  at least against a simple workgroup server. I'm not able to test
  against a multi-domain server.

 Looks like both were right, since it depends on the NTLM version :)
 http://davenport.sourceforge.net/ntlm.html#nameVariations

 --
 Arno Garrels



 --
 To unsubscribe or change your settings for TWSocket mailing list
 please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
 Visit our website at http://www.overbyte.be

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] ICS-based SNTP (Simple network time protocol) client

2010-12-14 Thread Angus Robertson - Magenta Systems Ltd
 I just completed a TSNTPCli class which performs time-sync with NTP 
 servers. I guess it might be included into standard ICS toolkit. 
 What do you think, is someone interested?

I did SNTP client and server 10 years ago, they are improved versions of
code from the usermade page:   

http://www.magsys.co.uk/delphi/magics.asp

Angus

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


[twsocket] Useless lines in POP3 and Finger client code

2010-12-14 Thread Anton S.
There are useless lines in OverbyteIcsFingCli and OverbyteIcsPop3Prot. Abort 
procedures act like this

procedure TFingerCli.Abort;
begin
FWSocket.CancelDnsLookup; //  this line is doubled
FWSocket.Abort;
end;

while CancelDnsLookup is included into TWSocket.Abort.

-- 
Anton
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] ICS-based SNTP (Simple network time protocol) client

2010-12-14 Thread Francois PIETTE
I just completed a TSNTPCli class which performs time-sync with NTP 
servers.
I guess it might be included into standard ICS toolkit. What do you think, 
is someone interested?


Do you want an entry on the user made web page at ICS website ?

--
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 mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] ICS-based SNTP (Simple network time protocol) client

2010-12-14 Thread Anton S.
Angus wrote:
I did SNTP client and server 10 years ago, they are improved versions of
code from the usermade page:

Ahhh what a trouble! Why I hadn't know that!
Anyway I like my implementation more :)

Francois wrote:
Do you want an entry on the user made web page at ICS website ?
Well, if you don't wish to expand ICS, it will work too. I'll polish the source 
and create simple demo and send it to you.

-- 
Anton
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] ICS-based SNTP (Simple network time protocol) client

2010-12-14 Thread Francois PIETTE

Do you want an entry on the user made web page at ICS website ?

Well, if you don't wish to expand ICS, it will work too.


The problem is not that I don't want to expand ICS. The problem is to 
support ICS. There are a lot of interesting components that could be added 
to ICS. By moving it into usermade page, I'm not commited to support it. 
If included in ICS distribution, it has to be supported and kept up-to-date 
with current ICS and Delphi. A huge work actually.



I'll polish the source and create simple demo and send it to you.


OK, thanks. It will surely interest many peoples.
Could you also write the text to be published on the usermade page ? Have a 
look at the other text to get inspired :-)


--
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 mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] ICS-based SNTP (Simple network time protocol) client

2010-12-14 Thread Arno Garrels
Francois PIETTE wrote:
 Do you want an entry on the user made web page at ICS website ?
 Well, if you don't wish to expand ICS, it will work too.
 
 The problem is not that I don't want to expand ICS. The problem is to
 support ICS. There are a lot of interesting components that could be
 added to ICS. By moving it into usermade page, I'm not commited to
 support it. If included in ICS distribution, it has to be supported
 and kept up-to-date with current ICS and Delphi. A huge work actually.
 
 I'll polish the source and create simple demo and send it to you.
 
 OK, thanks. It will surely interest many peoples.
 Could you also write the text to be published on the usermade page ?
 Have a look at the other text to get inspired :-)

I wonder if a new usermade SVN repository wasn't a better place?
Most of the downloads from current ICS usermade page are obsolete.
Seems like the effort to maintain those contributions is to high.
Just an idea, the new repro could be openend at sourceforge.net or
if Angus agrees on his servers? 

-- 
Arno Garrels
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] ICS-based SNTP (Simple network time protocol) client

2010-12-14 Thread Francois PIETTE
I don't think moving the content of the usermade page would change anything 
about update.
I'm even less convinced that most of the usermade author would care about 
using a SVN to update their code.
And I don't want to moved everything out of my website since I get some 
(small) revenue because of Google Ads. Each time someone clicks on an ad, I 
get a few cents. Not much money, but it pays the hosting. In the past I had 
several free hosting but each time I have been asked to go out because it 
was to much trafic for a free hosting. So advertising is needed to pay for 
the website. Would be good if more people click on the ads...


--
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


- Original Message - 
From: Arno Garrels arno.garr...@gmx.de

To: ICS support mailing twsocket@elists.org
Sent: Tuesday, December 14, 2010 8:06 PM
Subject: Re: [twsocket] ICS-based SNTP (Simple network time protocol) client



Francois PIETTE wrote:

Do you want an entry on the user made web page at ICS website ?

Well, if you don't wish to expand ICS, it will work too.


The problem is not that I don't want to expand ICS. The problem is to
support ICS. There are a lot of interesting components that could be
added to ICS. By moving it into usermade page, I'm not commited to
support it. If included in ICS distribution, it has to be supported
and kept up-to-date with current ICS and Delphi. A huge work actually.


I'll polish the source and create simple demo and send it to you.


OK, thanks. It will surely interest many peoples.
Could you also write the text to be published on the usermade page ?
Have a look at the other text to get inspired :-)


I wonder if a new usermade SVN repository wasn't a better place?
Most of the downloads from current ICS usermade page are obsolete.
Seems like the effort to maintain those contributions is to high.
Just an idea, the new repro could be openend at sourceforge.net or
if Angus agrees on his servers?

--
Arno Garrels
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be 


--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be