Re: problem analysing the raw rfb packets

2006-10-06 Thread Peter Ekberg
On Thu, Oct 05, 2006 at 11:18:46PM -0700, rama krishna wrote:
 
 Hi,
 
 Iam sorry for the message. It went accidentally.
 Thank you very much for the reply to my query. Now iam
 able to understand.

No problem.

 I have one more doubt
 
 After client sends Setpixelformat message as follows
 
 bpp=32
 dep=24
 bend=0
 tcol=1
 rm,gm,bm,pad etc.
 
 and then a framebufferupdaterequest with
 width=1024,h=768.
 
 now server sends fbu message with nrects=3
 first rect is cursorpseudo encoding with w=16,h=16
 Now from where shjould i read the next rect.
 
 for cursor pseudo encoding data consists of
 
 w*h*bytesperpixel count of pixel values
 and floor((w+7)/8)*height bytes bitmask
 
 in this case i thought it will be like this
 16*16*4=1024
 as bpp=32 in the latest setpixfor msg.
 then 32bytes bitmask.
 total of 1056 bytes.
 
 then if read the next rect header after 1056 bytes iam
 getting some strange values like w
 x=9762,y=16318,w=4096,h= etc. (I use those ntohl,ntohs
 conversions)

I see no flaws in your logic, so my guess is that you have made a
simple off-by-one mistake or something. You could try to slide the
parsing backwards and forwards in the buffer, until you hit the
spot where it all fits.

But I'm far from perfect :-), somebody else might spot something,
so I'm sending this to the list.

Cheers,
Peter
___
VNC-List mailing list
VNC-List@realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list


RE: VNC Password Authentication vs. Windows

2006-10-06 Thread James Weatherall
 I understand there is a challenge/response mechanism used in RealVNC
 Free Edition, but is this authentication session encrypted? What
 safeguards are in place and how do they compare with a 
 default setup of Windows 2K/3K, for example?

VNC Free Edition uses a simple challenge-response scheme based on encrypting
a random challenge with up to 8 bytes of password data.

VNC Personal  Enterprise Editions set up an encrypted session between
viewer  server before exchanging passwords, which may be up to 255
characters in length.

Regards,

Wez @ RealVNC Ltd.
___
VNC-List mailing list
VNC-List@realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list


RE: outgoing ports in microsoft application log

2006-10-06 Thread James Weatherall
Lothar,

This is normal behaviour for any TCP client application.  You don't need
to worry about the source port number.

Regards,

Wez @ RealVNC Ltd.
 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Lothar Probst
 Sent: 05 October 2006 20:32
 To: vnc-list@realvnc.com
 Subject: outgoing ports in microsoft application log
 
 we have a linux router with 2 dsl connections. i have to 
 define some ports.
  
 i see that vnc uses a different port on each connection. for example
 56698..
  
 what does this ports mean? is there a rule which ports the 
 programm will
 use?
  
 thanks
  
  
 lothar
 ___
 VNC-List mailing list
 VNC-List@realvnc.com
 To remove yourself from the list visit:
 http://www.realvnc.com/mailman/listinfo/vnc-list
___
VNC-List mailing list
VNC-List@realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list


RE: RealVNC Tool Configuration Error

2006-10-06 Thread James Weatherall
Desi,

Please submit support requests via http://www.realvnc.com/support.html

Thanks,

Wez @ RealVNC Ltd.
 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Mak Desi
 Sent: 06 October 2006 01:11
 To: vnc-list@realvnc.com
 Subject: RealVNC Tool Configuration Error
 
 Hey folks,
 
 I am trying to Import the VNC server configuration of my 
 remote system using
 VNC Tool. However every time I run that, it gives an error
 RegConnectRegistry: Network path was not found.
 Can someone please help or suggest something?
 
 Thank you.
 
 Best,
 Desi.
 ___
 VNC-List mailing list
 VNC-List@realvnc.com
 To remove yourself from the list visit:
 http://www.realvnc.com/mailman/listinfo/vnc-list
___
VNC-List mailing list
VNC-List@realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list


RE: Too many failures

2006-10-06 Thread James Weatherall
Dave,

Either restart the VNC Server service, or just wait for the mark against
that host to timeout.

Regards,

Wez @ RealVNC Ltd.


 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of David Ure
 Sent: 04 October 2006 18:01
 To: vnc-list@realvnc.com
 Subject: Too many failures
 
 I am now getting a Too many security failures message when 
 I try to  
 connect to one of my internal Win2003 servers on which I've 
 installed  
 the free version of RealVNC 4.1.2. How do I reset this?
 
 
 Dave
 
 
 
 
 David Ure, Technology Coordinator
 Wapello Community School District
 501 Buchanan Avenue
 Wapello, Iowa 52653
 319-527-1209, fax: 319-523-4408
 [EMAIL PROTECTED]
 
 
 If a free society cannot help the many who are poor, it cannot save  
 the few who are rich. -- JFK Inaugural Address
 ___
 VNC-List mailing list
 VNC-List@realvnc.com
 To remove yourself from the list visit:
 http://www.realvnc.com/mailman/listinfo/vnc-list
