index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibCore
/
Account.h
Age
Commit message (
Expand
)
Author
2022-11-13
LibCore: Add query for all accounts and groups
ne0ndrag0n
2022-10-03
SystemServer+LoginServer+Userland: Switch to sid-based sockets
Peter Elliott
2022-09-27
LibCore: Propagate errors from LibCore::Account::login()
Lucas CHOLLET
2022-09-27
LibCore: Use `StringView` instead of `char *` in Account
Lucas CHOLLET
2022-08-15
LoginServer+LibCore: Only create user temp directory from LoginServer
Andreas Kling
2022-08-14
LibCore+LibIPC: Recognise %uid in path
Lucas CHOLLET
2022-07-12
LibCore: Add FIXME note about converting Core::Account to use StringView
sin-ack
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-01-02
LibCore+id: Make more use of Core::System wrappers in Core::Account
Andreas Kling
2021-12-16
LibCore+passwd+usermod: Make Core::Account::sync() return ErrorOr<void>
Andreas Kling
2021-11-08
LibCore: Replace Result<T, E> use with ErrorOr<T> in Core::Account
Andreas Kling
2021-10-19
LibCore: Change Account::set_password to take a SecretString
Timothy Flynn
2021-09-12
LibCore: Make Account::authenticate take a SecretString
Brian Gianforcaro
2021-09-01
Everywhere: Use my cool new @serenityos.org email address
Peter Elliott
2021-07-14
LibCore: Add setters for all user account properties
brapru
2021-07-09
LibCore: Add ability to not read shadow data for Account
Jean-Baptiste Boric
2021-07-09
LibCore: Implement Account::self()
Jean-Baptiste Boric
2021-06-09
LibCore: Fix building LibCore on FreeBSD
Gunnar Beutner
2021-05-01
LibCore: Fix building the library on macOS
Gunnar Beutner
2021-05-01
LibC: Implement support for getspnam() and friends
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-01-21
LibCore: Always fail Account authentication on missing shadow entry
Andreas Kling
2021-01-21
LibCore+su+passwd: Don't keep /etc/passwd and /etc/shadow open
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling