FreeRDP/channels/smartcard
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
..
client SCardReadCache/SCardWriteCache should actually cache data 2020-04-21 08:11:54 +02:00
ChannelOptions.cmake channels/smartcard: refactoring 2014-04-03 17:29:12 -04:00
CMakeLists.txt channels: refactoring of channels cmake scripts with macros 2012-10-17 02:14:19 -04:00