platform/upstream/freerdp.git
7 years agoSEC_ENCRYPT check in rdp_client_connect_auto_detect
Armin Novak [Mon, 15 May 2017 11:10:10 +0000 (13:10 +0200)]
SEC_ENCRYPT check in rdp_client_connect_auto_detect

Fix by @wizwizaco for #3951

7 years agoMerge pull request #3953 from hardening/kill_warnings
akallabeth [Mon, 15 May 2017 09:54:57 +0000 (11:54 +0200)]
Merge pull request #3953 from hardening/kill_warnings

Drop some annoying warning

7 years agoDrop some annoying warning
David Fort [Fri, 12 May 2017 09:11:41 +0000 (11:11 +0200)]
Drop some annoying warning

Probably that some unused functions should be removed, but at least it makes
it compile with no warnings.

7 years agoMerge pull request #3952 from akallabeth/set_keyboard_ime
David Fort [Fri, 12 May 2017 08:23:08 +0000 (10:23 +0200)]
Merge pull request #3952 from akallabeth/set_keyboard_ime

Added support for Set Keyboard IME Status

7 years agoMerge pull request #3950 from hypherion2/cp_fixes
akallabeth [Fri, 12 May 2017 07:51:17 +0000 (09:51 +0200)]
Merge pull request #3950 from hypherion2/cp_fixes

Fix handle leaks in encomsp and remdesk server

7 years agoAdded support for Set Keyboard IME Status
Armin Novak [Fri, 12 May 2017 07:43:58 +0000 (09:43 +0200)]
Added support for Set Keyboard IME Status

7 years agoFix handle leaks in encomsp and remdesk server
Adrian A [Thu, 11 May 2017 20:21:47 +0000 (13:21 -0700)]
Fix handle leaks in encomsp and remdesk server

Ensure proper thread cleanup when these channel servers are stopped.

7 years agoMerge pull request #3949 from akallabeth/gdi_surface_crash_fix
Martin Fleisz [Thu, 11 May 2017 11:59:00 +0000 (13:59 +0200)]
Merge pull request #3949 from akallabeth/gdi_surface_crash_fix

Check arguments for Bitmap_SetSurface

7 years agoMerge pull request #3948 from hypherion2/master
David Fort [Thu, 11 May 2017 11:49:06 +0000 (13:49 +0200)]
Merge pull request #3948 from hypherion2/master

Remove library prefix override for rdpei-server

7 years agoCheck arguments for Bitmap_SetSurface
Armin Novak [Thu, 11 May 2017 11:34:37 +0000 (13:34 +0200)]
Check arguments for Bitmap_SetSurface

The function may be called during connection phase
where there is no valid GDI available.

7 years agoMerge pull request #3947 from akallabeth/openh264_fixes
David Fort [Wed, 10 May 2017 19:22:18 +0000 (21:22 +0200)]
Merge pull request #3947 from akallabeth/openh264_fixes

Openh264 fixes

7 years agoRemove library prefix override for rdpei-server
Adrian A [Wed, 10 May 2017 16:56:37 +0000 (09:56 -0700)]
Remove library prefix override for rdpei-server

This library was missed in commit
059374457d801351d02ac81badb4aabbfa7689e7, so it was the only one that
stilll had a lib prefix

7 years agoInitialize H264 context size for GFX surfaces.
Armin Novak [Wed, 10 May 2017 10:36:08 +0000 (12:36 +0200)]
Initialize H264 context size for GFX surfaces.

7 years agoAdded pkg-config to cmake OpenH264 detection.
Armin Novak [Wed, 10 May 2017 10:35:20 +0000 (12:35 +0200)]
Added pkg-config to cmake OpenH264 detection.

7 years agoMerge pull request #3937 from hardening/h264_multimon
akallabeth [Tue, 9 May 2017 09:16:12 +0000 (11:16 +0200)]
Merge pull request #3937 from hardening/h264_multimon

