summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCore/Account.h
AgeCommit message (Expand)Author
2021-05-01LibCore: Fix building the library on macOSGunnar Beutner
2021-05-01LibC: Implement support for getspnam() and friendsGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
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-12Libraries: Move to Userland/Libraries/Andreas Kling