Commit Graph

322 Commits (cedae6e6f97b14f5df3ea7c5f7efd59f2bc9ad82)

Author SHA1 Message Date
Quentin BUATHIER cedae6e6f9 Fix the concurrent issue hapenning between the freeing of the client and the clientOutput thread
6 years ago
Quentin BUATHIER 96e163bdae Fix use-after-free
6 years ago
Christian Beier 85fb69515c
crypto: move to common
6 years ago
Eddie James dd873fce45 Tight: export SendCompressedData and SendTightHeader functions
7 years ago
Christian Beier f23248a415
rfbserver: fix a typo
7 years ago
Christian Beier 449cbe9028
rfbserver: get rid of inttypes.h again
7 years ago
Petr Písař 28afb6c537 Limit client cut text length to 1 MB
7 years ago
Wu Zongyong 2c2f103304 fix: the function should not return a value
8 years ago
Jocelyn Le Sage e8a1ca2035 Fixed compilation of websockets on system where there is no implementation of base64 functions.
8 years ago
Christian Beier ada4b4fc5a Merge pull request #158 from kempniu/gtk-vnc-0.7.0-compat
8 years ago
Christian Beier 051fe2a009
websockets: hide decode debug output per default
8 years ago
Christian Beier f48921becf
websockets: restore webSocketCheckDisconnect() to keep API compatibility
8 years ago
Andreas Weigel ef8d2852f5
remove potential 64 bit len overflow calculation
8 years ago
Andreas Weigel 5d9d6a8712
add decode support for continuation frames
8 years ago
Andreas Weigel a90a43cda5
remove Hixie-specific MD5 and check functions
8 years ago
Andreas Weigel 826e0f9e39
add generation wstest to cmake
8 years ago
Andreas Weigel f19d6ee225
add ws_decode tests
8 years ago
Andreas Weigel a2322e7006
remove obsolete hixie protocol support
8 years ago
Andreas Weigel bcefa591cd
factor out hybi decode part to make it testable
8 years ago
Andreas Weigel aac95a9dcf
fix overflow and refactor websockets decode (Hybi)
8 years ago
Lioncash c550e1ac69 font: Fix a small resource leak in a failure case in rfbLoadConsoleFont()
8 years ago
Christian Beier 6cb0522ecb rfbInitServer: only init Winsock once
8 years ago
Christian Beier 5935c1be4f Add an rfbLogPError that shows something on WIN32
8 years ago
Christian Beier 9ac695a4b9 Merge pull request #156 from The-42/drop-autotools
8 years ago
Christian Beier 425e24196b
Fix building in C89 mode
8 years ago
Michał Kępień 75f04c14e4 Ensure compatibility with gtk-vnc 0.7.0+
8 years ago
Bert van Hall fe94339587 drop autotools
8 years ago
Christian Beier c5297bd47d
Fix building websockets with GnuTLS.
8 years ago
Christian Beier 2300efd396 Fix typo
8 years ago
Christian Beier c36147390e Fix websockets building
8 years ago
Christian Beier 7368417239 Various #ifdef fixes to allow building with MSVC2014
8 years ago
Christian Beier 1d1d2090b7 Make websockets code build on OSX without SSL.
8 years ago
Christian Beier 16cf35b2bf
Use unprefixed b64_* functions in websockets code.
8 years ago
Christian Beier 78b101f09d
LibVNCServer: fix starting of an onHold-client in threaded mode.
8 years ago
Kyle Russell aed23ae5c3 websockets: Don't supply Sec-WebSocket-Protocol if not in request
8 years ago
Samuel Mannehed 21f8a8d33d Write the correct length for end of header
8 years ago
Christian Beier 65106d3962
httpd: rework mime type handling to recognise more types
8 years ago
Christian Beier 01698f5c5b Merge pull request #128 from zmedico/autoprobe-selective
8 years ago
Stefan Weil 63bc75f24b Fix some typos (found by codespell)
8 years ago
Kyle Russell 21fd4d27bb Support systemd socket activation
8 years ago
Zac Medico cdd81bd479 Support autoPort with ipv4 or ipv6 disabled
8 years ago
Christian Beier 6f4f31fe93 Merge pull request #84 from plettix/master
9 years ago
George Fleury 1417cb1c3f Avoid calling SSL_pending when connection is already closed
9 years ago
Christian Beier 785f0fa2d1 Merge pull request #103 from rdieter/master
9 years ago
Rex Dieter 53cc1fa18a use namespaced rfbMax macro (issue #102)
9 years ago
Wen Shuguang dfa5e27579 Enable AF_UNIX socket: ignore setsockopt TCP_NODELAY failure.
9 years ago
Stefan Weil 9c7efb7633 Fix some typos (found by codespell)
9 years ago
plettix 455ba61e4f fix for issue 81
10 years ago
Christian Beier 92f558482d Do away with rfbint.h generation and use stdint.h directly instead.
10 years ago
Christian Beier 107109492e Merge pull request #70 from maxnet/master
10 years ago