summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCore/Account.h
AgeCommit message (Expand)Author
2021-09-12LibCore: Make Account::authenticate take a SecretStringBrian Gianforcaro
2021-09-01Everywhere: Use my cool new @serenityos.org email addressPeter Elliott
2021-07-14LibCore: Add setters for all user account propertiesbrapru
2021-07-09LibCore: Add ability to not read shadow data for AccountJean-Baptiste Boric
2021-07-09LibCore: Implement Account::self()Jean-Baptiste Boric
2021-06-09LibCore: Fix building LibCore on FreeBSDGunnar Beutner
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