Fix h264 in multimon scenario

7 years agoMerge pull request #3931 from hypherion2/master
Bernhard Miklautz [Tue, 9 May 2017 07:42:20 +0000 (09:42 +0200)]
Merge pull request #3931 from hypherion2/master

Remove unused buffer in Mac shadow subsystem

7 years agoMerge pull request #3943 from chipitsine/cppcheck
akallabeth [Mon, 8 May 2017 14:28:58 +0000 (16:28 +0200)]
Merge pull request #3943 from chipitsine/cppcheck

resolve an issue identified by cppcheck:

7 years agoMerge pull request #3941 from mfleisz/fix_openh264_mt
akallabeth [Mon, 8 May 2017 08:17:27 +0000 (10:17 +0200)]
Merge pull request #3941 from mfleisz/fix_openh264_mt

codec: Fix multi-threading support for OpenH264 1.6 or later

7 years agoresolve an issue identified by cppcheck:
Ilya Shipitsin [Fri, 5 May 2017 19:05:59 +0000 (00:05 +0500)]
resolve an issue identified by cppcheck:

[channels/urbdrc/client/libusb/libusb_udevice.c:1666] -> [channels/urbdrc/client/libusb/libusb_udevice.c:1661]: (warning) Either the condition 'request' is redundant or there is possible null pointer dereference: request.

7 years agocodec: Fix multi-threading support for OpenH264 1.6 or later
Martin Fleisz [Fri, 5 May 2017 10:37:27 +0000 (12:37 +0200)]
codec: Fix multi-threading support for OpenH264 1.6 or later

7 years agoMerge pull request #3924 from akallabeth/gfx_surface_area_update_callback
Martin Fleisz [Thu, 4 May 2017 08:53:50 +0000 (10:53 +0200)]
Merge pull request #3924 from akallabeth/gfx_surface_area_update_callback

Added a GFX area update callback.

7 years agoMerge pull request #3930 from realjiangms/fix_shadow_thread_leak
akallabeth [Wed, 3 May 2017 13:39:40 +0000 (15:39 +0200)]
Merge pull request #3930 from realjiangms/fix_shadow_thread_leak

server/shadow: close the thread handle so that it is detached becauseā€¦

7 years agoAdded missing callbacks.
Armin Novak [Tue, 25 Apr 2017 11:58:23 +0000 (13:58 +0200)]
Added missing callbacks.

7 years agoMerge pull request #3938 from chipitsine/cppcheck
Bernhard Miklautz [Wed, 3 May 2017 07:28:18 +0000 (09:28 +0200)]
Merge pull request #3938 from chipitsine/cppcheck

resolve an issue identified by cppcheck:

7 years agoFixed use after free of region.
Armin Novak [Wed, 19 Apr 2017 12:43:06 +0000 (14:43 +0200)]
Fixed use after free of region.

7 years agoAdded a GFX area update callback.
Armin Novak [Wed, 19 Apr 2017 11:00:26 +0000 (13:00 +0200)]
Added a GFX area update callback.

7 years agoresolve an issue identified by cppcheck:
Ilya Shipitsin [Tue, 2 May 2017 20:32:44 +0000 (01:32 +0500)]
resolve an issue identified by cppcheck:

[server/shadow/X11/x11_shadow.c:386] -> [server/shadow/X11/x11_shadow.c:390]: (warning) Either the condition '!subsystem' is redundant or there is possible null pointer dereference: subsystem.
[server/shadow/X11/x11_shadow.c:387] -> [server/shadow/X11/x11_shadow.c:390]: (warning) Either the condition '!subsystem' is redundant or there is possible null pointer dereference: subsystem.

7 years agoFixed progressive code style and added error handling
David Fort [Tue, 2 May 2017 16:39:03 +0000 (18:39 +0200)]
Fixed progressive code style and added error handling

7 years agoFix H264 in multi monitor case
David Fort [Mon, 1 May 2017 20:39:52 +0000 (22:39 +0200)]
Fix H264 in multi monitor case

