runge
3129ef668a
Huge number of changes, see x11vnc/ChangeLog
15 years ago
runge
169ef3a042
Some broken build environments treat fprintf(fh, buf) as a fatal error...
15 years ago
runge
0142acdded
Some broken build environments treat fprintf(fh, buf) as a fatal error...
15 years ago
Vic Lee
95ae56c831
Add VeNCrypt support in libvncclient
...
Signed-off-by: Vic Lee <llyzs@163.com>
15 years ago
Christian Beier
a92f7f46a6
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>
15 years ago
Johannes Schindelin
65b68e6682
Merge remote branch 'sf/master'
15 years ago
Johannes Schindelin
68964c29d9
Fallback to --without-client-tls if GNUTLS could not be found
...
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
15 years ago
Vic Lee
58a8df6ff2
Add anonymous TLS support in libvncclient
...
Signed-off-by: Vic Lee <llyzs@163.com>
15 years ago
Johannes Schindelin
0c061f2a27
encodingstest: fix multi-threading issue
...
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
15 years ago
Johannes Schindelin
2a2a60b007
encodingstest: fix whitespace
...
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
15 years ago
Johannes Schindelin
3704595b93
Add Christian Beier to the AUTHORS
...
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
15 years ago
Christian Beier
c652b55f74
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>
15 years ago
Johannes Schindelin
bdde3f9227
Add Vic Lee to the author list
...
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
15 years ago
Vic Lee
2f9836d81a
Fix bug for logging unsupported security types
...
Signed-off-by: Vic Lee <llyzs@163.com>
15 years ago
Vic Lee
4e1aba74e6
Fix bug for VNC Server version 4
...
Signed-off-by: Vic Lee <llyzs@163.com>
15 years ago
runge
fd084b5d28
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
15 years ago
runge
2c6bf9234e
Setup for x11vnc version 0.9.9
16 years ago
runge
b6ee5f9619
Add proxyHost and proxyPort java applet params.
16 years ago
runge
ac33a29f07
Merge branch 'master' of ssh://runge@libvncserver.git.sourceforge.net/gitroot/libvncserver
16 years ago
runge
61383c508e
classes/ssl: java viewer now handles auth-basic proxy logins.
...
misc/enhanced_tightvnc_viewer: update ssvnc.
16 years ago
Johannes Schindelin
ef33182694
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>
16 years ago
runge
d11b2abd8c
X11VNC_REFLECT_PASSWORD env. var., warning about compiz, improve single-port.
16 years ago
Stefan Becker
0e7499fb39
Add close() to rfbClientCleanup()
...
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
16 years ago
runge
94d058b35f
Thread safety. Fix -clip -in -rawfb. Try to avoid Xorg stuck
...
key bug.
16 years ago
runge
804335f9d2
Thread safety for zrle, zlib, tight.
...
Proposed tight security type fix for debian bug 517422.
16 years ago
llyzs
2cd48332e0
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>
16 years ago
Johannes Schindelin
511032eaf1
Add Ben to the authors
...
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
16 years ago
Johannes Schindelin
2f4f700f3a
Make autogen.sh executable
...
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
16 years ago
Ben Klopfenstein
d7c0b34b62
libvncclient: Unix sockets support by Ben Klopfenstein
...
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
16 years ago
runge
4088906b13
rebuild for x11vnc dev 0.9.8
16 years ago
runge
ea30be6c6e
x11vnc 0.9.8 dev
16 years ago
Johannes Schindelin
64db4575db
Add LCD4Linux to the success stories
...
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
16 years ago
runge
128ee3ec4e
Add some -remap tricks. Limit rfbCFD message count.
16 years ago
runge
9ae2e8391d
Insert x11vnc copyright and license notices.
16 years ago
runge
b280597129
Test git commit setting username & etc.
16 years ago
Karl J. Runge
bce0939c0e
Tweak settings and docs for create_display. Add FD_EXTRA finishing cmd.
16 years ago
runge
03666d6a17
x11vnc: Fix off-screen bug for -ncache_cr copyrect.
16 years ago
dscho
e2874d343a
Teach SDLvncviewer about scroll wheel events
...
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
16 years ago
dscho
76db22022c
SDLvncviewer: fix passing a wrong pointer type
...
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
16 years ago
dscho
ebe79c28c3
Clipboard support for SDLvncviewer
...
The clipboard support has only been tested on Linux so far.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
16 years ago
runge
e7152a7f68
Allow range for X11VNC_SKIP_DISPLAY, document grab
...
Xserver issue. Add progress_client() to proceed more quickly
thru handshake. Improvements to turbovnc hack.
16 years ago
dscho
eb1cc7608b
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>
16 years ago
dscho
e12c4ccf23
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>
16 years ago
dscho
1b2083d8aa
Update SDLvncviewer TODOs
...
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
16 years ago
dscho
a02607fe35
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>
16 years ago
dscho
3ab7d5d766
SDLvncviewer: enable key repeat
...
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
16 years ago
runge
2742c9579f
x11vnc: add kludge to experiment with turbovnc.
16 years ago
runge
453166ecdc
x11vnc: fix some -QD cases for use in tkx11vnc.
16 years ago
runge
81cda63cb4
fix some compiler warnings.
16 years ago
runge
d400112c89
add -noskip_lockkeys option for future use.
16 years ago