..
gateway
Added additional gateway error logging.
2018-12-07 14:21:27 +01:00
test
Fixed thread function return and parameters.
2018-03-07 14:36:55 +01:00
activation.c
Yield in connection wait loops to reduce processor use.
2019-01-18 13:03:36 +01:00
activation.h
Fixed use of reserved keywords for include guards.
2017-07-20 09:35:41 +02:00
autodetect.c
Fixed stream release for transport_write
2018-10-17 14:55:55 +02:00
autodetect.h
Fixed use of reserved keywords for include guards.
2017-07-20 09:35:41 +02:00
bulk.c
Inlined heavy used functions.
2017-01-18 15:28:53 +01:00
bulk.h
Fixed use of reserved keywords for include guards.
2017-07-20 09:35:41 +02:00
capabilities.c
Respect settings while sending the input capabilities.
2018-12-11 13:55:21 +01:00
capabilities.h
Fixed use of reserved keywords for include guards.
2017-07-20 09:35:41 +02:00
certificate.c
Replaced BIO_free with BIO_free_all
2018-11-08 12:09:49 +01:00
certificate.h
Fixes argument size type, function static where appropriate.
2018-01-19 09:15:26 +01:00
channels.c
Fixed stream release for transport_write
2018-10-17 14:55:55 +02:00
channels.h
Fix #4752 : Provide message free function for channel queue.
2018-07-18 15:31:07 +02:00
client.c
Fix #4752 : Provide message free function for channel queue.
2018-07-18 15:31:07 +02:00
client.h
Fixed windows build warnings.
2018-11-15 09:01:53 +01:00
CMakeLists.txt
Unified initialization of OrderSupport
2018-11-23 10:11:50 +01:00
codecs.c
Deactivated all H264 related code paths.
2017-07-17 10:39:08 +02:00
connection.c
Yield in connection wait loops to reduce processor use.
2019-01-18 13:03:36 +01:00
connection.h
Made internal functions static to help compiler optimize.
2018-07-10 12:21:38 +02:00
errbase.c
errconnect.c
Added no or missing credentail error.
2018-07-05 16:12:52 +02:00
errinfo.c
Updated error info from spec.
2018-12-05 10:55:06 +01:00
errinfo.h
Fixed use of reserved keywords for include guards.
2017-07-20 09:35:41 +02:00
fastpath.c
Fixed broken DEBUG_RDP log message.
2018-11-21 09:55:38 +01:00
fastpath.h
Fixed use of reserved keywords for include guards.
2017-07-20 09:35:41 +02:00
freerdp.c
Unified initialization of OrderSupport
2018-11-23 10:11:50 +01:00
gcc.c
There is only one primary monitor do not look for more.
2018-12-13 14:16:50 +01:00
gcc.h
Fixed use of reserved keywords for include guards.
2017-07-20 09:35:41 +02:00
graphics.c
bitmap free now always deallocating all resources.
2018-02-13 10:18:43 +01:00
graphics.h
Fixed use of reserved keywords for include guards.
2017-07-20 09:35:41 +02:00
heartbeat.c
heartbeat.h
Fixed use of reserved keywords for include guards.
2017-07-20 09:35:41 +02:00
info.c
Updated RDP_VERSION definitions.
2018-11-14 10:14:48 +01:00
info.h
Added /smartcard-logon option to set flag. (Stripped version of #4837 by @informatimago)
2018-09-04 15:50:03 +02:00
input.c
Fixed capability checks for mouse and unicode input.
2017-07-31 12:30:35 +02:00
input.h
Fixed capability checks for mouse and unicode input.
2017-07-31 12:30:35 +02:00
license.c
license: implement server-side management
2019-01-21 09:57:15 +01:00
license.h
license: implement server-side management
2019-01-21 09:57:15 +01:00
listener.c
Unified dns resolving of host
2018-09-27 16:08:28 +02:00
listener.h
Fixed use of reserved keywords for include guards.
2017-07-20 09:35:41 +02:00
mcs.c
Changed length arguments and return to size_t
2018-01-17 08:14:06 +01:00
mcs.h
Replace cryptic names; move the disconnect ultimatum reasons enum into public API and rename; remove setter
2018-09-19 09:36:39 -05:00
message.c
Fixed WINDOW_ORDER_INFO copy.
2019-01-18 13:04:34 +01:00
message.h
Fixed use of reserved keywords for include guards.
2017-07-20 09:35:41 +02:00
metrics.c
multitransport.c
multitransport.h
Fixed use of reserved keywords for include guards.
2017-07-20 09:35:41 +02:00
nego.c
Fixed requested protocol define names according to spec.
2018-12-05 10:55:06 +01:00
nego.h
Fixed requested protocol define names according to spec.
2018-12-05 10:55:06 +01:00
nla.c
Refactored NLA to be self contained.
2018-12-05 10:55:06 +01:00
nla.h
Refactored NLA to be self contained.
2018-12-05 10:55:06 +01:00
orders.c
Fixed zero sized allocation.
2018-11-29 12:11:33 +01:00
orders.h
Fixed use of reserved keywords for include guards.
2017-07-20 09:35:41 +02:00
peer.c
license: implement server-side management
2019-01-21 09:57:15 +01:00
peer.h
Fixed use of reserved keywords for include guards.
2017-07-20 09:35:41 +02:00
proxy.c
Fixed domain and regex match.
2018-09-24 12:24:15 +02:00
proxy.h
proxy: cleanup SOCKS support and add user/password support
2018-05-02 10:51:16 +02:00
rdp.c
Fixed requested protocol define names according to spec.
2018-12-05 10:55:06 +01:00
rdp.h
Fixed stream release for transport_write
2018-10-17 14:55:55 +02:00
redirection.c
Hide redirection implementation details.
2018-12-05 10:55:06 +01:00
redirection.h
Hide redirection implementation details.
2018-12-05 10:55:06 +01:00
security.c
core: Fix array overrunning during FIPS keys generation
2017-12-19 10:29:16 +01:00
security.h
Fixed use of reserved keywords for include guards.
2017-07-20 09:35:41 +02:00
server.c
Added const to function buffer pointers
2018-08-01 12:56:18 +02:00
server.h
Fixed use of reserved keywords for include guards.
2017-07-20 09:35:41 +02:00
settings.c
Merge pull request #5180 from chipitsine/coverity
2019-01-07 15:21:03 +01:00
settings.h
Unified initialization of OrderSupport
2018-11-23 10:11:50 +01:00
surface.c
Fixed memory leak in update_recv_surfcmd_surface_bits
2018-10-22 14:41:59 +02:00
surface.h
Fixed read/write of surface bits command.
2018-03-01 11:38:59 +01:00
tcp.c
Fixed a possible NULL dereference.
2018-11-23 10:32:52 +01:00
tcp.h
Unified dns resolving of host
2018-09-27 16:08:28 +02:00
timezone.c
Scanbuild warning, argument checks and leak fixes.
2017-03-02 18:13:43 +01:00
timezone.h
Fixed use of reserved keywords for include guards.
2017-07-20 09:35:41 +02:00
tpdu.c
Fix users of Stream_GetPosition() that returns size_t
2017-12-11 22:38:58 +01:00
tpdu.h
Fixed use of reserved keywords for include guards.
2017-07-20 09:35:41 +02:00
tpkt.c
Fix TALOS issues
2017-07-20 09:28:47 +02:00
tpkt.h
Fixed use of reserved keywords for include guards.
2017-07-20 09:35:41 +02:00
transport.c
Refactored NLA to be self contained.
2018-12-05 10:55:06 +01:00
transport.h
Removed +async-transport options
2018-08-22 13:56:37 +02:00
update.c
Fixed CVE-2018-8786
2018-11-20 11:08:31 +01:00
update.h
Refactored order updates
2018-05-02 08:54:21 +02:00
window.c
Fixed order mask
2018-11-15 09:52:54 +01:00
window.h
Fixed use of reserved keywords for include guards.
2017-07-20 09:35:41 +02:00