keepassxc/src/keys
Jonathan White 3ace4c6cf5 Fix issues with Hardware Key auto detection
* Fix #10656 - Add a small delay when before auto-polling hardware keys to all them to settle immediately after plugging in. This resolves an issue where the key's serial number could not be resolved due to hardware timeout.
* Also fix use of uninitialized variable if polling serial number fails for whatever reason.

* Fix typo in macOS key registration code

* Prevent registering duplicate listeners on window focus. These were not de-registered because we didn't trigger on unfocus. Show/Hide are sufficient triggers to add and remove listeners.
2024-05-05 16:33:03 -04:00
..
drivers Fix issues with Hardware Key auto detection 2024-05-05 16:33:03 -04:00
ChallengeResponseKey.cpp clang-tidy: use braced init list (#7998) 2023-01-29 10:05:44 -05:00
ChallengeResponseKey.h Add key serialization to support Quick Unlock 2022-02-22 17:53:50 -05:00
CompositeKey.cpp [CLI] Add a db-edit command (#8400) 2022-10-05 07:30:15 -04:00
CompositeKey.h [CLI] Add a db-edit command (#8400) 2022-10-05 07:30:15 -04:00
FileKey.cpp clang-tidy: use braced init list (#7998) 2023-01-29 10:05:44 -05:00
FileKey.h Fix Botan 2/3 include 2023-11-22 23:11:47 -05:00
Key.h Add key serialization to support Quick Unlock 2022-02-22 17:53:50 -05:00
PasswordKey.cpp clang-tidy: use braced init list (#7998) 2023-01-29 10:05:44 -05:00
PasswordKey.h Add key serialization to support Quick Unlock 2022-02-22 17:53:50 -05:00