index
:
libtdevnc
master
r14.1.x
Shared TDE VNC library sources
TDE Gitea Workspace
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libvncclient
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #263 from veyon/custom-auth-handlers
Christian Beier
2018-11-18
1
-0
/
+29
|
\
|
*
LibVNCClient: add support for custom auth handlers
Tobias Junghans
2018-11-11
1
-0
/
+29
*
|
Merge pull request #261 from veyon/misc-fixes
Christian Beier
2018-11-07
7
-4
/
+11
|
\
\
|
*
|
LibVNCClient: pass buffer as const to WriteToTLS()
Tobias Junghans
2018-11-06
4
-4
/
+4
|
*
|
Undef error codes before redefining them for WSA
Tobias Junghans
2018-11-06
2
-0
/
+6
|
*
|
LibVNCClient: init pad field for set encodings msg
Tobias Junghans
2018-11-06
1
-0
/
+1
|
|
/
*
|
common: d3des: drop unused rfbCPKey()
Tobias Junghans
2018-11-07
1
-1
/
+0
|
/
*
LibVNCClient: free buffers in rfbClientCleanup()
Tobias Junghans
2018-11-05
1
-0
/
+6
*
LibVNCClient: really fix #250
Christian Beier
2018-10-04
1
-1
/
+1
*
LibVNCClient: make sure Ultra decoding cannot dereference a null pointer
Christian Beier
2018-10-01
1
-0
/
+4
*
LibVNCClient: fix three possible heap buffer overflows
Christian Beier
2018-09-29
1
-4
/
+6
*
LibVNCClient: make sure ReadFromRFBServer() does not write after buffer end i...
Christian Beier
2018-09-29
1
-1
/
+1
*
LibVNCClient: fix possible infinite loop
Christian Beier
2018-09-29
1
-1
/
+1
*
LibVNCClient: don't leak uninitialised memory to remote
Christian Beier
2018-09-29
1
-0
/
+2
*
When connecting to a repeater, only send initialised string
Christian Beier
2018-09-29
1
-2
/
+6
*
Remove the turbojpeg.h dependency from public headers
Christian Beier
2018-09-27
1
-0
/
+2
*
Merge pull request #215 from BastiaanOlij/fix_nozlib_compile_error
Christian Beier
2018-05-14
1
-1
/
+1
|
\
|
*
Moved undef of REALBPP down
Bastiaan Olij
2018-01-27
1
-1
/
+1
*
|
libvncclient/sasl: prefix the header guard (again) to fix a warning
Christian Beier
2018-03-24
1
-3
/
+3
|
/
*
Merge pull request #203 from dcommander/turbovnc-client
Christian Beier
2018-01-23
3
-147
/
+101
|
\
|
*
Include Tight decoding optimizations from TurboVNC
DRC
2018-01-22
3
-147
/
+101
*
|
Add trle decoder
Wiki Wang
2017-09-15
2
-0
/
+359
|
/
*
libvncclient: rename rfbsasl.[c|h] to sasl.[c|h] to be in line with naming of...
Christian Beier
2017-09-02
4
-7
/
+7
*
Move HAVE_SASL #ifdefs into header file to have less LOC
Christian Beier
2017-09-02
3
-6
/
+4
*
Merge branch 'sasl2' of git://github.com/simonwaterman/libvncserver into simo...
Christian Beier
2017-09-02
9
-11
/
+748
|
\
|
*
Added SASL authentication support
simon
2017-06-25
9
-12
/
+749
*
|
Merge pull request #175 from simonwaterman/x509verify
Christian Beier
2017-05-14
1
-4
/
+100
|
\
\
|
*
|
Removed comment left over from development
simon
2017-04-25
1
-3
/
+0
|
*
|
Modified certificate verification for compatibility with GnuTLS 2.12.23
simon
2017-04-25
1
-22
/
+102
|
*
|
Added support for X509 server certificate verification as part of the handsha...
simon
2017-04-20
1
-3
/
+22
|
|
/
*
|
X509 certificate verification for OpenSSL
simon
2017-05-05
1
-92
/
+157
|
/
*
Set trueColour flag to 1 instead of 255
dborth
2017-04-04
1
-1
/
+1
*
Fix building for Android and add build instructions to README
Christian Beier
2017-03-26
1
-1
/
+1
*
Fix a compiler warning
Christian Beier
2017-03-26
1
-1
/
+1
*
Merge branch 'circle' of https://github.com/ldmnyblzs/libvncserver into ldmny...
Christian Beier
2017-03-26
9
-144
/
+145
|
\
|
*
Add function pointers for every type of rectangle
Balazs Ludmany
2016-06-29
9
-120
/
+121
*
|
drop autotools
Bert van Hall
2017-02-13
1
-29
/
+0
*
|
libvncclient/tls_openssl: support openssl 1.1.x
Bert van Hall
2017-01-31
1
-5
/
+4
*
|
Fix LibVNCClient compilation with MSVC 2014
Christian Beier
2017-01-28
2
-0
/
+6
*
|
Fix building on OSX.
Christian Beier
2016-11-24
1
-1
/
+1
*
|
Fix heap overflow in the ultra.c decoder
Josef Gajdusek
2016-11-14
1
-4
/
+4
*
|
Fix heap overflows in the various rectangle fill functions
Josef Gajdusek
2016-11-14
1
-0
/
+24
|
/
*
Merge pull request #105 from cgeorges82/master
Christian Beier
2016-05-30
1
-4
/
+15
|
\
|
*
Append missing include directory for GNUTLS and OPENSSL in CMake project
Cédric Georges
2016-03-05
1
-4
/
+15
*
|
Merge pull request #103 from rdieter/master
Christian Beier
2016-04-24
1
-6
/
+3
|
\
\
|
*
|
use namespaced rfbMax macro (issue #102)
Rex Dieter
2016-04-18
1
-6
/
+3
|
|
/
*
|
Merge pull request #118 from gbdj/threadsafe-100-squash
Christian Beier
2016-04-24
2
-0
/
+23
|
\
\
|
*
|
libvncclient/tls_gnutls.c: Add hooks to WriteToTLS() for optional protection ...
gbdj
2016-04-23
2
-0
/
+23
|
|
/
*
|
Merge pull request #110 from AlexejStukov/patch-1
Christian Beier
2016-04-12
1
-1
/
+2
|
\
\
|
*
|
break statement out of case
Norrec
2016-04-07
1
-1
/
+2
|
|
/
[next]