platform/upstream/freerdp.git
5 years agoFixed stream release for transport_write
Armin Novak [Tue, 2 Oct 2018 11:18:13 +0000 (13:18 +0200)]
Fixed stream release for transport_write

5 years agoReset stream length to capacity in StreamPool_Take
Armin Novak [Tue, 2 Oct 2018 12:22:27 +0000 (14:22 +0200)]
Reset stream length to capacity in StreamPool_Take

5 years agoMerge pull request #4933 from akallabeth/planar_alpha_fix
MartinHaimberger [Wed, 17 Oct 2018 12:40:00 +0000 (14:40 +0200)]
Merge pull request #4933 from akallabeth/planar_alpha_fix

Planar alpha fix

5 years agoMerge pull request #4936 from akallabeth/gw_leak_fix
MartinHaimberger [Wed, 17 Oct 2018 12:35:17 +0000 (14:35 +0200)]
Merge pull request #4936 from akallabeth/gw_leak_fix

Fixed bugs detected during scanbuild run

5 years agoFixed bugs detected during scanbuild run
Armin Novak [Wed, 17 Oct 2018 11:19:33 +0000 (13:19 +0200)]
Fixed bugs detected during scanbuild run

5 years agoMerge pull request #4902 from akallabeth/gw_refactor_3
akallabeth [Wed, 17 Oct 2018 10:23:10 +0000 (12:23 +0200)]
Merge pull request #4902 from akallabeth/gw_refactor_3

Gateway refactoring

5 years agoMerge pull request #4927 from akallabeth/cmdline_fixes
akallabeth [Wed, 17 Oct 2018 10:19:03 +0000 (12:19 +0200)]
Merge pull request #4927 from akallabeth/cmdline_fixes

Fixed command line setting of flags, unified string replace

5 years agoMerge pull request #4891 from akallabeth/rail_fixes
akallabeth [Wed, 17 Oct 2018 09:32:56 +0000 (11:32 +0200)]
Merge pull request #4891 from akallabeth/rail_fixes

Rail fixes #4846 and a crash

5 years agoMerge pull request #4914 from Devolutions/winpr-dll-export
Marc-André Moreau [Tue, 16 Oct 2018 13:09:05 +0000 (09:09 -0400)]
Merge pull request #4914 from Devolutions/winpr-dll-export

Add WINPR_DLL definition to control WinPR symbol exporting

5 years agoSeparate alpha handling for planar codec
Armin Novak [Tue, 16 Oct 2018 10:17:25 +0000 (12:17 +0200)]
Separate alpha handling for planar codec

If the destination does not support an alpha channel ignore it
when decoding and prevent data to be copied unnecessarily

5 years agoSiplified planar alpha / non alpha paths
Armin Novak [Tue, 16 Oct 2018 08:05:33 +0000 (10:05 +0200)]
Siplified planar alpha / non alpha paths

5 years agoFixed command line setting of flags, unified string replace
Armin Novak [Mon, 15 Oct 2018 09:51:16 +0000 (11:51 +0200)]
Fixed command line setting of flags, unified string replace

5 years agoFixed stream get position.
Armin Novak [Tue, 9 Oct 2018 12:24:58 +0000 (14:24 +0200)]
Fixed stream get position.

5 years agoFixed return value of rpc_channel_tls_connect
Armin Novak [Tue, 9 Oct 2018 12:24:39 +0000 (14:24 +0200)]
Fixed return value of rpc_channel_tls_connect

5 years agoFixed rpc_client_write_call resource cleanup.
Armin Novak [Tue, 9 Oct 2018 12:19:05 +0000 (14:19 +0200)]
Fixed rpc_client_write_call resource cleanup.

5 years agoFixed argument name for ntlm_client_encrypt
Armin Novak [Tue, 9 Oct 2018 12:16:27 +0000 (14:16 +0200)]
Fixed argument name for ntlm_client_encrypt

