platform/upstream/freerdp.git
8 years agocmake: tweak manpage install location
Wouter van Kesteren [Mon, 9 Nov 2015 20:57:41 +0000 (21:57 +0100)]
cmake: tweak manpage install location

This patch is needed when wanting to install binaries/libraries to other
locations than data. The linux distro Exherbo installs binaries and
libraries to /usr/<chost>/bin, /usr/<chost>/lib respectively but
manpages should still go in /usr/share/man/ because they are
architecture independent, without this patch they go in
/usr/<chost>/share/man unconditionally.

cmake documentation states:
DATAROOTDIR - read-only architecture-independent data root (share)

So this patch makes it use that so that its configurable.

8 years agoMerge pull request #2964 from hardening/udp_appender
Norbert Federa [Mon, 9 Nov 2015 12:42:02 +0000 (13:42 +0100)]
Merge pull request #2964 from hardening/udp_appender

Add an UDP appender to wLog

8 years agoTake in account @nfedera's remarks
David FORT [Fri, 6 Nov 2015 22:17:11 +0000 (23:17 +0100)]
Take in account @nfedera's remarks

8 years agoMerge pull request #2954 from mfleisz/cliprdr_fix
Norbert Federa [Fri, 6 Nov 2015 12:43:44 +0000 (13:43 +0100)]
Merge pull request #2954 from mfleisz/cliprdr_fix

cliprdr/server: Server-side file content receiving used wrong callback

8 years agoMerge pull request #2926 from bjcollins/rail_fixes
Norbert Federa [Fri, 6 Nov 2015 12:34:42 +0000 (13:34 +0100)]
Merge pull request #2926 from bjcollins/rail_fixes

Rail fixes

8 years agoMerge pull request #2963 from nfedera/fix-fullscreen-multimon
Hardening [Fri, 6 Nov 2015 09:21:47 +0000 (10:21 +0100)]
Merge pull request #2963 from nfedera/fix-fullscreen-multimon

client/X11: multimon/fullscreen fixes

8 years agoMerge pull request #2968 from nfedera/fix-commandlinetoargv
Hardening [Fri, 6 Nov 2015 09:19:40 +0000 (10:19 +0100)]
Merge pull request #2968 from nfedera/fix-commandlinetoargv

winpr/argv: fix CommandLineToArgvA memory access

8 years agowinpr/argv: fix CommandLineToArgvA memory access
Norbert Federa [Thu, 5 Nov 2015 17:10:05 +0000 (18:10 +0100)]
winpr/argv: fix CommandLineToArgvA memory access

- fixed access of unitialized memory beyond terminating null
- minor simplifications

8 years agoAdd an UDP appender to wLog
David FORT [Wed, 4 Nov 2015 17:11:19 +0000 (18:11 +0100)]
Add an UDP appender to wLog

This appender allows to receive the logs over a network connection using UDP packets.
You can see the logs using a listening netcat, for example: nc -ul 127.0.0.1 20000.

8 years agoclient/X11: fix post fullscreen repositioning
Norbert Federa [Wed, 4 Nov 2015 16:58:21 +0000 (17:58 +0100)]
client/X11: fix post fullscreen repositioning

8 years agoclient/X11: multimon/fullscreen fixes
Norbert Federa [Wed, 4 Nov 2015 14:01:31 +0000 (15:01 +0100)]
client/X11: multimon/fullscreen fixes

- fixed wrong calculation of xfc->fullscreenMonitors.[right|bottom]
- only use _NET_WM_FULLSCREEN_MONITORS if at least 2 monitors are involved
- call XMoveWindow before setting the _NET_WM_STATE_FULLSCREEN property

8 years agoMerge pull request #2961 from nfedera/nf-fix-image-copy-segfault
Bernhard Miklautz [Tue, 3 Nov 2015 11:22:22 +0000 (12:22 +0100)]
Merge pull request #2961 from nfedera/nf-fix-image-copy-segfault

codec/color: fix segfault in freerdp_image32_copy

8 years agocodec/color: fix segfault in freerdp_image32_copy
Norbert Federa [Tue, 3 Nov 2015 11:05:47 +0000 (12:05 +0100)]
codec/color: fix segfault in freerdp_image32_copy

