summaryrefslogtreecommitdiff
path: root/libbb/bb_getgroups.c
AgeCommit message (Expand)Author
2024-10-07ash: cache more of uid/gid syscallsDenys Vlasenko
2024-10-07libbb: simplify parameter passing in is_in_supplementary_groups()Denys Vlasenko
2024-10-07libbb: move is_in_supplementary_groups() from test to libbbDenys Vlasenko
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2017-07-04libbb: new function bb_getgroups() - allocating wrapper around getgroups()Denys Vlasenko