Skip to content

Releases: JMarkstrom/yubikey-removal-behavior

2.4

01 Mar 14:17

Choose a tag to compare

What's Changed!?

  • New Disabled option (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

26 Aug 15:26
ed1f530

Choose a tag to compare

2.3

What's Changed!?

  • Now installs to the expected x64 Program Files folder (previously x86)
  • Uses the (bundled) 4.8.1 version of .NET instead of 8.0 (which previously forced an additional installation step)
  • Basic Event Viewer logging added (see readme.md)
  • Misc. other improvements.

2.2

06 Jan 10:04
63a630b

Choose a tag to compare

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).