summaryrefslogtreecommitdiff
path: root/Userland/Utilities/userdel.cpp
AgeCommit message (Expand)Author
2023-05-29userdel: Removal of files does not require creation rightsBen Wiederhake
2023-05-21userdel: Prefer LibFileSystem over DeprecatedFileBen Wiederhake
2023-04-09Everywhere: Remove unused DeprecatedString includesBen Wiederhake
2023-03-21Everywhere: Use `LibFileSystem` where trivialCameron Youell
2023-02-13LibCore: Rename `File` to `DeprecatedFile`Tim Schumacher
2022-12-31userdel: Use `Core::Account::sync()` to interact with sensitive filesLucas CHOLLET
2022-12-31userdel: Use `Core::File::remove()` instead of spawning `/bin/rm`Lucas CHOLLET
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-09-27LibCore: Use `StringView` instead of `char *` in AccountLucas CHOLLET
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-23userdel: Port to LibMainfaxe1008
2021-06-24Utilities: Validate user with Core::Account in userdelbrapru
2021-05-30Utilities: Implement ArmedScopeGuard in userdel to unlink temp filesbrapru
2021-05-30Utilities: Update userdel to use /etc/shadowbrapru
2021-05-30userdel: Replace fprintf(stderr) with warnln()Linus Groh
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Userland: Move command-line utilities to Userland/Utilities/Andreas Kling