5 years agoMerge pull request #4889 from akallabeth/shadow_server_audin_refactor
Martin Fleisz [Mon, 8 Oct 2018 10:56:09 +0000 (12:56 +0200)]
Merge pull request #4889 from akallabeth/shadow_server_audin_refactor

Shadow server audin refactor

5 years agoMerge pull request #4913 from akallabeth/audin_opensles
Martin Fleisz [Mon, 8 Oct 2018 08:13:51 +0000 (10:13 +0200)]
Merge pull request #4913 from akallabeth/audin_opensles

Fixed audio recording with opensles.

5 years agoMerge pull request #4918 from byteboon/master
akallabeth [Mon, 8 Oct 2018 06:39:27 +0000 (08:39 +0200)]
Merge pull request #4918 from byteboon/master

Regression: added back kerberos signature fix that was lost in a recent refactor #4801

5 years agoRegression: added back kerberos signature fix that was lost in a recent refactor...
byteboon [Fri, 5 Oct 2018 16:43:00 +0000 (09:43 -0700)]
Regression: added back kerberos signature fix that was lost in a recent refactor #4801

5 years agoMerge pull request #4912 from akallabeth/swresample
akallabeth [Fri, 5 Oct 2018 09:00:13 +0000 (11:00 +0200)]
Merge pull request #4912 from akallabeth/swresample

Swresample support with avresample fallback

5 years agoMerge pull request #4916 from Devolutions/ios-path-fix
Martin Fleisz [Fri, 5 Oct 2018 07:50:27 +0000 (09:50 +0200)]
Merge pull request #4916 from Devolutions/ios-path-fix

Fix iOS path detection functions

5 years agoMerge pull request #4917 from Devolutions/array-list-equals-fix
akallabeth [Fri, 5 Oct 2018 07:05:57 +0000 (09:05 +0200)]
Merge pull request #4917 from Devolutions/array-list-equals-fix

Use fnObjectEquals in ArrayList_Remove.

5 years agoUse fnObjectEquals in ArrayList_Remove.
Sébastien Duquette [Fri, 21 Jul 2017 19:57:34 +0000 (15:57 -0400)]
Use fnObjectEquals in ArrayList_Remove.

5 years agofreerdp - fix iOS directory paths
Richard Markiewicz [Fri, 6 Oct 2017 21:55:34 +0000 (14:55 -0700)]
freerdp - fix iOS directory paths

5 years agowinpr: add WINPR_DLL definition
Marc-André Moreau [Wed, 15 Feb 2017 19:50:24 +0000 (14:50 -0500)]
winpr: add WINPR_DLL definition

5 years ago[audin] Abort version exchange if server version is not supported.
Armin Novak [Thu, 4 Oct 2018 11:53:18 +0000 (13:53 +0200)]
[audin] Abort version exchange if server version is not supported.

5 years agoFixed audio recording with opensles.
Armin Novak [Thu, 4 Oct 2018 10:21:28 +0000 (12:21 +0200)]
Fixed audio recording with opensles.

5 years agoMerge pull request #4910 from akallabeth/warning_fixes
Bernhard Miklautz [Thu, 4 Oct 2018 07:42:31 +0000 (09:42 +0200)]
Merge pull request #4910 from akallabeth/warning_fixes

Fixed compiler warnings.

5 years agoReadded AVRESAMPLE support as fallback.
Armin Novak [Thu, 4 Oct 2018 06:57:54 +0000 (08:57 +0200)]
Readded AVRESAMPLE support as fallback.

5 years agoMove from libavresample to libswresample
Vladimir Lomov [Thu, 4 Oct 2018 01:56:20 +0000 (09:56 +0800)]
Move from libavresample to libswresample

  - The libavresample as part of FFmpeg was declared as deprecated in
    favor of libswresample on Dec 25 2017 in commit "lavr: deprecate the
    entire library"
    (https://github.com/FFmpeg/FFmpeg/commit/c29038f3041a4080342b2e333c1967d136749c0f
    ;
    https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/c29038f3041a4080342b2e333c1967d136749c0f).
    As major Linux distributions (RPM, DEB and Archlinux) provide now
    FFmpeg and libswresample as its part use the libswresample instead of
    libavresample.

