summaryrefslogtreecommitdiffstats
path: root/pwcache.c
AgeCommit message (Collapse)Author
2020-11-12Include what I useTavian Barnes
Thanks to https://github.com/include-what-you-use/include-what-you-use
2020-10-06pwcache: Adjust some naming conventionsTavian Barnes
2020-09-02pwcache: Fix an invalid free if strdup()ing the group name failsTavian Barnes
2020-08-13pwcache: Work around gr_mem being misaligned on macOSTavian Barnes
C.f. https://github.com/php/php-src/commit/d80f0ff6c0a557d8c993a9d2bd006fb488f6d564
2020-04-22pwcache: Rename from passwd.[ch]Tavian Barnes