The H264 context is surface specific, so in multi-monitor (with multiple surfaces)
the decoding was failing. This patch fixes that by introducing a surface specific
h264 context.

7 years agoMerge pull request #3932 from chipitsine/cppcheck
Martin Fleisz [Tue, 2 May 2017 14:10:34 +0000 (16:10 +0200)]
Merge pull request #3932 from chipitsine/cppcheck

resolve issues identified by cppcheck

7 years agoMerge pull request #3911 from akallabeth/avc444_v2
David Fort [Tue, 2 May 2017 14:02:21 +0000 (16:02 +0200)]
Merge pull request #3911 from akallabeth/avc444_v2

Added AVC444v2 client support.

7 years agoMerge pull request #3934 from ilammy/x11-cliprdr/rail-support
Bernhard Miklautz [Tue, 2 May 2017 11:03:37 +0000 (13:03 +0200)]
Merge pull request #3934 from ilammy/x11-cliprdr/rail-support

Teach RAIL to use clipboard redirection

7 years agoresolve issues identified by cppcheck
Ilya Shipitsin [Mon, 1 May 2017 11:40:02 +0000 (16:40 +0500)]
resolve issues identified by cppcheck

[channels/drive/client/drive_file.c:125]: (error) Memory leak: path_slash
[server/Windows/wf_dxgi.c:195]: (error) Invalid number of character '(' when these macros are defined: 'WITH_DXGI_1_2'.

7 years agoclient/X11: teach RAIL to use clipboard redirection
ilammy [Thu, 18 Aug 2016 18:14:52 +0000 (21:14 +0300)]
client/X11: teach RAIL to use clipboard redirection

XSelection protocol does not define any global clipboard as there is on
Windows. Instead each window has its own property for clipboard content
(like CLIPBOARD or PRIMARY) and there is a global notion of clipboard
ownership.  Only one window can claim ownership of some clipboard type
at the moment.

FreeRDP uses CLIPBOARD for clipboard transfers (it's the one used by
applications when Ctrl+V is pressed). For regular desktop sessions the
session window itself is used for clipboard interactions via
xfc->drawable field. However, for remote app session there is no session
window. We cannot use the current remote app window as it may change or
be destroyed without closing the session. We also cannot use the root
window as it is already used for CF_RAW transfer protocol.

Therefore we create a simple dummy window to put into xfc->drawable for
this exact job: to act as a clipboard vessel on behalf of the entire
remote app session.

xf_create_window() usually creates the window as we immediately start in
RAIL mode when possible. xf_rail_enable_remoteapp_mode() is invoked only
when autologin failed or remote desktop had to show the session window
to the user for some reason.

7 years agoRemove unused buffer which leaks
Adrian A [Fri, 28 Apr 2017 22:24:59 +0000 (15:24 -0700)]
Remove unused buffer which leaks

The buffer is not used in the code.

7 years agoMerge pull request #3925 from akallabeth/avc_mf_decoder_fix
Martin Fleisz [Thu, 27 Apr 2017 14:45:18 +0000 (16:45 +0200)]
Merge pull request #3925 from akallabeth/avc_mf_decoder_fix

Fixed MF H264 buffer allocation.

7 years agoMerge pull request #3919 from akallabeth/rdpdr_hotplug_fix
David Fort [Thu, 27 Apr 2017 12:11:51 +0000 (14:11 +0200)]
Merge pull request #3919 from akallabeth/rdpdr_hotplug_fix

Fixed hotplug mount locations.

7 years agoFixed FindFirstFileA, do not strip trailing slash
Armin Novak [Thu, 27 Apr 2017 06:58:01 +0000 (08:58 +0200)]
Fixed FindFirstFileA, do not strip trailing slash

7 years agoMerge pull request #3927 from DavBfr/fix-win-printer
Bernhard Miklautz [Thu, 27 Apr 2017 06:55:39 +0000 (08:55 +0200)]
Merge pull request #3927 from DavBfr/fix-win-printer