Code path for dstBytesPerPixel == 3 moved src and dst pointers
beyond their respective buffers.

8 years agoMerge pull request #2951 from bmiklautz/friday
Hardening [Mon, 2 Nov 2015 09:50:16 +0000 (10:50 +0100)]
Merge pull request #2951 from bmiklautz/friday

Misc fixes

8 years agoMerge pull request #2957 from hardening/journald
Bernhard Miklautz [Mon, 2 Nov 2015 09:45:35 +0000 (10:45 +0100)]
Merge pull request #2957 from hardening/journald

Adds a systemd journal appender

8 years agoTake in account @bmiklautz remarks
David FORT [Sun, 1 Nov 2015 20:34:03 +0000 (21:34 +0100)]
Take in account @bmiklautz remarks

* I have added a function to set the journal identifier
* the appender name has been changed from SYSTEMD to JOURNALD

8 years agoFix the env var leak
David FORT [Fri, 30 Oct 2015 19:22:25 +0000 (20:22 +0100)]
Fix the env var leak

8 years agoUse unbuffered output
David FORT [Fri, 30 Oct 2015 19:20:42 +0000 (20:20 +0100)]
Use unbuffered output

8 years agoAdds a systemd journal appender
David FORT [Fri, 30 Oct 2015 13:50:14 +0000 (14:50 +0100)]
Adds a systemd journal appender

8 years agoMerge pull request #2940 from hardening/syslog_appender
Bernhard Miklautz [Thu, 29 Oct 2015 17:44:14 +0000 (18:44 +0100)]
Merge pull request #2940 from hardening/syslog_appender

Add a wLog syslog appender

8 years agoFixed a warning
David FORT [Thu, 29 Oct 2015 17:33:42 +0000 (18:33 +0100)]
Fixed a warning

8 years agoSupport syslog type for the WLOG_APPENDER env var
David FORT [Thu, 29 Oct 2015 17:31:22 +0000 (18:31 +0100)]
Support syslog type for the WLOG_APPENDER env var

8 years agocliprdr/server: Server-side file content receiving used wrong callback
Martin Fleisz [Thu, 29 Oct 2015 11:45:12 +0000 (12:45 +0100)]
cliprdr/server: Server-side file content receiving used wrong callback

8 years agoDon't include config.h in public headers
David FORT [Thu, 29 Oct 2015 09:32:58 +0000 (10:32 +0100)]
Don't include config.h in public headers

In fact we don't need the ifdefery in public headers, so don't include unneeded
config.h file.

8 years agoMerge pull request #2952 from mfleisz/server_cliprdr_config
Bernhard Miklautz [Wed, 28 Oct 2015 14:55:17 +0000 (15:55 +0100)]
Merge pull request #2952 from mfleisz/server_cliprdr_config

cliprdr/server: Provide the server with a possibility to configure capabilities

8 years agocliprdr/server: Add comment
Martin Fleisz [Wed, 28 Oct 2015 11:28:14 +0000 (12:28 +0100)]
cliprdr/server: Add comment

8 years agoInclude config.h file when needed
David FORT [Tue, 27 Oct 2015 20:45:26 +0000 (21:45 +0100)]
Include config.h file when needed

8 years agocliprdr/server: Provide the server with a possibility to configure capabilities
Martin Fleisz [Tue, 27 Oct 2015 16:12:33 +0000 (17:12 +0100)]
cliprdr/server: Provide the server with a possibility to configure capabilities

8 years agowinpr API: add EnvironmentBlockToEnvpA
Bernhard Miklautz [Fri, 23 Oct 2015 16:17:14 +0000 (18:17 +0200)]
winpr API: add EnvironmentBlockToEnvpA

* expose EnvironmentBlockToEnvpA
* cleanup includes in process.c
* removed unused "flag" variable in _CreateProcessExA
* make ProcessHandleCloseHandle static

8 years agowinpr/stream: don't allow 0-size streams
Bernhard Miklautz [Fri, 23 Oct 2015 16:06:17 +0000 (18:06 +0200)]
winpr/stream: don't allow 0-size streams

