Age | Commit message (Expand) | Author |
---|---|---|
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 |