FreeRDP/libfreerdp/core
akallabeth 16cec716e0
[strtok] replace function with strtok_s
Since strtok is not thread safe replace it with strtok_s (WinPR wrapper
around strtok_r for systems not supporting the ISO function names)
2024-09-13 21:19:17 +02:00
..
gateway [warnings] fix documentation command unknown 2024-09-12 21:21:41 +02:00
test [warnings] fix clang-tidy issues in libfreerdp 2024-08-29 15:34:22 +02:00
aad.c [core,client] replace cJSON with WinPR wrapper 2024-05-14 20:45:31 +02:00
aad.h [core,client] replace cJSON with WinPR wrapper 2024-05-14 20:45:31 +02:00
activation.c [warnings] fix dead store warnings 2024-09-12 13:29:46 +02:00
activation.h
autodetect.c [warnings] fix cert-err33-c 2024-08-29 10:19:27 +02:00
autodetect.h [gcc,clang] add support for attribute(malloc) 2024-02-02 15:10:40 +01:00
capabilities.c [warnings] fix cert-err33-c 2024-08-29 10:19:27 +02:00
capabilities.h [settings] Added SurfaceCommandsSupported setting 2024-07-24 21:54:39 +02:00
channels.c [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00
channels.h
childsession.c [warnings] use WINPR_CAST_CONST_AWAY 2024-09-11 23:41:50 +02:00
childsession.h
client.c [warnings] fix compare integers of different signs 2024-09-03 15:10:46 +02:00
client.h [gcc,clang] add support for attribute(malloc) 2024-02-02 15:10:40 +01:00
CMakeLists.txt
codecs.c [core,codecs] fix API function names 2024-05-29 14:34:18 +02:00
connection.c core, channels: client-side remote credential guard 2024-09-11 17:15:11 +02:00
connection.h
credssp_auth.c Merge pull request #10549 from hardening/rcg2 2024-09-13 08:24:14 +02:00
credssp_auth.h core, channels: client-side remote credential guard 2024-09-11 17:15:11 +02:00
display.c [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00
display.h
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
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 core, channels: client-side remote credential guard 2024-09-11 17:15:11 +02:00
gcc.c [warnings] fix redundant casting 2024-09-03 12:24:51 +02:00
gcc.h
graphics.c [clang-tidy] cppcoreguidelines-init-variables 2024-02-15 11:49:16 +01:00
graphics.h
heartbeat.c [warnings] fix unused-but-set-variable 2024-07-23 09:14:19 +02:00
heartbeat.h [gcc,clang] add support for attribute(malloc) 2024-02-02 15:10:40 +01:00
info.c [warnings] remove const params 2024-09-12 14:29:25 +02:00
info.h
input.c [warnings] fix redundant casts 2024-08-29 12:03:09 +02:00
input.h [coverity] 1543039 Use of 32-bit time_t 2024-04-12 12:41:42 +02:00
license.c [warnings] remove const params 2024-09-12 14:29:25 +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
mcs.c [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00
mcs.h fix declaration and implementation parameter names 2024-09-03 12:24:53 +02: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 [warnings] fix cert-err33-c 2024-08-29 10:19:27 +02:00
nego.h [core,nego] unify protocol to string 2024-06-18 20:49:50 +02:00
nla.c core, channels: client-side remote credential guard 2024-09-11 17:15:11 +02:00
nla.h core, channels: client-side remote credential guard 2024-09-11 17:15:11 +02:00
orders.c [warnings] fix format nonliteral 2024-09-12 09:08:53 +02:00
orders.h [warnings] fix clang-tidy issues in libfreerdp 2024-08-29 15:34:22 +02:00
peer.c [warnings] fix dead store warnings 2024-09-12 13:29:46 +02:00
peer.h
proxy.c [warnings] fix clang-tidy issues in libfreerdp 2024-08-29 15:34:22 +02:00
proxy.h
rdp.c [strtok] replace function with strtok_s 2024-09-13 21:19:17 +02:00
rdp.h [warnings] fix compare integers of different signs 2024-09-03 15:10:46 +02:00
rdstls.c [warnings] fix uninitialized variables 2024-08-28 10:46:40 +02:00
rdstls.h [gcc,clang] add support for attribute(malloc) 2024-02-02 15:10:40 +01:00
redirection.c [strtok] replace function with strtok_s 2024-09-13 21:19:17 +02:00
redirection.h
security.c [coverity] 1543228 Out-of-bounds read 2024-04-12 09:45:09 +02:00
security.h
server.c [warnings] fix clang-tidy issues in libfreerdp 2024-08-29 15:34:22 +02:00
server.h [gcc,clang] add support for attribute(malloc) 2024-02-02 15:10:40 +01:00
settings.c [warnings] fix cert-err33-c 2024-08-29 10:19:27 +02:00
settings.h [warnings] fix clang-tidy issues in libfreerdp 2024-08-29 15:34:22 +02:00
smartcardlogon.c [warnings] fix various clang-tidy warnings 2024-08-29 17:13:50 +02:00
state.c [warnings] fix cert-err33-c 2024-08-29 10:19:27 +02:00
state.h
streamdump.c [core,transport] add new transport io layer design and support custom socket. 2024-09-05 20:59:21 +08:00
streamdump.h
surface.c [clang-tidy] cppcoreguidelines-init-variables 2024-02-15 11:49:16 +01:00
surface.h
tcp.c [warnings] fix some msbuild warnings 2024-09-12 13:32:41 +02:00
tcp.h [core,transport] add new transport io layer design and support custom socket. 2024-09-05 20:59:21 +08:00
timezone.c [core,timezone] improve timezone logging 2024-06-26 20:37:41 +02:00
timezone.h
tpdu.c [clang-tidy] cppcoreguidelines-init-variables 2024-02-15 11:49:16 +01:00
tpdu.h
tpkt.c [warnings] fix compare integers of different signs 2024-09-03 15:10:46 +02:00
tpkt.h [warnings] fix compare integers of different signs 2024-09-03 15:10:46 +02:00
transport.c [core,transport] follow up to #10576 2024-09-09 13:43:43 +02:00
transport.h [core,transport] add new transport io layer design and support custom socket. 2024-09-05 20:59:21 +08:00
update.c [warnings] fix clang-tidy issues in libfreerdp 2024-08-29 15:34:22 +02:00
update.h [core,update] ensure EndPaint before DesktopResize 2024-08-20 09:54:56 +02:00
utils.c [warnings] fix cert-err33-c 2024-08-29 10:19:27 +02:00
utils.h [warnings] fix various compiler warnings 2024-07-24 11:08:20 +02:00
window.c [warnings] fix compare integers of different signs 2024-09-03 15:10:46 +02:00
window.h