..
gateway
Added const to function buffer pointers
2018-08-01 12:56:18 +02:00
test
Fixed thread function return and parameters.
2018-03-07 14:36:55 +01:00
activation.c
activation.h
Fixed use of reserved keywords for include guards.
2017-07-20 09:35:41 +02:00
autodetect.c
autodetect.h
Fixed use of reserved keywords for include guards.
2017-07-20 09:35:41 +02:00
bulk.c
bulk.h
Fixed use of reserved keywords for include guards.
2017-07-20 09:35:41 +02:00
capabilities.c
Fixed broken #ifdef
2018-01-15 10:18:03 +01:00
capabilities.h
Fixed use of reserved keywords for include guards.
2017-07-20 09:35:41 +02:00
certificate.c
Fixes argument size type, function static where appropriate.
2018-01-19 09:15:26 +01:00
certificate.h
Fixes argument size type, function static where appropriate.
2018-01-19 09:15:26 +01:00
channels.c
Fix #4752 : Provide message free function for channel queue.
2018-07-18 15:31:07 +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
Fix #3378 : 31 static channels are supported.
2017-11-23 16:18:44 +01:00
CMakeLists.txt
fix undefined symbol references at linking stage
2017-11-13 16:20:56 +01:00
codecs.c
connection.c
Added command line option /redirect-prefer:<fqdn|ip|netbios>
2018-08-08 11:24:13 +02: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
First person "they" pronouns in logoff message
2018-05-03 12:11:13 -04:00
errinfo.h
Fixed use of reserved keywords for include guards.
2017-07-20 09:35:41 +02:00
fastpath.c
Fixed rebase introduced error.
2018-05-02 09:56:49 +02:00
fastpath.h
Fixed use of reserved keywords for include guards.
2017-07-20 09:35:41 +02:00
freerdp.c
Fixed channel reconnect after redirect.
2018-07-13 13:11:38 +02:00
gcc.c
Fix users of Stream_GetPosition() that returns size_t
2017-12-11 22:38:58 +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
Fixed /pth: Consistently treat the hash offset to password length.
2018-05-03 17:51:11 +02:00
info.h
Fixed use of reserved keywords for include guards.
2017-07-20 09:35:41 +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
Fix users of Stream_GetPosition() that returns size_t
2017-12-11 22:38:58 +01:00
license.h
Fixed use of reserved keywords for include guards.
2017-07-20 09:35:41 +02:00
listener.c
Replaced atoi
2017-11-15 15:52:16 +01: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
Fixed use of reserved keywords for include guards.
2017-07-20 09:35:41 +02:00
message.c
Fixed surface bits command cleanup.
2018-05-02 08:54:21 +02: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
Made internal functions static to help compiler optimize.
2018-07-10 12:21:38 +02:00
nego.h
Made internal functions static to help compiler optimize.
2018-07-10 12:21:38 +02:00
nla.c
Added no or missing credentail error.
2018-07-05 16:12:52 +02:00
nla.h
cssp: Separate client/server version handling ( #4502 )
2018-03-23 12:12:08 +01:00
orders.c
Fixed NULL dereferences.
2018-05-04 12:42:44 +02:00
orders.h
Fixed use of reserved keywords for include guards.
2017-07-20 09:35:41 +02:00
peer.c
Fix #4752 : Provide message free function for channel queue.
2018-07-18 15:31:07 +02:00
peer.h
Fixed use of reserved keywords for include guards.
2017-07-20 09:35:41 +02:00
proxy.c
Fixed missing NULL pointer checks.
2018-05-04 12:35:51 +02:00
proxy.h
proxy: cleanup SOCKS support and add user/password support
2018-05-02 10:51:16 +02:00
rdp.c
Fix #4752 : Provide message free function for channel queue.
2018-07-18 15:31:07 +02:00
rdp.h
Fix #4752 : Provide message free function for channel queue.
2018-07-18 15:31:07 +02:00
redirection.c
Fixed /pth: Consistently treat the hash offset to password length.
2018-05-03 17:51:11 +02:00
redirection.h
Fixed use of reserved keywords for include guards.
2017-07-20 09:35:41 +02: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
Made internal functions static to help compiler optimize.
2018-07-10 12:21:38 +02:00
surface.c
Added const to function buffer pointers
2018-08-01 12:56:18 +02:00
surface.h
Fixed read/write of surface bits command.
2018-03-01 11:38:59 +01:00
tcp.c
Merge pull request #4611 from akallabeth/argument_warnings
2018-05-04 10:06:42 +02:00
tcp.h
Fixed #4476 : broken casts/variable sizes for custom BIO calls.
2018-05-03 12:30:40 +02:00
timezone.c
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
tpkt.h
Fixed use of reserved keywords for include guards.
2017-07-20 09:35:41 +02:00
transport.c
Added error log messages.
2018-05-04 09:11:41 +02:00
transport.h
Fixed use of reserved keywords for include guards.
2017-07-20 09:35:41 +02:00
update.c
Fix #4725 : Need to copy data.
2018-07-05 08:44:42 +02:00
update.h
Refactored order updates
2018-05-02 08:54:21 +02:00
window.c
window.h
Fixed use of reserved keywords for include guards.
2017-07-20 09:35:41 +02:00