Bugfix: wrong test regarding the first GetPrinter

7 years agoFixed memory corruption in Find*FileW
Armin Novak [Thu, 27 Apr 2017 06:31:53 +0000 (08:31 +0200)]
Fixed memory corruption in Find*FileW

7 years agoBugfix: wrong test regarding the first GetPrinter. This first call will always return...
David PHAM-VAN [Tue, 25 Apr 2017 18:50:28 +0000 (11:50 -0700)]
Bugfix: wrong test regarding the first GetPrinter. This first call will always return FALSE because the goal of this call is to know the size needed.

7 years agoMerge pull request #3926 from ShaunMaher/master
akallabeth [Tue, 25 Apr 2017 08:30:42 +0000 (10:30 +0200)]
Merge pull request #3926 from ShaunMaher/master

WS_EX_NOACTIVATE treated as unmanaged

7 years agoWS_EX_NOACTIVATE treated as unmanaged\nWindows that carry the WS_EX_NOACTIVATE are...
Shaun Maher [Sat, 22 Apr 2017 08:44:37 +0000 (18:44 +1000)]
WS_EX_NOACTIVATE treated as unmanaged\nWindows that carry the WS_EX_NOACTIVATE are treated the same as WS_EX_TOOLWINDOW in that they should not be handled as normal windows by the X window manager.  The prevents an issue with MS Outlook 2013 (and probably other applications) where attempting to resize the vertical columns causes some sort of WS_EX_NOACTIVATE window to be created which steals focus and aborts the resizing action.

7 years agoFixed MF H264 buffer allocation.
Armin Novak [Thu, 20 Apr 2017 10:02:04 +0000 (12:02 +0200)]
Fixed MF H264 buffer allocation.

7 years agoMerge pull request #3923 from rjcorrig/kb4015193
David Fort [Wed, 19 Apr 2017 07:23:14 +0000 (09:23 +0200)]
Merge pull request #3923 from rjcorrig/kb4015193

winpr: Updates time zone data to April 2017

7 years agoFix #3922: Use stat insead of lstat
Armin Novak [Wed, 19 Apr 2017 06:28:00 +0000 (08:28 +0200)]
Fix #3922: Use stat insead of lstat

7 years agoCleaned up includes.
Armin Novak [Wed, 19 Apr 2017 06:27:22 +0000 (08:27 +0200)]
Cleaned up includes.

7 years agoUpdate timezone data to Apr 2017
Robert Corrigan [Tue, 18 Apr 2017 20:15:13 +0000 (16:15 -0400)]
Update timezone data to Apr 2017

7 years agoFixed AVC444v2 NEON chroma decoder.
Armin Novak [Tue, 18 Apr 2017 13:08:44 +0000 (15:08 +0200)]
Fixed AVC444v2 NEON chroma decoder.

7 years agoFixed SSE AVC444v2 chroma decoder.
Armin Novak [Tue, 18 Apr 2017 13:03:38 +0000 (15:03 +0200)]
Fixed SSE AVC444v2 chroma decoder.

7 years agoAdded surface width and heigth for YUV combine.
Armin Novak [Tue, 18 Apr 2017 12:12:40 +0000 (14:12 +0200)]
Added surface width and heigth for YUV combine.

7 years agoAdd legacy mount locations, limited max depth.
Armin Novak [Tue, 18 Apr 2017 07:13:35 +0000 (09:13 +0200)]
Add legacy mount locations, limited max depth.

7 years agoFixed WCHAR/CHAR conversion for drive path.
Armin Novak [Thu, 13 Apr 2017 14:20:01 +0000 (16:20 +0200)]
Fixed WCHAR/CHAR conversion for drive path.

7 years agoFixed hotplug mount locations.
Armin Novak [Thu, 13 Apr 2017 13:55:17 +0000 (15:55 +0200)]
Fixed hotplug mount locations.