8 years agowinpr: fix compiler warning
Bernhard Miklautz [Fri, 23 Oct 2015 15:18:53 +0000 (17:18 +0200)]
winpr: fix compiler warning

winpr/libwinpr/utils/wlog/wlog.c: In function ‘WLog_PrintMessageVA’:
winpr/libwinpr/utils/wlog/wlog.c:234:7: warning: ‘status’ may be
used uninitialized in this function [-Wmaybe-uninitialized]
BOOL status;
      ^

gcc 4.9.2

8 years agoMerge pull request #2945 from mfleisz/wlog_compile_fix
Bernhard Miklautz [Fri, 23 Oct 2015 10:38:13 +0000 (12:38 +0200)]
Merge pull request #2945 from mfleisz/wlog_compile_fix

wlog: Fix variable definitions

8 years agowlog: Fix variable definitions
Martin Fleisz [Fri, 23 Oct 2015 10:08:20 +0000 (12:08 +0200)]
wlog: Fix variable definitions

8 years agoMerge pull request #2929 from mfleisz/cliprdr_fix
Vic Lee [Fri, 23 Oct 2015 07:59:07 +0000 (15:59 +0800)]
Merge pull request #2929 from mfleisz/cliprdr_fix

cliprdr/server: Don't call CloseHandle on ChannelEvent

8 years agocliprdr/server: Fix memory leak
Martin Fleisz [Fri, 23 Oct 2015 06:49:24 +0000 (08:49 +0200)]
cliprdr/server: Fix memory leak

8 years agoAdapt to last wLog changes
David FORT [Thu, 22 Oct 2015 08:54:21 +0000 (10:54 +0200)]
Adapt to last wLog changes

8 years agoAdd a wLog syslog appender
David FORT [Wed, 21 Oct 2015 14:13:15 +0000 (16:13 +0200)]
Add a wLog syslog appender

8 years agoMerge pull request #2927 from MartinHaimberger/mh-log-returnvalues
Hardening [Thu, 22 Oct 2015 08:35:43 +0000 (10:35 +0200)]
Merge pull request #2927 from MartinHaimberger/mh-log-returnvalues

wlog: fixed return values

8 years agoMerge pull request #2939 from nfedera/fix-x11-clip-id
MartinHaimberger [Wed, 21 Oct 2015 10:57:12 +0000 (12:57 +0200)]
Merge pull request #2939 from nfedera/fix-x11-clip-id

xfreerdp/clipr: fix self owned test and hardening

8 years agowlog: fixed return values
Martin Haimberger [Wed, 21 Oct 2015 08:11:06 +0000 (01:11 -0700)]
wlog: fixed return values

wlog used to return an int but the only meaning
of the return value was:

 * negative ... error
 * 0 or positive ... success

but the positve returned value was 1 or some id of some
subsystem, nothing meaningful for the caller.

For a more meaningful returnvalue we now use BOOL.

If something goes wrong FALSE is returned.

8 years agoMerge pull request #2938 from LookBehind/master
Martin Fleisz [Wed, 21 Oct 2015 07:53:42 +0000 (09:53 +0200)]
Merge pull request #2938 from LookBehind/master

Fix rdp_recv_logon_error_info

8 years agoxfreerdp/clipr: fix self owned test and hardening
Norbert Federa [Tue, 20 Oct 2015 19:28:29 +0000 (21:28 +0200)]
xfreerdp/clipr: fix self owned test and hardening

- xf_cliprdr_is_self_owned() lied if multiple xfreerdp instances were
  running.
- fixed a few unchecked callocs
- added/modified and handled some return values in compliance with
  the new hardened channel api

8 years agoFix rdp_recv_logon_error_info
LookBehind [Tue, 20 Oct 2015 14:05:09 +0000 (18:05 +0400)]
Fix rdp_recv_logon_error_info

As https://msdn.microsoft.com/en-us/library/cc240641.aspx says - first is going errorNotificationType then errorNotificationData.

8 years agoMerge pull request #2933 from realjiangms/fix_gdi_bitmap_update
Martin Fleisz [Tue, 20 Oct 2015 06:44:52 +0000 (08:44 +0200)]
Merge pull request #2933 from realjiangms/fix_gdi_bitmap_update

