FreeRDP/winpr
Alex Wilson 40f23e2728 SCardReadCache/SCardWriteCache should actually cache data
Currently since the hash/keyCompare/keyClone members on the
context->cache were never being set, we were using the
HashTable_Pointer* variants, meaning that lookup always
failed (since we never ask for the same *pointer* twice).

This also revealed that the logic for autoallocate on these ops
was a bit backwards, and some error codes and support for the
"freshness" counter were missing.

In Win10 (at least with some card minidrivers) the freshness
counter is load-bearing and smartcard login won't work without
implementing a very basic version of it.
2020-04-21 08:11:54 +02:00
..
include Fix #6066, #6045: Disable spincount by default. 2020-04-13 09:56:19 +02:00
libwinpr SCardReadCache/SCardWriteCache should actually cache data 2020-04-21 08:11:54 +02:00
test Reformatted to new style 2019-11-07 10:53:54 +01:00
tools Fixed broken NULL check. 2020-03-10 08:59:52 +01:00
.gitignore Add library libwinpr-tools 2016-05-03 14:42:08 +02:00
CMakeLists.txt Fix #6066, #6045: Disable spincount by default. 2020-04-13 09:56:19 +02:00
WinPRConfig.cmake.in build: remove FREERDP_MONOLITHIC_BUILD 2016-01-12 17:32:32 +01:00
winpr.pc.in Include major version number in library names 2017-01-16 11:11:58 +01:00
wlog.7 Fix issues in wlog man page 2016-12-01 15:36:31 +01:00