Norbert Federa
540bfe97df
Merge pull request #3845 from akallabeth/afreerdp_db_upgrade
...
Afreerdp db upgrade
2017-03-08 09:35:52 +01:00
Armin Novak
589114593c
Async transport removed, H264 check for support.
2017-03-07 16:09:24 +01:00
akallabeth
2fe98257a3
Merge pull request #3843 from manio/patch-1
...
Manual: remove a space in examples
2017-03-07 15:29:25 +01:00
Armin Novak
f866d60c2c
Validating log level.
2017-03-07 15:08:24 +01:00
Armin Novak
ade4bfcd3c
Fixed issues with database upgrade code.
2017-03-07 14:50:52 +01:00
Armin Novak
1f1dae79e6
Fixed cursor empty checks.
2017-03-07 13:17:37 +01:00
Mariusz Białończyk
3e8446f11b
Manual: remove a space in examples
2017-03-06 14:28:30 +01:00
Norbert Federa
f77b4a57dc
Merge pull request #3796 from akallabeth/scan_warning_fixes_v2
...
Scan warning fixes v2
2017-03-03 14:41:11 +01:00
Norbert Federa
e3586785a3
Merge pull request #3838 from akallabeth/afreerdp_disconnect_fix
...
Fixed disconnect handling.
2017-03-03 14:18:20 +01:00
Armin Novak
b574e196d9
Fixed WLog_PrintMessagePrefixVA
...
WLog_PrintMessagePrefixVA is called with format being a stack variable.
Always copy the data to message->PrefixString otherwise the information
will be lost whenever the stack is destroyed.
2017-03-03 14:11:28 +01:00
Armin Novak
88b6ff00d9
Fixed argument checks, formatting.
2017-03-03 14:11:28 +01:00
Armin Novak
99c45405cb
Fixed GetEnvironmentVariable.
2017-03-03 12:43:00 +01:00
Armin Novak
03f3f061b7
Fixed disconnect handling.
2017-03-03 12:06:37 +01:00
Martin Fleisz
14c236d682
Merge pull request #3829 from akallabeth/logon_error_info_string
...
String representation of logon_error_info
2017-03-03 09:39:24 +01:00
Martin Fleisz
00701b1d9e
Merge pull request #3836 from akallabeth/avc_444_neon_fix
...
Fixed index for YUV filter in NEON path.
2017-03-02 18:19:05 +01:00
Armin Novak
b2c29158be
Scanbuild warning, argument checks and leak fixes.
...
* Added Stream_GetRemainingCapacity to check remaining stream size
before writes.
* Fixed shadow server memory leak.
* Fixed lots of scanbuild warnings
* Added missing argument checks in many functions
* Added missing static function declarations
2017-03-02 18:13:43 +01:00
Armin Novak
d119745d97
String representation of logon_error_info
2017-03-02 18:09:51 +01:00
Armin Novak
f0b61eb4b9
Fixed index for YUV filter in NEON path.
2017-03-02 17:56:23 +01:00
Martin Fleisz
210de6833c
Merge pull request #3831 from hardening/logon_notify
...
Handle the LogonNotify and longCredentials flag
2017-03-02 17:20:53 +01:00
Martin Fleisz
fcbd87e73e
Merge pull request #3834 from akallabeth/afreerdp_hide_menu
...
Fix broken color mapping
2017-03-02 13:37:25 +01:00
Armin Novak
e1cfec1f6d
Added missing translations for color enumeration.
2017-03-02 13:06:10 +01:00
Armin Novak
93cd763815
Removed https links in MPL and apache license.
2017-03-02 12:48:13 +01:00
Martin Fleisz
1207fdbff7
Merge pull request #3807 from akallabeth/afreerdp_update
...
Afreerdp update
2017-03-02 12:26:00 +01:00
Armin Novak
c204fbe409
Added client name reset if empty.
2017-03-02 10:27:13 +01:00
Armin Novak
345cbddba7
Updated intent filter to open RDP files.
2017-03-02 08:49:50 +01:00
David Fort
815c97efb2
The LongCredentials capability were not parsed or used
2017-03-02 00:39:08 +01:00
David Fort
67607ce916
Take in account and set the LogonNotify flag
...
This flag was not read in the server case and was always sent in the
case of a client.
2017-03-02 00:29:48 +01:00
David Fort
5bb7a05026
Merge pull request #3823 from akallabeth/ssl_error_check_fix
...
Fixed SSL error checks in transport_ssl_cb
2017-03-01 11:21:41 +01:00
Armin Novak
e455cc1745
Fixed SSL error checks in transport_ssl_cb
...
Fix error define use. The callback is called from
ssl3_dispatch_alert or dtls1_dispatch_alert where the alert define
is left shifted by 8. Additionally ignore close notifcation. (#3814 )
2017-03-01 10:46:00 +01:00
Norbert Federa
22ab66a5f3
Merge pull request #3825 from nfedera/getcomputername_test
...
Added test for GetComputerName/GetComputerNameEx
2017-02-28 11:19:29 +01:00
Norbert Federa
97ab14add4
Added test for GetComputerName/GetComputerNameEx
2017-02-28 11:03:10 +01:00
Norbert Federa
3959ee2232
Merge pull request #3816 from akallabeth/get_name_fix
...
Fixed GetComputerNameExA calls. #3815
2017-02-28 10:29:22 +01:00
Armin Novak
270d68f949
Fixed setting of lpnSize according to spec.
2017-02-28 09:39:04 +01:00
Armin Novak
b11de26f98
Fixed GetComputerNameExA return checks.
2017-02-27 11:49:53 +01:00
Armin Novak
71d9a83c60
Fixed GetComputerNameEx last error.
2017-02-27 11:49:53 +01:00
akallabeth
8a22052b61
Fixed memory leaks.
2017-02-25 08:35:37 +01:00
akallabeth
705c0c1e12
Fixed GetComputerNameExA calls. #3815
2017-02-24 21:58:08 +01:00
Norbert Federa
689d2696d2
Merge pull request #3800 from mfleisz/channel_fixes
...
Cleanup channel structs in channels_close to allow instance reuse
2017-02-24 13:25:52 +01:00
Martin Fleisz
a391a3decc
client: Check if channel has already been added
2017-02-24 13:03:03 +01:00
akallabeth
b7dfaa61f4
Merge pull request #3801 from chipitsine/master
...
resolve compiler warning
2017-02-24 12:26:30 +01:00
Armin Novak
05f6dac204
Moved construction to onCreate.
2017-02-24 11:30:36 +01:00
Armin Novak
eeee92a309
All EditTextPreferences are now single lined.
2017-02-24 09:48:40 +01:00
Armin Novak
37e9db4b04
Added signing configuration.
2017-02-24 09:29:26 +01:00
Armin Novak
65f761a587
Use HTTPS links in about.
2017-02-23 15:20:19 +01:00
Armin Novak
b938bb483a
Updated gradle build, allow to configure from file.
2017-02-23 15:06:11 +01:00
akallabeth
7ce1dd0a6c
Merge pull request #3791 from akallabeth/kerberos
...
Kerberos (Rebased #3417 )
2017-02-23 13:46:34 +01:00
Armin Novak
ae09ab79ae
Updated about pages.
2017-02-23 13:24:00 +01:00
Armin Novak
f47bde3df2
Added a H264 availability check.
2017-02-23 12:31:08 +01:00
Armin Novak
b905e0c26d
Fixed initialisation of kerberos context.
2017-02-23 11:06:47 +01:00
Armin Novak
5d8a9f2ff3
Fixed asset loading.
2017-02-23 10:51:21 +01:00