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
/
su.cpp
Age
Commit message (
Expand
)
Author
2021-01-12
Userland: Move command-line utilities to Userland/Utilities/
Andreas Kling
2021-01-10
LibCore: Use OSError in get_password() return type
Andreas Kling
2021-01-09
su: Drop "tty" pledge promise after getting password from user
Andreas Kling
2021-01-09
passwd+su: Convert fprintf(stderr, ...) to warnln()
Andreas Kling
2021-01-09
su+passwd: Don't copy Core::Account unnecessarily
Andreas Kling
2021-01-09
su: Use pledge() :^)
Andreas Kling
2021-01-09
LibCore+passwd+su+Base: Add /etc/shadow to hide hashes from users :^)
Andreas Kling
2020-11-08
su: Refuse to run if stdin is not a TTY
Andreas Kling
2020-09-25
Meta+Userland: Make clang-format-10 clean
Ben Wiederhake
2020-09-21
Userland: Switch su over to Core::Account
Peter Elliott
2020-08-06
Userland: Use Core::ArgsParser for 'su'
Linus Groh
2020-07-28
Userland: Make su require passwords
Peter Elliott
2020-06-17
su: Tweak informal string
Andreas Kling
2020-06-17
Userland: Compliment the user when running su(1) :^)
Sergey Bugaev
2020-03-08
Userspace: Add missing #includes now that AK/StdLibExtras.h is smaller
Andreas Kling
2020-02-14
Userland: Fix typos in setting user id
Shannon Booth
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-04
su: Use setgroups() to switch over to the target user's extra GIDs
Andreas Kling
2019-06-07
Userland: Run clang-format on everything.
Andreas Kling
2019-02-21
Userland: Minor tweaks in /bin/su
Andreas Kling
2019-02-21
Kernel+Userland: Implement setuid() and setgid() and add /bin/su
Andreas Kling