- 03 May, 2012 1 commit
-
-
Christian Beier authored
The various other headers include windows.h and the winsock headers which give an error when SOCKET and socklen_t are already defined.
-
- 23 Apr, 2012 1 commit
-
-
Monkey authored
Original thread: http://sourceforge.net/tracker/?func=detail&aid=3310255&group_id=32584&atid=405860
-
- 15 Apr, 2012 1 commit
-
-
Christian Beier authored
LibVNCClient: Remove all those WITH_CLIENT_TLS #ifdefs and move GnuTLS specific functionality into tls_gnutls.c.
-
- 08 Nov, 2011 1 commit
-
-
Christian Beier authored
The auth methods that employ Getcredential() will only be used if the client's GetCredential callback is actually set.
-
- 17 Mar, 2011 2 commits
-
-
Christian Beier authored
There can not be more than 255 security types and MSLogon is RFB 3.6 only.
-
Christian Beier authored
-
- 12 Mar, 2011 1 commit
-
-
Christian Beier authored
Signed-off-by:
Christian Beier <dontmind@freeshell.org>
-
- 31 Jan, 2011 1 commit
-
-
Vic Lee authored
Signed-off-by:
Vic Lee <llyzs@163.com> Signed-off-by:
Christian Beier <dontmind@freeshell.org>
-
- 25 Jan, 2011 1 commit
-
-
Christian Beier authored
No functional changes. All files used by _both_ libvncserver and libvncclient are put into a 'common' directory and references from other files as well as Autotools and CMake build systems are updated. Signed-off-by:
Christian Beier <dontmind@freeshell.org>
-
- 02 Nov, 2010 1 commit
-
-
Christian Beier authored
This implements the xvp VNC extension, which is described in the community version of the RFB protocol: http://tigervnc.sourceforge.net/cgi-bin/rfbproto It is also mentioned in the official RFB protocol.
-
- 21 Oct, 2010 1 commit
-
-
Christian Beier authored
Redefining strncasecmp to _strnicmp makes libvncclient hang forever in SetFormatAndEncodings() on Windows when built with MinGW64. Reported by Tobias Doerffel <tobias.doerffel@gmail.com>, thanks!
-
- 29 Sep, 2010 1 commit
-
-
Christian Beier authored
This enables setting the DSCP/Traffic Class field of IP/IPv6 packets sent by a client. For example starting a client with -qosdscp 184 marks all outgoing traffic for expedited forwarding. Implementation for Win32 is still a TODO, though. See http://betelco.blogspot.com/2009/03/dscp-marking-under-windows-at.html for an overview of the Win32 QoS API mess...
-
- 06 Sep, 2010 1 commit
-
-
Christian Beier authored
MinGW32 (or more exactly, a rpcndr.h file included by winsock2.h) typedefs a 'boolean' type that jmorecfg.h included by jpeglib.h also tries to typedef. So, tell the jpeg headers. Closes: 3007302
-
- 08 Jul, 2010 1 commit
-
-
Vic Lee authored
[jes: pulled the "host" declarations into the conditionally compiled blocks where that variable is used. Also fixed non-IPv6 connections.] Signed-off-by:
Vic Lee <llyzs@163.com> Signed-off-by:
Johannes Schindelin <johannes.schindelin@gmx.de>
-
- 09 May, 2010 1 commit
-
-
runge authored
-
- 13 Mar, 2010 1 commit
-
-
Johannes Schindelin authored
Signed-off-by:
Johannes Schindelin <johannes.schindelin@gmx.de>
-
- 16 Jan, 2010 1 commit
-
-
Vic Lee authored
[jes: adjusted coding style, made sure port is initialized correctly] Signed-off-by:
Vic Lee <llyzs@163.com> Signed-off-by:
Johannes Schindelin <johannes.schindelin@gmx.de>
-
- 01 Jan, 2010 1 commit
-
-
Vic Lee authored
Signed-off-by:
Vic Lee <llyzs@163.com> Signed-off-by:
Johannes Schindelin <johannes.schindelin@gmx.de>
-
- 22 Dec, 2009 1 commit
-
-
Vic Lee authored
It seems that vino does not send AuthOK when there is no password with anonymous TLS, and it seems that vino is the only <3.8 VNC server that handles anonymous TLS at all, so let's not wait for the packet that will never come. Signed-off-by:
Vic Lee <llyzs@163.com> Signed-off-by:
Johannes Schindelin <johannes.schindelin@gmx.de>
-
- 11 Nov, 2009 1 commit
-
-
Christian Beier authored
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>
-
- 02 Nov, 2009 1 commit
-
-
Vic Lee authored
Signed-off-by:
Vic Lee <llyzs@163.com> Signed-off-by:
Johannes Schindelin <johannes.schindelin@gmx.de>
-
- 30 Oct, 2009 1 commit
-
-
Alexander Dorokhine authored
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.
-
- 07 Oct, 2009 1 commit
-
-
runge authored
-
- 02 Oct, 2009 4 commits
-
-
Vic Lee authored
Signed-off-by:
Vic Lee <llyzs@163.com>
-
Christian Beier authored
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>
-
Vic Lee authored
Signed-off-by:
Vic Lee <llyzs@163.com>
-
Christian Beier authored
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>
-
- 27 Sep, 2009 2 commits
-
-
Vic Lee authored
Signed-off-by:
Vic Lee <llyzs@163.com>
-
Vic Lee authored
Signed-off-by:
Vic Lee <llyzs@163.com>
-
- 12 May, 2009 1 commit
-
-
Ben Klopfenstein authored
Signed-off-by:
Johannes Schindelin <johannes.schindelin@gmx.de>
-
- 04 Feb, 2008 1 commit
-
-
dscho authored
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>
-
- 14 Aug, 2007 1 commit
-
-
dscho authored
-
- 01 Feb, 2007 1 commit
-
-
dscho authored
LibVNCClient: some users do not want to get whole-screen updates; introduce client->updateRect for that
-
- 31 Jan, 2007 1 commit
-
-
runge authored
-
- 11 Sep, 2006 1 commit
-
-
dscho authored
-
- 05 Jun, 2006 1 commit
-
-
steven_carr authored
-
- 15 May, 2006 1 commit
-
-
steven_carr authored
-
- 04 May, 2006 3 commits
-
-
steven_carr authored
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)"
-
steven_carr authored
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.
-
steven_carr authored
-