GDI: Fix gdi_bitmap_update to check dest buffer size.

8 years agoGDI: Fix gdi_bitmap_update to check dest buffer size.
zihao.jiang [Sun, 18 Oct 2015 09:53:22 +0000 (17:53 +0800)]
GDI: Fix gdi_bitmap_update to check dest buffer size.

8 years agocliprdr/server: Don't call CloseHandle on EventHandle
Martin Fleisz [Fri, 16 Oct 2015 09:40:25 +0000 (11:40 +0200)]
cliprdr/server: Don't call CloseHandle on EventHandle

8 years agoMerge pull request #2910 from dupondje/master
Bernhard Miklautz [Fri, 16 Oct 2015 08:38:11 +0000 (10:38 +0200)]
Merge pull request #2910 from dupondje/master

FindGStreamer_1_0: fix build failure for new gstreamer versions

8 years agoCleanup unnecessary/unintended changes from last commit
bjcollins [Fri, 16 Oct 2015 00:10:04 +0000 (19:10 -0500)]
Cleanup unnecessary/unintended changes from last commit

8 years agoRemoteApp Support
bjcollins [Thu, 15 Oct 2015 23:41:55 +0000 (18:41 -0500)]
RemoteApp Support

1. Remove all uses of "localWindowOffsetCorr" variables, they added an extra layer of complexity and they are not actually needed to handle coordination of window position/size between
the local coordinate system and the remote one. This logic was causing issues in the case where the window was moved off the left side of the screen.

2. Update the xf_setWindowVisibilityRects function to offset the visibility rects as necessary when the window is hanging off the left side of the screen.

3. Stop sending mouse events when doing keyboard moves/sizes(as desired), and stop sending two mouse events for non-keyboard moves/sizes

4. Move location of new UTF8_STRING variable from previous commit

5. Refresh window and window shape for any window position/size updates, this helps keep the local and server windows in sync and works around some race conditions

8 years agoRemote app support
bjcollins [Thu, 15 Oct 2015 23:18:21 +0000 (18:18 -0500)]
Remote app support

All window state order offsets are signed according to the RDP spec, lets treat them as such.

8 years agoStore Miscellaneous X11 Atoms into variables to match how we handle other X11 Atoms.
bjcollins [Thu, 15 Oct 2015 19:59:53 +0000 (14:59 -0500)]
Store Miscellaneous X11 Atoms into variables to match how we handle other X11 Atoms.

8 years agoRemoteApp support
bjcollins [Thu, 15 Oct 2015 19:47:10 +0000 (14:47 -0500)]
RemoteApp support

Remove use of WindowRects to affect window shape, the VisibilityRects are used for this purpose.

8 years agoEnsure that app windows always get a window type assigned to them.
bjcollins [Thu, 15 Oct 2015 19:39:59 +0000 (14:39 -0500)]
Ensure that app windows always get a window type assigned to them.

8 years agoContinue processing all other window orders for new remote app windows instead
bjcollins [Thu, 15 Oct 2015 19:35:07 +0000 (14:35 -0500)]
Continue processing all other window orders for new remote app windows instead
of existing after only looking at part of the information. For instance, window visibility
rects are part of the message with the new order and were being ignored.

8 years agoDo not support fullscreen toggle keyboard sequence in remote_app mode. There is no...
bjcollins [Thu, 15 Oct 2015 19:31:15 +0000 (14:31 -0500)]
Do not support fullscreen toggle keyboard sequence in remote_app mode. There is no support in interface for this
and the fullscreen code is not designed to handle remote app windows.

8 years agoFix xf_rail_paint fencepost error
bjcollins [Thu, 15 Oct 2015 19:29:48 +0000 (14:29 -0500)]
Fix xf_rail_paint fencepost error

The regions used to store and calculate the invalidRegion are exclusive
of the bottom and right edges, not inclusive.

Fixes "mouse droppings" in mspaint.exe when moving the mouse leftwards
across the canvas.

