Armin Novak
555e1ad8f2
Properly discard xfc->appWindow on focus loss
2021-01-11 15:18:30 +01:00
akallabeth
50e1c20786
Fixed #6635 : Use correct window handle for pointer operations
2021-01-11 15:18:30 +01:00
Martin Fleisz
8ed51bc5f5
core: Remove error code from string returned by rpc_error_to_string
...
This PR removes the error code from the error string returned by
rpc_error_to_string. The error code is passed into the function so it is
not necessary to append it to the returned string as well.
The PR also fixes the screwed formatting of the error code tables.
2021-01-11 10:21:21 +01:00
Martin Fleisz
e96415070c
Merge pull request #6670 from akallabeth/rfx_const
...
progressive codec simple tile fixes
2021-01-11 09:03:07 +01:00
Pascal Nowack
8ae820cd4f
winpr/clipboard: Also save lastWriteTime for FILEDESCRIPTORW
...
Currently, when a local uri-list is converted into a FILEDESCRIPTORW
list, WinPR doesn't submit the last write time for each file.
The result of this is that the last write time of each file on the
other peer will have the current time and not the actual last write
time that is present on the peer, where the files were copied from.
Fix this by also writing the last write time in addition to the
FD_WRITESTIME flag.
2021-01-11 08:36:10 +01:00
mezysinc
e96ef524c5
ptbr translation
...
strings in ptbr
2021-01-02 11:20:55 +01:00
kubistika
32ed597f5a
x11: use correct contact flag names in xf_input_touch_state_string
2021-01-02 11:05:10 +01:00
Martin Fleisz
f2e082aa12
Fix parsing of current keyboard locale
2020-12-23 15:05:20 +01:00
akallabeth
c865c4eb64
Added support for file://
urls for rdp files
2020-12-23 12:29:37 +01:00
Sergey Bronnikov
b1ad70c387
Add option BUILD_FUZZERS and config to build fuzzing tests
...
Patch adds support of fuzzing for local running and running
on OSS-Fuzz infrastructure [1]. Support can be enabled with option
BUILD_FUZZERS that disabled by default. Config fuzzer_config
includes options that should be used for building fuzzing tests.
How-To Build:
$ cmake -DBUILD_FUZZERS=ON \
-DCMAKE_C_COMPILER="/usr/bin/clang" \
-DCMAKE_CXX_COMPILER="/usr/bin/clang++"
-B build -S .
$ make -j -C build
1. https://google.github.io/oss-fuzz/getting-started/new-project-guide/
Closes #6680
2020-12-23 09:13:35 +01:00
Martin Fleisz
f5177ca7e7
rdg: Read and set error code when ending an RD Gateway session
2020-12-22 15:51:00 +01:00
Martin Fleisz
c11301d337
Merge pull request #6679 from akallabeth/desktop_resize
...
Removed size change check from DesktopResize
2020-12-22 13:29:54 +01:00
akallabeth
130561c9fc
Removed size change check from DesktopResize
...
Just pass on every reset event from the server, the callback might
need to reset internal state even if the resolution did not change.
2020-12-22 13:00:54 +01:00
akallabeth
4a7ec674e6
Respect invalidRegion in progressive_compress
2020-12-15 16:49:13 +01:00
akallabeth
e3445eefab
Fixed progressive decoding without subbanddiff
2020-12-15 14:47:05 +01:00
Martin Fleisz
65bf894c8a
Merge pull request #6669 from akallabeth/kbd_layout_detect
...
Fixed call to GetKeyboardLayout
2020-12-15 12:22:25 +01:00
akallabeth
8b8016ec21
Fixed call to GetKeyboardLayout
2020-12-15 11:29:51 +01:00
akallabeth
25a8abc4eb
Cleaned up rfx API
2020-12-14 17:44:30 +01:00
Martin Fleisz
fa218f79c1
Merge pull request #6662 from akallabeth/kbd_detect
...
Fixed keyboard layout detection for windows
2020-12-11 13:24:09 +01:00
akallabeth
af81d9bb47
Fixed keyboard layout detection for windows
2020-12-11 13:14:08 +01:00
David Fort
7eb3ff518a
Merge pull request #6657 from sss123next/external_io_api_fixes
...
typo fix
2020-12-10 13:29:10 +01:00
Martin Fleisz
f9693c188f
Merge pull request #6658 from akallabeth/proxy_port
...
Fixed #6656 : invalid read of proxy port.
2020-12-10 08:41:50 +01:00
akallabeth
3c237fd687
Fixed #6656 : invalid read of proxy port.
2020-12-10 07:38:25 +01:00
Gluzskiy Alexandr
4d47c626bc
typo fix
2020-12-10 01:20:44 +03:00
Martin Fleisz
995c0de9c8
Merge pull request #6653 from akallabeth/mac_server_fix
...
Fixed #6646
2020-12-09 16:19:45 +01:00
Armin Novak
c20afa3524
Fixed #6646
2020-12-09 12:09:32 +01:00
Robin
fce3acbed9
Update README.android
...
- CMake should be used from Android SDK. Personally I had issues using CMake from my OS (Ubuntu)
- minimum version of Android NDK must be 15c, as build target API level 26 is not supported on earlier releases
- removed ABIs that are unsupported in recent NDK and also not build by default
@akallabeth thank you for pointing out that I was using the wrong CMake version.
2020-12-08 14:11:42 +01:00
akallabeth
12427f006f
Fixed linking dependencies for client geometry channel
2020-12-08 14:01:06 +01:00
Danilo Spinella
13df840d23
Check for backtrace symbol and link to execinfo if needed
...
Check execinfo is needed on Unix instead of only checking on FreeBSD.
2020-12-06 14:49:53 +01:00
akallabeth
ad93ff3f0d
Fixed #6632
2020-12-06 14:48:21 +01:00
Bernhard Miklautz
42083c5979
Merge pull request #6637 from akallabeth/api_compat
...
Moved clipboard hasHugeFileSupport to end of struct
2020-12-04 14:48:23 +01:00
Bernhard Miklautz
7bec71a632
ci [codeql]: run apt update before install
2020-12-04 14:37:59 +01:00
akallabeth
0c96c3a71c
Moved clipboard hasHugeFileSupport to end of struct
2020-12-04 14:09:28 +01:00
kubistika
50c09db081
reset codecs in gdi_pipeline_init
2020-12-01 13:10:45 +01:00
Martin Fleisz
1a7db55a62
Merge pull request #6618 from akallabeth/rdpei_colision
...
Renamed RDPEI flags due to problems with windows headers
2020-11-30 14:06:37 +01:00
akallabeth
4d1a7cf5fa
Renamed RDPEI flags due to problems with windows headers
2020-11-30 13:54:33 +01:00
Fabio Fantoni
a2308507aa
remove unwanted log level set to debug in rfx
...
I saw on debian packages (that have -DWITH_DEBUG_ALL=ON) remotefx logs always to
debug without respect log-level and log-filters settings making diffult
debugging of issue on other parts.
After a search I found this that set loglevel to debug that akallabeth confirmed
is unwanted, this patch remove it.
Closes #6606
2020-11-30 10:17:39 +01:00
akallabeth
2b676bf1e7
Create codeql-analysis.yml
2020-11-27 09:11:15 +01:00
akallabeth
9b8d16b332
Allow autoreconnect for ERRINFO_GRAPHICS_SUBSYSTEM_FAILED
...
As discussed in #4717 allow autoreconnect to succeed if that
specific error code was returned as disconnection reason.
2020-11-27 09:10:41 +01:00
Norbert Federa
66818fc50e
Merge pull request #6607 from akallabeth/sound_fix
...
Sound fix buffering
2020-11-26 15:35:52 +01:00
akallabeth
d9d22aa422
Fixed sound buffering issues with compressed formats
2020-11-26 15:26:35 +01:00
akallabeth
d82c14c3d8
Added CMake warning messages for expensive debug options
2020-11-26 14:41:59 +01:00
kubistika
c34a8a684c
libfreerdp: core: rdp.c: fix array size check
2020-11-24 08:34:20 +01:00
akallabeth
65f8d39074
Cleaned up reading of orders
2020-11-23 12:50:26 +01:00
Armin Novak
d493cf6f07
Cleaned up rdpei channel, updated to current spec.
2020-11-23 10:29:47 +01:00
Christian Plattner
95315816d9
Disable building OpenH264 in Andriod CI builds
2020-11-21 15:22:59 +01:00
Christian Plattner
aad64eeb86
Fix Android release target API level
2020-11-21 15:22:59 +01:00
Christian Plattner
2ad8fee8f6
Fix Android build paths
2020-11-21 15:22:59 +01:00
Christian Plattner
711870e21a
Fix #6565 : streamline android build configuration
2020-11-21 15:22:59 +01:00
Martin Fleisz
a5fce9e64b
channels/audin: Request correct media type in audin channel on Mac
2020-11-20 15:37:19 +01:00