runge
c49eee2cf6
ssvnc: SOCKS support, PORT=, Verify all Certs and accepted certs logging. x11vnc SSL debugging output.
18 years ago
runge
8b2bb65274
Drop client if UltraVNC filetransfer is not enabled.
18 years ago
runge
d1a86ee79f
ssvnc: Home dir changing, skip enc warning, memory stick doc.
18 years ago
runge
15d04d46b0
x11vnc: lower -wait and -defer to 20ms. Drop client doing ultravnc stuff in -unixpw during login phase.
18 years ago
runge
1d495291e4
filexfer warnings and messages.
18 years ago
runge
76d88e3111
x11vnc: add groups handling for -users mode.
18 years ago
runge
6378acecb0
x11vnc: add WAITBG=1 env. var, add mwm to -create.
18 years ago
runge
85303147a0
ssl: java viewer patches, onetimekey; x11vnc setsid/setpgrp and -cc 4 for -create
18 years ago
runge
3fcab6f1ec
x11vnc: -users sslpeer= option. RFB_SSL_CLIENT_CERT, -ncache 10 default
18 years ago
runge
2d0b184f8b
x11vnc: set to next release (0.9.1)
18 years ago
runge
65f77eb0a2
Add latest vncviewer patch.
18 years ago
runge
e1c733ee5a
Sync with SSVNC 1.0.15
18 years ago
runge
69a63b2883
x11vnc: small changes for 0.9 release.
18 years ago
runge
3ed5ca3e92
change x11vnc version to 0.9
18 years ago
dscho
9fd2c929ef
prepare for release of LibVNCServer 0.9
18 years ago
runge
b6498656ae
x11vnc: add gnome, kde, etc. FINDCREATEDISPLAY tags.
18 years ago
runge
570b8e9090
update viewer jars and ss script
18 years ago
runge
af44bff536
java ingoreProxy, fix old libssl free_func problem
18 years ago
dscho
26b291bf25
rfbclient.h: use 'extern "C"' to make it convenient to include from C++
18 years ago
dscho
1060f747be
rfb.h: Do not misplace guards
...
This buglet made it impossible to double include rfb.h from C++.
18 years ago
dscho
12c6764f50
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).
18 years ago
dscho
ca805667e6
Build shared libraries per default
...
Thanks to Guillaume Rousse, we now use libtool to build shared libraries.
18 years ago
runge
3f0f799d20
x11vnc: remove build errors, get -ncache working on macosx again.
18 years ago
runge
ca56c41c9c
Fix short vs. char problem with X cursors. Have fg == bg == 0 imply interpolation to B&W.
18 years ago
runge
c5055013c0
reverse connections for ss_vncviewer. java one-time-keys.
18 years ago
runge
61c56222b3
x11vnc: reverse SSL connections. -sleepin option.
18 years ago
runge
f1bfe53f4f
reverse (listening) VNC connections.
18 years ago
runge
d013b8766f
ssvnc: sync to 1.0.13 release.
18 years ago
runge
5e4546628c
x11vnc: -httpsredir, x11cursor fix, nc=N login opt, no -ncache betatest for java viewer.
18 years ago
runge
f57eb8742f
Add "Connection: close" to HTTP replies.
18 years ago
dscho
61cd498fb2
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>
18 years ago
runge
9e1230c77b
ssvnc: sync src/patches/tight-vncviewer-full.patch
18 years ago
runge
15f792bc21
x11vnc: fix crash for kde dcop. limit ncache beta tester to 96MB viewers.
18 years ago
runge
0d4870c0a0
ssvnc: more fixes for painting problems.
18 years ago
runge
23f6dc3da9
x11vnc: fix -users bob= in -inetd mode.
18 years ago
runge
23178cd162
store 1.0.12 snapshot.
18 years ago
runge
d60e8ccfc8
x11vnc: Get ultravnc textchat working with ssvnc.
18 years ago
runge
a874ddee36
x11vnc: make https fetch in accept_openssl() work again.
18 years ago
runge
057fdbb3eb
x11vnc: add Files mode to user controlled input. more ultra/tight filexfer tweaks. rfbversion remote control. noncache/nc unixpw user opt.
18 years ago
runge
f1e8149ae7
x11vnc: tightvnc filetransfer off by default. FINDCREATEDISPLAY geometry.
18 years ago
runge
241f3ed566
x11vnc: add avahi (aka mDNS/Zeroconf/Bonjour...) support thanks to Diego Petteno. add -find -create
18 years ago
runge
0016cd4280
x11vnc: -grabalways, -forcedpms, -clientdpms, -noserverdpms, -loopbg, -svc, -xdmsvc
18 years ago
runge
90d96b971f
x11vnc: watch textchat, etc in unixpw, implement kbdReleaseAllKeys, setSingleWindow, setServerInput. watch for OpenGL apps breaking XDAMAGE.
18 years ago
runge
76720eb71b
ssvnc 1.0.11 files.
18 years ago
runge
4a4c8e2774
Setup for x11vnc 0.8.5
18 years ago
dscho
14b290384a
LibVNCClient: some users do not want to get whole-screen updates; introduce client->updateRect for that
18 years ago
dscho
35d481a783
sometimes zrle sends too many bytes; play safe
18 years ago
runge
819fe41bdc
fix warnings.
18 years ago
runge
c1b4a3b996
libvncclient changes.
18 years ago
runge
1b9082bc87
x11vnc: -reflect, -N. -ncache, FINDDISPLAY, FINDCREATEDISPLAY, improvements. MODTWEAK_LOWEST workaround.
18 years ago