8 years agoMerge pull request #2924 from awakecoding/master
Marc-André Moreau [Wed, 14 Oct 2015 14:50:26 +0000 (10:50 -0400)]
Merge pull request #2924 from awakecoding/master

egfx multimon fixes

8 years agolibfreerdp-gdi: fix egfx multimon support
Marc-André Moreau [Tue, 13 Oct 2015 19:50:39 +0000 (15:50 -0400)]
libfreerdp-gdi: fix egfx multimon support

8 years agoxfreerdp: fix multiple egfx context support in X11 GFX
Marc-André Moreau [Tue, 13 Oct 2015 18:49:30 +0000 (14:49 -0400)]
xfreerdp: fix multiple egfx context support in X11 GFX

8 years agoMerge branch 'master' of github.com:FreeRDP/FreeRDP
Marc-André Moreau [Tue, 13 Oct 2015 15:09:43 +0000 (11:09 -0400)]
Merge branch 'master' of github.com:FreeRDP/FreeRDP

8 years agoMerge pull request #2919 from realjiangms/fix_allow_empty_password
Marc-André Moreau [Tue, 13 Oct 2015 14:40:28 +0000 (10:40 -0400)]
Merge pull request #2919 from realjiangms/fix_allow_empty_password

Sec/NLA: Support passwordless (blank password) login with NLA.

8 years agoMerge pull request #2920 from awakecoding/mbedtls
Marc-André Moreau [Tue, 13 Oct 2015 14:23:58 +0000 (10:23 -0400)]
Merge pull request #2920 from awakecoding/mbedtls

WinPR mbed TLS support

8 years agolibwinpr-crypto: fix OpenSSL 1.0 HMAC API change
Marc-André Moreau [Tue, 13 Oct 2015 13:54:59 +0000 (09:54 -0400)]
libwinpr-crypto: fix OpenSSL 1.0 HMAC API change

8 years agolibwinpr-crypto: fix error checking
Marc-André Moreau [Tue, 13 Oct 2015 13:43:26 +0000 (09:43 -0400)]
libwinpr-crypto: fix error checking

8 years agolibwinpr-crypto: avoid linking to less common digests and ciphers
Marc-André Moreau [Tue, 13 Oct 2015 13:13:52 +0000 (09:13 -0400)]
libwinpr-crypto: avoid linking to less common digests and ciphers

8 years agoMerge pull request #2912 from realjiangms/shadow_fix_auth_nopasswd
Hardening [Tue, 13 Oct 2015 06:53:45 +0000 (08:53 +0200)]
Merge pull request #2912 from realjiangms/shadow_fix_auth_nopasswd

Server/Shadow: Minor fix on authentication in shadow_client.c.

8 years agoMerge branch 'master' of github.com:FreeRDP/FreeRDP into mbedtls
Marc-André Moreau [Fri, 9 Oct 2015 19:58:50 +0000 (15:58 -0400)]
Merge branch 'master' of github.com:FreeRDP/FreeRDP into mbedtls

8 years agowinpr: make clean non-OpenSSL build possible (without schannel, makecert)
Marc-André Moreau [Fri, 9 Oct 2015 19:57:41 +0000 (15:57 -0400)]
winpr: make clean non-OpenSSL build possible (without schannel, makecert)

8 years agolibwinpr-crypto: add generic digest API and OpenSSL compatible key derivation
Marc-André Moreau [Fri, 9 Oct 2015 19:23:15 +0000 (15:23 -0400)]
libwinpr-crypto: add generic digest API and OpenSSL compatible key derivation

8 years agoSec/NLA: Support passwordless (blank password) login with NLA.
zihao.jiang [Fri, 9 Oct 2015 17:48:41 +0000 (01:48 +0800)]
Sec/NLA: Support passwordless (blank password) login with NLA.
It was supported in freerdp 1.0.2 but not supported in lastest master.
We should take empty password if it is explicitly specified with /v option.
If a password is not specified, we could first try SAM file. If the user entry does not exist, prompt for password.

8 years agolibwinpr-crypto: add generic cipher API with OpenSSL/mbedtls support
Marc-André Moreau [Fri, 9 Oct 2015 16:15:31 +0000 (12:15 -0400)]
libwinpr-crypto: add generic cipher API with OpenSSL/mbedtls support

