Mike McDonald
c4f6dcc24f
Added auto reconnect to FreeRDP core and X11 client
2014-01-16 17:38:56 -05: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
Bernhard Miklautz
261651b43b
core: don't use c99 style initialization
...
fixes #1602
2013-11-18 20:29:00 +01:00
Bernhard Miklautz
0ddf2922f9
android build: fixes for out of tree builds
...
Fixed the last places to be able to build android
out of tree with Unix Makefiles generator.
Note: When using eclipse use in source tree builds.
2013-11-18 20:23:00 +01:00
Bernhard Miklautz
7457dd3de4
android build: Fixed program path detection
2013-11-18 19:58:01 +01:00
Bernhard Miklautz
1262d236a3
android build: ignore renderscript toolchain
...
When detecting toolchains ignore renderscript because its not a
compiler toolchain.
2013-11-18 12:53:17 +01:00
Bernhard Miklautz
391615bcfb
android build: generate gprof file only if WITH_GPROF
2013-11-18 12:50:32 +01:00
Armin Novak
755c66f728
Updated readme.
2013-11-18 10:28:59 +01:00
Armin Novak
90f1be51dd
Updated android build readme.
2013-11-18 10:27:45 +01:00
Armin Novak
4dd596c1d5
Updated script to set up external android libraries.
2013-11-18 10:27:11 +01:00
Armin Novak
693506ab9f
Added script to automate gprof reporting.
2013-11-18 09:28:17 +01:00
Marc-André Moreau
ea18d2b740
Merge pull request #1597 from bmiklautz/tests
...
Fixed failing tests
2013-11-15 08:22:05 -08:00
Bernhard Miklautz
440d945f5d
client/common: fixed TestClientRdpFile test
...
Unified ascii and unicode string handling.
2013-11-15 16:58:54 +01:00
Marc-André Moreau
c0b4812525
Merge pull request #1596 from bmiklautz/pthread_ext
...
winpr: fixed build warnings
2013-11-15 07:51:43 -08:00
Bernhard Miklautz
a56e3f259b
winpr: disabled schannel test
...
not practicable for now since it requires local key setup
2013-11-15 16:19:49 +01:00
Bernhard Miklautz
916f2d2dbf
winpr: fixed build warnings
...
* moved pthread_tryjoin_np to toplevel CMakeLists.txt
* removed duplicated -DHAVE_PTHREAD_GNU_EXT
2013-11-15 16:04:04 +01:00
Marc-André Moreau
9fcf5eadf0
Merge pull request #1592 from akallabeth/sync_timed_fixes
...
Fixed broken timed wait for thread and mutex in WaitForSingleObject
2013-11-15 06:25:03 -08:00