- 09 Nov, 2011 4 commits
-
-
Christian Beier authored
-
Christian Beier authored
-
Christian Beier authored
-
Christian Beier authored
The auth methods that employ Getcredential() will only be used if the client's GetCredential callback is actually set.
-
- 12 Oct, 2011 2 commits
-
-
Christian Beier authored
-
Christian Beier authored
-
- 08 Oct, 2011 1 commit
-
-
Johannes Schindelin authored
For backwards-compatibility reasons, we can only add struct members to the end. That way, existing callers still can use newer libraries, as the structs are always allocated by the library (and therefore guaranteed to have the correct size) and still rely on the same position of the parts the callers know about. Reported by Luca Falavigna. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
-
- 30 Mar, 2011 1 commit
-
-
Christian Beier authored
-
- 29 Mar, 2011 3 commits
-
-
Christian Beier authored
We do VNC but no RDP. Pointed out by Vic Lee, thanks!
-
Christian Beier authored
-
Christian Beier authored
Also put all helper scripts into a utils directory.
-
- 28 Mar, 2011 3 commits
-
-
Christian Beier authored
-
Vic Lee authored
Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-by: Christian Beier <dontmind@freeshell.org>
-
- 17 Mar, 2011 6 commits
-
-
Christian Beier authored
My bad. There we see what the encodings test is good for ;-)
-
Christian Beier authored
* Fixed segfault on shutdown. * Updated to test all encodings. * Fixed to operate with encodings that split up rects into smaller rects.
-
Christian Beier authored
There can not be more than 255 security types and MSLogon is RFB 3.6 only.
-
Christian Beier authored
-
Christian Beier authored
-
Christian Beier authored
This fixes a segfault when a server is invoked with the '-help' commandline argument.
-
- 12 Mar, 2011 9 commits
-
-
Christian Beier authored
-
Christian Beier authored
-
Christian Beier authored
-
Christian Beier authored
Signed-off-by: Christian Beier <dontmind@freeshell.org>
-
Christian Beier authored
-
Christian Beier authored
-
Christian Beier authored
GnuTLS seems to expect proper errno values internally. So set them in our custom push/pull functions. Parts of the patch stolen from libcurl, thanks! Signed-off-by: Christian Beier <dontmind@freeshell.org>
-
Christian Beier authored
Signed-off-by: Christian Beier <dontmind@freeshell.org>
-
Vic Lee authored
Signed-off-by: Christian Beier <dontmind@freeshell.org>
-
- 10 Mar, 2011 3 commits
-
-
Christian Beier authored
-
Christian Beier authored
-
Christian Beier authored
-
- 03 Mar, 2011 1 commit
-
-
Christian Beier authored
Winsock does NOT update errno for us, we have fetch the last error manually using WSAGetLastError().
-
- 26 Feb, 2011 1 commit
-
-
Christian Beier authored
According to the minilzo README, this brings a significant speedup on 64-bit architechtures. Changes compared to old version 1.08 can be found here: http://www.oberhumer.com/opensource/lzo/lzonews.phpSigned-off-by: Christian Beier <dontmind@freeshell.org>
-
- 07 Feb, 2011 1 commit
-
-
Christian Beier authored
This adds generic before/after encoding buffers to the rfbClient struct, so there is no need for thread local storage. Signed-off-by: Christian Beier <dontmind@freeshell.org>
-
- 02 Feb, 2011 1 commit
-
-
Christian Beier authored
-
- 31 Jan, 2011 4 commits
-
-
Christian Beier authored
We have a git repo nowadays and I guess we won't go back to CVS. Signed-off-by: Christian Beier <dontmind@freeshell.org>
-
Johannes Schindelin authored
If people seriously consider building with Visual Studio, there is always CMake. Pointed out by Christian Beier. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
-
Christian Beier authored
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> Signed-off-by: Christian Beier <dontmind@freeshell.org>
-