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
/
passwd.cpp
Age
Commit message (
Expand
)
Author
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-07-12
Userland: Convert command line arguments to String/StringView
sin-ack
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2021-12-16
LibCore+passwd+usermod: Make Core::Account::sync() return ErrorOr<void>
Andreas Kling
2021-12-16
passwd: Use LibCore syscall wrapper for setegid()
Andreas Kling
2021-12-11
passwd: Port to LibMain
David Lindbom
2021-12-11
passwd: Remove redundant pledge()
bugreport0
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-12
LibCore: Make get_password return SecretString instead of String
Brian Gianforcaro
2021-09-01
Everywhere: Use my cool new @serenityos.org email address
Peter Elliott
2021-08-01
Utilities: Remove unused header includes
Brian Gianforcaro
2021-06-17
passwd: Do not allow empty passwords
brapru
2021-06-17
passwd: Provide more verbose output regarding status of changed passwd
brapru
2021-06-17
passwd: Retype password to confirm
brapru
2021-06-17
passwd: Prompt for the current password before setting new password
brapru
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-22
passwd: Drop "rpath" pledge after opening files
Andreas Kling
2021-01-22
passwd: Remove duplicate 'wpath' pledge
Doctor5555
2021-01-21
LibCore+su+passwd: Don't keep /etc/passwd and /etc/shadow open
Andreas Kling
2021-01-21
passwd+LibCore: Make passwd replace /etc files atomically
Andreas Kling
2021-01-12
Userland: Move command-line utilities to Userland/Utilities/
Andreas Kling