___
VNC-List mailing list
VNC-List@realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list


excessive memory use in VNC server on Solaris

2006-10-06 Thread Steve Platt
Hi,

I'm using the 4.1.2 Free Edition on Solaris 10.

Recently (ie this morning!) we noticed that one Xvnc process's virtual memory 
size had grown to about 4GB (the worst case), with most of this resident in 
memory, forcing other processes to be swapped out.

As I'm used to seeing Xvnc sizes like 20/30MB this was a bit of a surprise, to 
say the least.

Has anyone else exerienced this and if so is there an explanation please?

Apparently we have recently installed a new screenlock program into all 
sessions and I wonder if this may be the cause.

Thanks in advance,
Steve Platt
___
VNC-List mailing list
VNC-List@realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list


Re: excessive memory use in VNC server on Solaris

2006-10-06 Thread Steve Waltner
I've seen a similar issue on our Solaris 9 systems, but I rarely saw  
the memory size go above 500 MB. We had been running VNC 3.3.3r2 from  
ATT until very recently when I switched that out with RealVNC (Free)  
4.1.2. This upgrade was being done to fix two problems, one of which  
was the memory usage. We haven't been able to track down the  
triggering event (specific X application or length of time the  
session is running). I've been meaning to run a debugger on a running  
app that is using memory like this to send info about how much RAM is  
allocated for what


PS: Is there any way to configure the vnc-list mailing list server to  
add [vnc-list] to the subject of e-mails? That would make sorting e- 
mails a lot easier.


Steve

On Oct 6, 2006, at 11:38 AM, Steve Platt wrote:

Hi,

I'm using the 4.1.2 Free Edition on Solaris 10.

Recently (ie this morning!) we noticed that one Xvnc process's  
virtual memory
size had grown to about 4GB (the worst case), with most of this  
resident in

memory, forcing other processes to be swapped out.

As I'm used to seeing Xvnc sizes like 20/30MB this was a bit of a  
surprise, to

say the least.

Has anyone else exerienced this and if so is there an explanation  
please?


Apparently we have recently installed a new screenlock program  
into all

sessions and I wonder if this may be the cause.

Thanks in advance,
Steve Platt

___
VNC-List mailing list
VNC-List@realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list


Cannot connect from work

2006-10-06 Thread browncoatz
I'm trying to connect to my RealVNC server that I made at my house from work, 
but at my job everything is on a proxy server. It allows traffic on ports 
20,21,and 22. On my vnc server properties, I accept connections on port 22, and 
I followed instructions for my WRT54GSv4 linksys router on portforward.com but 
I still cannot connect. I know it can be done, because my co-worker does it all 
the time. He uses the beta version however, while I use the 4.1.2 RealVNC Free 
Edition. My laptop that I take with me to work is on Windows XP, as well as my 
home computer that the VNC server is on. Is it my router, or do I have to do 
something else. I put the number 22 on Accept Connections on port: in the 
properties on the server, just in case that helps.
 
 

Check out the new AOL.  Most comprehensive set of free safety and security 
tools, free access to millions of high-quality videos from across the web, free 
AOL Mail and more.
___
VNC-List mailing list
VNC-List@realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list


Re: excessive memory use in VNC server on Solaris

2006-10-06 Thread ·· ħþø ··

Steve Waltner wrote:
PS: Is there any way to configure the vnc-list mailing list server to 
add [vnc-list] to the subject of e-mails? That would make sorting 
e-mails a lot easier.


Not that I know of -- it's bugged me too. However, if you can 
filter/sort by e-mail headers, the list server adds 
[EMAIL PROTECTED] as Sender.

___
VNC-List mailing list
VNC-List@realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list


Re: Cannot connect from work

2006-10-06 Thread John Aldrich
On Friday 06 October 2006 03:18 pm, [EMAIL PROTECTED] wrote:
 I'm trying to connect to my RealVNC server that I made at my house from
 work, but at my job everything is on a proxy server. It allows traffic on
 ports 20,21,and 22. On my vnc server properties, I accept connections on
 port 22, and I followed instructions for my WRT54GSv4 linksys router on
 portforward.com but I still cannot connect. I know it can be done, because
 my co-worker does it all the time. He uses the beta version however, while
 I use the 4.1.2 RealVNC Free Edition. My laptop that I take with me to work
 is on Windows XP, as well as my home computer that the VNC server is on. Is
 it my router, or do I have to do something else. I put the number 22 on
 Accept Connections on port: in the properties on the server, just in case
 that helps.

Easiest way to do things: Install an SSH server on your PC and then tunnel 
everything through the SSH connection as shown in 
http://home.chattanooga.net/~john/Putty-Tunnel/putty-tunnel.html

I don't take credit for that page. I just mirrored it after Benjamin Weiss' 
page disappeared and I copied it from the Internet Archive. :-)
___
VNC-List mailing list
VNC-List@realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list