diff options
author | runge <runge> | 2008-11-22 19:00:38 +0000 |
---|---|---|
committer | runge <runge> | 2008-11-22 19:00:38 +0000 |
commit | 41c7b74a882f1bbc73b1616125e4c906988c8ba9 (patch) | |
tree | b23b9157b7e45890f34a7fe6c9619df73b76035f /x11vnc/misc/enhanced_tightvnc_viewer/README | |
parent | 6fbba525a924961083bf2e43bb841bd15671f526 (diff) | |
download | libtdevnc-41c7b74a882f1bbc73b1616125e4c906988c8ba9.tar.gz libtdevnc-41c7b74a882f1bbc73b1616125e4c906988c8ba9.zip |
SSVNC sync: stunnel upgrade and patch, change wish order, -anondh -ciphers option
VeNCrypt and TLSVNC support (in pproxy and unix vncviewer). Help text tweaks
-killstunnel, s_client fixes, No Encryption easier. Zeroconf/avahi support.
tk font fixes. SSVNC_ULTRA_FTP_JAR finding SSVNC_PREDIGESTED_HANDSHAKE
SSVNC_SKIP_RFB_PROTOCOL_VERSION, SSVNC_SET_SECURITY_TYPE, etc hacks.
Diffstat (limited to 'x11vnc/misc/enhanced_tightvnc_viewer/README')
-rw-r--r-- | x11vnc/misc/enhanced_tightvnc_viewer/README | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/x11vnc/misc/enhanced_tightvnc_viewer/README b/x11vnc/misc/enhanced_tightvnc_viewer/README index a613c80..2b56a83 100644 --- a/x11vnc/misc/enhanced_tightvnc_viewer/README +++ b/x11vnc/misc/enhanced_tightvnc_viewer/README @@ -82,6 +82,10 @@ The enhanced TightVNC viewer features are: - Sets up any additional SSH port redirections that you want. + - Zeroconf (aka Bonjour) is used on Unix and Mac OS X to find + VNC servers on your local network if the avahi-browse or dns-sd + program is available and in your PATH. + - Port Knocking for "closed port" SSH/SSL connections. In addition to a simple fixed port sequence and one-time-pad implementation, a hook is also provided to run any port knocking client before a @@ -108,6 +112,8 @@ The enhanced TightVNC viewer features are: - rfbNewFBSize VNC support (screen resizing) + - Client-side Scaling of the Viewer. + - ZRLE VNC encoding support (RealVNC's encoding) - Support for the ZYWRLE encoding, a wavelet based extension to @@ -268,8 +274,8 @@ Unix/MacOSX Install: For the conventional source tarball it will compile and install, e.g.: - gzip -dc ssvnc-1.0.20.src.tar.gz | tar xvf - - cd ssvnc-1.0.20 + gzip -dc ssvnc-1.0.21.src.tar.gz | tar xvf - + cd ssvnc-1.0.21 make config make all make PREFIX=/my/install/dir install @@ -428,9 +434,10 @@ On Mac OS X depending on what you do you need these programs installed: Lesser used ones: netcat, smbclient, cups - Most Mac OS X and Unix OS come with the main components installed. +See the README.src for a more detailed description of dependencies. + If you need to Build: -------------------- @@ -467,7 +474,7 @@ Feel free to ask us if you need help running ./build.unix Convential Build: A more conventional source tarball is provided in ssvnc-x.y.z.src.tar.gz. -It uses a more or less familiar 'make config; make all; make install' +It uses a more or less familiar 'make config; make all; make PREFIX=path install' method. It does not include stunnel, so that must be installed on the system separately. |