FreeRDP/libfreerdp/core
2024-05-08 10:08:08 +02:00
..
gateway [coverity] 1543240 Dereference before null check 2024-04-12 12:41:42 +02:00
test [core,fuzzer] fix testcases 2024-04-24 15:55:30 +02:00
aad.c [warnings] fixed sign and const 2024-04-18 11:05:58 +02:00
aad.h [gcc,clang] add support for attribute(malloc) 2024-02-02 15:10:40 +01:00
activation.c [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00
activation.h [warnings] fixed reserved-identifer warnings 2023-09-25 08:39:01 +02:00
autodetect.c [clang-tidy] cppcoreguidelines-init-variables 2024-02-15 11:49:16 +01:00
autodetect.h [gcc,clang] add support for attribute(malloc) 2024-02-02 15:10:40 +01:00
capabilities.c [core,capabilities] ensure ImeFileName is '\0' terminated 2024-04-25 10:27:58 +02:00
capabilities.h [core,caps] added rdp_input_flag_string 2023-12-06 10:45:01 +01:00
channels.c [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00
channels.h Raw channel send (#7255) 2021-08-26 16:17:51 +02:00
childsession.c [win32,chilsession] fix path computation in 32 bits 2024-03-19 10:18:28 +01:00
childsession.h [client,win32] implement connection to child session 2023-09-27 11:57:49 +02:00
client.c [core,client] prevent double channel close 2024-03-12 14:24:36 +01:00
client.h [gcc,clang] add support for attribute(malloc) 2024-02-02 15:10:40 +01:00
CMakeLists.txt 5726 add vsock support for client and server 2023-11-29 15:12:51 +01:00
codecs.c [clang-tidy] cppcoreguidelines-init-variables 2024-02-15 11:49:16 +01:00
connection.c [coverity] 1543065 Resource leak 2024-04-12 09:45:09 +02:00
connection.h [core] implement skip channel join 2023-01-20 11:19:18 +01:00
credssp_auth.c [coverity] 1543107 Resource leak 2024-04-11 12:04:07 +02:00
credssp_auth.h [gcc,clang] add support for attribute(malloc) 2024-02-02 15:10:40 +01:00
display.c [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00
display.h Reformatted to new style 2019-11-07 10:53:54 +01:00
errbase.c [clang-tidy] cppcoreguidelines-init-variables 2024-02-15 11:49:16 +01:00
errconnect.c [clang-tidy] cppcoreguidelines-init-variables 2024-02-15 11:49:16 +01:00
errinfo.c [clang-tidy] cppcoreguidelines-init-variables 2024-02-15 11:49:16 +01:00
errinfo.h Unify struct definitions (#7633) 2022-02-14 14:59:22 +01:00
fastpath.c [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00
fastpath.h [gcc,clang] add support for attribute(malloc) 2024-02-02 15:10:40 +01:00
freerdp.c [coverity] 1543039 Use of 32-bit time_t 2024-04-12 12:41:42 +02:00
gcc.c [warnings] fixed sign and const 2024-04-18 11:05:58 +02:00
gcc.h [core,gcc] use mcs_get_settings, make const correct 2022-12-12 13:33:47 +01:00
graphics.c [clang-tidy] cppcoreguidelines-init-variables 2024-02-15 11:49:16 +01:00
graphics.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
heartbeat.c [clang-tidy] cppcoreguidelines-init-variables 2024-02-15 11:49:16 +01:00
heartbeat.h [gcc,clang] add support for attribute(malloc) 2024-02-02 15:10:40 +01:00
info.c [core,info] check '\0' termination after length check 2024-04-25 10:27:58 +02:00
info.h Remove symbols exported by accident. 2019-12-02 10:57:31 +01:00
input.c [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00
input.h [coverity] 1543039 Use of 32-bit time_t 2024-04-12 12:41:42 +02:00
license.c [coverity] 1543141 Dereference null return value 2024-04-12 12:41:42 +02:00
license.h [gcc,clang] add support for attribute(malloc) 2024-02-02 15:10:40 +01:00
listener.c [coverity] fix unchecked return 2024-04-12 13:30:35 +02:00
listener.h Reformatted to new style 2019-11-07 10:53:54 +01:00
mcs.c [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00
mcs.h [gcc,clang] add support for attribute(malloc) 2024-02-02 15:10:40 +01:00
message.c [clang-tidy] cppcoreguidelines-init-variables 2024-02-15 11:49:16 +01:00
message.h [gcc,clang] add support for attribute(malloc) 2024-02-02 15:10:40 +01:00
metrics.c [clang-tidy] cppcoreguidelines-init-variables 2024-02-15 11:49:16 +01:00
multitransport.c [clang-tidy] cppcoreguidelines-init-variables 2024-02-15 11:49:16 +01:00
multitransport.h [gcc,clang] add support for attribute(malloc) 2024-02-02 15:10:40 +01:00
nego.c [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00
nego.h [gcc,clang] add support for attribute(malloc) 2024-02-02 15:10:40 +01:00
nla.c [coverity] 1543075 Explicit null dereferenced 2024-04-15 11:30:31 +02:00
nla.h [gcc,clang] add support for attribute(malloc) 2024-02-02 15:10:40 +01:00
orders.c [core,orders] shift unsigned value 2024-04-22 11:02:04 +02:00
orders.h Removed internal members of rdpAltSecUpdate from API header 2022-01-18 11:24:23 +01:00
peer.c [core,peer] assert size of peer context 2024-04-21 14:28:24 +02:00
peer.h [server] Fix rdp_peer_handle_state_demand_active 2022-11-22 15:30:31 +01:00
proxy.c [core,proxy] ignore empty variable 2024-03-04 14:28:38 +01:00
proxy.h Remove symbols exported by accident. 2019-12-02 10:57:31 +01:00
rdp.c [coverity] null checks 2024-04-12 09:45:09 +02:00
rdp.h [gcc,clang] add support for attribute(malloc) 2024-02-02 15:10:40 +01:00
rdstls.c [clang-tidy] cppcoreguidelines-init-variables 2024-02-15 11:49:16 +01:00
rdstls.h [gcc,clang] add support for attribute(malloc) 2024-02-02 15:10:40 +01:00
redirection.c [core,redirection] free redirection::TargetNetAddresses 2024-04-25 10:27:58 +02:00
redirection.h [arm] various improvements 2023-09-04 10:24:56 +02:00
security.c [coverity] 1543228 Out-of-bounds read 2024-04-12 09:45:09 +02:00
security.h [core,security] ensure length, log failures 2024-01-15 13:13:42 +01:00
server.c [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00
server.h [gcc,clang] add support for attribute(malloc) 2024-02-02 15:10:40 +01:00
settings.c [core,settings] initialize DynamicDSTTimeZoneKeyName 2024-05-08 10:08:08 +02:00
settings.h [common,settings] fix TargetNetAddresses usage 2024-01-09 15:18:37 +01:00
smartcardlogon.c [winpr,ncrypt] obtain module path from provider 2024-04-22 17:42:52 +02:00
state.c [clang-tidy] cppcoreguidelines-init-variables 2024-02-15 11:49:16 +01:00
state.h [core,server] add state STATE_RUN_QUIT_SESSION 2023-01-27 11:05:12 +01:00
streamdump.c [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00
streamdump.h Improved streamdump file format 2022-10-07 10:38:03 +02:00
surface.c [clang-tidy] cppcoreguidelines-init-variables 2024-02-15 11:49:16 +01:00
surface.h Fix sending/receiving surface bits command. 2020-04-03 12:00:53 +02:00
tcp.c [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00
tcp.h [client,win32] implement connection to child session 2023-09-27 11:57:49 +02:00
timezone.c [core,timezone] initialize ClientTimeZone early 2024-04-23 09:54:52 +02:00
timezone.h Freerdp remove #ifdef HAVE_CONFIG_H 2022-03-03 11:26:48 +01:00
tpdu.c [clang-tidy] cppcoreguidelines-init-variables 2024-02-15 11:49:16 +01:00
tpdu.h Add return values to TPDU functions 2022-10-13 13:57:11 +02:00
tpkt.c [clang-tidy] cppcoreguidelines-init-variables 2024-02-15 11:49:16 +01:00
tpkt.h [core,tpkt] log too large tpkt stream length 2024-01-15 13:13:42 +01:00
transport.c [core,transport] document and fix transport_attach 2024-02-23 11:02:06 +01:00
transport.h [core,transport] document and fix transport_attach 2024-02-23 11:02:06 +01:00
update.c [core,update] fix missing plausibility check 2024-04-22 11:02:04 +02:00
update.h [build] fix Wmismatched-deallocator warnings 2024-02-05 08:16:55 +01:00
utils.c [core,utils] unify channel reloading 2024-03-07 16:18:41 +01:00
utils.h [core,utils] unify channel reloading 2024-03-07 16:18:41 +01:00
window.c [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00
window.h Reformatted to new style 2019-11-07 10:53:54 +01:00