Commit Graph

111 Commits (aece7d56acb69f908866a93f2abaa17c9c401239)

Author SHA1 Message Date
Slávek Banko f3f392caec
Merge tag 'LibVNCServer-0.9.12'
5 years ago
Christian Beier a64c3b37af
LibVNCClient: remove now-useless cast
5 years ago
Christian Beier c2c4b81e6c
LibVNCClient: fail on server-sent desktop name lengths longer than 1MB
5 years ago
Christian Beier 139da17b6e
Merge pull request #267 from veyon/external-lzo
5 years ago
Christian Beier e34bcbb759
LibVNCClient: ignore server-sent reason strings longer than 1MB
5 years ago
Christian Beier c5ba3fee85
LibVNCClient: ignore server-sent cut text longer than 1MB
5 years ago
Tobias Junghans e66a8a17f3 Allow to use global LZO library instead of miniLZO
6 years ago
Christian Beier cfdbb94038
Merge pull request #263 from veyon/custom-auth-handlers
6 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
Michele Calgaro 8c081c8888
Removed _BSD_SOURCE, _SVID_SOURCE, _GNU_SOURCE, _XOPEN_SOURCE.
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
Slávek Banko 68cb29a12f Merge tag 'LibVNCServer-0.9.11' of https://github.com/LibVNC/libvncserver
7 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
Christian Beier 78f26fe1ff
Fix building on OSX.
8 years ago
Josef Gajdusek 5418e8007c Fix heap overflows in the various rectangle fill functions
8 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
Timothy Pearson 1d8b3c0548 Add hooks to client library to ontain network and authentication status
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