Releases: JMarkstrom/yubikey-removal-behavior
Releases · JMarkstrom/yubikey-removal-behavior
2.4
What's Changed!?
- New
Disabledoption (also available as "Do nothing" in the ADMX Group Policy template) replacing the previous implementation where any value other than lock/unlock resulted in the service being disabled. - Error handling for lock and logoff operations — failures now log Warning events (Event IDs
259/260) with the Win32 error code (see readme.md) - Replaced busy-wait loop with an efficient idle wait, reducing unnecessary CPU usage
- Misc. other improvements (license header cleanup, binding-redirect support, installer refresh)
2.3
2.2
What's Changed!?
- Inclusion of Yubico .NET SDK version
1.12.1. - Project reworked to use Visual Studio Installer project instead of WIX.
- Installer now uses variables for directories and registry keys (hard coded entries still exist!)
- Code signed (self-signed for now).