1wilkens / pam-sys

Rust FFI bindings to the Linux Pluggable Authentication Modules (PAM)
https://docs.rs/pam-sys/
Apache License 2.0
18 stars 20 forks source link

Migrate to pregenerated bindings #28

Open coastalwhite opened 11 months ago

coastalwhite commented 11 months ago

This PR replaces #25 and proposes a way to properly handle having both a Linux-PAM and OpenPAM implementation.

Although, I would like to change some things. Notably having the constants in both modules exposed no matter which implementation is selected. It does show the general architecture. I would be curious as to what you think about this architecture.

honsunrise commented 2 months ago

Hi, The PR is still in progress?

1wilkens commented 1 month ago

Good question, I am the bottleneck as I (currently) cannot dedicate time to either pam or pam-sys and consequently did not look at the PR. This really stresses me out as I really would like this library to be well maintained.

@coastalwhite I already added you as a collaborator. Do you feel confident (and are still interested?) to take over as maintainer of these two crates? Feel free to just make changes as you see fit and eventually we can transfer over the repositories to your account if you so desire.

If you have additional thoughts on this, feel free to mail me gh@1wilkens.org so we can hash this out.

Cheers, Florian