Signed-off-by: Vladimir Lomov <vladimir@smoon7.vl-lomov.ru>
5 years agoFixed compiler warnings.
Armin Novak [Wed, 3 Oct 2018 13:16:59 +0000 (15:16 +0200)]
Fixed compiler warnings.

5 years agoMerge pull request #4885 from akallabeth/autoreconnect_handle_window_events
David Fort [Wed, 3 Oct 2018 07:42:16 +0000 (09:42 +0200)]
Merge pull request #4885 from akallabeth/autoreconnect_handle_window_events

Fixed #3423: Process xevents when in reconnect mode.

5 years agoMerge pull request #4906 from FeLvi-zzz/japanese-patch
akallabeth [Tue, 2 Oct 2018 13:46:17 +0000 (15:46 +0200)]
Merge pull request #4906 from FeLvi-zzz/japanese-patch

Japanese patch #4905

5 years agoremove untranslatable strings in Japanese translation
FeLvi_zzz [Tue, 2 Oct 2018 12:53:55 +0000 (21:53 +0900)]
remove untranslatable strings in Japanese translation

5 years agofixed typo in Japanese translation
FeLvi_zzz [Tue, 2 Oct 2018 12:47:08 +0000 (21:47 +0900)]
fixed typo in Japanese translation

5 years agoReworked checks in xf_disp.c
Armin Novak [Tue, 2 Oct 2018 10:33:52 +0000 (12:33 +0200)]
Reworked checks in xf_disp.c

5 years agomodified Japanese translation #4905
FeLvi_zzz [Tue, 2 Oct 2018 09:36:58 +0000 (18:36 +0900)]
modified Japanese translation #4905

5 years agoadded Japanese translation
FeLvi_zzz [Tue, 2 Oct 2018 09:00:29 +0000 (18:00 +0900)]
added Japanese translation

5 years agoRelease stream in transport_write in all error cases.
Armin Novak [Tue, 2 Oct 2018 08:28:28 +0000 (10:28 +0200)]
Release stream in transport_write in all error cases.

5 years agoMerge pull request #4901 from akallabeth/cmd_line_flag_no_value_check
Bernhard Miklautz [Tue, 2 Oct 2018 08:04:21 +0000 (10:04 +0200)]
Merge pull request #4901 from akallabeth/cmd_line_flag_no_value_check

Check if a boolean or flag argument has additional data.

5 years agoMerge pull request #4904 from akallabeth/floatbar_x11_leak
Martin Fleisz [Mon, 1 Oct 2018 12:45:45 +0000 (14:45 +0200)]
Merge pull request #4904 from akallabeth/floatbar_x11_leak

Fixed floatbar X11 leak.

5 years agoFixed floatbar X11 leak.
Armin Novak [Mon, 1 Oct 2018 08:49:30 +0000 (10:49 +0200)]
Fixed floatbar X11 leak.

5 years agoFixed floatbar X11 leak.
Armin Novak [Mon, 1 Oct 2018 08:49:30 +0000 (10:49 +0200)]
Fixed floatbar X11 leak.

5 years agoCheck if a boolean or flag argument has additional data.
Armin Novak [Fri, 28 Sep 2018 10:59:20 +0000 (12:59 +0200)]
Check if a boolean or flag argument has additional data.
Treat it as an error.

5 years agoMade gateway NTLM self contained.
Armin Novak [Fri, 28 Sep 2018 10:29:29 +0000 (12:29 +0200)]
Made gateway NTLM self contained.

