aboutsummaryrefslogtreecommitdiffstats
path: root/src/userinfo.h
AgeCommit message (Collapse)AuthorLines
2023-11-20src|tests: Address warning -Wstrict-prototypesSebastian Pipping-1/+1
Symptom with Clang 15: > In file included from userinfo.c:20: > ./userinfo.h:38:27: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes] > void invalidate_user_cache(); /* safe to call from signal handler */ > ^ > void > [many more]
2012-07-04Cache user data for user_belongs_to_group().Martin Pärtel-0/+1
This considerably speeds up --mirror @group.
2011-07-08Initial commit to git.Martin Pärtel-0/+39