summaryrefslogtreecommitdiff
path: root/Userland/Utilities/groups.cpp
AgeCommit message (Expand)Author
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-09-27LibCore: Use `StringView` instead of `char *` in AccountLucas CHOLLET
2022-04-11Utilities: Read positional arguments as Strings not char*sSam Atkins
2022-04-03Utilities: Use default execpromises parameter to `pledge(..)`Brian Gianforcaro
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-01-21groups: Do not attempt to open /etc/groupsJean-Baptiste Boric
2021-12-04groups: Port to LibMain :^)Andreas Kling
2021-05-05Userland: Add groups programsetepenre