summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCore/Group.cpp
AgeCommit message (Expand)Author
2023-02-25LibCore+Utilities: Replace uses of strpbrk with find_any_of()Andrew Kaster
2023-02-13LibCore: Rename `File` to `DeprecatedFile`Tim Schumacher
2023-01-13LibCore: Call the mkstemp function in a slightly prettier wayArda Cinar
2022-12-14LibCore: Protect Core::Group against null group::gr_mem membersTimothy Flynn
2022-12-14LibCore: Define and use a fallible, OS-independent getgrent(_r) wrapperTimothy Flynn
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-25LibCore: Sync groups, getgrent to getgrent_r, fix gr_mem bugne0ndrag0n
2022-11-13LibCore: Add query for all accounts and groupsne0ndrag0n
2022-07-19LibCore: Add support for compiling for Android with API Version >= 30Andrew Kaster
2022-06-30Everywhere: Use my fairly new and shiny serenityos.org email :^)Kenneth Myhra
2022-01-21LibCore: Do not leak FILE pointer in Group::add_group()Kenneth Myhra
2022-01-21LibCore: Use generic AK_OS_BSD_GENERIC to hide Group::add_group()Kenneth Myhra
2022-01-16LibCore: Add Core::Group abstraction for group management :^)Kenneth Myhra