Commit Graph

99 Commits (cfdbb94038e76ff002e3d68dc6b1ca0df2606ef6)

Author SHA1 Message Date
Christian Beier cfdbb94038
Merge pull request #263 from veyon/custom-auth-handlers
5 years ago
Tobias Junghans 5f9a07d7e1 LibVNCClient: add support for custom auth handlers
6 years ago
Christian Beier f997b5a75f
Merge pull request #261 from veyon/misc-fixes
6 years ago
Tobias Junghans a70d3b2710 common: d3des: drop unused rfbCPKey()
6 years ago
Tobias Junghans 343eaabd7c LibVNCClient: init pad field for set encodings msg
6 years ago
Christian Beier a83439b9fb
LibVNCClient: fix three possible heap buffer overflows
6 years ago
Christian Beier c3115350eb
LibVNCClient: fix possible infinite loop
6 years ago
Christian Beier 2f5b2ad1c6
LibVNCClient: don't leak uninitialised memory to remote
6 years ago
Christian Beier 8b06f835e2
When connecting to a repeater, only send initialised string
6 years ago
Christian Beier d34c7b07ac
Merge pull request #203 from dcommander/turbovnc-client
6 years ago
DRC d7b14624cb Include Tight decoding optimizations from TurboVNC
6 years ago
Wiki Wang beb82f8dde Add trle decoder
7 years ago
Christian Beier 6814e946e0
libvncclient: rename rfbsasl.[c|h] to sasl.[c|h] to be in line with naming of other files
7 years ago
Christian Beier df11e806a3
Move HAVE_SASL #ifdefs into header file to have less LOC
7 years ago
simon cb4e15c1ae Added SASL authentication support
7 years ago
Balazs Ludmany a01a18df1d Add function pointers for every type of rectangle
8 years ago
Christian Beier d28d20f56d Merge pull request #110 from AlexejStukov/patch-1
8 years ago
zbierak 9b82dee3a4 Fix buffer overflow when applying client encodings
8 years ago
Norrec ab694621f5 break statement out of case
8 years ago
SpaceOne 488a47e3dd Ignore null pointers in FillRectangle() and CopyRectangleFromRectangle()
8 years ago
Christian Beier 7c7e8e765c Re-add the useful bits of 9aa9ac59b4.
9 years ago
Christian Beier 612de004c4 Revert "LibVNCClient: Add H.264 encoding for framebuffer updates"
9 years ago
Christian Beier f5abd4ab20 Merge pull request #69 from nopdotcom/master
9 years ago
Jay Carlson 79d938c16b Avoid divide-by-zero in raw encoding (OSX RealVNC)
9 years ago
Floris Bos 4674d4632b Initialize libgcrypt before use
9 years ago
Christian Beier 7ef0ae905c Fix possible libvncclient ServerInit memory corruption.
10 years ago
Daniel Cohen Gindi fbf48c65f3 `strings.h` and `resolv.h` are not available on MSVC, and some POSIX functions are renamed or deprecated
10 years ago
Daniel Cohen Gindi cd578bf529 MSVC: Use _snprintf instead of snprintf
10 years ago
Johannes Schindelin 27b0c0deb7 Fix indentation
10 years ago
newsoft 85a778c0e4 Check for MallocFrameBuffer() return value
10 years ago
Matthias Treydte b6b8889306 Initialize padding in SetFormatAndEncodings' rfbSetPixelFormatMsg.
10 years ago
Johannes Schindelin a705cd625c libvncclient: If we have TLS support, enable VeNCrypt by default
10 years ago
David Verbeiren d891478ec9 LibVNCClient: Add H.264 encoding for framebuffer updates
11 years ago
Raphael Kubo da Costa ec3fff609c Include strings.h for strncasecmp(3)
12 years ago
Raphael Kubo da Costa 4c148e5f74 Tune the definitions needed when building with -ansi.
12 years ago
Christian Beier 2a97ab8679 Fix some compiler warnings that hinted some no too unimportant errors.
12 years ago
Christian Beier 231763cb0e LibVNCClient: #undef these types in case it's WIN32.
12 years ago
Monkey 2524573678 Added support for UltraVNC Single Click as originally proposed by Noobius (Boobius) on 6/1/11.
12 years ago
Christian Beier 77286f0831 LibVNCClient: Remove all those WITH_CLIENT_TLS #ifdefs and move GnuTLS specific functionality into tls_gnutls.c.
12 years ago
Christian Beier 27b4372c94 When GetCredential() callback is not set, don't use authentications requiring it.
13 years ago
Christian Beier e92951d19d Remove useless comparisons that always evaluate to false.
13 years ago
Christian Beier fe1ca16e9b Fix (most) MinGW32 compiler warnings.
13 years ago
Christian Beier 8909e9fe44 Let libvncclient build with gcrypt for MinGW32 builds.
13 years ago
Vic Lee 030ccf673d Add ARD (Apple Remote Desktop) security type support
13 years ago
Christian Beier ffe30366d6 Put files used by both libs into a 'common' dir.
13 years ago
Christian Beier e5523350a8 libvnc[server|client]: implement xvp VNC extension.
14 years ago
Christian Beier 128d06aaaa Only define strncasecmp to _strnicmp when using MS compiler.
14 years ago
Christian Beier 0797e42a4a IP QoS support in libvncclient.
14 years ago
Christian Beier ad25446978 Fix MinGW32 compilation with libjpeg.
14 years ago
Vic Lee 68e7696a27 libvncclient: add ipv6 support
14 years ago