5 years agoRefactored and simplified RPC signature functions.
Armin Novak [Fri, 28 Sep 2018 10:08:27 +0000 (12:08 +0200)]
Refactored and simplified RPC signature functions.

5 years agoMade TSG struct opaque
Armin Novak [Fri, 28 Sep 2018 06:43:43 +0000 (08:43 +0200)]
Made TSG struct opaque

5 years agoRefactored rpc_client and resolve gateway only once.
Armin Novak [Thu, 27 Sep 2018 14:42:27 +0000 (16:42 +0200)]
Refactored rpc_client and resolve gateway only once.

5 years agoRefactored RpcClient functions
Armin Novak [Thu, 27 Sep 2018 14:23:01 +0000 (16:23 +0200)]
Refactored RpcClient functions

5 years agoUnified dns resolving of host
Armin Novak [Thu, 27 Sep 2018 14:08:28 +0000 (16:08 +0200)]
Unified dns resolving of host

5 years agoRefactored rdg channel structs.
Armin Novak [Thu, 27 Sep 2018 14:05:14 +0000 (16:05 +0200)]
Refactored rdg channel structs.

5 years agoRefactored gateway ncacn HTTP to be self contained.
Armin Novak [Thu, 27 Sep 2018 13:19:41 +0000 (15:19 +0200)]
Refactored gateway ncacn HTTP to be self contained.

5 years agoRefactored gateway HTTP to be self contained.
Armin Novak [Thu, 27 Sep 2018 13:04:41 +0000 (15:04 +0200)]
Refactored gateway HTTP to be self contained.

5 years agoAdded default rdpsnd formats.
Armin Novak [Tue, 25 Sep 2018 15:13:25 +0000 (17:13 +0200)]
Added default rdpsnd formats.

5 years agofixed stuff
Armin Novak [Tue, 25 Sep 2018 15:09:45 +0000 (17:09 +0200)]
fixed stuff

5 years agoUnified format support for rdpsnd.
Armin Novak [Tue, 25 Sep 2018 15:05:12 +0000 (17:05 +0200)]
Unified format support for rdpsnd.

5 years agoAdded export define.
Armin Novak [Tue, 25 Sep 2018 14:52:27 +0000 (16:52 +0200)]
Added export define.

5 years agoMoved server-common to public header.
Armin Novak [Tue, 25 Sep 2018 14:45:08 +0000 (16:45 +0200)]
Moved server-common to public header.

5 years agoFixed server format selection.
Armin Novak [Tue, 25 Sep 2018 14:32:37 +0000 (16:32 +0200)]
Fixed server format selection.

5 years agoFixed server audin callback, provide more information.
Armin Novak [Tue, 25 Sep 2018 14:25:35 +0000 (16:25 +0200)]
Fixed server audin callback, provide more information.

5 years agoFixed dst_format
Armin Novak [Tue, 25 Sep 2018 14:00:30 +0000 (16:00 +0200)]
Fixed dst_format

5 years agoFixed default format.
Armin Novak [Tue, 25 Sep 2018 13:56:05 +0000 (15:56 +0200)]
Fixed default format.

5 years agoFixed format debug message.
Armin Novak [Tue, 25 Sep 2018 13:53:35 +0000 (15:53 +0200)]
Fixed format debug message.

5 years agoUsing common audio formats for input.
Armin Novak [Tue, 25 Sep 2018 13:53:10 +0000 (15:53 +0200)]
Using common audio formats for input.

5 years agoUnified format selection.
Armin Novak [Tue, 25 Sep 2018 13:50:48 +0000 (15:50 +0200)]
Unified format selection.

5 years agoMac fixes
Armin Novak [Tue, 25 Sep 2018 13:46:36 +0000 (15:46 +0200)]
Mac fixes

5 years agoFixed mac callbacks.
Armin Novak [Tue, 25 Sep 2018 13:18:37 +0000 (15:18 +0200)]
Fixed mac callbacks.