7 years agoAdded SSE AVC444v2
Armin Novak [Thu, 13 Apr 2017 11:09:16 +0000 (13:09 +0200)]
Added SSE AVC444v2

7 years agoFixed AVC444 NEON, added AVC444v2.
Armin Novak [Wed, 12 Apr 2017 12:37:37 +0000 (14:37 +0200)]
Fixed AVC444 NEON, added AVC444v2.

7 years agoserver/shadow: close the thread handle so that it is detached because no one is going...
zihao.jiang [Mon, 10 Apr 2017 18:25:36 +0000 (02:25 +0800)]
server/shadow: close the thread handle so that it is detached because no one is going to join it. Therefore the thread would release its resources automatically when exit

7 years agoMerge pull request #3901 from akallabeth/openssl_1_1_no_legacy
Norbert Federa [Tue, 11 Apr 2017 13:00:30 +0000 (15:00 +0200)]
Merge pull request #3901 from akallabeth/openssl_1_1_no_legacy

Fixed OpenSSL 1.1 no legacy compile issues.

7 years agoMerge pull request #3912 from nfedera/fix-gfx-gdihw-multimon
akallabeth [Tue, 11 Apr 2017 11:44:36 +0000 (13:44 +0200)]
Merge pull request #3912 from nfedera/fix-gfx-gdihw-multimon

client/x11: fix gfx drawing bug with /multimon

7 years agoMerge pull request #3902 from akallabeth/file_leak_fix
Norbert Federa [Tue, 11 Apr 2017 10:50:15 +0000 (12:50 +0200)]
Merge pull request #3902 from akallabeth/file_leak_fix

Fixed a memory leak and bad free.

7 years agoclient/x11: fix gfx drawing bug with /multimon
Norbert Federa [Tue, 11 Apr 2017 10:30:37 +0000 (12:30 +0200)]
client/x11: fix gfx drawing bug with /multimon

The surface's damage region is not relative to the output but
lives in its own universe starting at origin 0,0.

Also fixed the drawing coordinates used in the XRENDER code path
which is used with /smart-sizing

7 years agoUpaded YUV tests.
Armin Novak [Tue, 11 Apr 2017 09:40:04 +0000 (11:40 +0200)]
Upaded YUV tests.

7 years agoAdded error return in GetFileAttributesExA.
Armin Novak [Tue, 11 Apr 2017 09:32:45 +0000 (11:32 +0200)]
Added error return in GetFileAttributesExA.

7 years agoAdded AVC444v2 client support.
Armin Novak [Mon, 10 Apr 2017 15:16:57 +0000 (17:16 +0200)]
Added AVC444v2 client support.

7 years agoFixed broken scoping.
Armin Novak [Thu, 6 Apr 2017 15:54:44 +0000 (17:54 +0200)]
Fixed broken scoping.

7 years agoFixed a memory leak and bad free.
Armin Novak [Thu, 6 Apr 2017 15:46:07 +0000 (17:46 +0200)]
Fixed a memory leak and bad free.

7 years agoMerge pull request #3864 from DavBfr/rewrite-disk-redirection
David Fort [Thu, 6 Apr 2017 15:32:21 +0000 (17:32 +0200)]
Merge pull request #3864 from DavBfr/rewrite-disk-redirection

Rewrite disk redirection using WinPR

7 years agoFixed OpenSSL 1.1 no legacy compile issues.
Armin Novak [Thu, 6 Apr 2017 08:37:28 +0000 (10:37 +0200)]
Fixed OpenSSL 1.1 no legacy compile issues.

7 years agoMerge pull request #3897 from akallabeth/mac_os_fix
Bernhard Miklautz [Thu, 6 Apr 2017 07:54:26 +0000 (09:54 +0200)]
Merge pull request #3897 from akallabeth/mac_os_fix

OSX: Updated RPATH settings for each lib.

