summaryrefslogtreecommitdiff
path: root/Userland/Utilities/usermod.cpp
AgeCommit message (Expand)Author
2021-12-16LibCore+passwd+usermod: Make Core::Account::sync() return ErrorOr<void>Andreas Kling
2021-12-16usermod: Use LibCore syscall wrapper for setegid()Andreas Kling
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-23usermod: Port to LibMainfaxe1008
2021-11-08LibCore: Use ErrorOr<T> for Core::File::copy_file()Andreas Kling
2021-08-01Utilities: Remove unused header includesBrian Gianforcaro
2021-07-14Utilities: Implement usermod commandbrapru