5 years agoFixed shadow server callbacks.
Armin Novak [Tue, 25 Sep 2018 13:17:19 +0000 (15:17 +0200)]
Fixed shadow server callbacks.

5 years agoCleaned up defaults.
Armin Novak [Tue, 25 Sep 2018 12:56:25 +0000 (14:56 +0200)]
Cleaned up defaults.

5 years agoWorking mic redirection for shadow server.
Armin Novak [Tue, 25 Sep 2018 12:34:14 +0000 (14:34 +0200)]
Working mic redirection for shadow server.

5 years agoRefactored audio_format* functions.
Armin Novak [Tue, 25 Sep 2018 10:04:10 +0000 (12:04 +0200)]
Refactored audio_format* functions.

5 years agoReadded override redirect but reset on focus loss.
Armin Novak [Wed, 26 Sep 2018 09:27:57 +0000 (11:27 +0200)]
Readded override redirect but reset on focus loss.

5 years agoMenus are no longer popup windows but dropdown menus.
Armin Novak [Wed, 26 Sep 2018 09:13:06 +0000 (11:13 +0200)]
Menus are no longer popup windows but dropdown menus.

5 years agoFixed argument check for floatbar events.
Armin Novak [Wed, 26 Sep 2018 08:11:52 +0000 (10:11 +0200)]
Fixed argument check for floatbar events.

5 years agoMerge pull request #4874 from r-barnett/fix-MonitorLocalShift
David Fort [Wed, 26 Sep 2018 08:02:49 +0000 (10:02 +0200)]
Merge pull request #4874 from r-barnett/fix-MonitorLocalShift

MonitorLocalShiftX,Y should be set when 1st monitor from MonitorIds s…

5 years agoMerge pull request #4879 from akallabeth/clip_fix
Martin Fleisz [Wed, 26 Sep 2018 07:37:41 +0000 (09:37 +0200)]
Merge pull request #4879 from akallabeth/clip_fix

Fixes for clipboard #4876

5 years agoMerge pull request #4862 from akallabeth/printer_warning_fix
Martin Fleisz [Wed, 26 Sep 2018 07:37:23 +0000 (09:37 +0200)]
Merge pull request #4862 from akallabeth/printer_warning_fix

Fixed a warning in printer channel.

5 years agoMerge pull request #4882 from akallabeth/no_proxy_cidr
Martin Fleisz [Wed, 26 Sep 2018 07:20:54 +0000 (09:20 +0200)]
Merge pull request #4882 from akallabeth/no_proxy_cidr

Fixed #4878: Added cidr support for proxy exception check.

5 years agoMerge pull request #4865 from mmattes/feature/floatbar
akallabeth [Tue, 25 Sep 2018 14:34:20 +0000 (16:34 +0200)]
Merge pull request #4865 from mmattes/feature/floatbar

Feature/floatbar for X11

5 years agoMerge pull request #4888 from akallabeth/shadow_server_audin
Martin Fleisz [Tue, 25 Sep 2018 12:38:09 +0000 (14:38 +0200)]
Merge pull request #4888 from akallabeth/shadow_server_audin

Added microphone support to shadow server.

5 years agoAdded microphone support to shadow server.
Armin Novak [Tue, 25 Sep 2018 09:13:32 +0000 (11:13 +0200)]
Added microphone support to shadow server.

5 years agoMerge pull request #4887 from akallabeth/rail_string_allow_empty
David Fort [Tue, 25 Sep 2018 08:58:53 +0000 (10:58 +0200)]
Merge pull request #4887 from akallabeth/rail_string_allow_empty

Allow empty rail strings.

5 years agoAllow empty rail strings.
Armin Novak [Tue, 25 Sep 2018 07:54:47 +0000 (09:54 +0200)]
Allow empty rail strings.

5 years agoFixed load/unload for display channel.
Armin Novak [Mon, 24 Sep 2018 14:44:25 +0000 (16:44 +0200)]
Fixed load/unload for display channel.

