Ondrej Holy [Wed, 22 Aug 2018 11:11:28 +0000 (13:11 +0200)]
channels/rdpgfx: Format code by astyle
Run ./scripts/format_code.sh before the following changes.
Ondrej Holy [Fri, 17 Aug 2018 11:43:18 +0000 (13:43 +0200)]
channels/rdpdr: Prevent buffer overflow found by covscan
buffer_size_warning: Calling strncpy with a maximum size argument of 256 bytes on destination array "irp->PathName" of size 256 bytes might leave the destination string unterminated.
buffer_size_warning: Calling strncpy with a maximum size argument of 256 bytes on destination array "irp->ExtraBuffer" of size 256 bytes might leave the destination string unterminated.
Ondrej Holy [Wed, 22 Aug 2018 11:07:46 +0000 (13:07 +0200)]
channels/rdpdr: Format code by astyle
Run ./scripts/format_code.sh before the following changes.
Ondrej Holy [Fri, 17 Aug 2018 10:56:45 +0000 (12:56 +0200)]
channels/rdpdr: Fix leak found by covscan
leaked_storage: Variable "newbuf" going out of scope leaks the storage it points to.
leaked_storage: Variable "keys" going out of scope leaks the storage it points to.
leaked_storage: Variable "pKeys" going out of scope leaks the storage it points to.
leaked_storage: Variable "s" going out of scope leaks the storage it points to.
leaked_storage: Variable "computerNameW" going out of scope leaks the storage it points to.
leaked_storage: Variable "s" going out of scope leaks the storage it points to.
Ondrej Holy [Fri, 17 Aug 2018 10:51:19 +0000 (12:51 +0200)]
channels/rail: Fix leak found by covscan
leaked_storage: Variable "s" going out of scope leaks the storage it points to.
Ondrej Holy [Fri, 17 Aug 2018 10:43:49 +0000 (12:43 +0200)]
channels/drive: Fix leak found by covscan
leaked_storage: Variable "outStr" going out of scope leaks the storage it points to.
Ondrej Holy [Fri, 17 Aug 2018 10:41:34 +0000 (12:41 +0200)]
channels/addin: Fix leak found by covscan
leaked_handle: Handle variable "hFind" going out of scope leaks the handle.
Ondrej Holy [Fri, 17 Aug 2018 10:30:33 +0000 (12:30 +0200)]
channels/audin: Fix leak found by covscan
leaked_storage: Variable out going out of scope leaks the storage it points to.
Martin Fleisz [Tue, 21 Aug 2018 08:01:47 +0000 (10:01 +0200)]
Merge pull request #4808 from akallabeth/tls_extract_pem_fix
Fixed #4806 broken bounds check.
Armin Novak [Tue, 21 Aug 2018 07:08:33 +0000 (09:08 +0200)]
Fixed #4806 broken bounds check.
David Fort [Mon, 13 Aug 2018 13:21:49 +0000 (15:21 +0200)]
Merge pull request #4795 from akallabeth/rpm_build_fix
Deactivated FFMPEG support for redhat systems (deps not in repo)
Armin Novak [Mon, 13 Aug 2018 12:34:06 +0000 (14:34 +0200)]
Deactivated FFMPEG support for redhat systems (deps not in repo)
Norbert Federa [Mon, 13 Aug 2018 12:33:49 +0000 (14:33 +0200)]
Merge pull request #4794 from akallabeth/drive_find_first_file_fix
Drive find first file fix
Armin Novak [Mon, 13 Aug 2018 11:23:52 +0000 (13:23 +0200)]
drive_file_query_information: Use GetFileAttributesExW
Armin Novak [Mon, 13 Aug 2018 11:17:56 +0000 (13:17 +0200)]
Fixed #4793: Return correct file handle for existing directory
akallabeth [Thu, 9 Aug 2018 08:41:56 +0000 (10:41 +0200)]
Merge pull request #4789 from akallabeth/nightly_ffmpeg_rpm
Enabled ffmpeg support on RPM based systems.
David Fort [Thu, 9 Aug 2018 08:22:24 +0000 (10:22 +0200)]
Merge pull request #4788 from akallabeth/multimon_fullscreen
Fixed #4786: Added fullscreen handling for dynamic resolution.
Armin Novak [Thu, 9 Aug 2018 07:58:56 +0000 (09:58 +0200)]
Added requirement check for WITH_DSP_FFMPEG
Armin Novak [Wed, 8 Aug 2018 11:31:52 +0000 (13:31 +0200)]
Enabled ffmpeg support on RPM based systems.
akallabeth [Wed, 8 Aug 2018 11:10:07 +0000 (13:10 +0200)]
Merge pull request #4783 from akallabeth/nightly_audio
Enabled FFMPEG for nightly builds.
Armin Novak [Wed, 8 Aug 2018 11:04:26 +0000 (13:04 +0200)]
Fixed #4786: Added fullscreen handling for dynamic resolution.
Armin Novak [Mon, 6 Aug 2018 05:55:30 +0000 (07:55 +0200)]
Enabled FFMPEG dependency.
akallabeth [Wed, 1 Aug 2018 13:59:34 +0000 (15:59 +0200)]
Merge pull request #4778 from akallabeth/2_0_0_dev_4
Started next development cycle
Armin Novak [Wed, 1 Aug 2018 10:33:34 +0000 (12:33 +0200)]
Started next development cycle
akallabeth [Wed, 1 Aug 2018 13:27:31 +0000 (15:27 +0200)]
Merge pull request #4777 from akallabeth/changelog_2_0_0-rc3
release: version 2.0.0-rc3
Martin Fleisz [Wed, 1 Aug 2018 13:16:07 +0000 (15:16 +0200)]
Merge pull request #4776 from akallabeth/fixes_cleanups_etc
Mac audin Fixes and cleanups
Armin Novak [Wed, 1 Aug 2018 09:58:24 +0000 (11:58 +0200)]
Added const to function buffer pointers
Armin Novak [Wed, 1 Aug 2018 09:57:18 +0000 (11:57 +0200)]
Fixed expression ambiguity
Armin Novak [Wed, 1 Aug 2018 09:56:47 +0000 (11:56 +0200)]
Fixed invalid return value type.
Armin Novak [Wed, 1 Aug 2018 09:56:04 +0000 (11:56 +0200)]
Fixed funtion to function pointer argument mismatch
Armin Novak [Wed, 1 Aug 2018 09:54:45 +0000 (11:54 +0200)]
Fixed invalid format string.
Armin Novak [Wed, 1 Aug 2018 09:54:18 +0000 (11:54 +0200)]
Fixed missing array initializer values
Armin Novak [Wed, 1 Aug 2018 09:44:45 +0000 (11:44 +0200)]
Fixed mac audin
Armin Novak [Wed, 1 Aug 2018 08:04:00 +0000 (10:04 +0200)]
Fixed mac server compile issue.
Armin Novak [Tue, 31 Jul 2018 09:29:59 +0000 (11:29 +0200)]
release: version 2.0.0-rc3
MartinHaimberger [Tue, 31 Jul 2018 11:35:05 +0000 (13:35 +0200)]
Merge pull request #4773 from akallabeth/drive_multi_fix
Remember if drive was added by automout.
Martin Fleisz [Tue, 31 Jul 2018 09:13:29 +0000 (11:13 +0200)]
Merge pull request #4774 from akallabeth/audin_leak_fix
Fixed leak in audio format processing.
Martin Fleisz [Tue, 31 Jul 2018 09:03:39 +0000 (11:03 +0200)]
Merge pull request #4240 from akallabeth/wl_client_fixes
Fixed wayland issues.
Armin Novak [Tue, 31 Jul 2018 08:45:04 +0000 (10:45 +0200)]
Added default return value.
Armin Novak [Tue, 31 Jul 2018 08:33:19 +0000 (10:33 +0200)]
Fixed leak in audio format processing.
MartinHaimberger [Tue, 31 Jul 2018 08:22:22 +0000 (10:22 +0200)]
Merge pull request #4758 from akallabeth/dsp_fix
Audio/microphone fixes
akallabeth [Mon, 30 Jul 2018 11:31:32 +0000 (13:31 +0200)]
Merge pull request #4762 from mmattes/issue/4757
Fix for #4757
Armin Novak [Mon, 30 Jul 2018 11:16:45 +0000 (13:16 +0200)]
Removed obsolete winodws path hack.
Armin Novak [Mon, 30 Jul 2018 10:58:15 +0000 (12:58 +0200)]
Fixed windows automount drive arguments.
Armin Novak [Mon, 30 Jul 2018 10:37:19 +0000 (12:37 +0200)]
Added automount flag for windows and macos implementations.
Armin Novak [Mon, 30 Jul 2018 10:31:11 +0000 (12:31 +0200)]
Remember if drive was added by automout.
Martin Fleisz [Mon, 30 Jul 2018 10:29:18 +0000 (12:29 +0200)]
Merge pull request #4741 from akallabeth/find_file_fix
Prevent FindFirstFileA from accessing parent directory
Martin Fleisz [Mon, 30 Jul 2018 10:28:38 +0000 (12:28 +0200)]
Merge pull request #4755 from akallabeth/dyn_resize_fix
Fixed #4679, #4753 dynamic resizing
Armin Novak [Mon, 30 Jul 2018 09:22:11 +0000 (11:22 +0200)]
Fixed callback parameter checks.
akallabeth [Mon, 30 Jul 2018 08:47:34 +0000 (10:47 +0200)]
Merge pull request #4765 from mmattes/fix/double-import-xinput2
Removed double ifdef WITH_XI, XInput2.h already included
Armin Novak [Mon, 30 Jul 2018 08:46:20 +0000 (10:46 +0200)]
Fixed missing argument checks.
akallabeth [Mon, 30 Jul 2018 08:37:50 +0000 (10:37 +0200)]
Merge pull request #4772 from Mandar-Shinde/master
macosx: Bring newly launched freerdp window to front
Mandar [Fri, 27 Jul 2018 10:24:57 +0000 (15:54 +0530)]
macos: Bring RDP window to front
To bring RDP window on top of all the windows
Markus Mattes [Tue, 24 Jul 2018 12:03:45 +0000 (14:03 +0200)]
Removed double ifdef WITH_XI, XInput2.h already included
David Fort [Mon, 23 Jul 2018 20:06:09 +0000 (22:06 +0200)]
Merge pull request #4759 from mfleisz/audin_srv_fix
audin: Fix server-side dsp decoding
Markus Mattes [Sun, 22 Jul 2018 18:00:25 +0000 (20:00 +0200)]
Fix for #4757
Armin Novak [Thu, 19 Jul 2018 14:21:03 +0000 (16:21 +0200)]
Code Cleanup
Martin Fleisz [Thu, 19 Jul 2018 13:54:40 +0000 (15:54 +0200)]
audin: Fix server-side dsp decoding
The decoder format was never set and so dsp_decode always failed
on the server side.
Armin Novak [Thu, 19 Jul 2018 13:38:44 +0000 (15:38 +0200)]
Updated experimental list.
Armin Novak [Thu, 19 Jul 2018 13:17:54 +0000 (15:17 +0200)]
Fixed FFMPEG backend: Do not drop samples for package alignment.
Armin Novak [Thu, 19 Jul 2018 10:20:14 +0000 (12:20 +0200)]
Fixed mixed declaration.
Armin Novak [Thu, 19 Jul 2018 09:53:36 +0000 (11:53 +0200)]
Fixed winmm backend logging.
Armin Novak [Thu, 19 Jul 2018 09:46:54 +0000 (11:46 +0200)]
Fixed opensles compilation errors.
Martin Fleisz [Wed, 18 Jul 2018 14:32:53 +0000 (16:32 +0200)]
Merge pull request #4754 from akallabeth/expose_cert_redirection_flag
Expose redirection flag for certificate.
Armin Novak [Mon, 16 Jul 2018 15:08:26 +0000 (17:08 +0200)]
Expose redirection flag for certificate.
Armin Novak [Wed, 18 Jul 2018 13:16:50 +0000 (15:16 +0200)]
Fix #4752: Provide message free function for channel queue.
Armin Novak [Wed, 18 Jul 2018 12:29:22 +0000 (14:29 +0200)]
Fix #4752: Unsubscirbe all PubSub in dynamic channel.
Armin Novak [Wed, 18 Jul 2018 10:33:52 +0000 (12:33 +0200)]
Fixed number of samples returned.
Armin Novak [Wed, 18 Jul 2018 10:33:39 +0000 (12:33 +0200)]
Fixed DVI_ADPCM mapping.
Armin Novak [Wed, 18 Jul 2018 10:14:37 +0000 (12:14 +0200)]
Fixed alignment issues.
Armin Novak [Wed, 18 Jul 2018 07:31:04 +0000 (09:31 +0200)]
Fixed #4679, #4753 dynamic resizing
Simplified resize logic, do not check before setting current resolution.
Armin Novak [Tue, 17 Jul 2018 12:55:19 +0000 (14:55 +0200)]
Fixed alsa and pulse backend receive buffer sizes
Armin Novak [Tue, 17 Jul 2018 10:57:57 +0000 (12:57 +0200)]
Fixed ima_adpcm encoder bug.
Armin Novak [Tue, 17 Jul 2018 08:57:08 +0000 (10:57 +0200)]
Using dynamic logger again.
Armin Novak [Tue, 17 Jul 2018 08:30:35 +0000 (10:30 +0200)]
Fixed override of stream data in dsp_encode methods.
Martin Fleisz [Fri, 13 Jul 2018 11:54:03 +0000 (13:54 +0200)]
Merge pull request #4745 from akallabeth/redirect_fix_follow_up
Fixed channel reconnect after redirect.
Armin Novak [Fri, 13 Jul 2018 11:11:38 +0000 (13:11 +0200)]
Fixed channel reconnect after redirect.
Armin Novak [Wed, 11 Jul 2018 14:37:29 +0000 (16:37 +0200)]
Removed debug log messages.
Armin Novak [Wed, 11 Jul 2018 14:27:14 +0000 (16:27 +0200)]
Fixed errno reset.
Martin Fleisz [Wed, 11 Jul 2018 13:41:05 +0000 (15:41 +0200)]
Merge pull request #4742 from mfleisz/fix_wave2
rdpsnd: Fix sending of wave2 PDU
Martin Fleisz [Wed, 11 Jul 2018 13:06:31 +0000 (15:06 +0200)]
rdpsnd: Fix sending of wave2 PDU
According to MS-RDPEA 2.2.3.10 the Wave2 PDU's header BodySize field
should be equal the size of the PDU minus the header (4 Bytes).
Armin Novak [Wed, 11 Jul 2018 08:58:37 +0000 (10:58 +0200)]
Fixed pattern detection if path is already a directory.
Armin Novak [Wed, 11 Jul 2018 08:53:26 +0000 (10:53 +0200)]
Code cleanups and more logging.
Martin Fleisz [Tue, 10 Jul 2018 15:31:08 +0000 (17:31 +0200)]
Merge pull request #4738 from akallabeth/connect_timeout_retry
Automatic timeout reconnect after callbacks
Armin Novak [Tue, 10 Jul 2018 12:57:13 +0000 (14:57 +0200)]
Fixed PEM certificate reading.
Armin Novak [Tue, 10 Jul 2018 11:26:25 +0000 (13:26 +0200)]
Moved automatic reconnect after timeout to freerdp_connect.
Armin Novak [Tue, 10 Jul 2018 10:49:46 +0000 (12:49 +0200)]
Added automatic reconnect if freerdp_connect fails due to timeout.
Armin Novak [Tue, 10 Jul 2018 10:21:38 +0000 (12:21 +0200)]
Made internal functions static to help compiler optimize.
Armin Novak [Tue, 10 Jul 2018 10:04:27 +0000 (12:04 +0200)]
Updated reconnect to handle cases where PostConnect was not called
freerdp_reconnect might be called after a freerdp_connect failed due
to a TCP timeout waiting for user input.
In such cases we need to know if PostConect was already called and
do that if not.
Armin Novak [Tue, 10 Jul 2018 08:03:49 +0000 (10:03 +0200)]
Remember accepted PEM cert to avoid unnecessary user input.
Armin Novak [Mon, 9 Jul 2018 15:45:50 +0000 (17:45 +0200)]
Fixed async input return value check.
Martin Fleisz [Thu, 5 Jul 2018 14:37:15 +0000 (16:37 +0200)]
Merge pull request #4727 from akallabeth/new_error
Added no or missing credentail error.
Armin Novak [Thu, 5 Jul 2018 13:20:52 +0000 (15:20 +0200)]
Added no or missing credentail error.
Martin Fleisz [Thu, 5 Jul 2018 07:50:03 +0000 (09:50 +0200)]
Merge pull request #4726 from akallabeth/bitmap_cache_fix
Fix #4725: Need to copy data.
Armin Novak [Thu, 5 Jul 2018 06:44:42 +0000 (08:44 +0200)]
Fix #4725: Need to copy data.
Martin Fleisz [Wed, 4 Jul 2018 12:21:36 +0000 (14:21 +0200)]
Merge pull request #4530 from akallabeth/order_refactor
[leak fixes] Refactored order updates
Armin Novak [Wed, 4 Jul 2018 11:44:38 +0000 (13:44 +0200)]
Fixed indentation.
David Fort [Wed, 4 Jul 2018 11:10:38 +0000 (13:10 +0200)]
Merge pull request #4724 from akallabeth/wave2_server
Wave2 server side support
Armin Novak [Wed, 4 Jul 2018 09:03:32 +0000 (11:03 +0200)]
Fixed remarks
David Fort [Wed, 4 Jul 2018 08:50:41 +0000 (10:50 +0200)]
Merge pull request #4645 from akallabeth/mac_ports_removed
Fix #2617: Removed MacPorts from CMake (default) search path.