Releases: tburgin/FV2AuthPlugin
Releases · tburgin/FV2AuthPlugin
v0.2.3
v0.2.2
Version 0.2.2
- Removed the notion of an AuthUser.
Now that we have the user's credenials, all we need is an admin account to authorize FV2 addition. Since we run the FV2AuthPlugin in privileged mode we have the ability to create a temporary local admin user and set it's password. This admin account is destroyed right after the login user is added to FV2. This temporary admin account has no UID / GID and has no SHELL assigned.- Thanks to @russellhancox for alerting me to the fact that an admin account is not required. The authenticating user's credentials are sufficient.
- 98f2f1e
v0.2.1
Version 0.2.1
- #3 Loading the
libcsfde.dylib
andlibodfde.dylib
at runtime instead of using them as dependent libraries at compile time. - Runtime symbol checking for
CSFDEStorePassphrase
andODFDEAddUser
- Exit gracefully if the above libraries or symbols are unavailable.
- https://developer.apple.com/library/mac/documentation/DeveloperTools/Conceptual/DynamicLibraries/100-Articles/UsingDynamicLibraries.html
- Added more verbose system.log logs
Very Early - Proof of Concept
v0.1-beta Update README.md