8 years agolibwinpr-sspi: remove OpenSSL dependency in NTLM SSPI module
Marc-André Moreau [Thu, 8 Oct 2015 20:48:58 +0000 (16:48 -0400)]
libwinpr-sspi: remove OpenSSL dependency in NTLM SSPI module

8 years agolibwinpr-crypto: add rand and RC4 functions with OpenSSL/mbedtls
Marc-André Moreau [Thu, 8 Oct 2015 20:26:37 +0000 (16:26 -0400)]
libwinpr-crypto: add rand and RC4 functions with OpenSSL/mbedtls

8 years agolibwinpr-crypto: add basic hashing and HMAC support with OpenSSL/mbedTLS
Marc-André Moreau [Thu, 8 Oct 2015 17:58:55 +0000 (13:58 -0400)]
libwinpr-crypto: add basic hashing and HMAC support with OpenSSL/mbedTLS

8 years agowinpr: isolate OpenSSL
Marc-André Moreau [Tue, 6 Oct 2015 14:56:24 +0000 (10:56 -0400)]
winpr: isolate OpenSSL

8 years agoMerge pull request #2914 from sriramster/master
Martin Fleisz [Tue, 6 Oct 2015 07:02:22 +0000 (09:02 +0200)]
Merge pull request #2914 from sriramster/master

Remove warning: HANDLE event variable unused

8 years agowinpr: start porting to non-OpenSSL
Marc-André Moreau [Mon, 5 Oct 2015 20:23:44 +0000 (16:23 -0400)]
winpr: start porting to non-OpenSSL

8 years agoRemove warning: HANDLE event variable unused
Sriram Raghunathan [Mon, 5 Oct 2015 17:12:59 +0000 (22:42 +0530)]
Remove warning: HANDLE event variable unused

8 years agoServer/Shadow: Fix Authentication in shadow_client.c.
zihao.jiang [Fri, 2 Oct 2015 08:09:12 +0000 (16:09 +0800)]
Server/Shadow: Fix Authentication in shadow_client.c.
Currently if username or password is not set, the authentication is always failed because the authentication callback is never tried.
Fix to always give a chance to try the subsystem authentication callback even if username / password is not set.

8 years agoMerge pull request #2909 from akallabeth/clipboard_remove_copy
Marc-André Moreau [Mon, 5 Oct 2015 12:44:42 +0000 (08:44 -0400)]
Merge pull request #2909 from akallabeth/clipboard_remove_copy

Speedup for clipboard

8 years agoMerge pull request #2901 from volth/patch-1
Marc-André Moreau [Mon, 5 Oct 2015 12:40:34 +0000 (08:40 -0400)]
Merge pull request #2901 from volth/patch-1

Fixed crash when unused Japanese keys are pressed.

8 years agoFindGStreamer_1_0: fix build failure for new gstreamer versions
Jean-Louis Dupond [Sun, 4 Oct 2015 16:17:33 +0000 (18:17 +0200)]
FindGStreamer_1_0: fix build failure for new gstreamer versions

8 years agoRemove unnecessary copy operation.
Armin Novak [Fri, 2 Oct 2015 07:29:00 +0000 (09:29 +0200)]
Remove unnecessary copy operation.

8 years agoMerge pull request #2864 from bjcollins/smartcard_same_name_readers
Martin Fleisz [Thu, 1 Oct 2015 11:45:20 +0000 (13:45 +0200)]
Merge pull request #2864 from bjcollins/smartcard_same_name_readers

Give unique aliases for smartcards with the same name, so that two re…

8 years agoMerge pull request #2908 from hardening/fix_region
Norbert Federa [Thu, 1 Oct 2015 09:28:47 +0000 (11:28 +0200)]
Merge pull request #2908 from hardening/fix_region

Fix a bug in region_union_rect()

8 years agoFix a bug in region_union_rect()
David FORT [Wed, 30 Sep 2015 19:14:43 +0000 (21:14 +0200)]
Fix a bug in region_union_rect()

When region_union_rect() was called with a rect that was above the region without
intersecting it, the first band was created too large. This patch fixes this and
add a unitary test.

