Commit Graph

19730 Commits

Author SHA1 Message Date
akallabeth
2c7ca7f4b2 [rdtk] fix integer narrow 2024-10-03 18:59:08 +02:00
akallabeth
911ed13efc [channels,rdpei] fix integer narrow 2024-10-03 18:59:05 +02:00
akallabeth
15141385f6 [client,x11] fix integer narrow 2024-10-03 18:59:03 +02:00
akallabeth
7037a8a846 [client,sample] fix integer narrow 2024-10-03 18:59:01 +02:00
akallabeth
6c25607c76 [client,common] fix integer narrow 2024-10-03 18:58:58 +02:00
akallabeth
3a2a65bbed [server,shadow] fix integer narrow 2024-10-03 18:58:56 +02:00
akallabeth
997ff57301 [proxy,rdpdr] fix integer narrow 2024-10-03 18:58:53 +02:00
akallabeth
f55a1e2bc3 [proxy,modules] fix integer narrow 2024-10-03 18:58:51 +02:00
akallabeth
10bb42e4d8 [server,proxy] fix integer narrowing 2024-10-03 18:58:48 +02:00
akallabeth
b5dbe5a167 [emu,scard] fix integer narrow 2024-10-03 18:58:46 +02:00
akallabeth
e13273d94d [utils,test] fix integer narrow 2024-10-03 18:58:44 +02:00
akallabeth
4783546582 [winpr,wlog] fix integer narrow 2024-10-03 18:58:41 +02:00
akallabeth
8a042b33d6 [winpr,utils] fix integer narrow 2024-10-03 18:58:39 +02:00
akallabeth
4a0f996d42 [winpr,timezone] fix integer narrow 2024-10-03 18:58:37 +02:00
akallabeth
57f69ad77d [winpr,synch] fix integer narrow 2024-10-03 18:58:34 +02:00
akallabeth
22d1810e12 [winpr,sspi] fix integer narrow 2024-10-03 18:58:32 +02:00
akallabeth
a0dbb901df [winpr,shell] fix integer narrow 2024-10-03 18:58:29 +02:00
akallabeth
cb2cbdabfe [winpr,ncrypt] fix integer narrow 2024-10-03 18:58:26 +02:00
akallabeth
a5b80925e2 [winpr,interlocked] fix integer narrow 2024-10-03 18:58:23 +02:00
akallabeth
952076afb7 [winpr,crypto] fix integer narrow 2024-10-03 18:58:21 +02:00
akallabeth
67817886ab [winpr,clipboard] fix integer narrow 2024-10-03 18:58:13 +02:00
David Fort
d06d2e0e29 Merge pull request #10700 from akallabeth/avx-option
[cmake] Allow disabling AVX2 extensions
2024-10-02 16:59:58 +02:00
Armin Novak
0df01bcf8d [cmake] Allow disabling AVX2 extensions 2024-10-02 15:14:29 +02:00
akallabeth
3fe99c87a1 Merge pull request #10695 from akallabeth/cov-fixes
Cov fixes
2024-10-01 12:56:14 +02:00
akallabeth
490ca0453b [winpr,stream] use Stream_BufferAs instead of casting 2024-10-01 10:34:42 +02:00
akallabeth
11b7633dc0 [channels] use Stream_BufferAs
For WTSVirtualChannelRead and WTSVirtualChannelWrite use Stream_BufferAs
to cast to correct type.
2024-10-01 10:28:13 +02:00
akallabeth
55177e0e46 [channels,rdpsnd] remove dead code 2024-10-01 10:18:48 +02:00
akallabeth
8ddb678639 [channels,cliprdr] fix server side send routine 2024-10-01 10:16:18 +02:00
akallabeth
a85068d42e [core,gateway] allow websocket write up to UINT32_MAX 2024-10-01 10:14:03 +02:00
akallabeth
47c5070805 Merge pull request #10635 from akallabeth/initialize-variables
Initialize variables
2024-09-30 16:04:20 +02:00
akallabeth
508238711c Merge pull request #10676 from akallabeth/cmake-file-to-hex
Cmake file to hex
2024-09-30 15:58:18 +02:00
akallabeth
fd099d38c7 Merge pull request #10688 from akallabeth/settings-fix
Settings fix
2024-09-30 15:55:51 +02:00
akallabeth
ba47e1936f [uwac] add strerror_r detection and use 2024-09-30 15:41:52 +02:00
akallabeth
a820912a24 [winpr,utils] fix sterror_r detection and use 2024-09-30 15:41:50 +02:00
akallabeth
f95f873c58 [ci,tidy] fix ci preload file
the option is named ENABLE_WARNING_VERBOSE to enable verbose warnings.
2024-09-30 15:41:47 +02:00
akallabeth
aa47e58f11 [core,settings] disable clang-tidy warning
we allocate a UINT32** using calloc and casting it. This allows freeing
this up with free but yields some warnings. Disable for this specific
case
2024-09-30 15:41:45 +02:00
akallabeth
ce30f80d2c [client,common] disable clang-tidy for function
change_lock moves ownership of allocated CliprdrLocalStream to
file->local_streams. Do not complain about possible memory leak (false
positive)
2024-09-30 15:41:42 +02:00
akallabeth
53942081a1 [ci,tidy] use CFLAGS from cmake verbose warnings 2024-09-30 15:41:36 +02:00
akallabeth
98e11c69c1 [winpr,ncrypt] add pragma to disable warning 2024-09-30 15:41:34 +02:00
akallabeth
c319541f0d [core,settings] add unit test
Test cases for freerdp_settings_check_client_after_preconnect
2024-09-30 15:41:31 +02:00
akallabeth
d71c9c566a [core,settings] monitor configuration check
* fix origin check, might not be primary monitor
* fix a memory leak
2024-09-30 15:41:23 +02:00
akallabeth
fffabcaab1 [primitives,opencl] Use CMake to include opencl code
* Use CMake to convert opencl source file to C constant
* Mark opencl sources as headers and add to CMake to show in IDE
2024-09-30 10:50:42 +02:00
akallabeth
fe590801a1 [cmake] replace custom file2hex tool
Use CMake to read file and convert to C array of hex values
2024-09-30 10:50:36 +02:00
David Fort
b891228279 Merge pull request #10693 from akallabeth/abi-fixes
[channels,rdpear] default to OFF
2024-09-30 10:20:19 +02:00
akallabeth
f3055f9644 Merge pull request #10642 from akallabeth/warn-fixes-again
fix a few more warnings
2024-09-30 10:05:20 +02:00
akallabeth
2973ff7004 [channels,rdpear] default to OFF
Since the channel was introduced late in the 3.x series require users to
explicitly enable it to not break existing build setups.
2024-09-30 09:42:45 +02:00
akallabeth
dd98b20f4a [core,utils] improve utils_str_is_empty 2024-09-30 09:32:15 +02:00
akallabeth
55a5fe26fb [common,test] remove redundant cast 2024-09-30 09:32:12 +02:00
akallabeth
9d478c2ce7 [winpr,crt] fix redundant casts 2024-09-30 09:32:04 +02:00
akallabeth
1947f28a70 [codec,fdk] fix use of strcat 2024-09-30 09:31:36 +02:00