FreeRDP/libfreerdp
David Fort 57d2a27980 fix smartcard listing
This commit fixes various bugs that I've noticed on some windows systems with
smartcards that contains multiple certificates:

* With some drivers if you retrieve the ATR while enumerating the NCrypt keys, it seems to
confuse the NCrypt key context (and you're unable to retrieve certificate property). As
we don't use the ATR, let's remove the ATR retrieval.
* if don't give any user or domain on the command line, in settings you get User=Domain=NULL,
but if you pass /u:user, you get User="user" and Domain = ""(empty string not NULL). The
smartcard filtering by user/domain was not ready for that.
2022-10-14 12:05:16 +02:00
..
cache Set fragment cache size to fixed 256 elements 2022-10-07 11:01:25 +02:00
codec Fixed format strings to match arguments (#8254) 2022-09-29 14:55:27 +02:00
common Add Negotiate SSPI authentication module filtering 2022-10-12 22:07:45 +02:00
core fix smartcard listing 2022-10-14 12:05:16 +02:00
crypto Fixed format strings to match arguments (#8254) 2022-09-29 14:55:27 +02:00
emu Decreased logging verbosity for smartcard emulation 2022-10-13 13:57:11 +02:00
gdi Channel loading (#8204) 2022-09-14 13:53:27 +02:00
locale locale: Fix polish keyboard layouts on MacOS (#8139) 2022-08-19 12:25:54 +02:00
primitives Fixed missing include 2022-10-11 13:28:30 +02:00
utils Fixed format strings to match arguments (#8254) 2022-09-29 14:55:27 +02:00
CMakeLists.txt Fix indentation issue (#8098) 2022-07-29 12:07:25 +02:00
freerdp.pc.in Fixed freerdp pkg-config file 2022-03-03 11:26:48 +01:00
FreeRDPConfig.cmake.in cleanup cmake exports and pkg-config files 2016-01-12 17:32:33 +01:00