7 years agoFixed RPATH settings for OS X
Armin Novak [Thu, 6 Apr 2017 06:05:39 +0000 (08:05 +0200)]
Fixed RPATH settings for OS X

7 years agoFix indentation
David PHAM-VAN [Wed, 5 Apr 2017 22:35:03 +0000 (15:35 -0700)]
Fix indentation

7 years agoMerge pull request #3899 from akallabeth/neon_fix
Norbert Federa [Wed, 5 Apr 2017 10:36:38 +0000 (12:36 +0200)]
Merge pull request #3899 from akallabeth/neon_fix

Fixed NEON YUV to RGB conversion issues.

7 years agoFixed NEON YUV to RGB conversion issues.
Armin Novak [Wed, 5 Apr 2017 09:37:48 +0000 (11:37 +0200)]
Fixed NEON YUV to RGB conversion issues.

7 years agoMerge pull request #3896 from nfedera/fix_gfx_progressive_decoding
Bernhard Miklautz [Tue, 4 Apr 2017 05:44:38 +0000 (07:44 +0200)]
Merge pull request #3896 from nfedera/fix_gfx_progressive_decoding

rdpegfx: fix RemoteFX Progressive Codec decoding

7 years agordpegfx: fix RemoteFX Progressive Codec decoding
Norbert Federa [Mon, 3 Apr 2017 16:59:58 +0000 (18:59 +0200)]
rdpegfx: fix RemoteFX Progressive Codec decoding

Since this comes via a Wire-To-Surface-2 PDU we don't have
any left/top/right/bottom destination values.
The current code has always dealt with zeros when updating the
invalid region which resulted in black rectangles.
The correct update region is determined during decompression.

7 years agoFix FindFirstFile return values
David PHAM-VAN [Fri, 31 Mar 2017 22:33:28 +0000 (15:33 -0700)]
Fix FindFirstFile return values

7 years agoMerge pull request #3892 from akallabeth/x11_gfx_surface_update
Norbert Federa [Fri, 31 Mar 2017 11:24:10 +0000 (13:24 +0200)]
Merge pull request #3892 from akallabeth/x11_gfx_surface_update

Update changed rectangles instead of extent.

7 years agoMerge pull request #3894 from akallabeth/cache_to_surface_fix
Norbert Federa [Fri, 31 Mar 2017 10:27:34 +0000 (12:27 +0200)]
Merge pull request #3894 from akallabeth/cache_to_surface_fix

Use exclusive coordinates in CacheToSurface.

7 years agoUse exclusive coordinates in CacheToSurface.
Armin Novak [Fri, 31 Mar 2017 10:06:21 +0000 (12:06 +0200)]
Use exclusive coordinates in CacheToSurface.

7 years agoUpdate changed rectangles instead of extent.
Armin Novak [Thu, 30 Mar 2017 15:23:04 +0000 (17:23 +0200)]
Update changed rectangles instead of extent.

7 years agoMerge pull request #3891 from nfedera/fix-rdpegfx-gdisw-drawing
David Fort [Thu, 30 Mar 2017 14:59:39 +0000 (16:59 +0200)]
Merge pull request #3891 from nfedera/fix-rdpegfx-gdisw-drawing

improve rdpegfx drawing for software gdi

7 years agoimprove rdpegfx drawing for software gdi
Norbert Federa [Thu, 30 Mar 2017 13:42:13 +0000 (15:42 +0200)]
improve rdpegfx drawing for software gdi

process the region's rectangles individually instead of
just copying the extents

7 years agoMerge pull request #3865 from DavBfr/unicode-printer-name
David Fort [Wed, 29 Mar 2017 12:54:57 +0000 (14:54 +0200)]
Merge pull request #3865 from DavBfr/unicode-printer-name

Bugfix: Wrong encoding method used for printer name

7 years agoMerge pull request #3886 from akallabeth/warning_fixes_and_tests
Martin Fleisz [Wed, 29 Mar 2017 10:42:32 +0000 (12:42 +0200)]
Merge pull request #3886 from akallabeth/warning_fixes_and_tests

