You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libtdevnc/ChangeLog

6673 lines
239 KiB

2011-03-29 Christian Beier <dontmind@freeshell.org>
* README: Remove RDP from the README description. We do VNC but no RDP. Pointed out by Vic Lee, thanks!
2011-03-29 Christian Beier <dontmind@freeshell.org>
* utils/git2cl.pl: Fix skipping of merge commits in log convert
script.
2011-03-29 Christian Beier <dontmind@freeshell.org>
* bdf2c.pl, consolefont2c.pl, utils/bdf2c.pl,
utils/consolefont2c.pl, utils/git2cl.pl: Add a git-log to GNU-Style
ChangeLog converter script. Also put all helper scripts into a utils directory.
2011-03-28 Christian Beier <dontmind@freeshell.org>
* NEWS: Mention the pkg-config stuff in NEWS.
2011-03-27 Vic Lee <llyzs@163.com>
* .gitignore, Makefile.am, configure.ac, libvncclient.pc.in,
libvncserver.pc.in: Add libvncserver.pc and libvncclient.pc files. Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-by: Christian
Beier <dontmind@freeshell.org>
2011-03-17 Christian Beier <dontmind@freeshell.org>
* libvncclient/ultra.c, libvncserver/ultra.c: Fix regression in
Ultra encoding introduced by commit
fe1ca16e9b75b5f38ab374c8dfff92d2c3ea4532. My bad. There we see what the encodings test is good for ;-)
2011-03-17 Christian Beier <dontmind@freeshell.org>
* test/encodingstest.c: Update encodingstest. * Fixed segfault on shutdown. * Updated to test all encodings. * Fixed to operate with encodings that split up rects into smaller rects.
2011-03-17 Christian Beier <dontmind@freeshell.org>
* libvncclient/rfbproto.c: Remove useless comparisons that always
evaluate to false. There can not be more than 255 security types and MSLogon is RFB 3.6
only.
2011-03-17 Christian Beier <dontmind@freeshell.org>
* examples/rotate.c, examples/rotatetemplate.c, examples/vncev.c,
libvncclient/listen.c, libvncclient/rfbproto.c,
libvncclient/ultra.c, libvncclient/zrle.c,
libvncserver/rfbserver.c, libvncserver/ultra.c: Fix (most) MinGW32
compiler warnings.
2011-03-17 Christian Beier <dontmind@freeshell.org>
* examples/rotate.c, examples/zippy.c, libvncserver/zrle.c,
libvncserver/zrleencodetemplate.c: Fix remaining compiler warnings.
2011-03-17 Christian Beier <dontmind@freeshell.org>
* VisualNaCro/nacro.c, examples/backchannel.c, examples/camera.c,
examples/colourmaptest.c, examples/example.c,
examples/filetransfer.c, examples/fontsel.c, examples/mac.c,
examples/pnmshow.c, examples/pnmshow24.c, examples/simple.c,
examples/simple15.c, examples/vncev.c, examples/zippy.c,
test/cargstest.c, test/copyrecttest.c, test/cursortest.c,
test/encodingstest.c: Check rfbGetScreen() return value everywhere. This fixes a segfault when a server is invoked with the '-help'
commandline argument.
2011-03-12 Christian Beier <dontmind@freeshell.org>
* CMakeLists.txt, rfb/rfbconfig.h.cmake: CMake: Check for libgcrypt
availability.
2011-03-12 Christian Beier <dontmind@freeshell.org>
* CMakeLists.txt: CMake: Threads can be available even if SDL is
not.
2011-03-12 Christian Beier <dontmind@freeshell.org>
* CMakeLists.txt: CMake: fix building SDLvncviewer.
2011-03-12 Christian Beier <dontmind@freeshell.org>
* Makefile.am: Include cmake configure file templates in dist
tarball. Signed-off-by: Christian Beier <dontmind@freeshell.org>
2011-03-12 Christian Beier <dontmind@freeshell.org>
* rfb/rfbconfig.h.in, rfb/stamp-h.in: Remove autogenerated files.
2011-03-12 Christian Beier <dontmind@freeshell.org>
* NEWS: Update NEWS for 0.9.8 release.
2011-03-07 Christian Beier <dontmind@freeshell.org>
* libvncclient/tls.c: Fix libvncclient TLS for Windows builds. GnuTLS seems to expect proper errno values internally. So set them
in our custom push/pull functions. Parts of the patch stolen from
libcurl, thanks! Signed-off-by: Christian Beier <dontmind@freeshell.org>
2011-03-07 Christian Beier <dontmind@freeshell.org>
* libvncclient/rfbproto.c: Let libvncclient build with gcrypt for
MinGW32 builds. Signed-off-by: Christian Beier <dontmind@freeshell.org>
2011-03-07 Vic Lee <llyzs@163.com>
* libvncclient/sockets.c: Use WaitForMessage instead of sleep in
socket reading to fix performance issue. Signed-off-by: Christian Beier <dontmind@freeshell.org>
2011-03-10 Christian Beier <dontmind@freeshell.org>
* common/d3des.c, common/d3des.h, libvncserver/auth.c,
libvncserver/corre.c, libvncserver/cutpaste.c, libvncserver/draw.c,
libvncserver/font.c, libvncserver/hextile.c, libvncserver/httpd.c,
libvncserver/rfbregion.c, libvncserver/rre.c,
libvncserver/selbox.c, libvncserver/sockets.c,
libvncserver/stats.c, libvncserver/tableinit24.c,
libvncserver/tableinitcmtemplate.c,
libvncserver/tableinittctemplate.c,
libvncserver/tabletrans24template.c,
libvncserver/tabletranstemplate.c, libvncserver/translate.c,
libvncserver/zrletypes.h, rfb/rfbregion.h, test/blooptest.c,
test/cursortest.c: Set proper file permissions for source files.
2011-03-10 Christian Beier <dontmind@freeshell.org>
* CMakeLists.txt, configure.ac: Next version will be 0.9.8.
2011-03-10 Christian Beier <dontmind@freeshell.org>
* Makefile.am, configure.ac, contrib/Makefile.am, contrib/zippy.c,
examples/Makefile.am, examples/zippy.c: Move zippy.c to examples.
2011-03-03 Christian Beier <dontmind@freeshell.org>
* libvncclient/sockets.c, libvncclient/tls.c, libvncserver/httpd.c,
libvncserver/rfbserver.c, libvncserver/sockets.c: Call
WSAGetLastError() everywhere errno is read after a Winsock call. Winsock does NOT update errno for us, we have fetch the last error
manually using WSAGetLastError().
2011-01-29 Christian Beier <dontmind@freeshell.org>
* common/lzoconf.h, common/lzodefs.h, common/minilzo.c,
common/minilzo.h, libvncclient/Makefile.am,
libvncserver/Makefile.am: Update minilzo library used for Ultra
encoding to ver 2.04. According to the minilzo README, this brings a significant speedup
on 64-bit architechtures. Changes compared to old version 1.08 can be found here:
http://www.oberhumer.com/opensource/lzo/lzonews.php Signed-off-by: Christian Beier <dontmind@freeshell.org>
2011-01-24 Christian Beier <dontmind@freeshell.org>
* libvncserver/corre.c, libvncserver/main.c,
libvncserver/private.h, libvncserver/rfbserver.c,
libvncserver/rre.c, libvncserver/ultra.c, rfb/rfb.h: libvncserver:
Make RRE, CoRRE and Ultra encodings thread-safe. This adds generic before/after encoding buffers to the rfbClient
struct, so there is no need for thread local storage. Signed-off-by: Christian Beier <dontmind@freeshell.org>
2011-02-02 Christian Beier <dontmind@freeshell.org>
* Makefile.am: Include CMakeLists.txt file in dist tarball.
2011-01-29 Christian Beier <dontmind@freeshell.org>
* .cvsignore, README.cvs, VisualNaCro/.cvsignore,
classes/.cvsignore, client_examples/.cvsignore, contrib/.cvsignore,
cvs_update_anonymously, examples/.cvsignore,
libvncclient/.cvsignore, libvncserver/.cvsignore,
libvncserver/tightvnc-filetransfer/.cvsignore, rfb/.cvsignore,
test/.cvsignore, vncterm/.cvsignore: Remove unneeded files
concerning CVS. We have a git repo nowadays and I guess we won't go back to CVS. Signed-off-by: Christian Beier <dontmind@freeshell.org>
2011-01-31 Johannes Schindelin <johannes.schindelin@gmx.de>
* examples/example.dsp, libvncserver.dsp, libvncserver.dsw: Remove
completely broken Visual Studio project files If people seriously consider building with Visual Studio, there is
always CMake. Pointed out by Christian Beier. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2011-01-31 Christian Beier <dontmind@freeshell.org>
* client_examples/Makefile.am, client_examples/SDLvncviewer.c:
SDLvncviewer: fix compilation from dist tarball. Signed-off-by: Christian Beier <dontmind@freeshell.org>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2011-01-21 Vic Lee <llyzs@163.com>
* acinclude.m4, configure.ac, libvncclient/rfbproto.c,
rfb/rfbproto.h: Add ARD (Apple Remote Desktop) security type support Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-by: Christian
Beier <dontmind@freeshell.org>
2011-01-25 Christian Beier <dontmind@freeshell.org>
* CMakeLists.txt, common/d3des.c, common/d3des.h, common/lzoconf.h,
common/minilzo.c, common/minilzo.h, common/vncauth.c,
common/zywrletemplate.c, libvncclient/Makefile.am,
libvncclient/lzoconf.h, libvncclient/minilzo.c,
libvncclient/minilzo.h, libvncclient/rfbproto.c,
libvncclient/zrle.c, libvncserver/Makefile.am,
libvncserver/d3des.c, libvncserver/d3des.h, libvncserver/lzoconf.h,
libvncserver/minilzo.c, libvncserver/minilzo.h,
libvncserver/vncauth.c, libvncserver/zywrletemplate.c: Put files
used by both libs into a 'common' dir. No functional changes. All files used by _both_ libvncserver and
libvncclient are put into a 'common' directory and references from
other files as well as Autotools and CMake build systems are
updated. Signed-off-by: Christian Beier <dontmind@freeshell.org>
2011-01-20 ebola_rulez <ebola_rulez@users.sourceforge.net>
* libvncserver/vncauth.c: Fix two errors found by cppcheck Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-by: Christian
Beier <dontmind@freeshell.org>
2011-01-01 runge <runge@karlrunge.com>
* libvncserver/rfbserver.c: Remove never used protocol version name
string.
2010-12-29 runge <runge@karlrunge.com>
* configure.ac, x11vnc/ChangeLog, x11vnc/Makefile.am,
x11vnc/README, x11vnc/avahi.c, x11vnc/cleanup.c,
x11vnc/connections.c, x11vnc/connections.h, x11vnc/help.c,
x11vnc/inet.c, x11vnc/inet.h, x11vnc/macosx.c, x11vnc/macosxCG.c,
x11vnc/macosxCG.h, x11vnc/macosx_opengl.c, x11vnc/macosx_opengl.h,
x11vnc/options.c, x11vnc/options.h, x11vnc/rates.c,
x11vnc/screen.c, x11vnc/ssltools.h, x11vnc/util.c, x11vnc/x11vnc.1,
x11vnc/x11vnc.c, x11vnc/x11vnc.h, x11vnc/x11vnc_defs.c,
x11vnc/xwrappers.c: x11vnc: Use opengl to read screen on macosx.
non-deprecated macosx interfaces for input injection.
2010-12-21 runge <runge@karlrunge.com>
* configure.ac, prepare_x11vnc_dist.sh, x11vnc/README,
x11vnc/x11vnc.1, x11vnc/x11vnc_defs.c: x11vnc: force
--with-system-libvncserver to use correct headers.
2010-12-21 runge <runge@karlrunge.com>
* classes/ssl/ss_vncviewer,
classes/ssl/tightvnc-1.3dev7_javasrc-vncviewer-cursor-colors+no-tab
-traversal.patch,
classes/ssl/tightvnc-1.3dev7_javasrc-vncviewer-ssl.patch,
classes/ssl/ultravnc-102-JavaViewer-ssl-etc.patch,
prepare_x11vnc_dist.sh, x11vnc/8to24.c, x11vnc/ChangeLog,
x11vnc/Makefile.am, x11vnc/README, x11vnc/RELEASE-NOTES,
x11vnc/appshare.c, x11vnc/cleanup.c, x11vnc/gui.c, x11vnc/help.c,
x11vnc/keyboard.c, x11vnc/keyboard.h, x11vnc/linuxfb.c,
x11vnc/macosx.c, x11vnc/macosxCG.c, x11vnc/misc/Makefile.am,
x11vnc/misc/README, x11vnc/misc/qt_tslib_inject.pl,
x11vnc/misc/uinput.pl, x11vnc/pointer.c, x11vnc/remote.c,
x11vnc/scan.c, x11vnc/screen.c, x11vnc/sslhelper.c,
x11vnc/ssltools.h, x11vnc/uinput.c, x11vnc/uinput.h,
x11vnc/unixpw.c, x11vnc/user.c, x11vnc/util.h, x11vnc/v4l.c,
x11vnc/x11vnc.1, x11vnc/x11vnc.c, x11vnc/x11vnc.h,
x11vnc/x11vnc_defs.c, x11vnc/xevents.c, x11vnc/xevents.h,
x11vnc/xrecord.c, x11vnc/xrecord.h, x11vnc/xwrappers.c: x11vnc:
touchscreen uinput support and Java viewer mousewheel support. See
x11vnc/ChangeLog for rest.
2010-12-01 Tobias Doerffel <tobias.doerffel@gmail.com>
* libvncserver/sockets.c: libvncserver sockets: check cl->screen
before accessing it In commit 079394ca5b14d8067b95a9cf95a834828b4425a6 new code with
insufficient checks was introduced causing a segfault when doing a
HTTP server connection. Such connections have no screen set in the
client data structure. Signed-off-by: Tobias Doerffel <tobias.doerffel@gmail.com>
2010-11-30 Christian Beier <dontmind@freeshell.org>
* Doxyfile: Doxygen documentation: actually add Doxyfile.
2010-11-29 Johannes Schindelin <johannes.schindelin@gmx.de>
* index.html, success.html: The website is now maintained
independently Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2010-11-18 Christian Beier <dontmind@freeshell.org>
* client_examples/SDLvncviewer.c, client_examples/backchannel.c,
client_examples/ppmtest.c, client_examples/vnc2mpg.c,
examples/backchannel.c, examples/camera.c, examples/example.c,
examples/filetransfer.c, examples/pnmshow.c, examples/pnmshow24.c,
examples/vncev.c, rfb/rfb.h, rfb/rfbclient.h, rfb/rfbproto.h: Add
doxygen documentation support. Adds automagically generating libvncserver/libvncclient API documentation using doxygen. This gives a nice overview on both
APIs, include dependencies and function call/caller
dependencies. TODO: Modify all the explaining comments in the .c files for use
with doxygen as well. This patch only changes comments, no functional changes at all! Signed-off-by: Christian Beier <dontmind@freeshell.org>
2010-11-18 Christian Beier <dontmind@freeshell.org>
* libvncserver/main.c: libvncserver: fix endless loop when server
closed client in threaded mode. Signed-off-by: Christian Beier <dontmind@freeshell.org>
2010-11-18 Christian Beier <dontmind@freeshell.org>
* libvncserver/sockets.c: libvncserver sockets: favor per-screen
maxclientwait over global one when set. Signed-off-by: Christian Beier <dontmind@freeshell.org>
2010-11-11 Christian Beier <dontmind@freeshell.org>
* libvncserver/rfbserver.c, libvncserver/stats.c, rfb/rfbproto.h:
libvncserver cleanup: remove rfbKeyFrame remnants.
2010-11-02 Christian Beier <dontmind@freeshell.org>
* libvncclient/rfbproto.c, libvncserver/main.c,
libvncserver/rfbserver.c, libvncserver/stats.c, rfb/rfb.h,
rfb/rfbclient.h, rfb/rfbproto.h: libvnc[server|client]: implement
xvp VNC extension. This implements the xvp VNC extension, which is described in the
community version of the RFB protocol:
http://tigervnc.sourceforge.net/cgi-bin/rfbproto It is also
mentioned in the official RFB protocol.
2010-10-28 Tobias Doerffel <tobias.doerffel@gmail.com>
* libvncserver/main.c: Added missing initialization of extension
mutex When not calling rfbRegisterProtocolExtension() the extension mutex
is uninitialized but used upon calling rfbGetExtensionIterator() and
rfbReleaseExtensionIterator() in rfbNewTCPOrUDPClient(). This causes
libvncserver to crash on Win32 when building with thread support. Signed-off-by: Tobias Doerffel <tobias.doerffel@gmail.com>
Signed-off-by: Christian Beier <dontmind@freeshell.org>
2010-10-21 Christian Beier <dontmind@freeshell.org>
* libvncclient/rfbproto.c, rfb/rfbproto.h: Only define strncasecmp
to _strnicmp when using MS compiler. Redefining strncasecmp to _strnicmp makes libvncclient hang forever
in SetFormatAndEncodings() on Windows when built with MinGW64. Reported by Tobias Doerffel <tobias.doerffel@gmail.com>, thanks!
2010-10-20 Tobias Doerffel <tobias.doerffel@gmail.com>
* libvncserver/rfbserver.c: In rfbSendDirContent() we have to make
sure to call closedir() before returning. This did not happen if
rfbSendFileTransferMessage() failed. Signed-off-by: Christian Beier <dontmind@freeshell.org>
2010-10-20 Christian Beier <dontmind@freeshell.org>
* libvncclient/sockets.c: Fix build failure wrt IP QoS support in
libvncclient. This is a small addendum to
0797e42a4aaf8131ae71899faea2d682ed81cb59. Seems that having IPv6
support in the OS does not necessarily mean that IPV6_TCLASS is
available. One such case seems to be Mac OS X 10.5.
2010-02-09 Vic Lee <llyzs@163.com>
* libvncclient/sockets.c: Avoid 100% CPU usage when calling
ReadFromRFBServer and no available bytes to read Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-by: Christian
Beier <dontmind@freeshell.org>
2010-10-08 Christian Beier <dontmind@freeshell.org>
* rfb/rfbproto.h: rfb/rfbproto.h: Prefix WORDS_BIGENDIAN when it is
defined. Some (all?) autotool versions do not properly prefix WORDS_BIGENDIAN
with LIBVNCSERVER_, so do that manually here. Thanks to Lorenz Kolb for reporting.
2010-09-29 Christian Beier <dontmind@freeshell.org>
* TODO, libvncclient/rfbproto.c, libvncclient/sockets.c,
libvncclient/vncviewer.c, rfb/rfbclient.h: IP QoS support in
libvncclient. This enables setting the DSCP/Traffic Class field of IP/IPv6 packets
sent by a client. For example starting a client with -qosdscp 184
marks all outgoing traffic for expedited forwarding. Implementation for Win32 is still a TODO, though. See
http://betelco.blogspot.com/2009/03/dscp-marking-under-windows-at.htmlfor an overview of the Win32 QoS API mess...
2010-09-07 Christian Beier <dontmind@freeshell.org>
* TODO, libvncclient/sockets.c, libvncserver/httpd.c,
libvncserver/rfbserver.c, libvncserver/sockets.c, rfb/rfb.h:
Non-blocking sockets for Windows. Expands the SetNonBlocking() function in libvncclient/sockets.c to
also work under Windows and also changes it to honour maybe already
present socket flags. A similar function was introduced for libvncserver as well and all
the #ifdef'ed fnctl calls replaced with calls to that one. Signed-off-by: Christian Beier <dontmind@freeshell.org>
2010-09-06 Christian Beier <dontmind@freeshell.org>
* libvncserver/main.c, libvncserver/rfbserver.c,
libvncserver/scale.c: Cleanup: remove CORBA stuff. The header file and most of the functions referred to do not exist
in libvncserver. Signed-off-by: Christian Beier <dontmind@freeshell.org>
2010-09-10 runge <runge@karlrunge.com>
* classes/ssl/ss_vncviewer,
classes/ssl/tightvnc-1.3dev7_javasrc-vncviewer-ssl.patch,
classes/ssl/ultravnc-102-JavaViewer-ssl-etc.patch: update
classes/ssl jars, patches, and script
2010-09-10 runge <runge@karlrunge.com>
* prepare_x11vnc_dist.sh, x11vnc/8to24.c, x11vnc/ChangeLog,
x11vnc/Makefile.am, x11vnc/README, x11vnc/avahi.c, x11vnc/avahi.h,
x11vnc/cleanup.c, x11vnc/connections.c, x11vnc/help.c,
x11vnc/inet.c, x11vnc/keyboard.c, x11vnc/misc/ultravnc_repeater.pl,
x11vnc/options.c, x11vnc/options.h, x11vnc/pointer.c,
x11vnc/pointer.h, x11vnc/remote.c, x11vnc/scan.c, x11vnc/screen.c,
x11vnc/sslhelper.c, x11vnc/ssltools.h, x11vnc/tkx11vnc,
x11vnc/tkx11vnc.h, x11vnc/unixpw.c, x11vnc/user.c,
x11vnc/userinput.c, x11vnc/x11vnc.1, x11vnc/x11vnc.c,
x11vnc/x11vnc_defs.c, x11vnc/xevents.c, x11vnc/xwrappers.c: update
to x11vnc 0.9.12
2010-09-06 Christian Beier <dontmind@freeshell.org>
* libvncclient/rfbproto.c, libvncserver/tight.c: Fix MinGW32
compilation with libjpeg. MinGW32 (or more exactly, a rpcndr.h file included by winsock2.h)
typedefs a 'boolean' type that jmorecfg.h included by jpeglib.h also
tries to typedef. So, tell the jpeg headers. Closes: 3007302
2010-07-11 Christian Beier <dontmind@freeshell.org>
* configure.ac, libvncclient/sockets.c: Fix MinGW32 checking for
IPv6. Signed-off-by: Christian Beier <dontmind@freeshell.org>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2010-06-29 Vic Lee <llyzs@163.com>
* configure.ac, libvncclient/rfbproto.c, libvncclient/sockets.c,
rfb/rfbclient.h: libvncclient: add ipv6 support [jes: pulled the "host" declarations into the conditionally compiled
blocks where that variable is used. Also fixed non-IPv6
connections.] Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-by: Johannes
Schindelin <johannes.schindelin@gmx.de>
2010-05-31 Wouter Van Meir <wouter.vanmeir@pandora.be>
* libvncclient/vncviewer.c: Call MallocFrameBuffer before
SetFormatAndEncodings The hook is still called after InitialiseRFBConnection() so we can
choose the color settings depending on the vnc server (or settings)
in that hook. This way one can use the "VNC server default format" pixelformat if
the client supports it, or perform a workaround (Intel AMT KVM
"classic vnc" server only works using 8bit colors in RFB3.8) Signed-off-by: Wouter Van Meir <wouter.vanmeir@pandora.be>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2010-05-19 Christian Beier <dontmind@freeshell.org>
* libvncserver/main.c, libvncserver/rfbserver.c, rfb/rfb.h:
Implement a DisplayFinishedHook for libvncserver. If set, this hook gets called just before rfbSendFrameBufferUpdate()
returns. Signed-off-by: Christian Beier <dontmind@freeshell.org>
2010-05-08 runge <runge@karlrunge.com>
* ChangeLog, libvncclient/rfbproto.c: libvncclient:
rfbResizeFrameBuffer should also set updateRect.
2010-05-08 runge <runge@karlrunge.com>
* prepare_x11vnc_dist.sh, x11vnc/ChangeLog, x11vnc/README,
x11vnc/connections.c, x11vnc/screen.c, x11vnc/unixpw.c,
x11vnc/x11vnc.1, x11vnc/x11vnc_defs.c: x11vnc: tweaks to
prepare_x11vnc_dist.sh. set cd->unixname in apply_opts().
2010-05-07 Johannes Schindelin <johannes.schindelin@gmx.de>
* AUTHORS: Complete the AUTHORS file Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2010-05-07 Wouter Van Meir <wouter.vanmeir@pandora.be>
* CMakeLists.txt: fix CMakeLists.txt: other way to find pthread
library ... and fixed linking of the tests in the examples directory. Signed-off-by: Wouter Van Meir <wouter.vanmeir@pandora.be>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2010-05-05 runge <runge@karlrunge.com>
* classes/ssl/index.vnc, classes/ssl/proxy.vnc,
classes/ssl/ultra.vnc, classes/ssl/ultraproxy.vnc,
classes/ssl/ultrasigned.vnc, prepare_x11vnc_dist.sh, x11vnc/README,
x11vnc/misc/enhanced_tightvnc_viewer/README,
x11vnc/misc/enhanced_tightvnc_viewer/Windows/util/connect_br.tcl,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ss_vncviewer,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ssvnc.tcl,
x11vnc/misc/enhanced_tightvnc_viewer/build.unix,
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/_bundle,
x11vnc/x11vnc.1, x11vnc/x11vnc_defs.c: misc/etv sync.
2010-05-01 runge <runge@karlrunge.com>
* x11vnc/ChangeLog, x11vnc/README, x11vnc/connections.c,
x11vnc/help.c, x11vnc/misc/ultravnc_repeater.pl,
x11vnc/sslhelper.c, x11vnc/x11vnc.1, x11vnc/x11vnc_defs.c,
x11vnc/xrecord.c: x11vnc: X11VNC_DISABLE_SSL_CLIENT_MODE option to
disable SSL client role in reverse connections. Improvements to
logging in ultravnc_repeater, ULTRAVNC_REPEATER_NO_RFB option.
Increase SSL timeout and print message if 'repeater' mode is
detected for reverse SSL connection. Fix RECORD scroll XCopyArea
detection with recent gtk/gdk library; set X11VNC_SCROLL_MUST_EQUAL to disable. Limit logging of RECORD error messages.
2010-04-28 Johannes Schindelin <johannes.schindelin@gmx.de>
* client_examples/Makefile.am: Another try to fix the _SOURCES issue Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2010-04-28 Corentin Chary <corentin.chary@gmail.com>
* CMakeLists.txt, rfb/rfbconfig.h.cmake: cmake: fix CMakeLists.txt - It's SDL_LIBRARY, not SDL_LIBRARIES - Detect GnuTLS and set the macro in rfbconfig.h - Add tls.c to libvncclient to avoid missing symbols Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2010-04-25 runge <runge@karlrunge.com>
* x11vnc/ChangeLog, x11vnc/README, x11vnc/enc.h, x11vnc/help.c,
x11vnc/remote.c, x11vnc/scan.c, x11vnc/sslhelper.c,
x11vnc/x11vnc.1, x11vnc/x11vnc_defs.c: incorporate new
ultravnc_dsm_helper.c.
2010-04-18 runge <runge@karlrunge.com>
* x11vnc/ChangeLog,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ss_vncviewer,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ssvnc.tcl,
x11vnc/misc/enhanced_tightvnc_viewer/build.unix,
x11vnc/misc/enhanced_tightvnc_viewer/man/man1/ssvncviewer.1,
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/stunnel-maxconn.pa
tch,
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-fu
ll.patch: Sync ssvncviewer changes.
2010-04-18 runge <runge@karlrunge.com>
* x11vnc/ChangeLog, x11vnc/README, x11vnc/appshare.c,
x11vnc/connections.c, x11vnc/help.c, x11vnc/inet.c, x11vnc/inet.h,
x11vnc/misc/connect_switch, x11vnc/misc/desktop.cgi,
x11vnc/misc/ultravnc_repeater.pl, x11vnc/options.c,
x11vnc/options.h, x11vnc/remote.c, x11vnc/screen.c,
x11vnc/sslhelper.c, x11vnc/ssltools.h, x11vnc/user.c,
x11vnc/util.c, x11vnc/v4l.c, x11vnc/x11vnc.1, x11vnc/x11vnc.c,
x11vnc/x11vnc.h, x11vnc/x11vnc_defs.c, x11vnc/xinerama.c:
Improvements to demo scripts. Alias -coe for -connect_or_exit. Fix
HAVE_V4L2. Warn no Xvfb, Xdummy, or Xvnc. Xinerama screens.
2010-04-09 runge <runge@karlrunge.com>
* x11vnc/ChangeLog, x11vnc/README, x11vnc/connections.c,
x11vnc/connections.h, x11vnc/enc.h, x11vnc/help.c, x11vnc/inet.c,
x11vnc/inet.h, x11vnc/options.c, x11vnc/options.h, x11vnc/remote.c,
x11vnc/screen.c, x11vnc/sslcmds.c, x11vnc/sslhelper.c,
x11vnc/sslhelper.h, x11vnc/ssltools.h, x11vnc/tkx11vnc,
x11vnc/tkx11vnc.h, x11vnc/user.c, x11vnc/util.c, x11vnc/x11vnc.1,
x11vnc/x11vnc.c, x11vnc/x11vnc.h, x11vnc/x11vnc_defs.c,
x11vnc/xevents.c, x11vnc/xinerama.c: x11vnc: exit(1) for
-connect_or_exit failure, quiet query mode for grab_state,
pointer_pos, etc. ipv6 support. STUNNEL_LISTEN for particular
interface. -input_eagerly in addition to -allinput. quiet Xinerama
message.
2010-04-09 runge <runge@karlrunge.com>
* classes/ssl/ss_vncviewer,
classes/ssl/tightvnc-1.3dev7_javasrc-vncviewer-ssl.patch,
classes/ssl/ultravnc-102-JavaViewer-ssl-etc.patch: Improvements to
Java viewer: troubleshooting settings and workarounds, misc bug
fixes.
2010-04-09 runge <runge@karlrunge.com>
* x11vnc/misc/connect_switch, x11vnc/misc/desktop.cgi,
x11vnc/misc/enhanced_tightvnc_viewer/README,
x11vnc/misc/enhanced_tightvnc_viewer/Windows/util/connect_br.tcl,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ss_vncviewer,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ssvnc.tcl,
x11vnc/misc/enhanced_tightvnc_viewer/build.unix,
x11vnc/misc/enhanced_tightvnc_viewer/man/man1/ssvnc.1,
x11vnc/misc/enhanced_tightvnc_viewer/man/man1/ssvncviewer.1,
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/_bundle,
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/_getpatches,
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-fu
ll.patch, x11vnc/misc/inet6to4: Synchronize ssvnc 1.0.26.
Improvements to perl scripts desktop.cgi, connect_switch and
inet6to4.
2010-03-21 runge <runge@karlrunge.com>
* classes/ssl/README, classes/ssl/onetimekey,
classes/ssl/tightvnc-1.3dev7_javasrc-vncviewer-ssl.patch,
classes/ssl/ultravnc-102-JavaViewer-ssl-etc.patch,
x11vnc/ChangeLog, x11vnc/README, x11vnc/cursor.c, x11vnc/help.c,
x11vnc/keyboard.c, x11vnc/misc/Makefile.am, x11vnc/misc/README,
x11vnc/misc/connect_switch, x11vnc/misc/desktop.cgi,
x11vnc/misc/inet6to4, x11vnc/misc/panner.pl,
x11vnc/misc/ultravnc_repeater.pl, x11vnc/remote.c,
x11vnc/sslhelper.c, x11vnc/ssltools.h, x11vnc/user.c,
x11vnc/x11vnc.1, x11vnc/x11vnc.c, x11vnc/x11vnc_defs.c: classes/ssl:
Many improvements to Java SSL applet, onetimekey serverCert param,
debugging printout, user dialogs, catch socket exceptions,
autodetect x11vnc for GET=1. x11vnc: misc/scripts: desktop.cgi,
inet6to4, panner.pl. X11VNC_HTTPS_DOWNLOAD_WAIT_TIME, -unixpw %xxx
documented, and can run user cmd in UNIXPW_CMD. FD_XDMCP_IF for
create script, autodetect dm on udp6 only. Queries: pointer_x,
pointer_y, pointer_same, pointer_root. Switch on -xkd if keysyms
per key > 4 in all cases. daemon mode improvements for
connect_switch, inet6to4, ultravnc_repeater.pl. Dynamic change of
-clip do not create new fb if WxH is unchanged.
2010-03-21 runge <runge@karlrunge.com>
* configure.ac: I think two HAVE_X's were missed.
2010-03-13 Johannes Schindelin <johannes.schindelin@gmx.de>
* libvncclient/rfbproto.c, libvncclient/vncviewer.c: Fix compilation
without TLS Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2010-03-13 Johannes Schindelin <johannes.schindelin@gmx.de>
* client_examples/Makefile.am, client_examples/SDLvncviewer.c: Fix
compilation with newer automake For some reason, this developer's automake no longer understands
_SOURCES lines anymore. Work around that. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2010-03-13 Johannes Schindelin <johannes.schindelin@gmx.de>
* client_examples/Makefile.am, configure.ac: Rename HAVE_X ->
HAVE_X11 This change is just for consistency reasons. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2010-02-22 runge <runge@karlrunge.com>
* classes/ssl/README,
classes/ssl/tightvnc-1.3dev7_javasrc-vncviewer-ssl.patch,
classes/ssl/ultravnc-102-JavaViewer-ssl-etc.patch,
x11vnc/ChangeLog, x11vnc/README, x11vnc/help.c, x11vnc/scan.c,
x11vnc/sslcmds.c, x11vnc/sslcmds.h, x11vnc/ssltools.h,
x11vnc/x11vnc.1, x11vnc/x11vnc.c, x11vnc/x11vnc_defs.c: classes/ssl:
Java SSL applet viewer now works with certificate chains. x11vnc:
Printout option -sslScripts. Suggest -auth guess in error message.
Set fake_screen width and height. Test for +kb in Xvfb.
2010-01-22 Christian Beier <dontmind@freeshell.org>
* libvncclient/vncviewer.c: libvncclient/vncviewer.c: don't set
serverPort in rfbInitClient(). The serverPort member is already set in rfbGetClient(), if we set it
again in rfbInitClient(), this breaks playing of vncrec files (this
relies on serverPort set to -1). Signed-off-by: Christian Beier <dontmind@freeshell.org>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2010-01-16 Johannes Schindelin <johannes.schindelin@gmx.de>
* libvncclient/vncviewer.c: LibVNCClient: make sure that the port is
initialized correctly. While at it, adjust coding style. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2010-01-15 Vic Lee <llyzs@163.com>
* libvncclient/rfbproto.c, libvncclient/vncviewer.c,
rfb/rfbclient.h: Add UltraVNC Repeater support in libvncclient [jes: adjusted coding style, made sure port is initialized
correctly] Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-by: Johannes
Schindelin <johannes.schindelin@gmx.de>
2010-01-07 runge <runge@karlrunge.com>
* x11vnc/README, x11vnc/misc/Xdummy, x11vnc/x11vnc.1,
x11vnc/x11vnc_defs.c: x11vnc: add modeline creation to Xdummy.
2010-01-07 Christian Beier <dontmind@freeshell.org>
* libvncserver/font.c: libvncserver/font.c: add some checks to
rfbDrawChar(). In some cases (bad font data) the coordinates evaluate to <0,
causing a segfault in the following memcpy(). [jes: keep the offset, but do not try to segfault] Signed-off-by: Christian Beier <dontmind@freeshell.org>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2010-01-07 Christian Beier <dontmind@freeshell.org>
* vncterm/LinuxVNC.c: LinuxVNC: Fix for no input possible because of
ctrl key being stuck. Issue was reported as Debian bug ##555988,
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=555988 Signed-off-by: Christian Beier <dontmind@freeshell.org>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2010-01-04 Christian Beier <dontmind@freeshell.org>
* vncterm/LinuxVNC.c, vncterm/VNConsole.c: LinuxVNC: fix segfault at
"linuxvnc 1 -help". This fixes Debian Bug #399501: Switch to tty1. Run "linuxvnc 1
-help". You see help text, followed by "Segmentation fault". Signed-off-by: Christian Beier <dontmind@freeshell.org>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2010-01-02 runge <runge@karlrunge.com>
* x11vnc/8to24.c, x11vnc/8to24.h, x11vnc/ChangeLog, x11vnc/README,
x11vnc/allowed_input_t.h, x11vnc/appshare.c, x11vnc/avahi.c,
x11vnc/avahi.h, x11vnc/blackout_t.h, x11vnc/cleanup.c,
x11vnc/cleanup.h, x11vnc/connections.c, x11vnc/connections.h,
x11vnc/cursor.c, x11vnc/cursor.h, x11vnc/enc.h, x11vnc/enums.h,
x11vnc/gui.c, x11vnc/gui.h, x11vnc/help.c, x11vnc/help.h,
x11vnc/inet.c, x11vnc/inet.h, x11vnc/keyboard.c, x11vnc/keyboard.h,
x11vnc/linuxfb.c, x11vnc/linuxfb.h, x11vnc/macosx.c,
x11vnc/macosx.h, x11vnc/macosxCG.c, x11vnc/macosxCG.h,
x11vnc/macosxCGP.c, x11vnc/macosxCGP.h, x11vnc/macosxCGS.c,
x11vnc/macosxCGS.h, x11vnc/misc/README, x11vnc/misc/Xdummy,
x11vnc/misc/rx11vnc, x11vnc/misc/rx11vnc.pl, x11vnc/options.c,
x11vnc/options.h, x11vnc/params.h, x11vnc/pm.c, x11vnc/pm.h,
x11vnc/pointer.c, x11vnc/pointer.h, x11vnc/rates.c, x11vnc/rates.h,
x11vnc/remote.c, x11vnc/remote.h, x11vnc/scan.c, x11vnc/scan.h,
x11vnc/screen.c, x11vnc/screen.h, x11vnc/scrollevent_t.h,
x11vnc/selection.c, x11vnc/selection.h, x11vnc/solid.c,
x11vnc/solid.h, x11vnc/sslcmds.c, x11vnc/sslcmds.h,
x11vnc/sslhelper.c, x11vnc/sslhelper.h, x11vnc/ssltools.h,
x11vnc/uinput.c, x11vnc/uinput.h, x11vnc/unixpw.c, x11vnc/unixpw.h,
x11vnc/user.c, x11vnc/user.h, x11vnc/userinput.c,
x11vnc/userinput.h, x11vnc/util.c, x11vnc/util.h, x11vnc/v4l.c,
x11vnc/v4l.h, x11vnc/win_utils.c, x11vnc/win_utils.h,
x11vnc/winattr_t.h, x11vnc/x11vnc.1, x11vnc/x11vnc.h,
x11vnc/x11vnc_defs.c, x11vnc/xdamage.c, x11vnc/xdamage.h,
x11vnc/xevents.c, x11vnc/xevents.h, x11vnc/xinerama.c,
x11vnc/xinerama.h, x11vnc/xkb_bell.c, x11vnc/xkb_bell.h,
x11vnc/xrandr.c, x11vnc/xrandr.h, x11vnc/xrecord.c,
x11vnc/xrecord.h, x11vnc/xwrappers.c, x11vnc/xwrappers.h: x11vnc:
small tweaks to Xdummy, rx11vnc*. Apply SMALL_FOOTPRINT to
-appshare text. Copyright year change.
2010-01-02 runge <runge@karlrunge.com>
* libvncserver/tightvnc-filetransfer/rfbtightserver.c: year++;
2010-01-02 runge <runge@karlrunge.com>
* ChangeLog, libvncserver/tightvnc-filetransfer/rfbtightserver.c:
tightvnc-filetransfer/rfbtightserver.c: enabled fix for tight
security type for RFB 3.8 (debian bug 517422.)
2010-01-01 Vic Lee <llyzs@163.com>
* libvncclient/rfbproto.c, libvncclient/vncviewer.c,
rfb/rfbclient.h: Add support for viewers to select security types on
demand Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-by: Johannes
Schindelin <johannes.schindelin@gmx.de>
2009-12-29 runge <runge@karlrunge.com>
* x11vnc/ChangeLog, x11vnc/README, x11vnc/help.c,
x11vnc/misc/Xdummy, x11vnc/x11vnc.1, x11vnc/x11vnc.c,
x11vnc/x11vnc_defs.c: x11vnc: rename -create_x to -create_xsrv.
Hopefully done fixing Xdummy.
2009-12-28 runge <runge@karlrunge.com>
* x11vnc/ChangeLog, x11vnc/README, x11vnc/appshare.c,
x11vnc/misc/Xdummy, x11vnc/misc/enhanced_tightvnc_viewer/bin/ssvnc,
x11vnc/misc/enhanced_tightvnc_viewer/bin/ssvnc_cmd,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ssvnc.tcl,
x11vnc/misc/enhanced_tightvnc_viewer/man/man1/ssvnc.1,
x11vnc/misc/enhanced_tightvnc_viewer/man/man1/ssvncviewer.1,
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-fu
ll.patch, x11vnc/remote.c, x11vnc/solid.c, x11vnc/tkx11vnc,
x11vnc/tkx11vnc.h, x11vnc/unixpw.c, x11vnc/x11vnc.1,
x11vnc/x11vnc.c, x11vnc/x11vnc_defs.c: x11vnc: Fix problems in
--without-x builds. Fix crash with -QD query for dbus info. Adjust
window size for small screens in -gui. Improve F1 help for xdm,
etc. include ssvnc 1.0.25 source.
2009-12-24 runge <runge@karlrunge.com>
* prepare_x11vnc_dist.sh, x11vnc/ChangeLog, x11vnc/README,
x11vnc/help.c, x11vnc/misc/Xdummy, x11vnc/ssltools.h,
x11vnc/unixpw.c, x11vnc/user.c, x11vnc/x11vnc.1, x11vnc/x11vnc.c,
x11vnc/x11vnc_defs.c: x11vnc: prepare_x11vnc_dist.sh for 0.9.10.
-xdummy_xvfb, -svc_xdummy_xvfb and -create_x shorthand. lxde
session. Xdummy improvements and root no longer required.
2009-12-20 Vic Lee <llyzs@163.com>
* libvncclient/rfbproto.c: Fix version checking (>=3.8) for
rfbVncAuthOK confirmation when no password required It seems that vino does not send AuthOK when there is no password
with anonymous TLS, and it seems that vino is the only <3.8 VNC
server that handles anonymous TLS at all, so let's not wait for the
packet that will never come. Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-by: Johannes
Schindelin <johannes.schindelin@gmx.de>
2009-12-21 runge <runge@karlrunge.com>
* x11vnc/ChangeLog, x11vnc/README, x11vnc/sslhelper.c,
x11vnc/ssltools.h, x11vnc/unixpw.c, x11vnc/x11vnc.1,
x11vnc/x11vnc_defs.c: x11vnc: -DENC_HAVE_OPENSSL=0 to disable enc.h
but still have ssl. Tweak ps command in find_display. Try to handle AIX su. Ignore an initial newline at login: for -unixpw.
2009-12-18 runge <runge@karlrunge.com>
* x11vnc/ChangeLog: ChangeLog typo
2009-12-18 runge <runge@karlrunge.com>
* x11vnc/ChangeLog, x11vnc/README, x11vnc/help.c,
x11vnc/sslhelper.c, x11vnc/ssltools.h, x11vnc/unixpw.c,
x11vnc/user.c, x11vnc/x11vnc.1, x11vnc/x11vnc.c,
x11vnc/x11vnc_defs.c: Add tag=... to unixpw opts to set FD_TAG.
Prefer Xvfb over Xdummy. Reduce wait time for https. Add 'Login
succeeded' output to unixpw panel.
2009-12-18 runge <runge@karlrunge.com>
* x11vnc/ChangeLog, x11vnc/README, x11vnc/connections.c,
x11vnc/help.c, x11vnc/remote.c, x11vnc/unixpw.c, x11vnc/x11vnc.1,
x11vnc/x11vnc.c, x11vnc/x11vnc_defs.c: x11vnc: fix keycode and other
remote control actions under DIRECT: with an extra XFlush and other
safety measures. fflush(stderr) much in su_verify. Make the
-unixpw env. vars UNIXPW_DISABLE_SSL and UNIXPW_DISABLE_LOCALHOST
work correctly. Make -loopbg actually imply -bg.
2009-12-15 runge <runge@karlrunge.com>
* x11vnc/ChangeLog, x11vnc/README, x11vnc/help.c, x11vnc/inet.c,
x11vnc/misc/Makefile.am, x11vnc/misc/connect_switch,
x11vnc/misc/ultravnc_repeater.pl, x11vnc/options.c,
x11vnc/options.h, x11vnc/pointer.c, x11vnc/remote.c,
x11vnc/screen.c, x11vnc/ssltools.h, x11vnc/unixpw.c, x11vnc/user.c,
x11vnc/x11vnc.1, x11vnc/x11vnc.c, x11vnc/x11vnc_defs.c,
x11vnc/xdamage.c, x11vnc/xevents.c: X props names via env var.
fakebuttonevent action, connect_switch and ultravnc_repeater.pl
scripts, find_display try FD_XDM on failure, -quiet and -storepasswd
changes, better port 113 testing.
2009-12-07 runge <runge@karlrunge.com>
* x11vnc/ChangeLog, x11vnc/README, x11vnc/cleanup.c, x11vnc/help.c,
x11vnc/remote.c, x11vnc/screen.c, x11vnc/sslhelper.c,
x11vnc/ssltools.h, x11vnc/x11vnc.1, x11vnc/x11vnc.c,
x11vnc/x11vnc_defs.c: X11VNC_EXTRA_HTTPS_PARAMS,
X11VNC_HTTP_LISTEN_LOCALHOST, X11VNC_REOPEN_SLEEP_MAX,
-findauth/-auth guess FD_XDM=1 for root, work around xhost
SI:localuser:root.
2009-12-05 runge <runge@karlrunge.com>
* classes/ssl/ss_vncviewer,
classes/ssl/ultravnc-102-JavaViewer-ssl-etc.patch,
x11vnc/ChangeLog, x11vnc/README, x11vnc/appshare.c, x11vnc/gui.c,
x11vnc/unixpw.c, x11vnc/x11vnc.1, x11vnc/x11vnc_defs.c: Update java
and scripts in classes/ssl. x11vnc: declare crypt() on all
platforms. more wishes.
2009-12-02 runge <runge@karlrunge.com>
* x11vnc/ChangeLog, x11vnc/Makefile.am, x11vnc/README,
x11vnc/appshare.c, x11vnc/connections.c, x11vnc/cursor.c,
x11vnc/help.c, x11vnc/keyboard.c, x11vnc/options.c,
x11vnc/options.h, x11vnc/pm.c, x11vnc/pointer.c, x11vnc/remote.c,
x11vnc/screen.c, x11vnc/sslhelper.c, x11vnc/tkx11vnc,
x11vnc/tkx11vnc.h, x11vnc/unixpw.c, x11vnc/user.c,
x11vnc/userinput.c, x11vnc/util.c, x11vnc/util.h,
x11vnc/win_utils.c, x11vnc/win_utils.h, x11vnc/x11vnc.1,
x11vnc/x11vnc.c, x11vnc/x11vnc_defs.c, x11vnc/xevents.c,
x11vnc/xinerama.c, x11vnc/xrandr.c: x11vnc: -appshare mode for
sharing an application windows instead of the entire desktop. map
port + 5500 in reverse connect. Add id_cmd remote control functions
for id (and other) windows. Allow zero port in SSL reverse
connections. Adjust delays between multiple reverse connections;
X11VNC_REVERSE_SLEEP_MAX env var. Add some missing mutex locks; add
INPUT_LOCK and threads_drop_input. More safety in -threads mode for
new framebuffer change. Fix some stderr leaking in -inetd mode.
2009-12-01 runge <runge@karlrunge.com>
* libvncserver/cursor.c, libvncserver/sockets.c,
libvncserver/translate.c: Add locks of updateMutex in
rfbRedrawAfterHideCursor() and rfbSetClientColourMap(). Up listen
limit from 5 to 32.
2009-11-18 runge <runge@karlrunge.com>
* x11vnc/misc/enhanced_tightvnc_viewer/README,
x11vnc/misc/enhanced_tightvnc_viewer/Windows/util/connect_br.tcl,
x11vnc/misc/enhanced_tightvnc_viewer/bin/ssvnc,
x11vnc/misc/enhanced_tightvnc_viewer/bin/ssvnc_cmd,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ss_vncviewer,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ssvnc.tcl,
x11vnc/misc/enhanced_tightvnc_viewer/man/man1/ssvncviewer.1,
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/_bundle,
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-fu
ll.patch: ssvnc/enhanced_tightvnc_viewer update.
2009-11-18 runge <runge@karlrunge.com>
* x11vnc/ChangeLog, x11vnc/README, x11vnc/cleanup.c,
x11vnc/connections.c, x11vnc/cursor.c, x11vnc/cursor.h,
x11vnc/enc.h, x11vnc/help.c, x11vnc/remote.c, x11vnc/screen.c,
x11vnc/selection.c, x11vnc/solid.c, x11vnc/ssltools.h,
x11vnc/tkx11vnc, x11vnc/tkx11vnc.h, x11vnc/unixpw.c, x11vnc/user.c,
x11vnc/x11vnc.1, x11vnc/x11vnc.c, x11vnc/x11vnc.h,
x11vnc/x11vnc_defs.c, x11vnc/xevents.c, x11vnc/xevents.h: x11vnc:
-findauth, -auth guess, & etc.
2009-11-11 Christian Beier <dontmind@freeshell.org>
* libvncclient/listen.c, rfb/rfbclient.h: libvncclient: better
return value for non-forking listen. The return value now better reflects what has happened: 1 on success
(incoming connection on listen socket, we accepted it successfully),
-1 on error, 0 on timeout. Also change the select calls to not check _all_ possible file
descriptors. Signed-off-by: Christian Beier <dontmind@freeshell.org>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2009-11-05 Christian Beier <dontmind@freeshell.org>
* libvncclient/listen.c, libvncclient/rfbproto.c,
libvncclient/vncviewer.c, libvncserver/rfbserver.c: Fix checks for
socket values, 0 is a legal value. To make this work, we also have to initialize sockets to a default
value of -1. Also close a client listen socket if it's open. Signed-off-by: Christian Beier <dontmind@freeshell.org>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2009-10-31 Christian Beier <dontmind@freeshell.org>
* libvncclient/vncviewer.c: libvncclient: include winsock2.h in
vncviewer.c. fixes warning about closesocket being implicitly declared. Signed-off-by: Christian Beier <dontmind@freeshell.org>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2009-11-05 Vic Lee <llyzs@163.com>
* configure.ac: Change GnuTLS minimum requirement to 2.4.0 Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-by: Johannes
Schindelin <johannes.schindelin@gmx.de>
2009-11-04 Vic Lee <llyzs@163.com>
* client_examples/ppmtest.c, examples/example.c,
libvncclient/sockets.c, libvncclient/zrle.c, libvncserver/cursor.c,
libvncserver/tightvnc-filetransfer/rfbtightserver.c,
vncterm/VNConsole.c: Fix various compilation warnings Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-by: Johannes
Schindelin <johannes.schindelin@gmx.de>
2009-10-07 Vic Lee <llyzs@163.com>
* libvncclient/rfbproto.c, libvncserver/vncauth.c, rfb/rfbclient.h,
rfb/rfbproto.h: Add MSLogon security type Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-by: Johannes
Schindelin <johannes.schindelin@gmx.de>
2009-10-31 Johannes Schindelin <johannes.schindelin@gmx.de>
* AUTHORS: Add Alexander to the authors Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2009-10-31 Christian Beier <dontmind@freeshell.org>
* client_examples/SDLvncviewer.c: SDLvncviewer: don't call clean up
the same client twice. If rfbInitConnection fails, it cleans up the client, so protect
against doing it ourselves again. Signed-off-by: Christian Beier <dontmind@freeshell.org>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2009-10-30 Christian Beier <dontmind@freeshell.org>
* client_examples/SDLvncviewer.c: SDLvncviewer: add SIGINT handler
to be able to actually stop program. Signed-off-by: Christian Beier <dontmind@freeshell.org>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2009-10-26 Christian Beier <dontmind@freeshell.org>
* client_examples/SDLvncviewer.c: SDLvncviewer: use -listennofork
when -listen specified. As -listen mode isn't really working under UNIX and not at all under
windows, use -listennofork and an outer listen loop instead. Signed-off-by: Christian Beier <dontmind@freeshell.org>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2009-10-26 Christian Beier <dontmind@freeshell.org>
* libvncclient/listen.c, libvncclient/vncviewer.c, rfb/rfbclient.h:
libvncclient: add a non-forking listen function. Forking the whole process from deep within a library call does not
really work at all with apps that use multiple threads, i.e. every
reasonably modern GUI app. So, provide a non-forking listen function
so that the caller can decide if to fork, start a thread, etc. This implementation adds a timeout parameter to be able to call the
listen function multiple times so that it's possible to do sth. else
in between, e.g. abort listening. Signed-off-by: Christian Beier <dontmind@freeshell.org>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2009-10-21 Christian Beier <dontmind@freeshell.org>
* client_examples/SDLvncviewer.c: SDLvncviewer: make listen mode
work _somewhat_. set the port to listen on and really ensure that the window of the
fork()ed instance is closed. works somewhat: it's now actually possible to listen for an incoming
connection and to close it again, but the second connection attempt
fails with 'XIO: fatal IO error 11 (Resource temporarily
unavailable)'. this could relate to the fact that SDL uses threads
internally and we're fork()ing here... Signed-off-by: Christian Beier <dontmind@freeshell.org>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2009-10-30 Christian Beier <dontmind@freeshell.org>
* libvncclient/sockets.c: libvncclient: make listenAtTCPPort() work
under windows. Actually, initSockets() has to be called everywhere we possibly use
sockets the first time. Also fix return value of initSockets(). Signed-off-by: Christian Beier <dontmind@freeshell.org>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2009-10-30 Alexander Dorokhine <arrenlex@gmail.com>
* libvncclient/rfbproto.c, libvncclient/vncviewer.c,
rfb/rfbclient.h: libvncclient: Add FinishedFrameBufferUpdate
callback When working on a program which searches the display for some image,
one does not want to search again without getting an FB update. Add
a callback to make this possible.
2009-10-30 Alexander Dorokhine <arrenlex@gmail.com>
* libvncclient/sockets.c: Fix hostname resolution problems under
Windows On Windows, the WSA system needs to be initialized to be able to
look up host names. This patch also changes *addr = 0 to use the constant
INADDR_LOOPBACK instead, which seems to be required on Windows.
2009-10-17 runge <runge@karlrunge.com>
* x11vnc/ChangeLog, x11vnc/README, x11vnc/cleanup.c, x11vnc/help.c,
x11vnc/solid.c, x11vnc/sslhelper.c, x11vnc/x11vnc.1,
x11vnc/x11vnc.c, x11vnc/x11vnc_defs.c: Workaround for inane
X_ShmAttach incompatibility in Xorg, -solid support in xfce,
showrfbauth option.
2009-10-08 runge <runge@karlrunge.com>
* x11vnc/misc/enhanced_tightvnc_viewer/README,
x11vnc/misc/enhanced_tightvnc_viewer/bin/ssvnc,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ss_vncviewer,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ssvnc.tcl,
x11vnc/misc/enhanced_tightvnc_viewer/man/man1/ssvnc.1,
x11vnc/misc/enhanced_tightvnc_viewer/man/man1/ssvncviewer.1,
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/_bundle,
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-fu
ll.patch: Synchronize ssvnc source, etc. Nearly the 1.0.24
release...
2009-10-08 runge <runge@karlrunge.com>
* classes/ssl/tightvnc-1.3dev7_javasrc-vncviewer-ssl.patch,
x11vnc/ChangeLog, x11vnc/README, x11vnc/connections.c,
x11vnc/connections.h, x11vnc/enc.h, x11vnc/help.c,
x11vnc/keyboard.c, x11vnc/options.c, x11vnc/options.h,
x11vnc/params.h, x11vnc/remote.c, x11vnc/remote.h, x11vnc/screen.c,
x11vnc/selection.c, x11vnc/selection.h, x11vnc/solid.c,
x11vnc/solid.h, x11vnc/sslcmds.c, x11vnc/sslcmds.h,
x11vnc/sslhelper.c, x11vnc/sslhelper.h, x11vnc/ssltools.h,
x11vnc/tkx11vnc, x11vnc/tkx11vnc.h, x11vnc/unixpw.c,
x11vnc/unixpw.h, x11vnc/user.c, x11vnc/util.c, x11vnc/util.h,
x11vnc/x11vnc.1, x11vnc/x11vnc.c, x11vnc/x11vnc_defs.c,
x11vnc/xdamage.c, x11vnc/xdamage.h, x11vnc/xevents.c,
x11vnc/xevents.h, x11vnc/xwrappers.c: Huge number of changes, see
x11vnc/ChangeLog
2009-10-07 runge <runge@karlrunge.com>
* libvncclient/rfbproto.c: Some broken build environments treat
fprintf(fh, buf) as a fatal error...
2009-10-07 runge <runge@karlrunge.com>
* libvncserver/main.c: Some broken build environments treat
fprintf(fh, buf) as a fatal error...
2009-10-02 Vic Lee <llyzs@163.com>
* libvncclient/rfbproto.c, libvncclient/tls.c, rfb/rfbclient.h,
rfb/rfbproto.h: Add VeNCrypt support in libvncclient Signed-off-by: Vic Lee <llyzs@163.com>
2009-10-02 Christian Beier <dontmind@freeshell.org>
* configure.ac, libvncclient/rfbproto.c, libvncclient/sockets.c,
rfb/rfb.h, vncterm/Makefile.am: mingw32 crosscompile fixes. SOCKET is redefined in winsock2.h so #undef it where winsock2.h is
included. The changes in rfbproto.c circumvent crosscompiler errors
like 'S_IFMT' undeclared ...', the Makefile.am changes avoid
building linux specific stuff for a win32 host target. Also added
configure option to specify sdl-config. Signed-off-by: Christian Beier <dontmind@freeshell.org>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2009-10-02 Johannes Schindelin <johannes.schindelin@gmx.de>
* configure.ac: Fallback to --without-client-tls if GNUTLS could not
be found Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2009-10-01 Vic Lee <llyzs@163.com>
* configure.ac, libvncclient/Makefile.am, libvncclient/rfbproto.c,
libvncclient/sockets.c, libvncclient/tls.c, libvncclient/tls.h,
libvncclient/vncviewer.c, rfb/rfbclient.h, rfb/rfbproto.h: Add
anonymous TLS support in libvncclient Signed-off-by: Vic Lee <llyzs@163.com>
2009-10-02 Johannes Schindelin <johannes.schindelin@gmx.de>
* test/encodingstest.c: encodingstest: fix multi-threading issue Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2009-10-02 Johannes Schindelin <johannes.schindelin@gmx.de>
* test/encodingstest.c: encodingstest: fix whitespace Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2009-10-02 Johannes Schindelin <johannes.schindelin@gmx.de>
* AUTHORS: Add Christian Beier to the AUTHORS Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2009-10-02 Christian Beier <dontmind@freeshell.org>
* libvncclient/rfbproto.c: Fix IsUnixSocket() This is a pure functionality fix: according to its manpage, stat()
returns 0 on success. Checking for a return value of zero fixes
incorrect results of IsUnixSocket(). Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2009-09-27 Johannes Schindelin <johannes.schindelin@gmx.de>
* AUTHORS: Add Vic Lee to the author list Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2009-09-14 Vic Lee <llyzs@163.com>
* libvncclient/rfbproto.c: Fix bug for logging unsupported security
types Signed-off-by: Vic Lee <llyzs@163.com>
2009-09-14 Vic Lee <llyzs@163.com>
* libvncclient/rfbproto.c: Fix bug for VNC Server version 4 Signed-off-by: Vic Lee <llyzs@163.com>
2009-08-10 runge <runge@karlrunge.com>
* x11vnc/README, x11vnc/connections.c, x11vnc/enc.h, x11vnc/help.c,
x11vnc/pointer.c, x11vnc/unixpw.c, x11vnc/unixpw.h, x11vnc/user.c,
x11vnc/x11vnc.1, x11vnc/x11vnc.c, x11vnc/x11vnc_defs.c: Improvements
to -unixpw_cmd and -unixpw_nis. Experimental X11VNC_WATCH_DX_DY=1
for buggy theme menus, see:
http://ubuntuforums.org/showthread.php?t=1223490
2009-07-11 runge <runge@karlrunge.com>
* prepare_x11vnc_dist.sh, x11vnc/README, x11vnc/help.c,
x11vnc/x11vnc.1, x11vnc/x11vnc_defs.c: Setup for x11vnc version
0.9.9
2009-06-19 runge <runge@karlrunge.com>
* classes/ssl/README,
classes/ssl/tightvnc-1.3dev7_javasrc-vncviewer-ssl.patch,
classes/ssl/ultravnc-102-JavaViewer-ssl-etc.patch, x11vnc/README:
Add proxyHost and proxyPort java applet params.
2009-06-18 runge <runge@karlrunge.com>
* classes/ssl/ss_vncviewer,
classes/ssl/tightvnc-1.3dev7_javasrc-vncviewer-ssl.patch,
classes/ssl/ultravnc-102-JavaViewer-ssl-etc.patch,
x11vnc/ChangeLog, x11vnc/README,
x11vnc/misc/enhanced_tightvnc_viewer/README,
x11vnc/misc/enhanced_tightvnc_viewer/Windows/README.txt,
x11vnc/misc/enhanced_tightvnc_viewer/bin/ssvnc_cmd,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ss_vncviewer,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ssvnc.tcl,
x11vnc/misc/enhanced_tightvnc_viewer/build.unix,
x11vnc/misc/enhanced_tightvnc_viewer/man/man1/ssvncviewer.1,
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-fu
ll.patch: classes/ssl: java viewer now handles auth-basic proxy
logins. misc/enhanced_tightvnc_viewer: update ssvnc.
2009-06-16 Johannes Schindelin <johannes.schindelin@gmx.de>
* libvncclient/vncviewer.c: Fix two issues in rfbGetClient() There was an unnecessary assignment, and an assignment of a string
that was to be free()ed later, so it has to be strdup()ed. Both issues spotted by Roman Held. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2009-06-14 runge <runge@karlrunge.com>
* x11vnc/ChangeLog, x11vnc/README, x11vnc/connections.c,
x11vnc/help.c, x11vnc/screen.c, x11vnc/sslhelper.c,
x11vnc/x11vnc.1, x11vnc/x11vnc.c, x11vnc/x11vnc_defs.c:
X11VNC_REFLECT_PASSWORD env. var., warning about compiz, improve
single-port.
2009-05-22 Stefan Becker <stefanb2@users.sourceforge.net>
* libvncclient/vncviewer.c: Add close() to rfbClientCleanup() Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2009-05-21 runge <runge@karlrunge.com>
* x11vnc/8to24.c, x11vnc/ChangeLog, x11vnc/README,
x11vnc/connections.c, x11vnc/connections.h, x11vnc/cursor.c,
x11vnc/help.c, x11vnc/keyboard.c, x11vnc/misc/turbovnc/convert,
x11vnc/options.c, x11vnc/options.h, x11vnc/rates.c,
x11vnc/remote.c, x11vnc/scan.c, x11vnc/screen.c,
x11vnc/sslhelper.c, x11vnc/unixpw.c, x11vnc/user.c,
x11vnc/userinput.c, x11vnc/util.c, x11vnc/util.h, x11vnc/x11vnc.1,
x11vnc/x11vnc.c, x11vnc/x11vnc_defs.c, x11vnc/xevents.c,
x11vnc/xrecord.c, x11vnc/xwrappers.c: Thread safety. Fix -clip -in
-rawfb. Try to avoid Xorg stuck key bug.
2009-05-21 runge <runge@karlrunge.com>
* ChangeLog, configure.ac, libvncserver/main.c,
libvncserver/rfbserver.c, libvncserver/tight.c,
libvncserver/tightvnc-filetransfer/rfbtightserver.c,
libvncserver/zlib.c, libvncserver/zrle.c,
libvncserver/zrleencodetemplate.c, rfb/rfb.h: Thread safety for
zrle, zlib, tight. Proposed tight security type fix for debian bug
517422.
2009-05-20 llyzs <llyzs@163.com>
* rfb/rfbclient.h: Export the functions SupportsClient2Server and
SupportsServer2Client These are useful functions for VNC clients, so let's export them for
everybody to use. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2009-05-12 Johannes Schindelin <johannes.schindelin@gmx.de>
* AUTHORS: Add Ben to the authors Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2009-05-12 Johannes Schindelin <johannes.schindelin@gmx.de>
* autogen.sh: Make autogen.sh executable Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2009-05-12 Ben Klopfenstein <benklop@gmail.com>
* libvncclient/rfbproto.c, libvncclient/sockets.c, rfb/rfbclient.h:
libvncclient: Unix sockets support by Ben Klopfenstein Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2009-03-31 runge <runge@karlrunge.com>
* x11vnc/README, x11vnc/connections.c, x11vnc/connections.h,
x11vnc/screen.c, x11vnc/x11vnc.1, x11vnc/x11vnc.h,
x11vnc/x11vnc_defs.c: rebuild for x11vnc dev 0.9.8
2009-03-31 runge <runge@karlrunge.com>
* prepare_x11vnc_dist.sh: x11vnc 0.9.8 dev
2009-03-30 Johannes Schindelin <johannes.schindelin@gmx.de>
* success.html: Add LCD4Linux to the success stories Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2009-03-16 runge <runge@karlrunge.com>
* x11vnc/README, x11vnc/enc.h, x11vnc/help.c, x11vnc/keyboard.c,
x11vnc/util.c, x11vnc/x11vnc.1, x11vnc/x11vnc.c,
x11vnc/x11vnc_defs.c: Add some -remap tricks. Limit rfbCFD message
count.
2009-03-14 runge <runge@karlrunge.com>
* x11vnc/8to24.c, x11vnc/8to24.h, x11vnc/README,
x11vnc/allowed_input_t.h, x11vnc/avahi.c, x11vnc/avahi.h,
x11vnc/blackout_t.h, x11vnc/cleanup.c, x11vnc/cleanup.h,
x11vnc/connections.c, x11vnc/connections.h, x11vnc/cursor.c,
x11vnc/cursor.h, x11vnc/enc.h, x11vnc/enums.h, x11vnc/gui.c,
x11vnc/gui.h, x11vnc/help.c, x11vnc/help.h, x11vnc/inet.c,
x11vnc/inet.h, x11vnc/keyboard.c, x11vnc/keyboard.h,
x11vnc/linuxfb.c, x11vnc/linuxfb.h, x11vnc/macosx.c,
x11vnc/macosx.h, x11vnc/macosxCG.c, x11vnc/macosxCG.h,
x11vnc/macosxCGP.c, x11vnc/macosxCGP.h, x11vnc/macosxCGS.c,
x11vnc/macosxCGS.h, x11vnc/misc/LICENSE,
x11vnc/misc/turbovnc/Makefile.am, x11vnc/misc/turbovnc/README,
x11vnc/misc/turbovnc/apply_turbovnc, x11vnc/misc/turbovnc/convert,
x11vnc/misc/turbovnc/convert_rfbserver,
x11vnc/misc/turbovnc/undo_turbovnc, x11vnc/options.c,
x11vnc/options.h, x11vnc/params.h, x11vnc/pm.c, x11vnc/pm.h,
x11vnc/pointer.c, x11vnc/pointer.h, x11vnc/rates.c, x11vnc/rates.h,
x11vnc/remote.c, x11vnc/remote.h, x11vnc/scan.c, x11vnc/scan.h,
x11vnc/screen.c, x11vnc/screen.h, x11vnc/scrollevent_t.h,
x11vnc/selection.c, x11vnc/selection.h, x11vnc/solid.c,
x11vnc/solid.h, x11vnc/sslcmds.c, x11vnc/sslcmds.h,
x11vnc/sslhelper.c, x11vnc/sslhelper.h, x11vnc/ssltools.h,
x11vnc/tkx11vnc, x11vnc/tkx11vnc.h, x11vnc/uinput.c,
x11vnc/uinput.h, x11vnc/unixpw.c, x11vnc/unixpw.h, x11vnc/user.c,
x11vnc/user.h, x11vnc/userinput.c, x11vnc/userinput.h,
x11vnc/util.c, x11vnc/util.h, x11vnc/v4l.c, x11vnc/v4l.h,
x11vnc/win_utils.c, x11vnc/win_utils.h, x11vnc/winattr_t.h,
x11vnc/x11vnc.1, x11vnc/x11vnc.c, x11vnc/x11vnc.h,
x11vnc/x11vnc_defs.c, x11vnc/xdamage.c, x11vnc/xdamage.h,
x11vnc/xevents.c, x11vnc/xevents.h, x11vnc/xinerama.c,
x11vnc/xinerama.h, x11vnc/xkb_bell.c, x11vnc/xkb_bell.h,
x11vnc/xrandr.c, x11vnc/xrandr.h, x11vnc/xrecord.c,
x11vnc/xrecord.h, x11vnc/xwrappers.c, x11vnc/xwrappers.h: Insert
x11vnc copyright and license notices.
2009-03-14 runge <runge@karlrunge.com>
* x11vnc/README: Test git commit setting username & etc.
2009-03-14 Karl J. Runge <runge@haystack.runge.home>
* x11vnc/README, x11vnc/help.c, x11vnc/ssltools.h, x11vnc/user.c,
x11vnc/x11vnc.1, x11vnc/x11vnc_defs.c: Tweak settings and docs for
create_display. Add FD_EXTRA finishing cmd.
2009-03-13 runge <runge>
* x11vnc/ChangeLog, x11vnc/README, x11vnc/screen.c,
x11vnc/userinput.c, x11vnc/x11vnc.1, x11vnc/x11vnc.c,
x11vnc/x11vnc_defs.c: x11vnc: Fix off-screen bug for -ncache_cr
copyrect.
2009-03-12 dscho <dscho>
* ChangeLog, client_examples/SDLvncviewer.c: Teach SDLvncviewer
about scroll wheel events Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2009-03-12 dscho <dscho>
* client_examples/SDLvncviewer.c: SDLvncviewer: fix passing a wrong
pointer type Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2009-03-08 dscho <dscho>
* ChangeLog, client_examples/Makefile.am,
client_examples/SDLvncviewer.c, client_examples/scrap.c,
client_examples/scrap.h: Clipboard support for SDLvncviewer The clipboard support has only been tested on Linux so far. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2009-03-07 runge <runge>
* x11vnc/ChangeLog, x11vnc/README, x11vnc/connections.c,
x11vnc/help.c, x11vnc/misc/turbovnc/Makefile.am,
x11vnc/misc/turbovnc/README, x11vnc/misc/turbovnc/apply_turbovnc,
x11vnc/misc/turbovnc/convert,
x11vnc/misc/turbovnc/convert_rfbserver,
x11vnc/misc/turbovnc/undo_turbovnc, x11vnc/scan.c,
x11vnc/sslhelper.c, x11vnc/ssltools.h, x11vnc/user.c,
x11vnc/user.h, x11vnc/x11vnc.1, x11vnc/x11vnc_defs.c: Allow range
for X11VNC_SKIP_DISPLAY, document grab Xserver issue. Add
progress_client() to proceed more quickly thru handshake.
Improvements to turbovnc hack.
2009-03-07 dscho <dscho>
* ChangeLog, TODO, client_examples/SDLvncviewer.c: SDLvncviewer:
upon focus loss, force releasing the Alt keys When switching windows using the Alt+Tab shortcut, SDLvncviewer
would get the "down" event, but not the "up" event. This patch
provides a workaround. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2009-03-07 dscho <dscho>
* client_examples/SDLvncviewer.c: SDLvncviewer: refactor event
handling Instead of having deep indent levels, put the code to handle events
into its own function. That also helps readability. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2009-03-07 dscho <dscho>
* TODO: Update SDLvncviewer TODOs Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2009-03-07 dscho <dscho>
* ChangeLog, client_examples/SDLvncviewer.c: Teach SDLvncviewer to
be resizable Using "SDLvncviewer -resizable", you make the window resizable.
This means that you can shrink the window (e.g. when you are trying
to access an x11vnc from your little netbook), or you can enlarge
it. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2009-03-06 dscho <dscho>
* ChangeLog, TODO, client_examples/SDLvncviewer.c: SDLvncviewer:
enable key repeat Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2009-02-28 runge <runge>
* configure.ac, x11vnc/ChangeLog, x11vnc/README,
x11vnc/misc/Makefile.am, x11vnc/misc/turbovnc/Makefile.am,
x11vnc/misc/turbovnc/README, x11vnc/misc/turbovnc/apply_turbovnc,
x11vnc/misc/turbovnc/convert, x11vnc/misc/turbovnc/tight.c,
x11vnc/misc/turbovnc/turbojpeg.h,
x11vnc/misc/turbovnc/undo_turbovnc: x11vnc: add kludge to experiment
with turbovnc.
2009-02-26 runge <runge>
* x11vnc/ChangeLog, x11vnc/README, x11vnc/remote.c,
x11vnc/tkx11vnc, x11vnc/tkx11vnc.h, x11vnc/x11vnc.1,
x11vnc/x11vnc_defs.c: x11vnc: fix some -QD cases for use in
tkx11vnc.
2009-02-22 runge <runge>
* x11vnc/README, x11vnc/avahi.c, x11vnc/enc.h, x11vnc/selection.c:
fix some compiler warnings.
2009-02-22 runge <runge>
* x11vnc/ChangeLog, x11vnc/README, x11vnc/help.c, x11vnc/x11vnc.1,
x11vnc/x11vnc.c, x11vnc/x11vnc_defs.c: add -noskip_lockkeys option
for future use.
2009-02-04 runge <runge>
* classes/ssl/README,
classes/ssl/ultravnc-102-JavaViewer-ssl-etc.patch,
x11vnc/ChangeLog, x11vnc/README, x11vnc/help.c, x11vnc/remote.c,
x11vnc/screen.c, x11vnc/selection.c, x11vnc/sslhelper.c,
x11vnc/ssltools.h, x11vnc/unixpw.c, x11vnc/user.c,
x11vnc/userinput.c, x11vnc/x11vnc.1, x11vnc/x11vnc.c,
x11vnc/x11vnc_defs.c, x11vnc/xwrappers.c: x11vnc: Add "sendbell"
remote cmd. Fix copyrect updates under -reflect. Workaround that
checks valid window of selection requestor. Wait on some ssl helper
pids earlier. Workaround XAUTHLOCALHOSTNAME for some new usage
modes. Set fake fb to requested bpp with correct masks. -padgeom
once:... mode. Set LIBXCB_ALLOW_SLOPPY_LOCK by default.
rfbRandomBytes earlier. classes/ssl: Update jars. Add "TOP_"
dropdown customization to ultravnc java viewer applet FTP panel.
2009-02-03 dscho <dscho>
* test/Makefile.am: test/Makefile: use check_PROGRAMS Rather than use noinst_PROGRAMS, check_PROGRAMS will define programs
that are only compiled when someone actually runs `make check`. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by:
Johannes Schindelin <johannes.schindelin@gmx.de>
2009-02-03 dscho <dscho>
* ChangeLog: Record Mike's automake cleanups Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2009-02-03 dscho <dscho>
* Makefile.am, client_examples/Makefile.am, configure.ac,
contrib/Makefile.am, examples/Makefile.am,
libvncclient/Makefile.am, libvncserver/Makefile.am,
test/Makefile.am, vncterm/Makefile.am, x11vnc/Makefile.am: clean up
build flags The flag handling (both compiler options and include paths) are a
mess at the moment. There is no point in forcing "-O2 -g" when
these are already the defaults, and if someone changes the defaults,
chances are good they don't want you clobbering their choices. The -Wall flag should be handled in configure and thrown into CFLAGS
once rather than every Makefile.am. Plus, this way we can control
which compilers the flag actually gets used with. Finally, the INCLUDES variable is for -I paths, not AM_CFLAGS. Nor
should it contain -I. as this is already in the default includes
setup. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by:
Johannes Schindelin <johannes.schindelin@gmx.de>
2009-02-03 dscho <dscho>
* configure.ac: configure: use _cv_ in cache var name Newer autoconf fails if _cv_ is not in the cache var name. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by:
Johannes Schindelin <johannes.schindelin@gmx.de>
2009-02-03 dscho <dscho>
* configure.ac: configure: use AM_PROG_CC_C_O Newer automakes error out due to per-file CFLAGS being used unless
the macro AM_PROG_CC_C_O is set in configure.ac. [jes: The macro AM_PROG_CC_C_O has been around since 1999, so it
should be safe.] Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by:
Johannes Schindelin <johannes.schindelin@gmx.de>
2009-02-03 dscho <dscho>
* autogen.sh: autogen.sh: run with set -e If any autotool command fails, we want to abort, not keep running.
Otherwise, errors in say a Makefile.am will be missed as the
automake failure gets ignored and then lost in the noise. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by:
Johannes Schindelin <johannes.schindelin@gmx.de>
2009-01-12 runge <runge>
* x11vnc/misc/enhanced_tightvnc_viewer/bin/ssvnc,
x11vnc/misc/enhanced_tightvnc_viewer/bin/ssvnc_cmd,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ss_vncviewer,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ssvnc.tcl,
x11vnc/misc/enhanced_tightvnc_viewer/man/man1/ssvnc.1,
x11vnc/misc/enhanced_tightvnc_viewer/man/man1/ssvncviewer.1,
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/_bundle,
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-fu
ll.patch: SSVNC 1.0.22 release (+ a little bit more). crl lists,
ssh pid finding improvements, and more.
2009-01-12 runge <runge>
* CMakeLists.txt, ChangeLog, configure.ac: configure.ac,
CMakeLists.txt: set LibVNCServer version to 0.9.7
2009-01-12 runge <runge>
* classes/ssl/README, classes/ssl/ss_vncviewer,
classes/ssl/ultravnc-102-JavaViewer-ssl-etc.patch,
x11vnc/ChangeLog, x11vnc/README, x11vnc/x11vnc.1, x11vnc/x11vnc.c,
x11vnc/x11vnc_defs.c: classes/ssl: Add configurable Ultra java
applet Filexfer Drives drop down (e.g.
ftpDropDown=Home.Desktop.bin). Document all applet parameters in
classes/ssl/README.
2009-01-11 runge <runge>
* ChangeLog: Forgot ChangeLog
2009-01-11 runge <runge>
* prepare_x11vnc_dist.sh: prepare_x11vnc_dist.sh: fix SUBDIRS and
DIST_SUBDRIS when using --with-system-libvncserver
2009-01-10 runge <runge>
* x11vnc/8to24.c, x11vnc/ChangeLog, x11vnc/README, x11vnc/screen.c,
x11vnc/selection.c, x11vnc/x11vnc.1, x11vnc/x11vnc_defs.c,
x11vnc/xrecord.c: x11vnc: fix failure of -8to24 on default depth 24
due to nonstandard indexed color support changes. Fix small window
for failure after XSendEvent selection call; add env var.
X11VNC_SENDEVENT_SYNC=1 to take even more care.
2009-01-04 runge <runge>
* x11vnc/README, x11vnc/avahi.c, x11vnc/cleanup.c,
x11vnc/connections.c, x11vnc/connections.h, x11vnc/enc.h,
x11vnc/gui.c, x11vnc/scan.c, x11vnc/screen.c, x11vnc/solid.c,
x11vnc/sslhelper.c, x11vnc/x11vnc.c, x11vnc/xwrappers.c: x11vnc: fix
compiler warnings.
2009-01-04 runge <runge>
* x11vnc/ChangeLog, x11vnc/README, x11vnc/cleanup.c,
x11vnc/connections.c, x11vnc/help.c, x11vnc/linuxfb.c,
x11vnc/options.c, x11vnc/options.h, x11vnc/pointer.c,
x11vnc/remote.c, x11vnc/scan.c, x11vnc/screen.c,
x11vnc/sslhelper.c, x11vnc/v4l.c, x11vnc/x11vnc.1, x11vnc/x11vnc.c,
x11vnc/x11vnc.h, x11vnc/x11vnc_defs.c, x11vnc/xwrappers.c: x11vnc:
add -rmflag option, -rawfb vt support, bpp < 8 support for rawfb,
find /dev/video better. Fix reverse SSL connection for DH. Some
improvements for CUPS TS helper, restart if needed.
2009-01-04 runge <runge>
* configure.ac, prepare_x11vnc_dist.sh: configure.ac: add include
file file for libXrandr on Solaris. prepare_x11vnc_dist.sh: set
version to 0.9.7
2008-12-10 runge <runge>
* x11vnc/ChangeLog, x11vnc/README, x11vnc/connections.c,
x11vnc/help.c, x11vnc/options.c, x11vnc/options.h, x11vnc/params.h,
x11vnc/remote.c, x11vnc/sslhelper.c, x11vnc/ssltools.h,
x11vnc/tkx11vnc, x11vnc/tkx11vnc.h, x11vnc/user.c,
x11vnc/userinput.c, x11vnc/util.c, x11vnc/x11vnc.1,
x11vnc/x11vnc.c, x11vnc/x11vnc_defs.c: x11vnc: 0.9.6 release. Some
strtok bugfixes. rename -tlsvnc to -anontls. Disable ssl caching.
No cert creation prompting in inetd or bg modes. waitpid a bit more
carefully on ssl helpers. Tune ssl initial timeouts. Let -create
user specify starting X display. fix -rfbport prompt gui for older
tk. -sslonly option. Error if no -ssl with related options. -rand
option. -ssl implies -ssl SAVE
2008-11-22 runge <runge>
* classes/ssl/ss_vncviewer: Update ss_vncviewer...
2008-11-22 runge <runge>
* x11vnc/misc/enhanced_tightvnc_viewer/README,
x11vnc/misc/enhanced_tightvnc_viewer/bin/ssvnc,
x11vnc/misc/enhanced_tightvnc_viewer/bin/ssvnc_cmd,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ss_vncviewer,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ssvnc.tcl,
x11vnc/misc/enhanced_tightvnc_viewer/man/man1/ssvnc.1,
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/_bundle,
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/stunnel-maxconn.pa
tch,
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-fu
ll.patch, x11vnc/misc/enhanced_tightvnc_viewer/ssvnc.desktop: 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.
2008-11-22 runge <runge>
* x11vnc/ChangeLog, x11vnc/Makefile.am, x11vnc/README,
x11vnc/avahi.c, x11vnc/cleanup.c, x11vnc/connections.c,
x11vnc/gui.c, x11vnc/help.c, x11vnc/options.c, x11vnc/options.h,
x11vnc/params.h, x11vnc/remote.c, x11vnc/scan.c, x11vnc/screen.c,
x11vnc/sslcmds.c, x11vnc/sslhelper.c, x11vnc/sslhelper.h,
x11vnc/ssltools.h, x11vnc/tkx11vnc, x11vnc/tkx11vnc.h,
x11vnc/unixpw.c, x11vnc/unixpw.h, x11vnc/userinput.c,
x11vnc/x11vnc.1, x11vnc/x11vnc.c, x11vnc/x11vnc.desktop,
x11vnc/x11vnc.h, x11vnc/x11vnc_defs.c, x11vnc/xdamage.c,
x11vnc/xdamage.h, x11vnc/xevents.c, x11vnc/xrecord.c,
x11vnc/xrecord.h, x11vnc/xwrappers.c: x11vnc: x11vnc.desktop file.
-reopen, -dhparams, -sslCRL, -setdefer options. -rfbport PROMPT
VeNCrypt and TLSVNC SSL/TLS encryption support. Tweaks to
choose_delay() algorithm. -ssl ANON anonymouse Diffie-Hellman mode.
Fix bugs in certs management. Additions to tray=setpass naive user
mode.
2008-11-05 runge <runge>
* x11vnc/ChangeLog, x11vnc/README, x11vnc/avahi.c,
x11vnc/cleanup.c, x11vnc/cleanup.h, x11vnc/help.c,
x11vnc/macosxCG.c, x11vnc/rates.c, x11vnc/remote.c,
x11vnc/screen.c, x11vnc/solid.c, x11vnc/sslhelper.c,
x11vnc/ssltools.h, x11vnc/userinput.c, x11vnc/x11vnc.1,
x11vnc/x11vnc.c, x11vnc/x11vnc.h, x11vnc/x11vnc_defs.c,
x11vnc/xevents.c: x11vnc: add zeroconf external helpers
(avahi-publish and dns-sd). Alias -zeroconf. Close pipeinput_fh on
exit. Kludge to make -solid work on MacOSX console. Attempt at cpp
macros to disable newer libvncserver interfaces.
2008-11-05 runge <runge>
* configure.ac: Tweak messages. Add shmat for --without-x building.
2008-10-30 runge <runge>
* x11vnc/misc/enhanced_tightvnc_viewer/README,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ss_vncviewer,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ssvnc.tcl,
x11vnc/misc/enhanced_tightvnc_viewer/man/man1/ssvncviewer.1,
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-fu
ll.patch: synchronize ssvnc
2008-10-29 runge <runge>
* prepare_x11vnc_dist.sh, x11vnc/ChangeLog, x11vnc/README,
x11vnc/help.c, x11vnc/nox11.h, x11vnc/remote.c, x11vnc/screen.c,
x11vnc/sslhelper.c, x11vnc/ssltools.h, x11vnc/x11vnc.1,
x11vnc/x11vnc.c, x11vnc/x11vnc_defs.c, x11vnc/xevents.c: x11vnc:
-http_oneport for single port HTTP and VNC. Improve find_display wrt
lsof blocking with -b.
2008-10-19 runge <runge>
*
x11vnc/misc/enhanced_tightvnc_viewer/bin/Darwin.Power.Macintosh/vnc
viewer.sh, x11vnc/misc/enhanced_tightvnc_viewer/bin/ssvnc,
x11vnc/misc/enhanced_tightvnc_viewer/bin/ssvnc_cmd,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ss_vncviewer,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ssvnc.tcl,
x11vnc/misc/enhanced_tightvnc_viewer/build.unix,
x11vnc/misc/enhanced_tightvnc_viewer/man/man1/ssvncviewer.1,
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/_bundle,
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-fu
ll.patch: Sync SSVNC changes: fullscreen fixes, local scaling,
-chatonly, iso-8859-1/utf8 etc., etc.
2008-10-19 runge <runge>
* classes/ssl/ss_vncviewer,
classes/ssl/ultravnc-102-JavaViewer-ssl-etc.patch: Update ssl VNC
viewer jars and patch file.
2008-10-19 runge <runge>
* x11vnc/8to24.c, x11vnc/ChangeLog, x11vnc/README,
x11vnc/cleanup.c, x11vnc/connections.c, x11vnc/connections.h,
x11vnc/cursor.c, x11vnc/enc.h, x11vnc/help.c, x11vnc/keyboard.c,
x11vnc/linuxfb.c, x11vnc/options.c, x11vnc/options.h,
x11vnc/remote.c, x11vnc/scan.c, x11vnc/scan.h, x11vnc/screen.c,
x11vnc/screen.h, x11vnc/selection.c, x11vnc/solid.c,
x11vnc/tkx11vnc, x11vnc/tkx11vnc.h, x11vnc/unixpw.c, x11vnc/user.c,
x11vnc/userinput.c, x11vnc/x11vnc.1, x11vnc/x11vnc.c,
x11vnc/x11vnc.h, x11vnc/x11vnc_defs.c, x11vnc/xevents.c,
x11vnc/xinerama.c, x11vnc/xrandr.c, x11vnc/xrandr.h,
x11vnc/xrecord.c, x11vnc/xwrappers.c, x11vnc/xwrappers.h: x11vnc:
-chatwindow, -scale WxH, -enc changes.
2008-09-21 runge <runge>
* prepare_x11vnc_dist.sh, x11vnc/ChangeLog, x11vnc/Makefile.am,
x11vnc/README, x11vnc/enc.h, x11vnc/help.c, x11vnc/keyboard.c,
x11vnc/options.c, x11vnc/options.h, x11vnc/pointer.c,
x11vnc/screen.c, x11vnc/sslhelper.c, x11vnc/tkx11vnc,
x11vnc/tkx11vnc.h, x11vnc/util.c, x11vnc/x11vnc.1, x11vnc/x11vnc.c,
x11vnc/x11vnc_defs.c: x11vnc: Add symmetric key encryption -enc
cipher:keyfile, works with SSVNC. Make -remap work on MacOSX
console. update to 0.9.5 strings. Add a couple menu items to
tkx11vnc.
2008-09-17 runge <runge>
* x11vnc/ChangeLog, x11vnc/README, x11vnc/connections.c,
x11vnc/help.c, x11vnc/sslhelper.c, x11vnc/x11vnc.1,
x11vnc/x11vnc_defs.c: x11vnc: make -allow work in -ssl mode.
2008-09-14 runge <runge>
* classes/ssl/ss_vncviewer,
classes/ssl/ultravnc-102-JavaViewer-ssl-etc.patch,
x11vnc/ChangeLog, x11vnc/README, x11vnc/gui.c, x11vnc/help.c,
x11vnc/misc/enhanced_tightvnc_viewer/README,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ss_vncviewer,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ssvnc.tcl,
x11vnc/misc/enhanced_tightvnc_viewer/man/man1/ssvnc.1,
x11vnc/misc/enhanced_tightvnc_viewer/man/man1/ssvncviewer.1,
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/_bundle,
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-fu
ll.patch, x11vnc/sslhelper.c, x11vnc/ssltools.h, x11vnc/tkx11vnc,
x11vnc/tkx11vnc.h, x11vnc/userinput.c, x11vnc/util.c,
x11vnc/x11vnc.1, x11vnc/x11vnc.c, x11vnc/x11vnc_defs.c: x11vnc:
-sleepin m-n for random sleep. More mktemp and mkstemp protections.
SSL_INIT_TIMEOUT=n env. var. Fix macosx console X call bug.
Synchronize other projects sources.
2008-09-07 runge <runge>
* classes/ssl/ss_vncviewer,
classes/ssl/ultravnc-102-JavaViewer-ssl-etc.patch, x11vnc/8to24.c,
x11vnc/ChangeLog, x11vnc/README, x11vnc/connections.c,
x11vnc/gui.c, x11vnc/gui.h, x11vnc/help.c, x11vnc/keyboard.c,
x11vnc/macosxCG.c, x11vnc/macosxCG.h,
x11vnc/misc/enhanced_tightvnc_viewer/README,
x11vnc/misc/enhanced_tightvnc_viewer/Windows/sshvnc.bat,
x11vnc/misc/enhanced_tightvnc_viewer/Windows/tsvnc.bat,
x11vnc/misc/enhanced_tightvnc_viewer/bin/sshvnc,
x11vnc/misc/enhanced_tightvnc_viewer/bin/ssvnc,
x11vnc/misc/enhanced_tightvnc_viewer/bin/ssvnc_cmd,
x11vnc/misc/enhanced_tightvnc_viewer/bin/tsvnc,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ss_vncviewer,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ssvnc.tcl,
x11vnc/misc/enhanced_tightvnc_viewer/build.unix,
x11vnc/misc/enhanced_tightvnc_viewer/man/man1/ssvnc.1,
x11vnc/misc/enhanced_tightvnc_viewer/man/man1/ssvncviewer.1,
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/_getpatches,
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-fu
ll.patch, x11vnc/options.c, x11vnc/options.h, x11vnc/pointer.c,
x11vnc/remote.c, x11vnc/solid.c, x11vnc/ssltools.h,
x11vnc/tkx11vnc, x11vnc/tkx11vnc.h, x11vnc/user.c,
x11vnc/userinput.c, x11vnc/x11vnc.1, x11vnc/x11vnc.c,
x11vnc/x11vnc.h, x11vnc/x11vnc_defs.c, x11vnc/xevents.c,
x11vnc/xevents.h, x11vnc/xinerama.c, x11vnc/xinerama.h: x11vnc: kill
gui_pid on exit in -connect/-connect_or_exit mode. -grablocal n
experiment (not compiled by default). -macuskbd option for macosx
for orig uskdb code. keycode=N remote contol cmd. Find dpy look at
non-NFS cookies in /tmp. Fix gui tray insertion on recent gnome dt.
Fix connect_file bug. Sync SSVNC
2008-06-24 runge <runge>
* libvncserver/rfbserver.c: We seem to need to guard against freeing
iterator 'i' twice in rfbSendFramebufferUpdate() (italc reported
bug)
2008-06-07 runge <runge>
* x11vnc/ChangeLog, x11vnc/README, x11vnc/help.c, x11vnc/unixpw.c,
x11vnc/x11vnc.1, x11vnc/x11vnc.c, x11vnc/x11vnc_defs.c,
x11vnc/xinerama.c: x11vnc: -clip xineramaN option, -DIGNORE_GETSPNAM
for HP-UX. Print info on SSH_CONNECTION override.
2008-06-03 dscho <dscho>
* ChangeLog, client_examples/SDLvncviewer.c: SDLvncviewer: update
screen correctly after a resize Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2008-06-03 runge <runge>
* configure.ac: Enable --with-ssl=DIR option.
2008-06-01 runge <runge>
* x11vnc/README, x11vnc/options.c, x11vnc/options.h,
x11vnc/x11vnc.1, x11vnc/x11vnc.c, x11vnc/x11vnc_defs.c: x11vnc:
lower waitms and defer if framebuffer reads are fast (> 100MB/s)
2008-06-01 runge <runge>
* x11vnc/8to24.c, x11vnc/ChangeLog, x11vnc/README,
x11vnc/connections.c, x11vnc/cursor.c, x11vnc/help.c,
x11vnc/misc/Xdummy, x11vnc/options.c, x11vnc/options.h,
x11vnc/scan.c, x11vnc/screen.c, x11vnc/userinput.c,
x11vnc/x11vnc.1, x11vnc/x11vnc.c, x11vnc/x11vnc_defs.c,
x11vnc/xinerama.c: x11vnc: support colormaps for depths other than
8. xinerama warppointer only if more than one subscreen.
2008-05-31 dscho <dscho>
* .gitignore: .gitignore: ignore also temporary editor files Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2008-05-31 dscho <dscho>
* VisualNaCro/.gitignore: VisualNaCro: add .gitignore file Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2008-05-31 dscho <dscho>
* VisualNaCro/configure.ac: VisualNaCro: fix configure.ac There was a misunderstanding as to the workings of AC_CHECK_PROG(). Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2008-05-31 dscho <dscho>
* TODO: Update TODOs Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2008-05-31 dscho <dscho>
* libvncserver-config.in: Fix libvncserver-config for in-place
operation Since quite some time, the linkable libraries are stored in the
.libs/ subdirectories. Adjust libvncserver-config to account for
that when running without installing. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2008-05-23 runge <runge>
* libvncserver/rfbserver.c: Handle colormaps with more than 256
colors.
2008-05-13 dscho <dscho>
* examples/mac.c: examples/mac: disable the cursor We cannot write access the frame buffer, and we do not have a
sensible cursor anyway, so better disable the cursor (which would
have to be drawn for clients that do not support
CursorShapeUpdates). Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2008-05-13 dscho <dscho>
* client_examples/SDLvncviewer.c: SDLvncviewer: add -viewonly Just like its siblings from other projects, SDLvncviewer now
supports viewonly connections. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2008-05-12 runge <runge>
* x11vnc/README, x11vnc/help.c, x11vnc/selection.c,
x11vnc/sslhelper.c, x11vnc/ssltools.h, x11vnc/x11vnc.1,
x11vnc/x11vnc_defs.c: x11vnc: SSL fixes. Increase cert lifetimes to
2 years. Print ssl err msg.
2008-05-12 runge <runge>
* configure.ac: Add X509_print_ex_fp check for x11vnc.
2008-05-12 runge <runge>
* x11vnc/misc/enhanced_tightvnc_viewer/README,
x11vnc/misc/enhanced_tightvnc_viewer/Windows/util/connect_br.tcl,
x11vnc/misc/enhanced_tightvnc_viewer/bin/ssvnc,
x11vnc/misc/enhanced_tightvnc_viewer/bin/ssvnc_cmd,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ss_vncviewer,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ssvnc.tcl,
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-fu
ll.patch: Many improvement to the frontend and unix viewer.
UltraVNC proxy support, and other proxy improvements.
2008-05-08 runge <runge>
* x11vnc/ChangeLog, x11vnc/README, x11vnc/connections.c,
x11vnc/gui.c, x11vnc/help.c, x11vnc/options.c, x11vnc/scan.c,
x11vnc/sslhelper.c, x11vnc/ssltools.h, x11vnc/tkx11vnc,
x11vnc/tkx11vnc.h, x11vnc/user.c, x11vnc/x11vnc.1, x11vnc/x11vnc.c,
x11vnc/x11vnc_defs.c: x11vnc: add UltraVNC repeater proxy support.
fix to setp gui mode. -threads is now strongly discouraged. Read
PORT= in url. User can set nolisten for Xvfb in -create mode.
clean up wait_for_client() to some degree.
2008-05-08 runge <runge>
* classes/ssl/tightvnc-1.3dev7_javasrc-vncviewer-ssl.patch,
classes/ssl/ultravnc-102-JavaViewer-ssl-etc.patch: Add check for
"https" to viewers. update jars.
2008-04-28 dscho <dscho>
* rfb/rfbclient.h: Fix compilation in the absence of libjpeg The JPEG library is not necessarily installed everywhere, and
sometimes it is outright undesirable to compile with JPEG support,
e.g. when the server is not very fast. So fix the compilation for
that case. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2008-03-21 dscho <dscho>
* TODO: Update TODOs Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2008-02-18 dscho <dscho>
* ChangeLog, libvncserver/rfbregion.c: Please MS Visual C++ a bit
(Christian Ehrlicher) Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2008-02-18 runge <runge>
* classes/ssl/ss_vncviewer, x11vnc/README: Update ssl jars.
2008-02-18 runge <runge>
* x11vnc/README, x11vnc/x11vnc.1, x11vnc/x11vnc_defs.c: changes for
release
2008-02-18 runge <runge>
* x11vnc/README, x11vnc/x11vnc.1, x11vnc/x11vnc.c,
x11vnc/x11vnc_defs.c: minor date changes.
2008-02-18 runge <runge>
* x11vnc/misc/enhanced_tightvnc_viewer/README,
x11vnc/misc/enhanced_tightvnc_viewer/bin/ssvnc,
x11vnc/misc/enhanced_tightvnc_viewer/bin/ssvnc_cmd,
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-fu
ll.patch: ssvnc sync with zywrle support and improvements to popup.
2008-02-04 dscho <dscho>
* ChangeLog, libvncclient/rfbproto.c, libvncclient/zrle.c: ZYWRLE
patch for libvncclient (thanks Noriaki Yamazaki) Highlite: * use qualityLevel/zlib_buffer. No new variable is needed. * Change coding style to recursive fashion. * Change meaning of qualityLevel== 9 for easy calc zywrle_level: old:zywrle_level== 1 new:disable ZYWRLE(same as ZRLE) so, we should not use this value for compatible reason. * Color mode handling isn't complete. I provided and checked 16 bit colors(RGB555,RGB565) and some color mode of 32 bit colors for little endian mode. we must make and check 24 bit colors and big endian mode. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2008-02-04 dscho <dscho>
* ChangeLog, libvncserver/zywrletemplate.c: Fix ZYWRLE en/decoding
for width != scanline (thanks Noriaki Yamazaki) Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2008-02-03 runge <runge>
* libvncserver/stats.c: Add ZYWRLE to server printout.
2008-02-02 dscho <dscho>
* ChangeLog, TODO, client_examples/SDLvncviewer.c: SDLvncviewer: fix
button handling For some reason, I swapped buttons 2 and 3 on Dec 7, 2005, in commit
"translate keys based on unicode (much more reliable than sym)". I
do not remember why, nor what I smoked, but this was wrong. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2008-02-02 dscho <dscho>
* TODO, client_examples/SDLvncviewer.c: SDLvncviewer: fix
Ctrl+<letter> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2008-02-02 dscho <dscho>
* TODO, client_examples/SDLvncviewer.c: SDLvncviewer: fix
translation of the Tab key Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2008-02-02 dscho <dscho>
* TODO: Updated TODOs Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2008-02-01 runge <runge>
* libvncserver/Makefile.am: Need to include zywrletemplate.c in
Makefile.am
2008-02-01 runge <runge>
* classes/ssl/ss_vncviewer: sync java viewer.
2008-02-01 runge <runge>
* x11vnc/ChangeLog, x11vnc/README, x11vnc/connections.c,
x11vnc/help.c, x11vnc/misc/enhanced_tightvnc_viewer/README,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ss_vncviewer,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ssvnc.tcl,
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-fu
ll.patch, x11vnc/rates.c, x11vnc/ssltools.h, x11vnc/x11vnc.1,
x11vnc/x11vnc.h, x11vnc/x11vnc_defs.c: x11vnc: during speeds
estimate, guard against client disconnecting.
2008-01-31 dscho <dscho>
* libvncserver/rfbserver.c: Fix rfbSendSupportedEncodings There was a long standing TODO to make the counting of the supported
encodings dynamic. It never triggered, until ZYWRLE was added. Noticed by Christian Ehrlicher. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2008-01-31 dscho <dscho>
* Makefile.am, configure.ac: Recurse into subdirectory x11vnc/ when
configuring with --with-x11vnc Since we separated the packages LibVNCServer and x11vnc, there is a
configure switch --with-x11vnc, without which x11vnc is not built. However, even _with_ this switch, it is not built, because the
Makefile would not recurse into the x11vnc/ subdirectory. Fix that. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2008-01-31 dscho <dscho>
* libvncserver/rfbserver.c: Fix Swap16IfLE() on bytes When swapping the values for the colour table to little-endian
(because they are 16-bit values), we need to cast "unsigned char" to
"unsigned short"; otherwise, Microsoft's compiler would keep
complaining. Noticed by Christian Ehrlicher. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2008-01-31 dscho <dscho>
* libvncserver/rfbserver.c, rfb/rfb.h: Move tightQualityLevel out of
the JPEG specific part The variable tightQualityLevel is used for ZYWRLE compression, too,
so if libjpeg is not present, but libz is, we still need to have
that struct member. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2008-01-30 dscho <dscho>
* libvncserver/zrle.c, libvncserver/zrleencodetemplate.c, rfb/rfb.h:
Make ZYWRLE thread-safe for multiple clients ZYWRLE used a static buffer, which does not work too well if you
have more than one client in a threaded server. Instead, we have
the data in the client structure now. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2008-01-30 dscho <dscho>
* libvncserver/zrle.c, libvncserver/zywrletemplate.c: ZYWRLE brown
paper bag fix While adjusting the coding style, three stupid mistakes happened.
The quality is _not_ just 1, 2, 3, but really 1, 3, 2. And the
macros ZYWRLE_PACK_COEFF() and ZYWRLE_UNPACK_COEFF() expand to more
than one statement, which means that we need curly brackets around
them when they are in an if clause. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2008-01-29 dscho <dscho>
* TODO: Update TODOs Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2008-01-29 dscho <dscho>
* .gitignore: Add a .gitignore file At least one developer (me) uses git to work on local branches, and
this file does not hurt. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2008-01-29 dscho <dscho>
* ChangeLog, libvncserver/rfbserver.c: Add missing #include <time.h>
(thanks Christian Ehrlicher) Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2008-01-29 dscho <dscho>
* AUTHORS, ChangeLog, libvncserver/rfbserver.c,
libvncserver/scale.c, libvncserver/zrle.c,
libvncserver/zrleencodetemplate.c, libvncserver/zywrletemplate.c,
rfb/rfbproto.h: Add ZYWRLE server-side support (thanks Noriaki
Yamazaki, Hitachi) Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2008-01-29 dscho <dscho>
* AUTHORS, CMakeLists.txt, ChangeLog, configure.ac,
rfb/rfbconfig.h.cmake, rfb/rfbint.h.cmake: Add CMake support (thanks
to Christian Ehrlicher) Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2008-01-15 runge <runge>
* x11vnc/ChangeLog, x11vnc/README, x11vnc/help.c, x11vnc/options.c,
x11vnc/options.h, x11vnc/scan.c, x11vnc/x11vnc.1, x11vnc/x11vnc.c,
x11vnc/x11vnc_defs.c: x11vnc: -ping option, fix memory corruption in
copy_tiles after xrandr resize.
2007-12-16 runge <runge>
* x11vnc/ChangeLog, x11vnc/README, x11vnc/cleanup.c, x11vnc/gui.c,
x11vnc/macosxCG.c, x11vnc/remote.c, x11vnc/tkx11vnc,
x11vnc/tkx11vnc.h, x11vnc/x11vnc.1, x11vnc/x11vnc.c,
x11vnc/x11vnc_defs.c: x11vnc: setup remote-ctrl file by default on
macosx. improve tkx11vnc wrt attaching to existing server in
icon/tray mode.
2007-12-16 runge <runge>
* x11vnc/misc/enhanced_tightvnc_viewer/bin/ssvnc_cmd,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ss_vncviewer,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ssvnc.tcl,
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-fu
ll.patch: Fixes for MacOSX 10.5. Improve usage of x11 viewer on
macosx.
2007-12-16 runge <runge>
* x11vnc/ChangeLog, x11vnc/README, x11vnc/keyboard.c,
x11vnc/macosxCG.c, x11vnc/macosxCGS.c, x11vnc/ssltools.h,
x11vnc/x11vnc.1, x11vnc/x11vnc.c, x11vnc/x11vnc_defs.c: x11vnc: fix
find_display and usleep() prototype on macosx. -display console and
check DISPLAY /tmp/...:0 on macosx. implement -noxinerama.
2007-11-13 runge <runge>
* x11vnc/ChangeLog, x11vnc/README, x11vnc/cleanup.c, x11vnc/help.c,
x11vnc/keyboard.c, x11vnc/keyboard.h, x11vnc/options.c,
x11vnc/remote.c, x11vnc/tkx11vnc, x11vnc/tkx11vnc.h, x11vnc/user.c,
x11vnc/x11vnc.1, x11vnc/x11vnc.c, x11vnc/x11vnc_defs.c: x11vnc: add
clear_locks (Caps_Lock, etc) action.
2007-10-27 runge <runge>
* x11vnc/misc/enhanced_tightvnc_viewer/Windows/util/connect_br.tcl,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ss_vncviewer,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ssvnc.tcl,
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/_bundle: ssvnc
sync: connect_br.tcl socks4/5 http proxies, ss_vncviewer socks5
proxy. ssh 1st proxy. whatismyip.com fix. 127.0.0.1 on Darwin
2007-10-27 runge <runge>
* classes/ssl/ss_vncviewer: ssl java and ss_vncviewer (socks5) sync.
2007-10-27 runge <runge>
* prepare_x11vnc_dist.sh, x11vnc/8to24.c, x11vnc/ChangeLog,
x11vnc/README, x11vnc/cleanup.c, x11vnc/connections.c,
x11vnc/help.c, x11vnc/keyboard.c, x11vnc/macosxCGP.c,
x11vnc/macosxCGS.c, x11vnc/options.c, x11vnc/options.h,
x11vnc/remote.c, x11vnc/screen.c, x11vnc/selection.c,
x11vnc/tkx11vnc, x11vnc/tkx11vnc.h, x11vnc/user.c,
x11vnc/userinput.c, x11vnc/util.c, x11vnc/win_utils.c,
x11vnc/winattr_t.h, x11vnc/x11vnc.1, x11vnc/x11vnc.c,
x11vnc/x11vnc_defs.c, x11vnc/xrecord.c: x11vnc: -proxy, -ssh
options. ncache bug in -8to24, Selection "targets" bugfix.
2007-10-04 runge <runge>
* x11vnc/ChangeLog, x11vnc/README, x11vnc/help.c,
x11vnc/ssltools.h, x11vnc/user.c, x11vnc/x11vnc.1, x11vnc/x11vnc.c,
x11vnc/x11vnc_defs.c: x11vnc: add xfce to createdisplay
2007-09-26 runge <runge>
* x11vnc/ChangeLog, x11vnc/README, x11vnc/connections.c,
x11vnc/help.c, x11vnc/ssltools.h, x11vnc/user.c, x11vnc/util.c,
x11vnc/x11vnc.1, x11vnc/x11vnc.c, x11vnc/x11vnc.h,
x11vnc/x11vnc_defs.c: x11vnc: COLUMNS=256 and other fixes to
find/create scripts. More ratecheck.
2007-09-17 dscho <dscho>
* libvncserver/rfbserver.c: Avoid misaligned access on 64-bit
machines We used to assume that a char[256] is properly aligned to be cast to
an rfbServerInitMsg, but that was not the case. So use a union
instead. Noticed by Flavio Leitner. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2007-09-11 runge <runge>
* classes/ssl/ss_vncviewer,
classes/ssl/tightvnc-1.3dev7_javasrc-vncviewer-ssl.patch,
classes/ssl/ultravnc-102-JavaViewer-ssl-etc.patch: update
ss_vncviewer script, jars, and patch files.
2007-09-11 runge <runge>
* x11vnc/ChangeLog, x11vnc/misc/enhanced_tightvnc_viewer/README,
x11vnc/misc/enhanced_tightvnc_viewer/Windows/README.txt,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ss_vncviewer,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ssvnc.tcl,
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/_bundle: ssvnc:
sshvnc ssh-only, tsvnc Terminal Services modes. Improvements to
ss_vncviewer. Automatically find X dpy and X login. Reorganize
menus a bit. ~/.ssvncrc file.
2007-09-11 runge <runge>
* x11vnc/ChangeLog, x11vnc/README, x11vnc/cleanup.c,
x11vnc/connections.c, x11vnc/cursor.c, x11vnc/help.c,
x11vnc/options.c, x11vnc/options.h, x11vnc/screen.c,
x11vnc/sslhelper.c, x11vnc/ssltools.h, x11vnc/user.c,
x11vnc/userinput.c, x11vnc/x11vnc.1, x11vnc/x11vnc.c,
x11vnc/x11vnc_defs.c, x11vnc/xrecord.c, x11vnc/xwrappers.c: x11vnc:
fix wireframe crash under -clip. Add -redirect for VNC redir.
-rawfb nullbig, randbig, solid, swirl, etc. FD_XDM mode to
find_display. -listdpy. Add enlightenment. Xvnc.redirect
FINDDISPLAY-vnc_redirect. -xvnc, -xvnc_redirect, -svc_xvnc.
AUTO_PORT.
2007-09-05 runge <runge>
* x11vnc/ChangeLog, x11vnc/README, x11vnc/help.c,
x11vnc/keyboard.c, x11vnc/misc/Xdummy, x11vnc/options.c,
x11vnc/options.h, x11vnc/remote.c, x11vnc/screen.c, x11vnc/solid.c,
x11vnc/sslhelper.c, x11vnc/ssltools.h, x11vnc/user.c,
x11vnc/userinput.c, x11vnc/x11vnc.1, x11vnc/x11vnc.c,
x11vnc/x11vnc.h, x11vnc/x11vnc_defs.c, x11vnc/xevents.c,
x11vnc/xevents.h, x11vnc/xrandr.c, x11vnc/xwrappers.c: x11vnc:
-autoport, -finddpy, -xdummy. watch xrandr events.
check_redir_services() utilities for Terminal services. Improve
Xdummy.
2007-09-05 runge <runge>
* ChangeLog, classes/ssl/Makefile.am, classes/ssl/proxy.vnc,
classes/ssl/ss_vncviewer,
classes/ssl/tightvnc-1.3dev7_javasrc-vncviewer-ssl.patch,
classes/ssl/ultraproxy.vnc,
classes/ssl/ultravnc-102-JavaViewer-ssl-etc.patch: classes/ssl:
improve timeouts, port fallback, and connection time.
2007-08-19 runge <runge>
* x11vnc/README, x11vnc/help.c, x11vnc/keyboard.c, x11vnc/x11vnc.1:
malloc score_hint and make it shorts to save space.
2007-08-19 runge <runge>
* x11vnc/ChangeLog, x11vnc/README, x11vnc/help.c,
x11vnc/keyboard.c, x11vnc/ssltools.h, x11vnc/user.c,
x11vnc/x11vnc.1, x11vnc/x11vnc_defs.c: x11vnc: better -xkb
tie-breaking for up keystrokes. Add Xsrv/FD_XSRV custom server to
FINDCREATEDISPLAY list.
2007-08-18 runge <runge>
* x11vnc/ChangeLog, x11vnc/README, x11vnc/help.c, x11vnc/solid.c,
x11vnc/ssltools.h, x11vnc/user.c, x11vnc/x11vnc.1,
x11vnc/x11vnc_defs.c: x11vnc: improve FINDCREATEDISPLAY (-create)
script, FD_GEOM, FD_SESS, FD_OPTS, FD_PROG env vars, add Xvnc
support
2007-08-16 runge <runge>
* x11vnc/ChangeLog, x11vnc/README, x11vnc/help.c, x11vnc/user.c,
x11vnc/x11vnc.1, x11vnc/x11vnc_defs.c: x11vnc: add reverse -connect
support to -display WAIT:, fix SSL Fetch cert only for -display
WAIT:
2007-08-14 dscho <dscho>
* AUTHORS, ChangeLog, libvncclient/rfbproto.c: LibVNCClient: if the
GotRect hook is set, override default op.
2007-08-04 runge <runge>
* x11vnc/ChangeLog, x11vnc/README, x11vnc/help.c, x11vnc/options.c,
x11vnc/options.h, x11vnc/remote.c, x11vnc/solid.c, x11vnc/tkx11vnc,
x11vnc/tkx11vnc.h, x11vnc/x11vnc.1, x11vnc/x11vnc.c,
x11vnc/x11vnc_defs.c, x11vnc/xevents.c: x11vnc: -xrefresh,
.DCOPserver bug, -unixpw_unsafe ignores SSH tunnel.
2007-08-04 runge <runge>
* libvncclient/vncviewer.c: argv > 0 doesn't make sense for a
pointer; assuming argv != NULL.
2007-07-05 runge <runge>
* x11vnc/ChangeLog, x11vnc/README, x11vnc/help.c, x11vnc/options.c,
x11vnc/options.h, x11vnc/remote.c, x11vnc/scan.c, x11vnc/tkx11vnc,
x11vnc/tkx11vnc.h, x11vnc/userinput.c, x11vnc/x11vnc.1,
x11vnc/x11vnc.c, x11vnc/x11vnc_defs.c: x11vnc: -debug_ncache, fix
big fonts in tkx11vnc.
2007-07-05 runge <runge>
* configure.ac, prepare_x11vnc_dist.sh: configure.ac check for
external system libvncserver version. set x11vnc version 0.9.3
2007-06-18 runge <runge>
* x11vnc/README, x11vnc/options.c, x11vnc/x11vnc.1,
x11vnc/x11vnc_defs.c: x11vnc: set NCACHE -1 for release.
2007-06-15 runge <runge>
* ChangeLog, classes/ssl/ultra.vnc, classes/ssl/ultrasigned.vnc,
classes/ssl/ultravnc-102-JavaViewer-ssl-etc.patch, configure.ac,
x11vnc/ChangeLog, x11vnc/README,
x11vnc/misc/enhanced_tightvnc_viewer/README,
x11vnc/misc/enhanced_tightvnc_viewer/bin/Darwin.Power.Macintosh/vnc
viewer.sh, x11vnc/misc/enhanced_tightvnc_viewer/bin/ssvnc,
x11vnc/misc/enhanced_tightvnc_viewer/bin/ssvnc_cmd,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ssvnc.tcl,
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/_bundle,
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-fu
ll.patch, x11vnc/options.c, x11vnc/options.h, x11vnc/scan.c,
x11vnc/sslhelper.c, x11vnc/x11vnc.1, x11vnc/x11vnc_defs.c,
x11vnc/xevents.c: x11vnc: fix build error if libssl is missing or
--without-ssl supplied.
2007-05-27 runge <runge>
*
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-fu
ll.patch: sync ssvnc unix viewer diffs; fix X cursor size.
2007-05-27 runge <runge>
* classes/ssl/ss_vncviewer,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ss_vncviewer,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ssvnc.tcl,
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/_bundle,
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-fu
ll.patch: update java viewer and ssvnc.
2007-05-27 runge <runge>
* configure.ac, x11vnc/README: configure.ac: fix x11vnc
--with-system-libvncserver build and add -R link flag.
2007-05-27 runge <runge>
* libvncserver-config.in: Fix --libs, echo -n doesn't work
everywhere. Question: why -R only for Solaris??
2007-05-27 runge <runge>
* x11vnc/Makefile.am: clobbered x11vnc/Makefile.am by mistake.
2007-05-27 runge <runge>
* ChangeLog, Makefile.am, configure.ac, prepare_x11vnc_dist.sh,
x11vnc/README: configure: make more of a split between libvncserver
and x11vnc pkgs.
2007-05-26 runge <runge>
* prepare_x11vnc_dist.sh, x11vnc/ChangeLog, x11vnc/README,
x11vnc/help.c, x11vnc/options.c, x11vnc/unixpw.c, x11vnc/x11vnc.1,
x11vnc/x11vnc_defs.c: x11vnc: in -unixpw, initial Escape means no
echo username.
2007-05-22 runge <runge>
* classes/ssl/ss_vncviewer: update regular SSL viewer jars; update
ss_vncviewer script.
2007-05-22 runge <runge>
* x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ss_vncviewer,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ssvnc.tcl,
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-fu
ll.patch: update ssvnc (SSVNC_EXTRA_SLEEP), and unix viewer (1/n
menu and chat windows)
2007-05-22 runge <runge>
* x11vnc/ChangeLog, x11vnc/README, x11vnc/help.c, x11vnc/options.c,
x11vnc/x11vnc.1, x11vnc/x11vnc.c, x11vnc/x11vnc_defs.c: x11vnc: set
things up (NCACHE = -1) to not have -ncache on by default.
2007-05-19 runge <runge>
* classes/ssl/ultravnc-102-JavaViewer-ssl-etc.patch,
libvncserver/rfbserver.c, x11vnc/README, x11vnc/x11vnc.1,
x11vnc/x11vnc.c, x11vnc/x11vnc_defs.c: More fixes to ultra java
viewer, ultrafilexfer debugging output, fix -loop in .x11vncrc case.
2007-05-17 runge <runge>
* libvncserver/tightvnc-filetransfer/rfbtightserver.c: Pre-C99
declaration error.
2007-05-17 runge <runge>
* libvncserver/rfbserver.c: In rfbSendFileTransferChunk() check
permitFileTransfer 1st to avoid false alarms.
2007-05-16 runge <runge>
* prepare_x11vnc_dist.sh: Add UltraViewerSSL.jar, etc. to dist list.
2007-05-16 runge <runge>
* libvncserver/tightvnc-filetransfer/handlefiletransferrequest.c,
libvncserver/tightvnc-filetransfer/rfbtightserver.c: Add logging
output to know when inside tightvnc-filetransfer functions.
2007-05-16 runge <runge>
* classes/ssl/Makefile.am, classes/ssl/README,
classes/ssl/ss_vncviewer, classes/ssl/ultra.vnc,
classes/ssl/ultrasigned.vnc,
classes/ssl/ultravnc-102-JavaViewer-ssl-etc.patch: Add SSL support
to UltraVNC Java Viewer (has filetransfer gui). Fix UltraVNC bugs
and improve FTP gui a bit.
2007-05-16 runge <runge>
* x11vnc/ChangeLog, x11vnc/README,
x11vnc/misc/enhanced_tightvnc_viewer/README,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ss_vncviewer,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ssvnc.tcl,
x11vnc/sslhelper.c, x11vnc/x11vnc.1, x11vnc/x11vnc.c,
x11vnc/x11vnc_defs.c: ssvnc: SOCKS support, PORT=, Verify all Certs
and accepted certs logging. x11vnc SSL debugging output.
2007-05-16 runge <runge>
* libvncserver/rfbserver.c: Drop client if UltraVNC filetransfer is
not enabled.
2007-05-07 runge <runge>
* x11vnc/misc/enhanced_tightvnc_viewer/README,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ss_vncviewer,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ssvnc.tcl,
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/_bundle: ssvnc:
Home dir changing, skip enc warning, memory stick doc.
2007-05-07 runge <runge>
* x11vnc/ChangeLog, x11vnc/README, x11vnc/options.c,
x11vnc/sslhelper.c, x11vnc/x11vnc.1, x11vnc/x11vnc_defs.c,
x11vnc/xevents.c: x11vnc: lower -wait and -defer to 20ms. Drop
client doing ultravnc stuff in -unixpw during login phase.
2007-05-05 runge <runge>
* x11vnc/README, x11vnc/connections.c, x11vnc/help.c,
x11vnc/remote.c, x11vnc/sslhelper.c, x11vnc/unixpw.c,
x11vnc/x11vnc.1, x11vnc/x11vnc.c, x11vnc/xevents.c: filexfer
warnings and messages.
2007-05-05 runge <runge>
* configure.ac, x11vnc/ChangeLog, x11vnc/README, x11vnc/help.c,
x11vnc/options.c, x11vnc/options.h, x11vnc/user.c, x11vnc/x11vnc.1,
x11vnc/x11vnc.c, x11vnc/x11vnc.h, x11vnc/x11vnc_defs.c: x11vnc: add
groups handling for -users mode.
2007-05-04 runge <runge>
* x11vnc/README, x11vnc/help.c, x11vnc/ssltools.h, x11vnc/user.c,
x11vnc/x11vnc.1, x11vnc/x11vnc_defs.c: x11vnc: add WAITBG=1 env.
var, add mwm to -create.
2007-05-01 runge <runge>
* classes/ssl/Makefile.am, classes/ssl/onetimekey,
classes/ssl/ss_vncviewer, x11vnc/ChangeLog, x11vnc/README,
x11vnc/connections.c, x11vnc/help.c, x11vnc/sslhelper.c,
x11vnc/ssltools.h, x11vnc/user.c, x11vnc/x11vnc.1,
x11vnc/x11vnc_defs.c: ssl: java viewer patches, onetimekey; x11vnc
setsid/setpgrp and -cc 4 for -create
2007-04-28 runge <runge>
* x11vnc/ChangeLog, x11vnc/README, x11vnc/connections.c,
x11vnc/help.c, x11vnc/misc/enhanced_tightvnc_viewer/README,
x11vnc/misc/enhanced_tightvnc_viewer/bin/ssvnc,
x11vnc/misc/enhanced_tightvnc_viewer/bin/ssvnc_cmd,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ssvnc.tcl,
x11vnc/misc/enhanced_tightvnc_viewer/build.unix,
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-fu
ll.patch, x11vnc/options.c, x11vnc/options.h, x11vnc/sslhelper.c,
x11vnc/sslhelper.h, x11vnc/ssltools.h, x11vnc/user.c,
x11vnc/x11vnc.1, x11vnc/x11vnc.c, x11vnc/x11vnc_defs.c: x11vnc:
-users sslpeer= option. RFB_SSL_CLIENT_CERT, -ncache 10 default
2007-04-19 runge <runge>
* prepare_x11vnc_dist.sh, x11vnc/README, x11vnc/x11vnc.1,
x11vnc/x11vnc.h, x11vnc/x11vnc_defs.c: x11vnc: set to next release
(0.9.1)
2007-04-19 runge <runge>
*
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-fu
ll.patch: Add latest vncviewer patch.
2007-04-19 runge <runge>
* x11vnc/misc/enhanced_tightvnc_viewer/README,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ss_vncviewer,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ssvnc.tcl,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/stunnel-server.conf,
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/_bundle: Sync with
SSVNC 1.0.15
2007-04-18 runge <runge>
* x11vnc/README, x11vnc/userinput.c, x11vnc/x11vnc.1,
x11vnc/x11vnc.h, x11vnc/x11vnc_defs.c: x11vnc: small changes for 0.9
release.
2007-04-08 runge <runge>
* prepare_x11vnc_dist.sh: change x11vnc version to 0.9
2007-04-07 dscho <dscho>
* configure.ac: prepare for release of LibVNCServer 0.9
2007-04-07 runge <runge>
* x11vnc/ChangeLog, x11vnc/README, x11vnc/help.c,
x11vnc/ssltools.h, x11vnc/user.c, x11vnc/userinput.c,
x11vnc/x11vnc.1: x11vnc: add gnome, kde, etc. FINDCREATEDISPLAY
tags.
2007-04-07 runge <runge>
* classes/ssl/ss_vncviewer,
classes/ssl/tightvnc-1.3dev7_javasrc-vncviewer-ssl.patch: update
viewer jars and ss script
2007-04-07 runge <runge>
* x11vnc/README, x11vnc/connections.c, x11vnc/help.c,
x11vnc/sslhelper.c, x11vnc/ssltools.h, x11vnc/v4l.c,
x11vnc/x11vnc.1, x11vnc/x11vnc.c, x11vnc/x11vnc_defs.c: java
ingoreProxy, fix old libssl free_func problem
2007-04-06 dscho <dscho>
* AUTHORS, ChangeLog, rfb/rfbclient.h: rfbclient.h: use 'extern "C"'
to make it convenient to include from C++
2007-04-06 dscho <dscho>
* AUTHORS, ChangeLog, rfb/rfb.h: rfb.h: Do not misplace guards This buglet made it impossible to double include rfb.h from C++.
2007-03-30 dscho <dscho>
* prepare_x11vnc_dist.sh: build x11vnc with static libraries (at
least for now) Maybe at a later stage, we want x11vnc to pick up on existing
libvncserver.so and libvncclient.so, but right now, x11vnc and the
libraries progress together (and thus it is better to build static,
necessarily up-to-date libraries for x11vnc).
2007-03-30 dscho <dscho>
* AUTHORS, ChangeLog, acinclude.m4, client_examples/Makefile.am,
configure.ac, contrib/Makefile.am, examples/Makefile.am,
libvncclient/Makefile.am, libvncserver/Makefile.am, ltmain.sh,
test/Makefile.am, vncterm/Makefile.am, x11vnc/Makefile.am: Build
shared libraries per default Thanks to Guillaume Rousse, we now use libtool to build shared
libraries.
2007-03-25 runge <runge>
* x11vnc/README, x11vnc/pm.c, x11vnc/scan.c, x11vnc/user.c,
x11vnc/userinput.c, x11vnc/xevents.c: x11vnc: remove build errors,
get -ncache working on macosx again.
2007-03-24 runge <runge>
* libvncserver/cursor.c: Fix short vs. char problem with X cursors.
Have fg == bg == 0 imply interpolation to B&W.
2007-03-24 runge <runge>
* classes/ssl/ss_vncviewer,
classes/ssl/tightvnc-1.3dev7_javasrc-vncviewer-ssl.patch: reverse
connections for ss_vncviewer. java one-time-keys.
2007-03-24 runge <runge>
* x11vnc/ChangeLog, x11vnc/README, x11vnc/connections.c,
x11vnc/help.c, x11vnc/screen.c, x11vnc/sslhelper.c,
x11vnc/sslhelper.h, x11vnc/tkx11vnc, x11vnc/tkx11vnc.h,
x11vnc/user.c, x11vnc/x11vnc.1, x11vnc/x11vnc.c,
x11vnc/x11vnc_defs.c: x11vnc: reverse SSL connections. -sleepin
option.
2007-03-24 runge <runge>
* x11vnc/misc/enhanced_tightvnc_viewer/README,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ss_vncviewer,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ssvnc.tcl,
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/_bundle,
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-fu
ll.patch: reverse (listening) VNC connections.
2007-03-20 runge <runge>
* x11vnc/misc/enhanced_tightvnc_viewer/README,
x11vnc/misc/enhanced_tightvnc_viewer/Windows/README.txt,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ssvnc.tcl,
x11vnc/misc/enhanced_tightvnc_viewer/build.unix,
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/_bundle,
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-fu
ll.patch: ssvnc: sync to 1.0.13 release.
2007-03-20 runge <runge>
* x11vnc/ChangeLog, x11vnc/README, x11vnc/cursor.c, x11vnc/help.c,
x11vnc/options.c, x11vnc/options.h, x11vnc/remote.c,
x11vnc/sslhelper.c, x11vnc/user.c, x11vnc/x11vnc.1,
x11vnc/x11vnc.c, x11vnc/x11vnc_defs.c: x11vnc: -httpsredir,
x11cursor fix, nc=N login opt, no -ncache betatest for java viewer.
2007-03-20 runge <runge>
* ChangeLog, libvncserver/httpd.c: Add "Connection: close" to HTTP
replies.
2007-03-17 dscho <dscho>
* AUTHORS, ChangeLog, libvncserver/main.c, libvncserver/rfbserver.c:
Fix a locking problem in libvncserver There seems to be a locking problem in libvncserver, with respect to
how condition variables are used. On certain machines in our lab, when using a vncviewer to view a
display that has a very high rate of updates, we will occasionally
see the VNC server process crash. In one stack trace that was
obtained, an assertion had tripped in glibc's pthread_cond_wait,
which was called from clientOutput. Inspection of clientOutput suggests that WAIT is being called
incorrectly. The mutex that protects a condition variable should
always be locked when calling wait, and on return from the wait will
still be locked. The attached patch fixes the locking around this
condition variable, and one other that I found by grepping the
source for similar occurrences. Signed-off-by: Charles Coffing <ccoffing@novell.com>
2007-03-13 runge <runge>
*
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-fu
ll.patch: ssvnc: sync src/patches/tight-vncviewer-full.patch
2007-03-13 runge <runge>
* x11vnc/ChangeLog, x11vnc/README, x11vnc/help.c, x11vnc/scan.c,
x11vnc/screen.c, x11vnc/solid.c, x11vnc/x11vnc.1, x11vnc/x11vnc.c,
x11vnc/x11vnc_defs.c: x11vnc: fix crash for kde dcop. limit ncache
beta tester to 96MB viewers.
2007-02-19 runge <runge>
* x11vnc/misc/enhanced_tightvnc_viewer/Windows/README.txt,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ss_vncviewer,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ssvnc.tcl,
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/_getpatches,
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-fu
ll.patch: ssvnc: more fixes for painting problems.
2007-02-19 runge <runge>
* x11vnc/README, x11vnc/x11vnc.1, x11vnc/x11vnc.c,
x11vnc/x11vnc_defs.c: x11vnc: fix -users bob= in -inetd mode.
2007-02-19 runge <runge>
* x11vnc/misc/enhanced_tightvnc_viewer/bin/ssvnc,
x11vnc/misc/enhanced_tightvnc_viewer/bin/ssvnc_cmd,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ss_vncviewer,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ssvnc.tcl,
x11vnc/misc/enhanced_tightvnc_viewer/build.unix,
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/_bundle,
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-fu
ll.patch: store 1.0.12 snapshot.
2007-02-19 runge <runge>
* x11vnc/ChangeLog, x11vnc/README, x11vnc/x11vnc.1,
x11vnc/x11vnc.c, x11vnc/x11vnc_defs.c, x11vnc/xevents.c: x11vnc: Get
ultravnc textchat working with ssvnc.
2007-02-17 runge <runge>
* x11vnc/README, x11vnc/help.c, x11vnc/sslhelper.c, x11vnc/x11vnc.1:
x11vnc: make https fetch in accept_openssl() work again.
2007-02-16 runge <runge>
* x11vnc/ChangeLog, x11vnc/README, x11vnc/allowed_input_t.h,
x11vnc/connections.c, x11vnc/help.c, x11vnc/keyboard.c,
x11vnc/keyboard.h, x11vnc/remote.c, x11vnc/screen.c,
x11vnc/tkx11vnc, x11vnc/tkx11vnc.h, x11vnc/unixpw.c, x11vnc/user.c,
x11vnc/x11vnc.1, x11vnc/x11vnc_defs.c, x11vnc/xevents.c: x11vnc: add
Files mode to user controlled input. more ultra/tight filexfer
tweaks. rfbversion remote control. noncache/nc unixpw user opt.
2007-02-16 runge <runge>
* x11vnc/ChangeLog, x11vnc/README, x11vnc/avahi.c,
x11vnc/connections.c, x11vnc/help.c, x11vnc/options.c,
x11vnc/options.h, x11vnc/remote.c, x11vnc/screen.c,
x11vnc/ssltools.h, x11vnc/tkx11vnc, x11vnc/tkx11vnc.h,
x11vnc/unixpw.c, x11vnc/user.c, x11vnc/x11vnc.1, x11vnc/x11vnc.c,
x11vnc/x11vnc.h, x11vnc/x11vnc_defs.c, x11vnc/xevents.c: x11vnc:
tightvnc filetransfer off by default. FINDCREATEDISPLAY geometry.
2007-02-12 runge <runge>
* configure.ac, x11vnc/ChangeLog, x11vnc/Makefile.am,
x11vnc/README, x11vnc/avahi.c, x11vnc/avahi.h, x11vnc/cleanup.c,
x11vnc/help.c, x11vnc/options.c, x11vnc/options.h, x11vnc/remote.c,
x11vnc/screen.c, x11vnc/tkx11vnc, x11vnc/tkx11vnc.h, x11vnc/user.c,
x11vnc/win_utils.c, x11vnc/x11vnc.1, x11vnc/x11vnc.c,
x11vnc/x11vnc_defs.c: x11vnc: add avahi (aka
mDNS/Zeroconf/Bonjour...) support thanks to Diego Petteno. add -find
-create
2007-02-12 runge <runge>
* x11vnc/ChangeLog, x11vnc/README, x11vnc/connections.c,
x11vnc/help.c, x11vnc/options.c, x11vnc/options.h, x11vnc/pm.c,
x11vnc/remote.c, x11vnc/sslhelper.c, x11vnc/ssltools.h,
x11vnc/tkx11vnc, x11vnc/tkx11vnc.h, x11vnc/unixpw.c, x11vnc/user.c,
x11vnc/x11vnc.1, x11vnc/x11vnc.c, x11vnc/x11vnc.h,
x11vnc/x11vnc_defs.c, x11vnc/xevents.c, x11vnc/xevents.h,
x11vnc/xwrappers.c: x11vnc: -grabalways, -forcedpms, -clientdpms,
-noserverdpms, -loopbg, -svc, -xdmsvc
2007-02-10 runge <runge>
* x11vnc/ChangeLog, x11vnc/README, x11vnc/connections.c,
x11vnc/pm.c, x11vnc/pm.h, x11vnc/pointer.c, x11vnc/pointer.h,
x11vnc/scan.c, x11vnc/screen.c, x11vnc/ssltools.h, x11vnc/unixpw.c,
x11vnc/unixpw.h, x11vnc/user.c, x11vnc/user.h, x11vnc/userinput.c,
x11vnc/x11vnc.1, x11vnc/x11vnc.c, x11vnc/x11vnc_defs.c,
x11vnc/xevents.c, x11vnc/xevents.h: x11vnc: watch textchat, etc in
unixpw, implement kbdReleaseAllKeys, setSingleWindow,
setServerInput. watch for OpenGL apps breaking XDAMAGE.
2007-02-05 runge <runge>
* x11vnc/misc/enhanced_tightvnc_viewer/README,
x11vnc/misc/enhanced_tightvnc_viewer/bin/ssvnc,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ss_vncviewer,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ssvnc.tcl,
x11vnc/misc/enhanced_tightvnc_viewer/build.unix,
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/_bundle,
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-fu
ll.patch: ssvnc 1.0.11 files.
2007-02-05 runge <runge>
* prepare_x11vnc_dist.sh, x11vnc/README, x11vnc/x11vnc.1,
x11vnc/x11vnc.h, x11vnc/x11vnc_defs.c: Setup for x11vnc 0.8.5
2007-02-01 dscho <dscho>
* ChangeLog, libvncclient/rfbproto.c, libvncclient/vncviewer.c,
rfb/rfbclient.h: LibVNCClient: some users do not want to get
whole-screen updates; introduce client->updateRect for that
2007-02-01 dscho <dscho>
* libvncclient/zrle.c: sometimes zrle sends too many bytes; play
safe
2007-01-31 runge <runge>
* x11vnc/README, x11vnc/keyboard.c, x11vnc/pointer.c,
x11vnc/screen.c, x11vnc/solid.c, x11vnc/userinput.c,
x11vnc/xdamage.c, x11vnc/xevents.c: fix warnings.
2007-01-31 runge <runge>
* ChangeLog: libvncclient changes.
2007-01-31 runge <runge>
* x11vnc/ChangeLog, x11vnc/Makefile.am, x11vnc/README,
x11vnc/cleanup.c, x11vnc/connections.c, x11vnc/cursor.c,
x11vnc/help.c, x11vnc/keyboard.c, x11vnc/macosx.c,
x11vnc/macosxCG.c, x11vnc/macosxCGS.c,
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-ne
wfbsize.patch, x11vnc/options.c, x11vnc/options.h, x11vnc/params.h,
x11vnc/pointer.c, x11vnc/remote.c, x11vnc/scan.c, x11vnc/screen.c,
x11vnc/screen.h, x11vnc/solid.c, x11vnc/solid.h, x11vnc/ssltools.h,
x11vnc/tkx11vnc, x11vnc/tkx11vnc.h, x11vnc/unixpw.c,
x11vnc/unixpw.h, x11vnc/user.c, x11vnc/userinput.c, x11vnc/util.c,
x11vnc/x11vnc.1, x11vnc/x11vnc.c, x11vnc/x11vnc.h,
x11vnc/x11vnc_defs.c, x11vnc/xdamage.c, x11vnc/xdamage.h,
x11vnc/xevents.c: x11vnc: -reflect, -N. -ncache, FINDDISPLAY,
FINDCREATEDISPLAY, improvements. MODTWEAK_LOWEST workaround.
2007-01-31 runge <runge>
* Makefile.am, libvncclient/cursor.c, libvncclient/rfbproto.c,
libvncclient/vncviewer.c, prepare_x11vnc_dist.sh, rfb/rfbclient.h:
libvncclient: add GotCursorShape() and GotCopyRect(); x11vnc dep on
libvncclient
2007-01-25 dscho <dscho>
* libvncserver/rfbserver.c: compile fix for MinGW
2007-01-25 dscho <dscho>
* VisualNaCro/Makefile.am: complain when SWIG is not present, but
needed
2007-01-25 dscho <dscho>
* VisualNaCro/configure.ac: Complain if libvncserver-config was not
found in PATH
2007-01-10 runge <runge>
* x11vnc/README, x11vnc/help.c, x11vnc/options.c, x11vnc/options.h,
x11vnc/remote.c, x11vnc/scan.c, x11vnc/screen.c, x11vnc/tkx11vnc,
x11vnc/tkx11vnc.h, x11vnc/userinput.c, x11vnc/userinput.h,
x11vnc/x11vnc.1, x11vnc/x11vnc.c, x11vnc/x11vnc.h,
x11vnc/x11vnc_defs.c, x11vnc/xdamage.c, x11vnc/xevents.c,
x11vnc/xinerama.c, x11vnc/xrandr.h: some -ncache performance
improvements, rootpixmap watching, gnome wm heuristics
2007-01-09 runge <runge>
* x11vnc/README, x11vnc/userinput.c, x11vnc/x11vnc.1,
x11vnc/x11vnc_defs.c: Fix old compiler error; fix warnings.
2007-01-09 runge <runge>
* x11vnc/README, x11vnc/help.c, x11vnc/options.c, x11vnc/options.h,
x11vnc/remote.c, x11vnc/screen.c, x11vnc/solid.c, x11vnc/solid.h,
x11vnc/userinput.c, x11vnc/x11vnc.1, x11vnc/x11vnc.c,
x11vnc/x11vnc_defs.c, x11vnc/xdamage.c: more speed and accuracy
improvements to -ncache mode.
2007-01-07 runge <runge>
* x11vnc/README, x11vnc/options.c, x11vnc/userinput.c,
x11vnc/winattr_t.h, x11vnc/x11vnc.1, x11vnc/x11vnc.h,
x11vnc/x11vnc_defs.c, x11vnc/xdamage.c: changes to ncache cache
aging and xdamage skipping
2007-01-04 runge <runge>
* x11vnc/ChangeLog, x11vnc/README, x11vnc/userinput.c,
x11vnc/x11vnc.1, x11vnc/x11vnc.c, x11vnc/x11vnc_defs.c,
x11vnc/xdamage.c: x11vnc: more -ncache improvements.
2007-01-02 runge <runge>
* x11vnc/ChangeLog, x11vnc/README, x11vnc/help.c, x11vnc/options.c,
x11vnc/options.h, x11vnc/remote.c, x11vnc/scan.c,
x11vnc/ssltools.h, x11vnc/tkx11vnc, x11vnc/tkx11vnc.h,
x11vnc/user.c, x11vnc/userinput.c, x11vnc/x11vnc.1,
x11vnc/x11vnc.c, x11vnc/x11vnc.h, x11vnc/x11vnc_defs.c,
x11vnc/xevents.c, x11vnc/xevents.h: x11vnc: more -ncache
improvements.
2006-12-29 runge <runge>
* x11vnc/8to24.c, x11vnc/README, x11vnc/cursor.c, x11vnc/options.c,
x11vnc/options.h, x11vnc/pointer.c, x11vnc/screen.c,
x11vnc/selection.c, x11vnc/userinput.c, x11vnc/util.c,
x11vnc/win_utils.c, x11vnc/x11vnc.1, x11vnc/x11vnc.c,
x11vnc/x11vnc_defs.c, x11vnc/xevents.c, x11vnc/xwrappers.c: x11vnc
-ncache on by default for beta test. fix -nofb & -rawfb modes.
2006-12-28 runge <runge>
* x11vnc/README, x11vnc/userinput.c, x11vnc/win_utils.c: a couple
more warnings...
2006-12-28 runge <runge>
* x11vnc/8to24.c, x11vnc/README, x11vnc/connections.c,
x11vnc/cursor.c, x11vnc/gui.c, x11vnc/keyboard.c, x11vnc/macosx.c,
x11vnc/macosx.h, x11vnc/macosxCG.c, x11vnc/macosxCGS.c,
x11vnc/misc/enhanced_tightvnc_viewer/README,
x11vnc/misc/enhanced_tightvnc_viewer/bin/ssvnc_cmd,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ssvnc.tcl,
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/_bundle,
x11vnc/nox11_funcs.h, x11vnc/pointer.c, x11vnc/remote.c,
x11vnc/scan.c, x11vnc/screen.c, x11vnc/selection.c, x11vnc/solid.c,
x11vnc/userinput.c, x11vnc/util.c, x11vnc/win_utils.c,
x11vnc/xevents.c, x11vnc/xrandr.c, x11vnc/xrecord.c,
x11vnc/xwrappers.c: still more compiler warnings; ssvnc 1.0.9 sync.
2006-12-28 runge <runge>
* x11vnc/8to24.c, x11vnc/README, x11vnc/cleanup.c,
x11vnc/connections.c, x11vnc/cursor.c, x11vnc/macosx.c,
x11vnc/macosx.h, x11vnc/macosxCG.c, x11vnc/macosxCG.h,
x11vnc/macosxCGP.c, x11vnc/macosxCGS.c, x11vnc/macosxCGS.h,
x11vnc/scan.c, x11vnc/screen.c, x11vnc/sslhelper.c,
x11vnc/uinput.c, x11vnc/userinput.c, x11vnc/v4l.c,
x11vnc/win_utils.c, x11vnc/xevents.c, x11vnc/xwrappers.c: more
compiler warnings cleanup.
2006-12-28 runge <runge>
* x11vnc/8to24.c, x11vnc/README, x11vnc/connections.c,
x11vnc/cursor.c, x11vnc/gui.c, x11vnc/keyboard.c, x11vnc/macosx.c,
x11vnc/macosxCG.c, x11vnc/pointer.c, x11vnc/scan.c,
x11vnc/screen.c, x11vnc/solid.c, x11vnc/user.c, x11vnc/userinput.c,
x11vnc/userinput.h, x11vnc/win_utils.c, x11vnc/xwrappers.c,
x11vnc/xwrappers.h: x11vnc: clean up compiler warnings.
2006-12-28 runge <runge>
* x11vnc/ChangeLog, x11vnc/README, x11vnc/cleanup.c,
x11vnc/connections.c, x11vnc/cursor.c, x11vnc/cursor.h,
x11vnc/help.c, x11vnc/keyboard.c, x11vnc/macosx.c, x11vnc/macosx.h,
x11vnc/macosxCGS.c, x11vnc/macosxCGS.h, x11vnc/options.c,
x11vnc/options.h, x11vnc/pointer.c, x11vnc/remote.c, x11vnc/scan.c,
x11vnc/scan.h, x11vnc/screen.c, x11vnc/tkx11vnc, x11vnc/tkx11vnc.h,
x11vnc/userinput.c, x11vnc/userinput.h, x11vnc/winattr_t.h,
x11vnc/x11vnc.1, x11vnc/x11vnc.c, x11vnc/x11vnc_defs.c,
x11vnc/xevents.c, x11vnc/xrecord.c, x11vnc/xwrappers.c,
x11vnc/xwrappers.h: x11vnc: more work on -ncache.
2006-12-17 runge <runge>
* x11vnc/ChangeLog, x11vnc/README, x11vnc/help.c, x11vnc/options.c,
x11vnc/options.h, x11vnc/remote.c, x11vnc/scan.c, x11vnc/screen.c,
x11vnc/unixpw.c, x11vnc/unixpw.h, x11vnc/userinput.c,
x11vnc/userinput.h, x11vnc/winattr_t.h, x11vnc/x11vnc.1,
x11vnc/x11vnc.c, x11vnc/x11vnc.h, x11vnc/x11vnc_defs.c,
x11vnc/xevents.c, x11vnc/xinerama.c: x11vnc: first pass at
client-side caching, -ncache option.
2006-12-17 runge <runge>
* x11vnc/ChangeLog, x11vnc/README, x11vnc/help.c, x11vnc/options.c,
x11vnc/options.h, x11vnc/x11vnc.1, x11vnc/x11vnc.c,
x11vnc/x11vnc_defs.c, x11vnc/xinerama.c: x11vnc: make -xwarppointer
the default if xinerama is active.
2006-12-16 runge <runge>
* rfb/rfbproto.h: Move our rfbEncodings numbers out of the TightVNC
range.
2006-12-15 runge <runge>
* libvncserver/auth.c: fix typo.
2006-12-13 runge <runge>
* ChangeLog: Remove stray "-permitfiletransfer permit file transfer
support" output
2006-12-13 runge <runge>
* libvncserver/cargs.c: Remove stray ""-permitfiletransfer permit
file transfer support" output.
2006-12-11 runge <runge>
* x11vnc/README, x11vnc/macosxCG.c, x11vnc/macosxCGS.c,
x11vnc/x11vnc.1, x11vnc/x11vnc.c, x11vnc/x11vnc_defs.c: cleanup some
comments.
2006-12-10 runge <runge>
* x11vnc/misc/enhanced_tightvnc_viewer/README,
x11vnc/misc/enhanced_tightvnc_viewer/bin/ssvnc_cmd: sync etv 1.0.8
2006-12-10 runge <runge>
* classes/ssl/tightvnc-1.3dev7_javasrc-vncviewer-ssl.patch,
x11vnc/ChangeLog, x11vnc/README, x11vnc/cleanup.c,
x11vnc/cleanup.h, x11vnc/connections.c, x11vnc/gui.c,
x11vnc/help.c, x11vnc/misc/Makefile.am, x11vnc/pointer.c,
x11vnc/screen.c, x11vnc/screen.h, x11vnc/solid.c,
x11vnc/sslhelper.c, x11vnc/ssltools.h, x11vnc/user.c, x11vnc/v4l.c,
x11vnc/win_utils.c, x11vnc/x11vnc.1, x11vnc/x11vnc.c,
x11vnc/x11vnc_defs.c: x11vnc: FINDCREATEDISPLAY support to create X
session if one cannot be found. Fix bug in java viewer.
2006-11-24 runge <runge>
* prepare_x11vnc_dist.sh, x11vnc/ChangeLog, x11vnc/README,
x11vnc/help.c, x11vnc/remote.c, x11vnc/user.c, x11vnc/x11vnc.1,
x11vnc/x11vnc.c, x11vnc/x11vnc_defs.c: install ss_vncviewer 755,
-prog option, HTTPONCE new socket for -inetd.
2006-11-23 runge <runge>
* classes/ssl/Makefile.am, classes/ssl/README: rename to
ss_vncviewer
2006-11-23 runge <runge>
* classes/ssl/ss_vncviewer, classes/ssl/ssl_vncviewer: rename
ssl_vncviewer to ss_vncviewer
2006-11-23 runge <runge>
* classes/ssl/ss_vncviewer: rename ssl_vncviewer to ss_vncviewer
2006-11-22 runge <runge>
* configure.ac: use AC_CHECK_LIB for fbpm and dpms
2006-11-21 runge <runge>
* configure.ac: enable --without-fbpm and --without-dpms
2006-11-21 runge <runge>
* ChangeLog, configure.ac, x11vnc/ChangeLog, x11vnc/README,
x11vnc/cleanup.c, x11vnc/connections.c, x11vnc/cursor.c,
x11vnc/help.c, x11vnc/keyboard.c, x11vnc/macosx.c, x11vnc/macosx.h,
x11vnc/macosxCG.c, x11vnc/macosxCGS.c, x11vnc/macosxCGS.h,
x11vnc/options.c, x11vnc/options.h, x11vnc/pm.c, x11vnc/pointer.c,
x11vnc/remote.c, x11vnc/scan.c, x11vnc/screen.c, x11vnc/unixpw.c,
x11vnc/userinput.c, x11vnc/win_utils.c, x11vnc/win_utils.h,
x11vnc/x11vnc.1, x11vnc/x11vnc.c, x11vnc/x11vnc.h,
x11vnc/x11vnc_defs.c, x11vnc/xdamage.c, x11vnc/xevents.c,
x11vnc/xwrappers.c: x11vnc: Mac OS X fb fixes and cuttext, -nodpms
option, local user wireframing
2006-11-21 runge <runge>
* x11vnc/misc/enhanced_tightvnc_viewer/README,
x11vnc/misc/enhanced_tightvnc_viewer/Windows/README.txt,
x11vnc/misc/enhanced_tightvnc_viewer/Windows/util/connect_br.tcl,
x11vnc/misc/enhanced_tightvnc_viewer/bin/ssvnc,
x11vnc/misc/enhanced_tightvnc_viewer/bin/ssvnc_cmd,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ss_vncviewer,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ssvnc.tcl,
x11vnc/misc/enhanced_tightvnc_viewer/build.unix,
x11vnc/misc/enhanced_tightvnc_viewer/filelist.txt,
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/_bundle,
x11vnc/misc/enhanced_tightvnc_viewer/src/zips/README: update to
1.0.8 and renaming
2006-11-21 runge <runge>
* x11vnc/misc/enhanced_tightvnc_viewer/bin/ssl_tightvncviewer,
x11vnc/misc/enhanced_tightvnc_viewer/bin/ssl_vnc_gui,
x11vnc/misc/enhanced_tightvnc_viewer/bin/tightvncviewer,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ssl_tightvncviewer.tc
l, x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ssl_vncviewer:
delete
2006-11-21 runge <runge>
* x11vnc/misc/enhanced_tightvnc_viewer/bin/ssvnc,
x11vnc/misc/enhanced_tightvnc_viewer/bin/ssvnc_cmd,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ss_vncviewer,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ssvnc.tcl: rename
2006-11-13 runge <runge>
* ChangeLog, configure.ac, prepare_x11vnc_dist.sh, x11vnc/8to24.c,
x11vnc/ChangeLog, x11vnc/Makefile.am, x11vnc/README,
x11vnc/cleanup.c, x11vnc/connections.c, x11vnc/cursor.c,
x11vnc/cursor.h, x11vnc/gui.c, x11vnc/help.c, x11vnc/keyboard.c,
x11vnc/linuxfb.c, x11vnc/macosx.c, x11vnc/macosx.h,
x11vnc/macosxCG.c, x11vnc/macosxCG.h, x11vnc/macosxCGP.c,
x11vnc/macosxCGP.h, x11vnc/macosxCGS.c, x11vnc/macosxCGS.h,
x11vnc/options.c, x11vnc/options.h, x11vnc/params.h,
x11vnc/pointer.c, x11vnc/remote.c, x11vnc/scan.c, x11vnc/screen.c,
x11vnc/selection.c, x11vnc/tkx11vnc, x11vnc/tkx11vnc.h,
x11vnc/userinput.c, x11vnc/win_utils.c, x11vnc/x11vnc.1,
x11vnc/x11vnc.c, x11vnc/x11vnc.h, x11vnc/x11vnc_defs.c,
x11vnc/xdamage.c, x11vnc/xdamage.h, x11vnc/xevents.c,
x11vnc/xinerama.c, x11vnc/xrandr.c, x11vnc/xrecord.c,
x11vnc/xwrappers.c, x11vnc/xwrappers.h: x11vnc: Native Mac OS X
support.
2006-11-08 runge <runge>
* x11vnc/misc/enhanced_tightvnc_viewer/README,
x11vnc/misc/enhanced_tightvnc_viewer/bin/Darwin.Power.Macintosh/.cp
over,
x11vnc/misc/enhanced_tightvnc_viewer/bin/Darwin.Power.Macintosh/vnc
viewer.sh,
x11vnc/misc/enhanced_tightvnc_viewer/bin/Darwin.i386/.cpover,
x11vnc/misc/enhanced_tightvnc_viewer/bin/ssl_tightvncviewer,
x11vnc/misc/enhanced_tightvnc_viewer/bin/ssl_vnc_gui,
x11vnc/misc/enhanced_tightvnc_viewer/bin/tightvncviewer,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ssl_tightvncviewer.tc
l, x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ssl_vncviewer,
x11vnc/misc/enhanced_tightvnc_viewer/build.unix,
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/_bundle: Add Darwin
stuff. Sync to current 1.0.7
2006-11-08 runge <runge>
* ChangeLog, classes/ssl/ssl_vncviewer, configure.ac,
prepare_x11vnc_dist.sh, x11vnc/ChangeLog, x11vnc/README,
x11vnc/x11vnc.1, x11vnc/x11vnc_defs.c: configure.ac -R and macosx,
prepare_x11vnc_dist.sh rpm fix
2006-10-30 runge <runge>
* x11vnc/ChangeLog, x11vnc/README, x11vnc/x11vnc.1,
x11vnc/x11vnc.c, x11vnc/x11vnc_defs.c: x11vnc: Add tip about how to
reenable RECORD extension.
2006-10-12 dscho <dscho>
* VisualNaCro/nacro.c, VisualNaCro/nacro.h: VisualNaCro: add
sendascii
2006-10-12 runge <runge>
* x11vnc/ChangeLog, x11vnc/README, x11vnc/cursor.c, x11vnc/help.c,
x11vnc/options.c, x11vnc/options.h, x11vnc/remote.c,
x11vnc/x11vnc.1, x11vnc/x11vnc.c, x11vnc/x11vnc.h,
x11vnc/x11vnc_defs.c: x11vnc: -cursor_drag for DnD, etc.
2006-10-11 runge <runge>
* libvncserver/tightvnc-filetransfer/rfbtightserver.c: N_ENC_CAPS
check does not work if libz is not present.
2006-10-10 dscho <dscho>
* VisualNaCro/ChangeLog, VisualNaCro/recorder.pl: VisualNaCro: add
'i', 'c' and 'r' menu keys
2006-10-10 dscho <dscho>
* VisualNaCro/ChangeLog, VisualNaCro/recorder.pl: VisualNaCro: add
--compact and --compact-dragging
2006-10-07 runge <runge>
* classes/ssl/ssl_vncviewer, x11vnc/README,
x11vnc/misc/enhanced_tightvnc_viewer/README,
x11vnc/misc/enhanced_tightvnc_viewer/Windows/util/connect_br.tcl,
x11vnc/misc/enhanced_tightvnc_viewer/Windows/util/info/stunnel/loca
tion.url,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ssl_tightvncviewer.tc
l, x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ssl_vncviewer,
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/_bundle,
x11vnc/misc/enhanced_tightvnc_viewer/src/zips/README,
x11vnc/x11vnc.1, x11vnc/x11vnc_defs.c: Changes for ETV, double
SSL/SSH.
2006-09-24 runge <runge>
* classes/ssl/tightvnc-1.3dev7_javasrc-vncviewer-ssl.patch,
x11vnc/ChangeLog, x11vnc/README, x11vnc/connections.c,
x11vnc/help.c, x11vnc/keyboard.c, x11vnc/pointer.c,
x11vnc/sslhelper.c, x11vnc/unixpw.c, x11vnc/x11vnc.1,
x11vnc/x11vnc.c, x11vnc/x11vnc_defs.c: x11vnc: improve SSL Java
viewer, cleanup -unixpw code.
2006-09-21 runge <runge>
*
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ssl_tightvncviewer.tc
l, x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ssl_vncviewer: sync
etv. profile cleanup
2006-09-21 runge <runge>
* x11vnc/ChangeLog, x11vnc/README, x11vnc/connections.c,
x11vnc/connections.h, x11vnc/help.c, x11vnc/options.c,
x11vnc/options.h, x11vnc/sslhelper.c, x11vnc/unixpw.c,
x11vnc/unixpw.h, x11vnc/user.c, x11vnc/user.h, x11vnc/x11vnc.1,
x11vnc/x11vnc.c, x11vnc/x11vnc.h, x11vnc/x11vnc_defs.c: x11vnc:
-unixpw_cmd, -passwfile cmd:/custom:, -sslnofail, -ultrafilexfer
2006-09-18 runge <runge>
* x11vnc/misc/enhanced_tightvnc_viewer/README,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ssl_tightvncviewer.tc
l: ETV release 1.0.4
2006-09-18 runge <runge>
*
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ssl_tightvncviewer.tc
l, x11vnc/misc/enhanced_tightvnc_viewer/src/patches/_bundle: sync
ETV 1.0.4
2006-09-18 runge <runge>
* libvncserver/rfbserver.c, x11vnc/README, x11vnc/x11vnc.c: x11vnc:
improve ultravnc filexfer rate by calling rfbCheckFD more often
2006-09-17 runge <runge>
*
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ssl_tightvncviewer.tc
l: Sync ETV.
2006-09-17 runge <runge>
* x11vnc/ChangeLog, x11vnc/README, x11vnc/connections.c,
x11vnc/cursor.c, x11vnc/help.c, x11vnc/keyboard.c,
x11vnc/options.c, x11vnc/options.h, x11vnc/pm.c, x11vnc/scan.c,
x11vnc/screen.c, x11vnc/sslcmds.c, x11vnc/sslhelper.c,
x11vnc/x11vnc.1, x11vnc/x11vnc.c, x11vnc/x11vnc_defs.c,
x11vnc/xinerama.c, x11vnc/xwrappers.c: x11vnc: -verbose,
-connect_or_exit, -rfbport 0, print out SSL cert.
2006-09-15 runge <runge>
* x11vnc/README, x11vnc/help.c, x11vnc/x11vnc.1, x11vnc/x11vnc.c:
small tweaks, -sig alias.
2006-09-15 runge <runge>
* libvncserver/rfbserver.c, x11vnc/ChangeLog, x11vnc/README,
x11vnc/cleanup.c, x11vnc/help.c, x11vnc/screen.c, x11vnc/unixpw.c,
x11vnc/x11vnc.1, x11vnc/x11vnc_defs.c: x11vnc: clear DISPLAY for
-unixpw su_verify, user supplied sig ignore.
2006-09-14 runge <runge>
* classes/ssl/ssl_vncviewer, x11vnc/ChangeLog, x11vnc/README,
x11vnc/help.c, x11vnc/misc/enhanced_tightvnc_viewer/COPYING,
x11vnc/misc/enhanced_tightvnc_viewer/README,
x11vnc/misc/enhanced_tightvnc_viewer/Windows/README.txt,
x11vnc/misc/enhanced_tightvnc_viewer/Windows/util/info/esound/downl
oad.url,
x11vnc/misc/enhanced_tightvnc_viewer/Windows/util/info/openssl/down
load.url,
x11vnc/misc/enhanced_tightvnc_viewer/Windows/util/info/openssl/loca
tion.url,
x11vnc/misc/enhanced_tightvnc_viewer/Windows/util/info/plink/downlo
ad.url,
x11vnc/misc/enhanced_tightvnc_viewer/Windows/util/info/plink/licenc
e.url,
x11vnc/misc/enhanced_tightvnc_viewer/Windows/util/info/stunnel/down
load.url,
x11vnc/misc/enhanced_tightvnc_viewer/Windows/util/info/stunnel/loca
tion.url,
x11vnc/misc/enhanced_tightvnc_viewer/Windows/util/info/vncviewer/do
wnload.url,
x11vnc/misc/enhanced_tightvnc_viewer/Windows/util/info/vncviewer/lo
cation.url,
x11vnc/misc/enhanced_tightvnc_viewer/Windows/util/stunnel-client.co
nf,
x11vnc/misc/enhanced_tightvnc_viewer/Windows/util/stunnel-server.co
nf,
x11vnc/misc/enhanced_tightvnc_viewer/Windows/util/w98/location.url,
x11vnc/misc/enhanced_tightvnc_viewer/bin/ssl_tightvncviewer,
x11vnc/misc/enhanced_tightvnc_viewer/bin/ssl_vnc_gui,
x11vnc/misc/enhanced_tightvnc_viewer/bin/tightvncviewer,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ssl_tightvncviewer.tc
l, x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ssl_vncviewer,
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/stunnel-server.conf,
x11vnc/misc/enhanced_tightvnc_viewer/build.unix,
x11vnc/misc/enhanced_tightvnc_viewer/filelist.txt,
x11vnc/misc/enhanced_tightvnc_viewer/src/README,
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/README,
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/_bundle,
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/_getpatches,
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/_vncpatchapplied,
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/stunnel-maxconn.pa
tch,
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-fu
llscreen.patch,
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-ne
wfbsize.patch,
x11vnc/misc/enhanced_tightvnc_viewer/src/zips/README,
x11vnc/remote.c, x11vnc/util.c, x11vnc/x11vnc.1, x11vnc/x11vnc.c,
x11vnc/x11vnc.h, x11vnc/x11vnc_defs.c: x11vnc:
enhanced_tightvnc_viewer files, ssh -t keystroke response
improvement.
2006-09-12 dscho <dscho>
* VisualNaCro/Makefile.am, libvncserver-config.in: fix in-place
compilation of VisualNaCro
2006-09-12 dscho <dscho>
* VisualNaCro/recorder.pl: fix call to alert()
2006-09-12 dscho <dscho>
* VisualNaCro/NEWS, VisualNaCro/nacro.c, VisualNaCro/nacro.h,
VisualNaCro/recorder.pl: VisualNaCro: add magic key 'd' to display
the current reference image
2006-09-12 dscho <dscho>
* VisualNaCro/nacro.h: forgot to check in nacro.h
2006-09-12 dscho <dscho>
* VisualNaCro/nacro.c, VisualNaCro/recorder.pl: implement rubberband
for rectangular selection
2006-09-12 dscho <dscho>
* VisualNaCro/Makefile.am, VisualNaCro/configure.ac: fix compilation
with cygwin
2006-09-12 dscho <dscho>
* rfb/rfbproto.h, vncterm/LinuxVNC.c, vncterm/VNConsole.c: do not
always include rfb/keysym.h
2006-09-12 dscho <dscho>
* AUTHORS, VisualNaCro/NEWS, VisualNaCro/nacro.c,
VisualNaCro/nacro.h, VisualNaCro/recorder.pl: VisualNaCro: support
clipboard and symbolic key names with X11::Keysyms
2006-09-12 dscho <dscho>
* VisualNaCro/nacro.c, VisualNaCro/nacro.h: support clipboard
2006-09-11 dscho <dscho>
* libvncclient/rfbproto.c, rfb/rfbclient.h: make cut text handling
using a hook
2006-09-10 runge <runge>
* x11vnc/ChangeLog, x11vnc/README, x11vnc/cursor.c, x11vnc/help.c,
x11vnc/ssltools.h, x11vnc/uinput.c, x11vnc/x11vnc.1,
x11vnc/x11vnc.c, x11vnc/x11vnc_defs.c: x11vnc: REQ_ARGS,
EV_SYN/SYN_REPORT check. restore -cursor most under -display WAIT
2006-09-05 runge <runge>
* classes/ssl/proxy.vnc, classes/ssl/ssl_vncviewer: Update
ssl_vncviewer. Fix bug in proxy.vnc with multiple PORT= params.
2006-08-10 runge <runge>
* x11vnc/ChangeLog, x11vnc/README, x11vnc/help.c, x11vnc/linuxfb.c,
x11vnc/uinput.c, x11vnc/uinput.h, x11vnc/x11vnc.1, x11vnc/x11vnc.c,
x11vnc/x11vnc.h, x11vnc/x11vnc_defs.c: x11vnc: first pass at
touchscreens via uinput.
2006-08-02 runge <runge>
* x11vnc/ChangeLog: add to changelog
2006-08-02 runge <runge>
* classes/ssl/ssl_vncviewer, x11vnc/README, x11vnc/help.c,
x11vnc/options.c, x11vnc/options.h, x11vnc/remote.c,
x11vnc/sslhelper.c, x11vnc/tkx11vnc, x11vnc/tkx11vnc.h,
x11vnc/x11vnc.1, x11vnc/x11vnc.c, x11vnc/x11vnc_defs.c: x11vnc:
tweaks to ssl_xfer; -ssltimeout option.
2006-07-31 runge <runge>
* classes/ssl/ssl_vncviewer, x11vnc/README, x11vnc/pointer.c,
x11vnc/scan.c, x11vnc/scan.h, x11vnc/x11vnc.1, x11vnc/x11vnc_defs.c:
x11vnc: more features to ssl_vncviewer for enhanced tightvnc viewer
project
2006-07-29 runge <runge>
* classes/ssl/ssl_vncviewer: one more tweak, start from disp 30
2006-07-29 runge <runge>
* classes/ssl/ssl_vncviewer: add debug = 6 to stunnel config.
2006-07-28 runge <runge>
* classes/ssl/ssl_vncviewer, x11vnc/ChangeLog, x11vnc/README,
x11vnc/cursor.c, x11vnc/help.c, x11vnc/params.h, x11vnc/pointer.c,
x11vnc/rates.c, x11vnc/remote.c, x11vnc/scan.c, x11vnc/screen.c,
x11vnc/screen.h, x11vnc/solid.c, x11vnc/sslcmds.c,
x11vnc/sslhelper.c, x11vnc/tkx11vnc, x11vnc/tkx11vnc.h,
x11vnc/unixpw.c, x11vnc/user.c, x11vnc/userinput.c,
x11vnc/x11vnc.1, x11vnc/x11vnc.c, x11vnc/x11vnc.h,
x11vnc/x11vnc_defs.c: x11vnc: -rotate option
2006-07-18 runge <runge>
* ChangeLog, configure.ac, x11vnc/8to24.c, x11vnc/ChangeLog,
x11vnc/Makefile.am, x11vnc/README, x11vnc/cleanup.c,
x11vnc/connections.c, x11vnc/cursor.c, x11vnc/gui.c,