FreeRDP/libfreerdp
Martin Fleisz 645cd3208f core: Fix handling of PromptForCredentials setting
The prompt for credentials setting was incorrectly used in FreeRDP. If
this setting is set to 1 in a rdp file the client should prompt for
credentials even if it has credentials stored for this connection. If
the setting is set to 0 the client should either use the stored
credentials (if present) or ask for username/password otherwise.
This PR changes the old handling (if PromptForCredentials was set to 0
no credential prompting was done) to the desired behavior.
2019-08-20 16:25:08 +02:00
..
cache Fixed sign-compare warnings 2019-04-05 09:13:24 +02:00
codec codec: Set alpha channel to FF if not used (#5431) 2019-06-13 09:19:42 +02:00
common Added PromptForCredentials setting. 2019-07-15 12:01:30 +02:00
core core: Fix handling of PromptForCredentials setting 2019-08-20 16:25:08 +02:00
crypto Extract whole certificate chain to PEM format. 2019-07-17 14:42:32 +02:00
gdi Fixed warnings and cleaned up gfx related xfreerdp code. 2019-05-08 17:01:36 +02:00
locale Fixed #5496: Canadian keyboard mapping issue reported by @renaudn1981 2019-08-01 11:09:57 +02:00
primitives Silenced some unused parameter warnings. 2019-05-08 12:21:31 +02:00
utils Fixed sign-compare warnings 2019-04-05 09:13:24 +02:00
CMakeLists.txt Move FoundCairo module include where is referenced 2019-08-14 18:11:14 +02:00
freerdp.pc.in Include major version number in library names 2017-01-16 11:11:58 +01:00
FreeRDPConfig.cmake.in cleanup cmake exports and pkg-config files 2016-01-12 17:32:33 +01:00