summaryrefslogtreecommitdiff
path: root/Userland/Utilities/useradd.cpp
AgeCommit message (Expand)Author
2023-04-22Utilities: Replace ctype.h usage with AK/CharacterTypes.hSam Atkins
2023-04-03AK+Everywhere: Change AK::fill_with_random to accept a Bytes objectTimothy Flynn
2023-03-01LibCore+Everywhere: Remove ArgsParser::add*(char const*&)Ali Mohammad Pur
2023-02-25LibCore+Utilities: Replace uses of strpbrk with find_any_of()Andrew Kaster
2023-01-27AK: Remove StringBuilder::build() in favor of to_deprecated_string()Linus Groh
2022-12-20AK: Stop using `DeprecatedString` in Base64 encodingJelle Raaijmakers
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
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