summaryrefslogtreecommitdiff
path: root/Userland/su.cpp
AgeCommit message (Expand)Author
2021-01-12Userland: Move command-line utilities to Userland/Utilities/Andreas Kling
2021-01-10LibCore: Use OSError in get_password() return typeAndreas Kling
2021-01-09su: Drop "tty" pledge promise after getting password from userAndreas Kling
2021-01-09passwd+su: Convert fprintf(stderr, ...) to warnln()Andreas Kling
2021-01-09su+passwd: Don't copy Core::Account unnecessarilyAndreas Kling
2021-01-09su: Use pledge() :^)Andreas Kling
2021-01-09LibCore+passwd+su+Base: Add /etc/shadow to hide hashes from users :^)Andreas Kling
2020-11-08su: Refuse to run if stdin is not a TTYAndreas Kling
2020-09-25Meta+Userland: Make clang-format-10 cleanBen Wiederhake
2020-09-21Userland: Switch su over to Core::AccountPeter Elliott
2020-08-06Userland: Use Core::ArgsParser for 'su'Linus Groh
2020-07-28Userland: Make su require passwordsPeter Elliott
2020-06-17su: Tweak informal stringAndreas Kling
2020-06-17Userland: Compliment the user when running su(1) :^)Sergey Bugaev
2020-03-08Userspace: Add missing #includes now that AK/StdLibExtras.h is smallerAndreas Kling
2020-02-14Userland: Fix typos in setting user idShannon Booth
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-04su: Use setgroups() to switch over to the target user's extra GIDsAndreas Kling
2019-06-07Userland: Run clang-format on everything.Andreas Kling
2019-02-21Userland: Minor tweaks in /bin/suAndreas Kling
2019-02-21Kernel+Userland: Implement setuid() and setgid() and add /bin/suAndreas Kling