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
/
Utilities
/
su.cpp
Age
Commit message (
Expand
)
Author
2022-09-27
LibCore: Propagate errors from LibCore::Account::login()
Lucas CHOLLET
2022-09-27
su: Add the --login option
Lucas CHOLLET
2022-09-27
LibCore: Use `StringView` instead of `char *` in Account
Lucas CHOLLET
2022-05-05
su: Change the HOME enviroment variable on login
Undefine
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2021-12-16
su: Port to LibMain :^)
Andreas Kling
2021-09-12
LibCore: Make Account::authenticate take a SecretString
Brian Gianforcaro
2021-09-12
LibCore: Make get_password return SecretString instead of String
Brian Gianforcaro
2021-08-01
Utilities: Remove unused header includes
Brian Gianforcaro
2021-06-01
Userland: Replace most printf-style APIs with AK::Format APIs :^)
Linus Groh
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-01-22
su: Drop "id" pledge after switching user
Andreas Kling
2021-01-21
LibCore+su+passwd: Don't keep /etc/passwd and /etc/shadow open
Andreas Kling
2021-01-12
Userland: Move command-line utilities to Userland/Utilities/
Andreas Kling