[twsocket] [ICS-SSL] ICS, SSL and Midware

2006-02-10 Thread Francois PIETTE
 Do you have a plan to support ICS with SSL in the midware suite?

I'm not sure to understand your question !
I plan to have MidWare supporting SSL and of course it will be using 
ICS-SSL.
MidWare-SSL will be sold at 500,- EUR + VAT to MidWare customers having 
bought an unlimited license (1100,- EUR + VAT). MidWare-SSL is almost ready. 
I'm waiting for the first order to finalize it.

--
[EMAIL PROTECTED]
http://www.overbyte.be


- Original Message - 
From: André Léonard [EMAIL PROTECTED]
To: ICS support mailing twsocket@elists.org
Sent: Friday, February 10, 2006 4:54 PM
Subject: [twsocket] ICS, SSL and Midware


 HI,
 Do you have a plan to support ICS with SSL in the midware suite?
 Thanks,
 André.
 nbsp;
 -- 
 To unsubscribe or change your settings for TWSocket mailing list
 please goto http://www.elists.org/mailman/listinfo/twsocket
 Visit our website at http://www.overbyte.be 

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


Re: [twsocket] Reverse DNS lookup failure

2006-02-10 Thread Piotr Dałek
Hello!

 www.microsoft.de resolves to 
 207.46.130.108 and 207.46.250.119

 WSocket.ReverseDnsLookup(207.46.130.108/207.46.250.119)
 as well as NSLookup fails, tested with multiple name servers.

 Does somebody know why?

 But http://www.dnsstuff.com/ returns 15 records.

C:\WINDOWS\Profiles\Piotrek\Pulpitping www.wp.pl

Pinging www.wp.pl [212.77.100.101] with 32 bytes of data:

Control-C

C:\WINDOWS\Profiles\Piotrek\Pulpitping -a 212.77.100.101

Pinging www.wp.pl [212.77.100.101] with 32 bytes of data:

Control-C

C:\WINDOWS\Profiles\Piotrek\Pulpitping -a 207.46.250.119

Pinging 207.46.250.119 with 32 bytes of data:
 
Control-C

Seems like dnsstuff.com may have more nameservers or their own database.
Since it doesn't work with simple ping -a too, I wouldn't worry about
this.

-- 
Piotr Hellrayzer Dalek
[EMAIL PROTECTED]

---
Fotoerotica!  http://link.interia.pl/f1904

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


[twsocket] Encode URL

2006-02-10 Thread David A. G.
Hello all

I'm trying an HTTP-Get software but I found that UrlEncode (from IcsUrl.pas) 
is not working according the protocol.

UrlEncode simply encodes all the URL without taking care of (parse) 
Protocol, Folders, File and Data.

Example:

http : // user:[EMAIL PROTECTED] site .com:80/fol 1/fol 2/file 1.jpg?par=1#name

This URL must be encoded as:

http : // www. site .com/fol%201/fol%202/file%201.jpg?par=1

but UrlEncode just makes:

http%3A%2F%2Fuser%3Apass%40www%2Esite%2Ecom%3A80%2Ffol%201%2Ffol%202%2Ffile%201%2Ejpg%3Fpar%3D1%23name

Obviously I cannot use the URL without encoding,  but I cannot use the 
encode function provided.

Any idea?
Thanks,

David 

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


[twsocket] Udp and WSocketS

2006-02-10 Thread Ionut Muntean
Hi,

I'm trying to build an udp server using TWSocketServer component. Source 
compileok, server is listening on the specified udp port, but 
OnClientConnected and OnClientDataAvailable is not called.
TCP works fine with the same code. Are there any special things I have 
to do for udp?

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


Re: [twsocket] Reverse DNS lookup failure

2006-02-10 Thread Piotr Dałek
Hello!

 PD Seems like dnsstuff.com may have more nameservers or their own
 database.
PD Since it doesn't work with simple ping -a too, I wouldn't worry about
PD this.
 
 I only see thoses two IPs from dnsstuff.com, which field/option did you
 use ?

To be honest, I didn't used dnsstuff.com - I just did a quick check with a
ping tool. I assumed that if Arno saw any entries on dnsstuff.com, then
they're at least there. If they aren't, .. well, better for us, since then
the problem actually doesn't exist. :)

-- 
Piotr Hellrayzer Dalek
[EMAIL PROTECTED]

--
Kliknij po wiecej!  http://link.interia.pl/f18ed

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