runge
521f0338af
x11vnc: -rotate option
19 years ago
runge
901729e3e0
x11vnc: enable --without-x builds for -rawfb only binaries.
19 years ago
runge
6e2fa29229
update versions for next rel. add some more shortcuts to user:opts
19 years ago
runge
6facce2c5c
LibVNCServer 0.8.2 release.
19 years ago
runge
fe0f411ef2
set REL8x
19 years ago
runge
d7d55ec8ad
x11vnc: wording changes; remove "-rawfb cons" in favor of "console"
19 years ago
runge
0abd329d6a
x11vnc: more UINPUT mode tweaks.
19 years ago
runge
0afa1da8cc
x11vnc: improve uinput heuristics so button clicks work on qt-embedded.
19 years ago
runge
079528470d
x11vnc: add uinput support for full input into linux fb device (e.g. qt-embed).
19 years ago
runge
8cda60969b
x11vnc: whoops str decl in wrong place for old compilers.
19 years ago
runge
06af02b5ac
x11vnc: check all XKeysymToString() return values.
19 years ago
runge
93ca945acb
x11vnc: plug a couple unixpw gaps.
19 years ago
runge
1b51530afb
x11vnc: remove compiler warnings; HP-UX tweaks.
19 years ago
runge
a7726a6f97
x11vnc: more -unixpw work. add -license, etc. options
19 years ago
runge
9992160105
x11vnc: misc cleanup.
19 years ago
runge
64e731a9da
x11vnc: --grabkbd, -grabptr, -env, -allowedcmds, unixpw+WAIT user fred:options
19 years ago
dscho
363ae71df0
fix typo
19 years ago
dscho
d12939e22c
no need for Time::HiRes to play back
19 years ago
dscho
afcdc4f4b2
add timing
19 years ago
runge
06a401f8f8
x11vnc: -display WAIT:cmd=FINDDISPLAY, HTTPONCE, -http_ssl option, Java fixes.
19 years ago
runge
7a3e236390
x11vnc: make -display WAIT + -unixpw work on Solaris.
19 years ago
runge
1776a3a55f
x11vnc: -display WAIT:..., -users unixpw=, su_verify dpy command.
19 years ago
steven_carr
a60ee2ee9f
RFB 3.8 clients are well informed
19 years ago
steven_carr
6bd995ec77
Better support for RFB >= 3.8 protocols
19 years ago
steven_carr
a75a576e13
All security types for RFB >= 3.7 *have* to respond with a Security Result (Even rfbSecTypeNone)
19 years ago
runge
203eee7cfd
x11vnc: -capslock -skip_lockkeys; Alt keys under -rawfb cons.
19 years ago
runge
8417618289
move all types into handler loop.
19 years ago
steven_carr
6c8e6e0678
Identified and removed some memory leaks associated with the Encodings RRE, CoRRE, ZLIB, and Ultra.
...
KeyboardLedState now has portable masks defined.
rfb >= 3.7 Security Type Handler list would grow 1 entry for each new client connection.
19 years ago
steven_carr
aa54531107
Security Type memory leak plugged. Leaks when rfb >= 3.7 clients connects.
...
The security list would grow 1 entry when clients connect.
19 years ago
steven_carr
3dff7658dc
KeyboardLedState Encoding Masks are now defined for portability
19 years ago
steven_carr
1955526d45
Plugged some memory leakage
19 years ago
steven_carr
2fa31ba4ea
Permit auth.c to test major version
19 years ago
steven_carr
52fb63d51b
Specifically test for Major Version 3 added
19 years ago
steven_carr
b5ab72d65f
Statistics now fit into 80-column output
19 years ago
steven_carr
7039f24f61
Statistics output now fits in 80-column output
19 years ago
steven_carr
0a21bf330c
Corrected Cursor Statistics reporting as messages
19 years ago
dscho
bd12b13c91
remove unneeded file
19 years ago
steven_carr
7218843ac0
Support sending TextChat messages back to the client
19 years ago
steven_carr
1c3af68549
Default to RFB 3.8, add command line option to specify the RFB version.
19 years ago
steven_carr
ccdbe8f325
The great UltraVNC Compatibility Commit
19 years ago
runge
347c4a9847
fix some build issues WRT ultravnc code.
19 years ago
runge
279f35495a
x11vnc: support for video4linux webcams & tv-tuners, -24to32 bpp option, -rawfb console.
19 years ago
steven_carr
0d734ad896
Server Capability Encodings
...
rfbEncodingSupportedEncodings - What encodings are supported?
rfbEncodingSupportedMessages - What message types are supported?
rfbEncodingServerIdentity - What is the servers version string?
ie: "x11vnc: 0.8.1 lastmod: 2006-04-25 (LibVNCServer 0.9pre)"
19 years ago
steven_carr
2eded94f7b
UltraVNC with scaling, will send rectangles with a zero W or H
...
We need to process the rectangle (especially if it a type that contains
subrectangles or any kind of compression). UltraVNC should be fixed to
prevent these useless rectangles from being sent.
19 years ago
steven_carr
5865f0c4b7
Client side support for PalmVNC/UltraVNC 'Server Side Scaling'
19 years ago
steven_carr
97fe75fdce
KeyboardLedState should be placed in 'various protocol extensions'
19 years ago
steven_carr
2670641432
Client Independent Server Side Scaling is now supported
...
Both PalmVNC and UltraVNC SetScale messages are supported
19 years ago
steven_carr
afa9fae024
Ultra Encoding added. Tested against UltraVNC V1.01
19 years ago
steven_carr
e57c4dcd71
CopyRectangle() BPP!=8 bug fixed
19 years ago
steven_carr
18cd366896
Eliminate incompatible pointer assignment warning (gcc 4.0.1)
19 years ago