FreeRDP/winpr
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
..
include fix smartcard logon with smartcard emulation 2022-10-13 12:03:58 +02:00
libwinpr fix smartcard listing 2022-10-14 12:05:16 +02:00
test Fixed integer range warnings, added tests 2022-01-31 16:13:06 +01:00
tools Added missing include 2022-07-02 16:32:50 +02:00
.gitignore Fixed rdtk, uwac and winpr standalone builds 2021-06-22 08:54:18 +02:00
CMakeLists.txt Test uri fix (#8232) 2022-09-26 11:22:02 +02:00
winpr.pc.in Include major version number in library names 2017-01-16 11:11:58 +01:00
WinPRConfig.cmake.in build: remove FREERDP_MONOLITHIC_BUILD 2016-01-12 17:32:32 +01:00
wlog.7 Fix issues in wlog man page 2016-12-01 15:36:31 +01:00