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
{{ message }}
This repository has been archived by the owner on Jan 11, 2020. It is now read-only.
Currently, wc-lock uses C for PAM authentication because there is no good Rust crate for PAM. Even a lower level crate, such as pam-sys is poorly maintained because the API is added haphazardly, and without being generated at build time using e.g bindgen which would be preferable.
Since this is very security orientated, it would be nice to move this over to Rust since it's very, very possible my C code has bugs in it.
The text was updated successfully, but these errors were encountered:
Currently,
wc-lock
uses C for PAM authentication because there is no good Rust crate for PAM. Even a lower level crate, such aspam-sys
is poorly maintained because the API is added haphazardly, and without being generated at build time using e.g bindgen which would be preferable.Since this is very security orientated, it would be nice to move this over to Rust since it's very, very possible my C code has bugs in it.
The text was updated successfully, but these errors were encountered: