summaryrefslogtreecommitdiffstats
path: root/libvncclient
Commit message (Expand)AuthorAgeFilesLines
* Add sys/socket.h include in sasl.c to resolve FTBFS.r14.1.0Slávek Banko2023-03-211-0/+4
* Merge tag 'LibVNCServer-0.9.12'Slávek Banko2019-02-0619-466/+1728
|\
| * LibVNCClient: remove now-useless castChristian Beier2019-01-061-1/+1
| * LibVNCClient: fail on server-sent desktop name lengths longer than 1MBChristian Beier2019-01-061-2/+6
| * Merge pull request #267 from veyon/external-lzoChristian Beier2018-12-291-0/+4
| |\
| | * Allow to use global LZO library instead of miniLZOTobias Junghans2018-11-221-0/+4
| * | LibVNCClient: ignore server-sent reason strings longer than 1MBChristian Beier2018-12-291-24/+21
| * | LibVNCClient: ignore server-sent cut text longer than 1MBChristian Beier2018-12-291-0/+5
| |/
| * Merge pull request #263 from veyon/custom-auth-handlersChristian Beier2018-11-181-0/+29
| |\
| | * LibVNCClient: add support for custom auth handlersTobias Junghans2018-11-111-0/+29
| * | Merge pull request #261 from veyon/misc-fixesChristian Beier2018-11-077-4/+11
| |\ \
| | * | LibVNCClient: pass buffer as const to WriteToTLS()Tobias Junghans2018-11-064-4/+4
| | * | Undef error codes before redefining them for WSATobias Junghans2018-11-062-0/+6
| | * | LibVNCClient: init pad field for set encodings msgTobias Junghans2018-11-061-0/+1
| | |/
| * / common: d3des: drop unused rfbCPKey()Tobias Junghans2018-11-071-1/+0
| |/
| * LibVNCClient: free buffers in rfbClientCleanup()Tobias Junghans2018-11-051-0/+6
| * LibVNCClient: really fix #250Christian Beier2018-10-041-1/+1
| * LibVNCClient: make sure Ultra decoding cannot dereference a null pointerChristian Beier2018-10-011-0/+4
| * LibVNCClient: fix three possible heap buffer overflowsChristian Beier2018-09-291-4/+6
| * LibVNCClient: make sure ReadFromRFBServer() does not write after buffer end i...Christian Beier2018-09-291-1/+1
| * LibVNCClient: fix possible infinite loopChristian Beier2018-09-291-1/+1
| * LibVNCClient: don't leak uninitialised memory to remoteChristian Beier2018-09-291-0/+2
| * When connecting to a repeater, only send initialised stringChristian Beier2018-09-291-2/+6
| * Remove the turbojpeg.h dependency from public headersChristian Beier2018-09-271-0/+2
| * Merge pull request #215 from BastiaanOlij/fix_nozlib_compile_errorChristian Beier2018-05-141-1/+1
| |\
| | * Moved undef of REALBPP downBastiaan Olij2018-01-271-1/+1
| * | libvncclient/sasl: prefix the header guard (again) to fix a warningChristian Beier2018-03-241-3/+3
| |/
| * Merge pull request #203 from dcommander/turbovnc-clientChristian Beier2018-01-233-147/+101
| |\
| | * Include Tight decoding optimizations from TurboVNCDRC2018-01-223-147/+101
| * | Add trle decoderWiki Wang2017-09-152-0/+359
| |/
| * libvncclient: rename rfbsasl.[c|h] to sasl.[c|h] to be in line with naming of...Christian Beier2017-09-024-7/+7
| * Move HAVE_SASL #ifdefs into header file to have less LOCChristian Beier2017-09-023-6/+4
| * Merge branch 'sasl2' of git://github.com/simonwaterman/libvncserver into simo...Christian Beier2017-09-029-11/+748
| |\
| | * Added SASL authentication supportsimon2017-06-259-12/+749
| * | Merge pull request #175 from simonwaterman/x509verifyChristian Beier2017-05-141-4/+100
| |\ \
| | * | Removed comment left over from developmentsimon2017-04-251-3/+0
| | * | Modified certificate verification for compatibility with GnuTLS 2.12.23simon2017-04-251-22/+102
| | * | Added support for X509 server certificate verification as part of the handsha...simon2017-04-201-3/+22
| | |/
| * / X509 certificate verification for OpenSSLsimon2017-05-051-92/+157
| |/
| * Set trueColour flag to 1 instead of 255dborth2017-04-041-1/+1
| * Fix building for Android and add build instructions to READMEChristian Beier2017-03-261-1/+1
| * Fix a compiler warningChristian Beier2017-03-261-1/+1
| * Merge branch 'circle' of https://github.com/ldmnyblzs/libvncserver into ldmny...Christian Beier2017-03-269-144/+145
| |\
| | * Add function pointers for every type of rectangleBalazs Ludmany2016-06-299-120/+121
| * | drop autotoolsBert van Hall2017-02-131-29/+0
| * | libvncclient/tls_openssl: support openssl 1.1.xBert van Hall2017-01-311-5/+4
| * | Fix LibVNCClient compilation with MSVC 2014Christian Beier2017-01-282-0/+6
* | | Removed _BSD_SOURCE, _SVID_SOURCE, _GNU_SOURCE, _XOPEN_SOURCE.Michele Calgaro2018-10-085-24/+0
* | | Merge tag 'LibVNCServer-0.9.11' of https://github.com/LibVNC/libvncserverSlávek Banko2017-10-149-700/+90
|\| |
| * | Fix building on OSX.Christian Beier2016-11-241-1/+1