summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/pwd.cpp
AgeCommit message (Expand)Author
2023-01-02Everywhere: Remove unused includes of LibC/stdlib.hBen Wiederhake
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-19LibC+Tests: Simplify getpwuid_r() and getpwnam_r() and add testsAndreas Kling
2022-11-19LibC: Make getpwent_r() behave more like glibcAndreas Kling
2022-11-08LibC: Implement getpwent_rGunnar Beutner
2022-10-24AK+Everywhere: Turn bool keep_empty to an enum in split* functionsdemostanis
2022-07-06LibC: Stop leaking FILE in `getpwuid` and `getpwnam`Tim Schumacher
2022-07-06LibC: Don't clear static storage during `endpwent`Tim Schumacher
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2021-05-14LibC: Do not include errno.h inside unistd.hJean-Baptiste Boric
2021-05-01LibC: Make sure that parse_pwddb_entry doesn't write to stderrGunnar Beutner
2021-04-29LibC: Fix validation logic error in construct_pwd()Ali Mohammad Pur
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-15LibC: Add reentrant versions of getpw{uid,nam}AnotherTest
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling