sunfishcode / c-ward

An implementation of libc written in Rust
Other
188 stars 11 forks source link

Split out NSS interaction code #76

Open notgull opened 9 months ago

notgull commented 9 months ago

The code that uses getent to interact with NSS is probably useful in contexts outside of eyra as well. It would be useful for implementing libc calls like, say, getpwuid_r.

sunfishcode commented 8 months ago

It's not a high priority for me, but if someone wanted to factor these functions out into a separate crate and maintain them, I'd support that.