1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 07:57:46 +00:00

LibCore: Add Core::Account for login management.

Core::Account abstracts login semantics like password checking and
switching uid/gid.
This commit is contained in:
Peter Elliott 2020-07-30 17:31:40 -06:00 committed by Andreas Kling
parent 2bda21318c
commit 3d34724d37
3 changed files with 289 additions and 0 deletions

View file

@ -1,4 +1,5 @@
set(SOURCES
Account.cpp
ArgsParser.cpp
ConfigFile.cpp
Command.cpp