c-ward icon indicating copy to clipboard operation
c-ward copied to clipboard

Split out NSS interaction code

Open notgull opened this issue 1 year ago • 1 comments

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.

notgull avatar Nov 25 '23 03:11 notgull

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.

sunfishcode avatar Jan 03 '24 17:01 sunfishcode