index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibC
/
pwd.cpp
Age
Commit message (
Expand
)
Author
2023-01-02
Everywhere: Remove unused includes of LibC/stdlib.h
Ben Wiederhake
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-19
LibC+Tests: Simplify getpwuid_r() and getpwnam_r() and add tests
Andreas Kling
2022-11-19
LibC: Make getpwent_r() behave more like glibc
Andreas Kling
2022-11-08
LibC: Implement getpwent_r
Gunnar Beutner
2022-10-24
AK+Everywhere: Turn bool keep_empty to an enum in split* functions
demostanis
2022-07-06
LibC: Stop leaking FILE in `getpwuid` and `getpwnam`
Tim Schumacher
2022-07-06
LibC: Don't clear static storage during `endpwent`
Tim Schumacher
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2021-05-14
LibC: Do not include errno.h inside unistd.h
Jean-Baptiste Boric
2021-05-01
LibC: Make sure that parse_pwddb_entry doesn't write to stderr
Gunnar Beutner
2021-04-29
LibC: Fix validation logic error in construct_pwd()
Ali Mohammad Pur
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-15
LibC: Add reentrant versions of getpw{uid,nam}
AnotherTest
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling