Alessandro Pilotti
9d6dcab3c6
Fixes build issue on Windows
...
Solves the following build issue:
error C2373: 'InitializeCriticalSectionEx' : redefinition;
different type modifiers
2014-01-28 01:09:14 +02:00
Marc-André Moreau
ae9c10e233
Merge pull request #1664 from vworkspace/auto-reconnect
...
Addition of auto reconnect to FreeRDP core and X11 client
2014-01-23 10:15:18 -08:00
Marc-André Moreau
ac10d0e801
Merge pull request #1668 from bmiklautz/issue_1654
...
xfreerdp: handle negative mouse coordinates
2014-01-23 10:13:45 -08:00
Bernhard Miklautz
8392b1cc10
xfreerdp: handle negative mouse coordinates
...
If the pointer is moved out a window relatives coordinates can get negative
in X. This case wasn't handled.
fixed #1654
2014-01-22 15:20:17 +01:00
Mike McDonald
a563362ea2
Changed #define for SOL_TCP to be IPPROTO_TCP instead of 6
2014-01-21 11:06:29 -05:00
Mike McDonald
c0d26443ce
Added #define for SOL_TCP to fix compilation error on iOS
2014-01-21 08:27:21 -05:00
Mike McDonald
25f834043e
Modified FreeRDP core to ignore SIGPIPE signal. This signal was being generated during a call to SSL_shutdown when the socket is in a disconnected state. The proper way to handle this is to ignore SIGPIPE and allow the write system call to report an errno of EPIPE.
2014-01-20 11:20:50 -05:00
Mike McDonald
5ce6b787ec
Revert "Fixed tls_read and tls_write to prevent a subsequent crash in SSL_shutdown when read/write errors occur."
...
This reverts commit 2a4923835143b4196ca7cafdaece687e93e79beb.
2014-01-20 11:09:45 -05:00
Mike McDonald
4e31b9bbb9
Revert "Modified TLS code to handle disconnects a little cleaner."
...
This reverts commit c273a4ac5e7cca51fc7dbdc10a683227bb164120.
2014-01-20 11:08:33 -05:00
Mike McDonald
3ddf681feb
Revert "Fixed comment in tls_disconnect."
...
This reverts commit 7f040406acca031d9e7f2e8c397a8348e13e9db9.
2014-01-20 11:06:08 -05:00
Mike McDonald
7f040406ac
Fixed comment in tls_disconnect.
2014-01-17 11:54:35 -05:00
Mike McDonald
c273a4ac5e
Modified TLS code to handle disconnects a little cleaner.
2014-01-17 11:51:39 -05:00
Mike McDonald
2a49238351
Fixed tls_read and tls_write to prevent a subsequent crash in SSL_shutdown when read/write errors occur.
2014-01-17 10:24:13 -05:00
Mike McDonald
c4f6dcc24f
Added auto reconnect to FreeRDP core and X11 client
2014-01-16 17:38:56 -05:00
Marc-André Moreau
130110a19b
Merge pull request #1662 from dpoe/master
...
Add additional evdev key mappings for multimedia and Korean keyboards
2014-01-14 19:51:44 -08:00
Daryl Poe
9897f72b97
add additional evdev key mappings for multimedia and Korean keyboards
2014-01-14 15:18:20 -07:00
Marc-André Moreau
3d75db05e9
Merge pull request #1656 from hardening/CVE-2014-0791-v2
...
Fix CVE-2014-0791
2014-01-08 08:01:38 -08:00
Hardening
f1d6afca6a
Fix CVE-2014-0791
...
This patch fixes CVE-2014-0791, the remaining length in the stream is checked
before doing some malloc().
2014-01-08 16:57:56 +01:00
Marc-André Moreau
9873439a17
Merge pull request #1640 from hardening/capafix2
...
More security fixes for capabilities
2014-01-08 06:17:24 -08:00
Hardening
33f0eb0915
More security fixes for capabilities
...
This patch fixes a security issue which would allow an attackant to set bytes to 1 at choosen places.
It also fixes a warning when DEBUG_CAPABILITIES is set.
2013-12-18 10:54:02 +01:00
Marc-André Moreau
72f38ce75a
Merge pull request #1635 from hardening/capa_fixes
...
Harden capability parsing
2013-12-13 08:59:28 -08:00
Hardening
8767931431
Harden capability parsing
...
Don't check only the number of capabilities but also the remaining size in the stream
2013-12-13 15:08:43 +01:00
Marc-André Moreau
0ed993635f
Merge pull request #1622 from zhaohb/fix-gdi
...
Fix some software can not normal work
2013-12-10 08:50:43 -08:00
Marc-André Moreau
7f5e05bbb7
Merge pull request #1631 from hardening/version_update2
...
Bumped version number
2013-12-09 07:44:20 -08:00
Hardening
5d71a59b24
Bumped version number
2013-12-09 16:04:01 +01:00
Martin Fleisz
7cf638a20b
Merge pull request #1624 from bmiklautz/ios
...
iOS: Removed unused code
2013-12-05 05:35:34 -08:00
Marc-André Moreau
421e4e811a
Merge pull request #1620 from bmiklautz/platform_builds
...
Cmake preload scripts for CI added
2013-12-04 08:14:41 -08:00
Marc-André Moreau
5eb0e0c734
Merge pull request #1625 from bmiklautz/disconnect
...
tls: handle the case if endpoint has disconnected
2013-12-04 08:07:23 -08:00
Bernhard Miklautz
6763e059c3
tls: handle the case if endpoint has disconnected
2013-12-04 15:36:25 +01:00
Martin Fleisz
4d71032656
iOS: Removed unused code
2013-12-04 12:30:33 +01:00
Bernhard Miklautz
2b6b4a6685
updated file headers
2013-12-04 11:44:22 +01:00
ZhaoHongbo
1ce5e908eb
Fix some software can not normal work
2013-12-03 09:57:57 +08:00
Bernhard Miklautz
f2b7876302
Cmake preload scripts for CI added
2013-11-30 16:43:37 +01:00
Martin Fleisz
75b919a915
Merge pull request #1615 from zhangzl2013/bug-gdi-leak
...
fix a gdi leak bug.
2013-11-25 00:30:50 -08:00
Zhang Zhaolong
6a11e6226b
fix a gdi leak bug.
2013-11-24 16:01:11 +08:00
Marc-André Moreau
fcea789a77
Merge pull request #1599 from akallabeth/helper_script
...
[ANDROID] Added script to automate gprof reporting.
2013-11-23 13:36:15 -08:00
Marc-André Moreau
192d7a6bf7
Merge pull request #1608 from zhangzl2013/bug-cliprdr
...
fix cliprdr bug
2013-11-23 13:35:43 -08:00
Marc-André Moreau
d26c9e3ba0
Merge pull request #1610 from eroen/ffmpeg-2.1
...
Ffmpeg 2.1
2013-11-23 13:34:48 -08:00
Marc-André Moreau
2130a5f893
Merge pull request #1604 from bmiklautz/build_fixes
...
Build fixes for android and windows
2013-11-22 06:22:43 -08:00
Marc-André Moreau
63ff9255fd
Merge pull request #1611 from bmiklautz/createProcess
...
winpr-thread: fixed bugs in _CreateProcessExA
2013-11-22 06:13:05 -08:00
Bernhard Miklautz
204842561b
winpr-thread: fixed bugs in _CreateProcessExA
...
* don't run fork/exec if the command isn't found
* return from forked process with exit
2013-11-21 20:06:21 +01:00
eroen
6fe23e1a38
ffmpeg-2 -- CodecID
...
deprecated:
http://git.videolan.org/?p=ffmpeg.git;a=commit;h=104e10fb426f903ba9157fdbfe30292d0e4c3d72
broken with libavcodec 55
2013-11-21 15:11:42 +01:00
eroen
cbcf0de3fa
ffmpeg-2 -- dsp_mask
...
deprecated:
http://git.videolan.org/?p=ffmpeg.git;a=commit;h=95510be8c35753da8f48062b28b65e7acdab965f
broken with libavcodec 55
2013-11-21 15:11:42 +01:00
eroen
bf065f3e89
ffmpeg-2 -- AVCODEC_MAX_AUDIO_FRAME_SIZE
...
deprecated:
http://git.videolan.org/?p=ffmpeg.git;a=commit;h=0eea212943544d40f99b05571aa7159d78667154
broken with libavcodec 54
2013-11-21 11:35:53 +01:00
Zhang Zhaolong
f7cf0eace7
check return value.
2013-11-21 14:26:29 +08:00
Zhang Zhaolong
304fb6d137
reformat coding styles.
2013-11-21 13:45:16 +08:00
Zhang Zhaolong
c196e0b2c1
fix name length to copy.
2013-11-21 13:35:21 +08:00
Zhang Zhaolong
b79ce07137
fix memory realloc size error.
2013-11-21 13:28:54 +08:00
Bernhard Miklautz
c065b0a72f
android toolchain: support for ndk r9b
2013-11-19 20:51:51 +01:00
Bernhard Miklautz
aa999c5f62
android toolchain: fixed cmake syntax warning
2013-11-19 20:49:41 +01:00