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
/
userdel.cpp
Age
Commit message (
Expand
)
Author
2023-05-29
userdel: Removal of files does not require creation rights
Ben Wiederhake
2023-05-21
userdel: Prefer LibFileSystem over DeprecatedFile
Ben Wiederhake
2023-04-09
Everywhere: Remove unused DeprecatedString includes
Ben Wiederhake
2023-03-21
Everywhere: Use `LibFileSystem` where trivial
Cameron Youell
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2022-12-31
userdel: Use `Core::Account::sync()` to interact with sensitive files
Lucas CHOLLET
2022-12-31
userdel: Use `Core::File::remove()` instead of spawning `/bin/rm`
Lucas CHOLLET
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-09-27
LibCore: Use `StringView` instead of `char *` in Account
Lucas CHOLLET
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2021-11-28
Everywhere: Use default execpromises argument for Core::System::pledge
Brian Gianforcaro
2021-11-23
userdel: Port to LibMain
faxe1008
2021-06-24
Utilities: Validate user with Core::Account in userdel
brapru
2021-05-30
Utilities: Implement ArmedScopeGuard in userdel to unlink temp files
brapru
2021-05-30
Utilities: Update userdel to use /etc/shadow
brapru
2021-05-30
userdel: Replace fprintf(stderr) with warnln()
Linus Groh
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-01-12
Userland: Move command-line utilities to Userland/Utilities/
Andreas Kling