Fixes for AVC420, Warnings and tests

7 years agoFixed memory leak and return value check issue.
Armin Novak [Tue, 28 Mar 2017 15:56:44 +0000 (17:56 +0200)]
Fixed memory leak and return value check issue.

7 years agoFixed AVC420 SSE implementation and test.
Armin Novak [Tue, 28 Mar 2017 15:42:35 +0000 (17:42 +0200)]
Fixed AVC420 SSE implementation and test.

7 years agoFixed tests and dead store warnings.
Armin Novak [Tue, 28 Mar 2017 14:18:00 +0000 (16:18 +0200)]
Fixed tests and dead store warnings.

7 years agoMerge pull request #3884 from akallabeth/memleak_fix
David Fort [Tue, 28 Mar 2017 13:06:10 +0000 (15:06 +0200)]
Merge pull request #3884 from akallabeth/memleak_fix

Fixed leak of client random.

7 years agoFixed leak of client random.
Armin Novak [Tue, 28 Mar 2017 12:33:02 +0000 (14:33 +0200)]
Fixed leak of client random.

7 years agoMerge pull request #3883 from akallabeth/gfx_x11_speedup
Norbert Federa [Tue, 28 Mar 2017 10:35:30 +0000 (12:35 +0200)]
Merge pull request #3883 from akallabeth/gfx_x11_speedup

Gfx x11 speedup

7 years agoLet bitmaps keep XBitmap during lifetime.
Armin Novak [Tue, 28 Mar 2017 09:49:47 +0000 (11:49 +0200)]
Let bitmaps keep XBitmap during lifetime.

7 years ago X11 GFX: Restrict to region, ignore alpha
Armin Novak [Tue, 28 Mar 2017 09:49:13 +0000 (11:49 +0200)]
 X11 GFX: Restrict to region, ignore alpha

* Restrict the screen update to the changed region
* Ignore differences in color format alpha

7 years agoFixed invalid return from xf_rail_window_icon
Armin Novak [Tue, 28 Mar 2017 09:47:46 +0000 (11:47 +0200)]
Fixed invalid return from xf_rail_window_icon

7 years agoMerge pull request #3882 from nfedera/fix-x11-client-perf
akallabeth [Tue, 28 Mar 2017 06:44:29 +0000 (08:44 +0200)]
Merge pull request #3882 from nfedera/fix-x11-client-perf

some performance fixes

7 years agoFix memory leaks, Mixed declarations
David PHAM-VAN [Mon, 27 Mar 2017 18:11:54 +0000 (11:11 -0700)]
Fix memory leaks, Mixed declarations

7 years agosome performance fixes
Norbert Federa [Mon, 27 Mar 2017 07:00:27 +0000 (09:00 +0200)]
some performance fixes

- draw only the updated region in the gdi and x11 surface bits implementation
- don't repeatedly call IsProcessorFeaturePresentEx in rfx rlgr decoder
- fix ugly and unaligned profiler print layout and remove an unnecessary value

7 years agoRemove unused variable and check return codes
David PHAM-VAN [Tue, 14 Mar 2017 16:37:17 +0000 (09:37 -0700)]
Remove unused variable and check return codes

7 years agoMerge pull request #3875 from hardening/client_random
Martin Fleisz [Fri, 24 Mar 2017 09:34:12 +0000 (10:34 +0100)]
Merge pull request #3875 from hardening/client_random

Client random

7 years agoStore client_random in server mode
David Fort [Tue, 21 Mar 2017 09:32:17 +0000 (10:32 +0100)]
Store client_random in server mode

We need the client_random in server mode when the client does RDP security and
tries to reconnect using the cookie.

7 years agoFixed typo
David Fort [Tue, 21 Mar 2017 09:31:21 +0000 (10:31 +0100)]
Fixed typo