All credits go to @nfedera that:
* found the bug;
* find a dataset to reproduce;
* code the unitary test;
* spotted a suspicious line that was the faulty one.

8 years agoMerge pull request #2903 from ssieb/fix-redir
Hardening [Thu, 24 Sep 2015 19:18:46 +0000 (21:18 +0200)]
Merge pull request #2903 from ssieb/fix-redir

Don't fail the redirect if padding wasn't sent before disconnecting

8 years agoDon't fail the redirect if padding wasn't sent before disconnecting
Samuel Sieb [Thu, 24 Sep 2015 17:37:21 +0000 (10:37 -0700)]
Don't fail the redirect if padding wasn't sent before disconnecting

8 years agoUpdate xf_keyboard.c
volth [Wed, 23 Sep 2015 18:40:34 +0000 (18:40 +0000)]
Update xf_keyboard.c

With Japanese physical keyboard and English layout, pressing the extra keys can cause FreeRDP crash.

8 years agoafreerdp: fix build warnings
Marc-André Moreau [Tue, 22 Sep 2015 15:53:50 +0000 (11:53 -0400)]
afreerdp: fix build warnings

8 years agoMerge pull request #2899 from awakecoding/master
Hardening [Mon, 21 Sep 2015 21:42:32 +0000 (23:42 +0200)]
Merge pull request #2899 from awakecoding/master

Standard RDP security server redirection fix

8 years agolibfreerdp-core: fix redirection with standard RDP security
Marc-André Moreau [Mon, 21 Sep 2015 19:36:19 +0000 (15:36 -0400)]
libfreerdp-core: fix redirection with standard RDP security

8 years agoMerge pull request #2897 from bjcollins/rail_fix_window_title
Martin Fleisz [Mon, 21 Sep 2015 12:31:47 +0000 (14:31 +0200)]
Merge pull request #2897 from bjcollins/rail_fix_window_title

Minor rail fixes/tweaks

8 years agoMerge pull request #2898 from bjcollins/smartcard_status_buffer_size
Hardening [Mon, 21 Sep 2015 11:50:29 +0000 (13:50 +0200)]
Merge pull request #2898 from bjcollins/smartcard_status_buffer_size

Fix use of invalid input causing SCARD_E_INSUFFICIENT_BUFFER errors

8 years agoDont use invalid/bogus input value for cbAtrLen for Smartcard Status Calls, instead...
bjcollins [Fri, 18 Sep 2015 21:55:06 +0000 (16:55 -0500)]
Dont use invalid/bogus input value for cbAtrLen for Smartcard Status Calls, instead just always use the max value here to indicate we have max
buffer space available.

8 years agofix window title for rail as it was not being set on initial window creation
bjcollins [Fri, 18 Sep 2015 21:14:30 +0000 (16:14 -0500)]
fix window title for rail as it was not being set on initial window creation
remove duplicate call to XStoreName when setting window title
expand WITH_XEXT #define for rail window rects as extra unecessary work was being done when WITH_XEXT was not defined

8 years agoMerge pull request #2896 from awakecoding/master
Marc-André Moreau [Fri, 18 Sep 2015 15:57:01 +0000 (11:57 -0400)]
Merge pull request #2896 from awakecoding/master

Win32 Gateway Fix, iOS TCP connection infinite loop fix

8 years agolibwinpr-synch: fix broken FD_ISSET check caused by hidden type cast from int to...
Marc-André Moreau [Fri, 18 Sep 2015 15:38:27 +0000 (11:38 -0400)]
libwinpr-synch: fix broken FD_ISSET check caused by hidden type cast from int to char

8 years agolibfreerdp-core: fix gateway connectivity on Windows
Marc-André Moreau [Thu, 17 Sep 2015 18:32:40 +0000 (14:32 -0400)]
libfreerdp-core: fix gateway connectivity on Windows

8 years agolibwinpr-sspi: don't warn about non-error security statuses
Marc-André Moreau [Thu, 17 Sep 2015 15:16:20 +0000 (11:16 -0400)]
libwinpr-sspi: don't warn about non-error security statuses