Commit Graph

9524 Commits

Author SHA1 Message Date
Armin Novak
cbf2892ccc Implemented temporary certificate accept.
Certificates can now be accepted temporarily.
The callbacks for certificate validation have been
modified to extend the information presented to the user.
2016-02-05 02:04:57 +01:00
Armin Novak
16699000c4 Fixed allocation issue with common_name. 2016-02-05 02:04:00 +01:00
Martin Fleisz
56a0c4c336 Merge pull request #3097 from akallabeth/android_api_upgrade_v4
Android api upgrade and restructuring
2016-02-04 16:20:59 +01:00
Armin Novak
8fdf59ae00 Removed android SDK dependency for native build. 2016-02-04 16:09:49 +01:00
Bernhard Miklautz
db77cff224 Merge pull request #3108 from akallabeth/log_leve_adjust
Log level adjustments
2016-02-04 15:05:07 +01:00
Armin Novak
1f81556ed3 Removed hardcoded debug mode. 2016-02-04 14:33:28 +01:00
Armin Novak
74f3ebf793 Fixed argument for freerdp source. 2016-02-04 13:56:33 +01:00
Norbert Federa
94565a0445 Merge pull request #3109 from nfedera/fix-x11-xdgh-types-collision
fix X11/Xdg.h typedef collision fix
2016-02-04 13:04:41 +01:00
Norbert Federa
099d488b39 fix X11/Xdg.h typedef collision fix 2016-02-04 12:20:00 +01:00
Armin Novak
1b3ac98582 rdp_print_errinfo now uses INFO log level. 2016-02-04 11:41:54 +01:00
Armin Novak
cdadb58f93 Function freerdp_set_error_info fix
The public function did not wrap rdp_set_error_info.
2016-02-04 11:40:42 +01:00
Armin Novak
ad36a5c10f Disconnect log message now uses debug level. 2016-02-04 11:39:57 +01:00
akallabeth
eadfff87a6 Merge pull request #3107 from ccpp/tls-sni
Enable support for SNI on client side
2016-02-04 09:56:52 +01:00
Hardening
13df05be78 Merge pull request #3079 from akallabeth/drive_hotplug_fix
Fixed argument checks for drive channel.
2016-02-04 09:06:43 +01:00
Christian Plattner
c0226d686c Enable support for SNI on client side 2016-02-04 08:34:51 +01:00
akallabeth
b769d84d0d Merge pull request #3105 from nfedera/fix-cmake-include-names
appropriate names in server & client cmake exports
2016-02-03 13:55:37 +01:00
Norbert Federa
24a2f2ad8d appropriate names in server & client cmake exports 2016-02-03 13:37:35 +01:00
Norbert Federa
157d81b268 Merge pull request #3104 from akallabeth/sign_mismatch_fixes
Sign mismatch warnings fixed
2016-02-03 12:56:45 +01:00
Armin Novak
96bf6fc89e Fixed inverted check. 2016-02-03 12:46:02 +01:00
Armin Novak
f835744a88 Removed unused variable. 2016-02-03 12:45:49 +01:00
Armin Novak
40519f0912 Fixed initialization warning. 2016-02-03 12:45:31 +01:00
akallabeth
c17c7de117 Merge pull request #3094 from DavBfr/mac-adpcm
Add ADPCM codec for Mac client
@DavBfr Thx for this nice addition!
2016-02-03 12:11:27 +01:00
Armin Novak
d267750a79 Fixed flac caps creation. 2016-02-03 11:55:23 +01:00
Armin Novak
10956f3179 Fixed constant definition. 2016-02-03 11:51:31 +01:00
Armin Novak
22f704c0a8 Fixed _socket error check. 2016-02-03 11:45:22 +01:00
Armin Novak
c2d2ead7d1 Fixed error check. 2016-02-03 11:43:01 +01:00
Armin Novak
539be1f9a5 Fixed unsigned underflow. 2016-02-03 11:30:15 +01:00
Armin Novak
d1c59f7574 Fixed invalid boolean check. 2016-02-03 11:23:41 +01:00
Armin Novak
a1617c734c Fixed unused check. 2016-02-03 11:22:27 +01:00
Armin Novak
511f9e810a Use ERROR_INVALID_DATA for short buffers. 2016-02-03 11:04:35 +01:00
Martin Fleisz
97125094f8 Merge pull request #3103 from llyzs/memfix
gcc: assigned string must not be freed.
2016-02-03 09:46:16 +01:00
Vic Lee
73f895fd55 gcc: assigned string must not be freed. 2016-02-03 13:34:58 +08:00
David PHAM-VAN
506749b93c Activate WITH_MACAUDIO flag if the build is for OS X 2016-02-02 11:58:05 -08:00
Martin Fleisz
220478ec01 Merge pull request #3101 from akallabeth/stdbool_detection_fix
Stdbool detection fix
2016-02-02 18:47:26 +01:00
Armin Novak
9b0ef3a4ec Fixed stdint.h and stdbool.h detection. 2016-02-02 18:28:15 +01:00
Armin Novak
96aecca394 Fixed length check issue. 2016-02-02 17:59:56 +01:00
Armin Novak
5c9707505b Fixed stdbool.h and stdint.h detection.
When one of those headers is not detected the CMake
variable is undefined. Using it for a #define did break
things.
2016-02-02 17:30:53 +01:00
Martin Fleisz
c862ca3e30 Merge pull request #3099 from akallabeth/mac_fullscreen
Mac fullscreen
2016-02-02 10:02:00 +01:00
Armin Novak
c908b951f1 Reformatted patch. 2016-02-02 09:50:23 +01:00
“John
8324b3d18f Mac Fullscreen + window title
* Set Mac window title according to command line
* Hände fullscreen command line switch
2016-02-02 09:49:47 +01:00
Armin Novak
b8106a1a62 Updated documentation and default build config. 2016-02-01 16:01:32 +01:00
Armin Novak
54a7d799d1 Restructured client project, moved to gradle build. 2016-02-01 15:25:40 +01:00
Armin Novak
d04eb12a47 Added new android build scripts. 2016-02-01 15:22:10 +01:00
Armin Novak
61633a1c66 Fixed android build issues. 2016-02-01 15:21:07 +01:00
Armin Novak
cd05ea7452 Fixed error checks for command line parser. 2016-02-01 15:18:34 +01:00
Bernhard Miklautz
8ec39039e5 Merge pull request #3076 from akallabeth/remove_fixed_size_heap_strings
Removed fixed size strings.
2016-02-01 13:02:38 +01:00
akallabeth
cccc8b13db Merge pull request #3096 from bmiklautz/fix/nightlies
pkg/deb: fix nightly builds
2016-02-01 13:00:23 +01:00
Bernhard Miklautz
7b9881ef6a pkg/deb: fix nightly builds
with the latest cmake changes related to static channels builds fail on
wheezy and precise this fixes the problem.
2016-02-01 12:47:00 +01:00
David PHAM-VAN
3f5ce2d43f Refactor format_supported with a nice switch() statement 2016-01-29 09:58:48 -08:00
David PHAM-VAN
8ef64aee96 Add ADPCM codec for Mac client 2016-01-28 16:11:39 -08:00