summaryrefslogtreecommitdiff
path: root/Userland/Utilities/su.cpp
AgeCommit message (Expand)Author
2022-09-27LibCore: Propagate errors from LibCore::Account::login()Lucas CHOLLET
2022-09-27su: Add the --login optionLucas CHOLLET
2022-09-27LibCore: Use `StringView` instead of `char *` in AccountLucas CHOLLET
2022-05-05su: Change the HOME enviroment variable on loginUndefine
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2021-12-16su: Port to LibMain :^)Andreas Kling
2021-09-12LibCore: Make Account::authenticate take a SecretStringBrian Gianforcaro
2021-09-12LibCore: Make get_password return SecretString instead of StringBrian Gianforcaro
2021-08-01Utilities: Remove unused header includesBrian Gianforcaro
2021-06-01Userland: Replace most printf-style APIs with AK::Format APIs :^)Linus Groh
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-22su: Drop "id" pledge after switching userAndreas Kling
2021-01-21LibCore+su+passwd: Don't keep /etc/passwd and /etc/shadow openAndreas Kling
2021-01-12Userland: Move command-line utilities to Userland/Utilities/Andreas Kling