You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix compatibility issues with modern unix auth services, such as sssd,
due to optimizations for large directories (e.g. LDAP) removing the
complete group membership list (grmem). Thanks to Joakim Tjernlund.
NOTE: builds across all platforms now require libbsd or the equivalent
bsd-standard group function support.
macOS build support, with the latest homebrew-core libbsd update.
Added cross-platform makefiles (macOS & linux only; Windows does not
have UNIX groups, so not supported). Thanks to Micah Andersen/BIMI.
GitHub Actions build testing on linux & macOS. Thanks to Micah Andersen/BIMI.
Copyright information was consolidated in CONTRIBUTORS for consistency.