summaryrefslogtreecommitdiff
path: root/Userland/Utilities/useradd.cpp
AgeCommit message (Expand)Author
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-12Userland: Convert command line arguments to String/StringViewsin-ack
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-28useradd: Port to LibMainTheOddGarlic
2021-06-09Utilities: Do not allow creating users with existing usernamesbrapru
2021-06-01Userland: Replace most printf-style APIs with AK::Format APIs :^)Linus Groh
2021-05-30Utilities: Update useradd to use /etc/shadowbrapru
2021-05-30Utilities: Change default shell of useradd to /bin/shbrapru
2021-05-15Everywhere: Add a blank line after copyright header where missingLinus Groh
2021-05-14LibC: Do not include errno.h inside unistd.hJean-Baptiste Boric
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-21useradd: Convert String::format() => String::formatted()Andreas Kling
2021-01-12Userland: Move command-line utilities to Userland/Utilities/Andreas Kling