summaryrefslogtreecommitdiffstats
path: root/src/pwcache.c
AgeCommit message (Expand)Author
2024-04-19Rename config.h to prelude.hTavian Barnes
2024-01-02pwcache: Fix uninitialized pointers on OpenBSDTavian Barnes
2023-09-27Formatting fixesTavian Barnes
2023-08-31pwcache: Don't use _SC_GET{PW,GR}_R_SIZE_MAXTavian Barnes
2023-08-31pwcache: Arena-allocate struct passwd/groupTavian Barnes
2023-06-20alloc: New header for memory allocation utilitiesTavian Barnes
2023-05-11config: Provide <stdalign.h> and <stdbool.h>Tavian Barnes
2023-01-25Replace license boilerplate with SPDX tagsTavian Barnes
2022-11-09ctx: Flush the user/group caches when executing commandsTavian Barnes
2022-11-09pwcache: Fill the user/group caches lazilyTavian Barnes
2022-04-16Source / Include Folder (#88)トトも