summaryrefslogtreecommitdiff
path: root/Libraries/LibC/pwd.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/strncpyBen Wiederhake
2020-07-28LibC: Add passwords to putpwentPeter Elliott
2020-06-12AK: Make string-to-number conversion helpers return OptionalAndreas Kling
2020-04-13LibC: Fix strncpy() overflow in /etc/passwd parsingAndreas Kling
2020-03-08Userspace: Add missing #includes now that AK/StdLibExtras.h is smallerAndreas Kling
2020-02-14AK: Add a forward declaration headerAndreas Kling
2020-02-02LibC: Implement `putpwent()`Jesse Buhagiar
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