summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCore/Account.h
AgeCommit message (Expand)Author
2022-11-13LibCore: Add query for all accounts and groupsne0ndrag0n
2022-10-03SystemServer+LoginServer+Userland: Switch to sid-based socketsPeter Elliott
2022-09-27LibCore: Propagate errors from LibCore::Account::login()Lucas CHOLLET
2022-09-27LibCore: Use `StringView` instead of `char *` in AccountLucas CHOLLET
2022-08-15LoginServer+LibCore: Only create user temp directory from LoginServerAndreas Kling
2022-08-14LibCore+LibIPC: Recognise %uid in pathLucas CHOLLET
2022-07-12LibCore: Add FIXME note about converting Core::Account to use StringViewsin-ack
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-01-02LibCore+id: Make more use of Core::System wrappers in Core::AccountAndreas Kling
2021-12-16LibCore+passwd+usermod: Make Core::Account::sync() return ErrorOr<void>Andreas Kling
2021-11-08LibCore: Replace Result<T, E> use with ErrorOr<T> in Core::AccountAndreas Kling
2021-10-19LibCore: Change Account::set_password to take a SecretStringTimothy Flynn
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