5 years agoFixed #3423: Process xevents when in reconnect mode.
Armin Novak [Mon, 24 Sep 2018 14:24:32 +0000 (16:24 +0200)]
Fixed #3423: Process xevents when in reconnect mode.

Fixed crashes due to unloaded disp channel in reconnect mode.

5 years agoMerge pull request #4501 from akallabeth/drive_file_size_fix
David Fort [Mon, 24 Sep 2018 14:00:27 +0000 (16:00 +0200)]
Merge pull request #4501 from akallabeth/drive_file_size_fix

Removed xrdp workarounds.

5 years agoMerge pull request #4880 from akallabeth/auto_reconnect_unify
David Fort [Mon, 24 Sep 2018 12:09:10 +0000 (14:09 +0200)]
Merge pull request #4880 from akallabeth/auto_reconnect_unify

Unified auto_reconnect functions for all clients.

5 years agoSkip empty server format response.
Armin Novak [Mon, 24 Sep 2018 07:53:28 +0000 (09:53 +0200)]
Skip empty server format response.

5 years agoFix NULL function pointer BeginPaint
Armin Novak [Mon, 24 Sep 2018 07:38:01 +0000 (09:38 +0200)]
Fix NULL function pointer BeginPaint

5 years agoFixed freerdp_keyboard_layouts_free
Armin Novak [Mon, 24 Sep 2018 07:08:50 +0000 (09:08 +0200)]
Fixed freerdp_keyboard_layouts_free

5 years agoFree RDP_KEYBOARD_LAYOUT with freerdp_keyboard_layouts_free
Armin Novak [Mon, 24 Sep 2018 07:07:59 +0000 (09:07 +0200)]
Free RDP_KEYBOARD_LAYOUT with freerdp_keyboard_layouts_free

5 years agoFixed domain and regex match.
Armin Novak [Mon, 24 Sep 2018 10:24:15 +0000 (12:24 +0200)]
Fixed domain and regex match.

5 years agoFixed #4878: Added cidr support for proxy exception check.
Armin Novak [Mon, 24 Sep 2018 09:42:23 +0000 (11:42 +0200)]
Fixed #4878: Added cidr support for proxy exception check.

5 years agoUnified auto_reconnect functions for all clients.
Armin Novak [Mon, 24 Sep 2018 08:30:59 +0000 (10:30 +0200)]
Unified auto_reconnect functions for all clients.

5 years agoMerge pull request #4869 from akallabeth/clear_fix
David Fort [Mon, 24 Sep 2018 07:46:33 +0000 (09:46 +0200)]
Merge pull request #4869 from akallabeth/clear_fix

Fix #4868: Separate codec reset from initial setup

5 years agoMonitorLocalShiftX,Y should be set when 1st monitor from MonitorIds selected as primary
rbarnett [Fri, 21 Sep 2018 18:40:48 +0000 (13:40 -0500)]
MonitorLocalShiftX,Y should be set when 1st monitor from MonitorIds selected as primary

5 years agoMerge pull request #4872 from akallabeth/sw_gdi_default
Martin Fleisz [Fri, 21 Sep 2018 11:02:39 +0000 (13:02 +0200)]
Merge pull request #4872 from akallabeth/sw_gdi_default

Fix #4851: Software GDI is now default

5 years agoMerge pull request #4871 from akallabeth/drdynvc_checks
Martin Fleisz [Fri, 21 Sep 2018 11:01:58 +0000 (13:01 +0200)]
Merge pull request #4871 from akallabeth/drdynvc_checks

Fix for #4866: Added additional length checks

5 years agoMerge pull request #4873 from akallabeth/leak_fix
Martin Fleisz [Thu, 20 Sep 2018 11:14:24 +0000 (13:14 +0200)]
Merge pull request #4873 from akallabeth/leak_fix

Fixed use after free and leak.