Marc-André Moreau
c22490ec3b
xfreerdp: disable auto-reconnect by default, add command-line option
2014-02-27 16:55:07 -05:00
Marc-André Moreau
951368a1ce
Merge branch 'master' of github.com:FreeRDP/FreeRDP
2014-02-27 13:58:29 -05:00
Marc-André Moreau
a8dd056420
Merge pull request #1704 from dbungert/rail
...
xfreerdp: Fix disappearing rail windows.
2014-02-27 13:52:53 -05:00
Marc-André Moreau
b75acd4dce
Merge pull request #1703 from zhangzl2013/wfreerdp-floatbar
...
wfreerdp floatbar
2014-02-27 13:52:33 -05:00
Marc-André Moreau
b9d47ee758
Merge pull request #1702 from zhangzl2013/wfreerdp
...
wfreerdp: fix fullscreen.
2014-02-27 13:52:02 -05:00
Marc-André Moreau
d9044a248f
Merge pull request #1697 from zeha/fix-ssl-no-common-name-crash
...
Fix assertion abort when no CN is present in certificate
2014-02-27 13:51:39 -05:00
Marc-André Moreau
be06fc33de
Merge pull request #1696 from zhangzl2013/drive
...
drive: win: add hotplug support.
2014-02-27 13:50:49 -05:00
Marc-André Moreau
0e6319463b
Merge pull request #1694 from bmiklautz/fix/winpr-env
...
winpr-environment fix and winpr-thread fix
2014-02-27 13:46:16 -05:00
Marc-André Moreau
3d2397ffcc
winpr: fix SAL definition conflicts with X11 and libstdc++
2014-02-27 12:37:09 -05:00
Marc-André Moreau
25ff5ccd69
libwinpr-locale: add stubs and definitions
2014-02-27 12:09:00 -05:00
Zhang Zhaolong
4254100a10
wfreerdp: floatbar: code reduce.
2014-02-27 14:30:58 +08:00
Zhang Zhaolong
c0ac3ee927
wfreerdp: floatbar: fix lose position after fullscreen toggling.
...
minor code cleanup.
2014-02-27 13:44:49 +08:00
Zhang Zhaolong
491490f505
wfreerdp: floatbar: fix lock behavior.
2014-02-27 12:21:59 +08:00
Zhang Zhaolong
53ed501d14
wfreerdp: floatbar: rename functions.
2014-02-27 12:17:41 +08:00
Zhang Zhaolong
169a0cd671
wfreerdp: floatbar: add files to CMakeLists.
2014-02-27 11:45:11 +08:00
Zhang Zhaolong
96562e533f
wfreerdp: floatbar: enabled.
2014-02-27 11:43:52 +08:00
Zhang Zhaolong
9f6dbed05b
wfreerdp: floatbar: add implementation.
2014-02-27 11:40:21 +08:00
Zhang Zhaolong
4a6c2ecfce
wfreerdp: floatbar: add bmp resources ids.
2014-02-27 11:38:21 +08:00
Zhang Zhaolong
131627fb2b
wfreerdp: floatbar: add bmp resources.
2014-02-27 11:37:17 +08:00
Marc-André Moreau
019877da97
winpr: fix compilation on Windows
2014-02-26 13:35:49 -05:00
Marc-André Moreau
5a7cffe59c
winpr: expand specstrings and error definitions
2014-02-26 12:34:08 -05:00
Zhang Zhaolong
07c0d82671
wfreerdp: fix fullscreen.
2014-02-26 11:34:48 +08:00
Bernhard Miklautz
297247042d
winpr-env: fix in GetEnvironmentVariableEBA
...
* also fix cases where the provided env block is NULL
2014-02-20 18:29:16 +01:00
Vic Lee
4fa2ca3062
rdpsnd-server: fix broken message parsing.
2014-02-20 23:33:27 +08:00
Zhang Zhaolong
f924190d8b
drive: linux: add hotplug support.
2014-02-20 17:42:02 +08:00
Marc-André Moreau
858923836c
libfreerdp-codec: fix windows compilation for new region code
2014-02-15 21:57:33 -05:00
Marc-André Moreau
aca0b9996d
Merge branch 'remoteFx_fix2' of https://github.com/hardening/FreeRDP into hardening-remoteFx_fix2
...
Conflicts:
libfreerdp/codec/test/CMakeLists.txt
2014-02-15 11:06:09 -05:00
Christian Hofstaedtler
5a74bd7bdb
Fix assertion abort when no CN is present in certificate
...
Triggered by Windows Server 2012 Admin-Mode with MS-recommended AD CA
Certificate setup, which would cause the CN to be absent, and a single
subjectAltName to be present.
2014-02-14 15:25:48 +01:00
Bernhard Miklautz
591a8192e0
winpr-env: fix in GetEnvironmentVariableEBA
...
GetEnvironmentVariableEBA didn't do exact matching of the requested variable name. If a variable
with similar but shorter name was set in the environment block it was returned.
For example if HOME was set in the environment block and HOMEX was requested the value of HOME was
returned.
2014-02-14 11:12:21 +01:00
Bernhard Miklautz
ee5814cbc2
winpr-env: extended GetSetEB ctest
...
Check if Get function only returns values for the exact variable name
2014-02-14 11:12:21 +01:00
Zhang Zhaolong
e82d2f9e14
drive: win: fix use drive name(path) to find out the device plugged out.
2014-02-14 16:35:44 +08:00
Zhang Zhaolong
7205e348eb
drive: win: add hotplug support.
2014-02-14 15:09:55 +08:00
Marc-André Moreau
bd6f6151c3
Merge branch 'master' of github.com:awakecoding/FreeRDP
2014-02-14 00:45:05 -05:00
Marc-André Moreau
87be2e0f80
freerdp: add option to disable credentials delegation
2014-02-14 00:43:31 -05:00
Marc-André Moreau
bc579912f6
Merge branch 'master' of github.com:awakecoding/FreeRDP
2014-02-13 11:59:13 -05:00
Marc-André Moreau
35a1aeac99
libfreerdp-gdi: minor cleanup, set text color on PatBlt
2014-02-13 11:59:05 -05:00
Bernhard Miklautz
24c67267a3
winpr: add cwd support in CreateProcess*
2014-02-13 14:31:11 +01:00
Bernhard Miklautz
909800eca0
winpr: fixed problems Set/GetEnvironmentVariableEBA
...
* valgrind: fixed invalid read
* invalid or damaged environment blocked caused endless loop
* envblock created in SetEnvironmentVariableEBA lacked a trailing '\0'
which could lead to a damaged environment block
2014-02-13 14:31:11 +01:00
Dan Bungert
dd88d7194e
xfreerdp: Fix disappearing rail windows.
...
Rail windows currently disappear on resize and on implicit resize
(calc changing view type from standard to scientific).
The bitmask that we send to XCreateWindow() must match the actual
attributes that we are sending (see xf_create_window()).
Because of this we were unintentionally zeroing out some of the
window attributes rather than using their default values.
2014-02-12 16:22:18 -07:00
Marc-André Moreau
f4140abd2c
cmake: remove unused FindNPP.cmake
2014-02-12 11:51:57 -05:00
Marc-André Moreau
4982c03e3d
Merge pull request #1689 from zhangzl2013/drive
...
Drive channel fix on windows
2014-02-12 07:23:34 -05:00
Marc-André Moreau
9668549fa4
Merge pull request #24 from MartinHaimberger/wlogimprovment
...
improved WLog
2014-02-12 06:54:20 -05:00
Zhang Zhaolong
b1fe93bf4b
drive: win: add file rename support.
2014-02-12 18:13:42 +08:00
Zhang Zhaolong
0adb22f305
drive: win: add 64 bits support.
2014-02-12 17:52:28 +08:00
Zhang Zhaolong
f67fa72386
drive: win: fix file open flag.
2014-02-12 17:45:17 +08:00
Marc-André Moreau
8a44b2baa6
libfreerdp-core: add spn-class option
2014-02-12 00:43:02 -05:00
Zhang Zhaolong
5157555d5b
drive: minor code formatting.
2014-02-12 11:34:33 +08:00
Marc-André Moreau
0a2af868ef
libfreerdp-gdi: fix mem3blt SetTextColor
2014-02-11 18:02:26 -05:00
Marc-André Moreau
7fbdf13a61
libfreerdp-gdi: fix mem3blt color conversion
2014-02-11 17:32:08 -05:00
Marc-André Moreau
ea8c9956d2
libfreerdp-codec: add some RemoteFX test data
2014-02-11 13:30:33 -05:00