summaryrefslogtreecommitdiff
path: root/Libraries/LibC/grp.cpp
AgeCommit message (Expand)Author
2020-08-30LibC: Use AK::String-backed buffers instead of static buffersSergey Bugaev
2020-08-24LibC: Prefer strlcpy over strcpy in getgrent(), fix overflowBen Wiederhake
2020-06-12AK: Make string-to-number conversion helpers return OptionalAndreas Kling
2020-04-13LibC: Fix truncated strncpy() in /etc/group parsingAndreas Kling
2020-03-08Userspace: Add missing #includes now that AK/StdLibExtras.h is smallerAndreas Kling
2020-02-25AK: Make Vector use size_t for its size and capacityAndreas Kling
2020-02-14AK: Add a forward declaration headerAndreas Kling
2020-01-23LibC: The pwd and grp related functions need to preserve empty fieldsoAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-09-06AK: Rename <AK/AKString.h> to <AK/String.h>Andreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling