summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* x11vnc: enable --without-x builds for -rawfb only binaries.runge2006-07-1831-809/+10701
|
* update versions for next rel. add some more shortcuts to user:optsrunge2006-07-158-97/+1531
|
* LibVNCServer 0.8.2 release.runge2006-07-122-2/+5
|
* set REL8xrunge2006-07-124-2430/+1021
|
* x11vnc: wording changes; remove "-rawfb cons" in favor of "console"runge2006-07-129-1200/+1234
|
* x11vnc: more UINPUT mode tweaks.runge2006-07-1112-714/+990
|
* x11vnc: improve uinput heuristics so button clicks work on qt-embedded.runge2006-07-1011-1299/+1536
|
* x11vnc: add uinput support for full input into linux fb device (e.g. qt-embed).runge2006-07-0923-207/+1748
|
* x11vnc: whoops str decl in wrong place for old compilers.runge2006-07-052-2/+2
|
* x11vnc: check all XKeysymToString() return values.runge2006-07-044-21/+36
|
* x11vnc: plug a couple unixpw gaps.runge2006-07-044-19/+55
|
* x11vnc: remove compiler warnings; HP-UX tweaks.runge2006-07-0411-17/+36
|
* x11vnc: more -unixpw work. add -license, etc. optionsrunge2006-07-0425-1201/+1908
|
* x11vnc: misc cleanup.runge2006-06-2418-1027/+1051
|
* x11vnc: --grabkbd, -grabptr, -env, -allowedcmds, unixpw+WAIT user fred:optionsrunge2006-06-1840-377/+1058
|
* fix typodscho2006-06-151-1/+3
|
* no need for Time::HiRes to play backdscho2006-06-153-6/+7
|
* add timingdscho2006-06-151-1/+23
|
* x11vnc: -display WAIT:cmd=FINDDISPLAY, HTTPONCE, -http_ssl option, Java fixes.runge2006-06-1321-1413/+1933
|
* x11vnc: make -display WAIT + -unixpw work on Solaris.runge2006-06-094-18/+45
|
* x11vnc: -display WAIT:..., -users unixpw=, su_verify dpy command.runge2006-06-0832-1338/+3433
|
* RFB 3.8 clients are well informedsteven_carr2006-06-053-45/+86
|
* Better support for RFB >= 3.8 protocolssteven_carr2006-06-051-22/+43
|
* All security types for RFB >= 3.7 *have* to respond with a Security Result ↵steven_carr2006-06-051-1/+9
| | | | (Even rfbSecTypeNone)
* x11vnc: -capslock -skip_lockkeys; Alt keys under -rawfb cons.runge2006-06-0330-2366/+1597
|
* move all types into handler loop.runge2006-06-031-10/+9
|
* Identified and removed some memory leaks associated with the Encodings RRE, ↵steven_carr2006-05-291-0/+7
| | | | | | | 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.
* Security Type memory leak plugged. Leaks when rfb >= 3.7 clients connects.steven_carr2006-05-291-5/+9
| | | | The security list would grow 1 entry when clients connect.
* KeyboardLedState Encoding Masks are now defined for portabilitysteven_carr2006-05-281-0/+18
|
* Plugged some memory leakagesteven_carr2006-05-287-3/+85
|
* Permit auth.c to test major versionsteven_carr2006-05-162-0/+2
|
* Specifically test for Major Version 3 addedsteven_carr2006-05-161-1/+2
|
* Statistics now fit into 80-column outputsteven_carr2006-05-162-4/+8
|
* Statistics output now fits in 80-column outputsteven_carr2006-05-161-67/+85
|
* Corrected Cursor Statistics reporting as messagessteven_carr2006-05-161-2/+2
|
* remove unneeded filedscho2006-05-151-15/+0
|
* Support sending TextChat messages back to the clientsteven_carr2006-05-152-0/+43
|
* Default to RFB 3.8, add command line option to specify the RFB version.steven_carr2006-05-156-6/+40
|
* The great UltraVNC Compatibility Commitsteven_carr2006-05-1525-301/+1935
|
* fix some build issues WRT ultravnc code.runge2006-05-1311-6983/+6999
|
* x11vnc: support for video4linux webcams & tv-tuners, -24to32 bpp option, ↵runge2006-05-0746-1360/+4982
| | | | -rawfb console.
* Server Capability Encodingssteven_carr2006-05-046-32/+413
| | | | | | | 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)"
* UltraVNC with scaling, will send rectangles with a zero W or Hsteven_carr2006-05-041-3/+8
| | | | | | 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.
* Client side support for PalmVNC/UltraVNC 'Server Side Scaling'steven_carr2006-05-043-4/+71
|
* KeyboardLedState should be placed in 'various protocol extensions'steven_carr2006-05-041-1/+1
|
* Client Independent Server Side Scaling is now supportedsteven_carr2006-05-0316-64/+594
| | | | Both PalmVNC and UltraVNC SetScale messages are supported
* Ultra Encoding added. Tested against UltraVNC V1.01steven_carr2006-05-0216-27/+7552
|
* CopyRectangle() BPP!=8 bug fixedsteven_carr2006-05-021-1/+1
|
* Eliminate incompatible pointer assignment warning (gcc 4.0.1)steven_carr2006-05-021-2/+2
|
* signed vs unsigned warnings eliminated (gcc 4.0.1)steven_carr2006-05-023-5/+5
|