Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix checks for socket values, 0 is a legal value. | Christian Beier | 2009-11-11 | 1 | -1/+1 |
| | | | | | | | | | | 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> | ||||
* | Merge branch 'VeNCrypt' | Johannes Schindelin | 2009-11-02 | 1 | -91/+324 |
|\ | |||||
| * | Add MSLogon security type | Vic Lee | 2009-11-02 | 1 | -8/+116 |
| | | | | | | | | | | Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
| * | Add VeNCrypt support in libvncclient | Vic Lee | 2009-10-02 | 1 | -1/+74 |
| | | | | | | | | Signed-off-by: Vic Lee <llyzs@163.com> | ||||
| * | Add anonymous TLS support in libvncclient | Vic Lee | 2009-10-02 | 1 | -91/+143 |
| | | | | | | | | Signed-off-by: Vic Lee <llyzs@163.com> | ||||
* | | libvncclient: Add FinishedFrameBufferUpdate callback | Alexander Dorokhine | 2009-10-30 | 1 | -0/+3 |
| | | | | | | | | | | | | 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. | ||||
* | | Some broken build environments treat fprintf(fh, buf) as a fatal error... | runge | 2009-10-07 | 1 | -1/+1 |
| | | |||||
* | | mingw32 crosscompile fixes. | Christian Beier | 2009-10-02 | 1 | -0/+2 |
|/ | | | | | | | | | | | 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> | ||||
* | Fix IsUnixSocket() | Christian Beier | 2009-10-02 | 1 | -1/+1 |
| | | | | | | | | 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> | ||||
* | Fix bug for logging unsupported security types | Vic Lee | 2009-09-27 | 1 | -6/+26 |
| | | | | Signed-off-by: Vic Lee <llyzs@163.com> | ||||
* | Fix bug for VNC Server version 4 | Vic Lee | 2009-09-27 | 1 | -1/+4 |
| | | | | Signed-off-by: Vic Lee <llyzs@163.com> | ||||
* | libvncclient: Unix sockets support by Ben Klopfenstein | Ben Klopfenstein | 2009-05-12 | 1 | -5/+24 |
| | | | | Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
* | ZYWRLE patch for libvncclient (thanks Noriaki Yamazaki) | dscho | 2008-02-04 | 1 | -3/+23 |
| | | | | | | | | | | | | | | | | 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> | ||||
* | LibVNCClient: if the GotRect hook is set, override default op. | dscho | 2007-08-14 | 1 | -2/+2 |
| | |||||
* | LibVNCClient: some users do not want to get whole-screen updates; introduce ↵ | dscho | 2007-02-01 | 1 | -2/+3 |
| | | | | client->updateRect for that | ||||
* | libvncclient: add GotCursorShape() and GotCopyRect(); x11vnc dep on libvncclient | runge | 2007-01-31 | 1 | -3/+28 |
| | |||||
* | make cut text handling using a hook | dscho | 2006-09-11 | 1 | -11/+9 |
| | |||||
* | RFB 3.8 clients are well informed | steven_carr | 2006-06-05 | 1 | -36/+56 |
| | |||||
* | The great UltraVNC Compatibility Commit | steven_carr | 2006-05-15 | 1 | -30/+336 |
| | |||||
* | Server Capability Encodings | steven_carr | 2006-05-04 | 1 | -24/+83 |
| | | | | | | | 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 H | steven_carr | 2006-05-04 | 1 | -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_carr | 2006-05-04 | 1 | -1/+48 |
| | |||||
* | Ultra Encoding added. Tested against UltraVNC V1.01 | steven_carr | 2006-05-02 | 1 | -16/+76 |
| | |||||
* | CopyRectangle() BPP!=8 bug fixed | steven_carr | 2006-05-02 | 1 | -1/+1 |
| | |||||
* | libvncclient: support changing of framebuffer size; make SDLvncviewer use it | dscho | 2006-04-28 | 1 | -15/+27 |
| | |||||
* | add KeyboardLedState extension | dscho | 2006-03-28 | 1 | -0/+21 |
| | |||||
* | fix deadlock from rfbReleaseExtensionIterator(), fix no libz/libjpeg ↵ | runge | 2005-11-25 | 1 | -0/+4 |
| | | | | builds, disable tightvnc-filetransfer if no libpthread, add --without-pthread option, rm // comments, set NAME_MAX if not defined, x11vnc: throttle load if fb update requests not taking place. | ||||
* | add an extension mechanism for LibVNCClient, modify the client data handling | dscho | 2005-10-06 | 1 | -15/+86 |
| | | | | | so that more than one data structure can be attached, and add an example to speak the client part of the back channel. | ||||
* | implement ZRLE decoding | dscho | 2005-05-24 | 1 | -0/+52 |
| | |||||
* | make zlib and tight handling thread safe (static -> rfbClient) | dscho | 2005-05-23 | 1 | -129/+0 |
| | |||||
* | hide strict ansi stuff if not explicitely turned on; actually use the ↵ | dscho | 2005-05-18 | 1 | -0/+2 |
| | | | | socklen_t test from configure.ac | ||||
* | ANSIfy, fix some warnings from Linus' sparse | dscho | 2005-05-15 | 1 | -11/+13 |
| | |||||
* | support MinGW32! | dscho | 2004-12-01 | 1 | -0/+2 |
| | |||||
* | move read buffer to rfbClient structure (thread safety); make rfbClientLog | dscho | 2004-10-16 | 1 | -3/+7 |
| | | | | overrideable | ||||
* | global structures/functions should have "rfb", "sra" or "zrle" as prefix, | dscho | 2004-08-30 | 1 | -10/+10 |
| | | | | while structure members should not | ||||
* | support password reading with getpass(); support -play to play vncrec'orded ↵ | dscho | 2004-06-18 | 1 | -17/+48 |
| | | | | files | ||||
* | recognize more encodings | dscho | 2004-06-15 | 1 | -0/+6 |
| | |||||
* | fix silly update bug with raw encoding | dscho | 2004-06-15 | 1 | -8/+9 |
| | |||||
* | move the library into libvncserver/, x11vnc into x11vnc/ | dscho | 2004-05-25 | 1 | -2/+2 |
| | |||||
* | make --without-jpeg, --without-zlib work | dscho | 2003-08-08 | 1 | -1/+25 |
| | |||||
* | API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h ↵ | dscho | 2003-07-30 | 1 | -36/+36 |
| | | | | get prefix "LIBVNCSERVER_" | ||||
* | further valgrinding showed leaked mallocs | dscho | 2003-07-29 | 1 | -4/+4 |
| | |||||
* | fixed maxRectsPerUpdate with Tight encoding bug; some autoconfing; stderr ↵ | dscho | 2003-07-28 | 1 | -109/+144 |
| | | | | should not be used in a library (use rfbLog instead) | ||||
* | first alpha version of libvncclient | dscho | 2003-07-27 | 1 | -0/+1052 |