summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCore/Account.cpp
AgeCommit message (Expand)Author
2021-05-29LibCore: Do not write disabled spwd values in generate_shadow_filebrapru
2021-05-05LibCore: Call setgrent before looping on groups in get_extra_gidssetepenre
2021-05-04LibCore: Avoid unnecessary Vector copy in Account ctorLinus Groh
2021-05-04LibCore: Don't include user GID in Account::extra_gids()Linus Groh
2021-05-04LibCore: Let Account::from_* succeed if /etc/shadow is unreadableGunnar Beutner
2021-05-01LibCore: Fix building the library on macOSGunnar Beutner
2021-05-01LibC: Implement support for getspnam() and friendsGunnar Beutner
2021-05-01LibC: Move crypt() and crypt_r() to the right header fileGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-02-26Everywhere: Remove a bunch of redundant 'AK::' namespace prefixesLinus Groh
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-21LibCore: Always fail Account authentication on missing shadow entryAndreas Kling
2021-01-21LibCore+su+passwd: Don't keep /etc/passwd and /etc/shadow openAndreas Kling
2021-01-21passwd+LibCore: Make passwd replace /etc files atomicallyAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling