summaryrefslogtreecommitdiffstats
path: root/src/pwcache.h
AgeCommit message (Collapse)Author
2023-01-25Replace license boilerplate with SPDX tagsTavian Barnes
And while I'm at it, remove years from copyright declarations. Link: https://spdx.dev/about/ Link: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/
2022-11-09ctx: Flush the user/group caches when executing commandsTavian Barnes
This fixes (admittedly uncommon) commands like $ bfs -nouser -exec add-missing-user.sh {} \;
2022-11-09pwcache: Fill the user/group caches lazilyTavian Barnes
Iterating all the users/groups can be expensive, especially with NSS. Android has so many that it doesn't even return them all from get{pw,gr}ent() for performance reasons, leading to incorrect behaviour of -user/-group/etc.
2022-04-16Source / Include Folder (#88)トトも
Moved Source Files Into `src` Folder