akallabeth
|
1d33095500
|
[warnings] fix cert-err33-c
Fix unused return values, cast to void if on purpose
|
2024-08-29 10:19:27 +02:00 |
|
akallabeth
|
d7ebec5a65
|
[tidy] move loop variable declaration to loop
|
2024-02-22 12:31:50 +01:00 |
|
akallabeth
|
0ba995655d
|
[clang-tidy] cppcoreguidelines-init-variables
|
2024-02-15 11:49:16 +01:00 |
|
akallabeth
|
207def5c56
|
[clang-tidy] readability-isolate-declaration
|
2024-02-15 11:49:16 +01:00 |
|
Armin Novak
|
e61880d077
|
[standard] replace __FUNCTION__ with __func__
|
2023-07-27 20:02:43 +02:00 |
|
akallabeth
|
516668d02b
|
[fclose] ensure no invalid pointers are passed.
fclose has undefined behaviour for NULL pointers, so check for these.
|
2023-04-28 07:39:35 +02:00 |
|
akallabeth
|
3ddf99ad64
|
Fixed Wformat warnings
|
2022-12-09 15:58:26 +01:00 |
|
akallabeth
|
60720e7706
|
Improved streamdump file format
|
2022-10-07 10:38:03 +02:00 |
|
akallabeth
|
03a9ca80c8
|
Refactor proxy (#7312)
* Added hidden transport dump and replay options
* Added settings to enable transport dump and replay
* Added check in freerdp_connect to skip authentication on
dump replay
* Fixed proxy issues
* Proper shutdown handling
* Uninitialized variables
* Skip proxy-client channels, initialize from peer channels and
config
* Filter static channels like dynamic ones
* Added proxy module filtering from config data (channels, input, ...)
* Removed oboslete proxy decoding related files
* Added defines for RDPECAM channel
* Added proxy config options:
* VideoRedirection
* CameraRedirection
* Fixed duplicate channel free
|
2021-09-23 14:52:03 +02:00 |
|