Modification od VNC program for screen sharing

Kazuumi Koguchi
Columbia University
New York, NY 10027
USA
koguchi@cs.columbia.edu

Introduction

I modified a program which creates an encrypted password file from plain text. This program is used by sipc in case of SunOS and Linux. I also modified Windows version VNC program, WinVNC and vncviewer. I modified them to support a password in command line option. This document describes these programs.

Background

1. VNC password program for SunOS and Linux

2. WinVNC program for Windows

3. vncviewer program for Windows

Modified files

I modified the following files. They are in http://www.cs.columbia.edu/~koguchi/ScreenSharing/src/vnc/. tar file is here. Original VNC files can be downloaded from here.

1. VNC password program for SunOS and Linux

  1. vncpasswd2.c

2. WinVNC program for Windows

  1. WinVNC.h
  2. WinVNC.cpp
  3. vncProperties.cpp

3. vncviewer program for Windows

  1. VNCOptions.h
  2. VNCOptions.cpp
  3. ClientConnection.cpp

Last updated by Kazuumi Koguchi