summaryrefslogtreecommitdiff
path: root/Userland/Utilities/passwd.cpp
AgeCommit message (Expand)Author
2021-08-01Utilities: Remove unused header includesBrian Gianforcaro
2021-06-17passwd: Do not allow empty passwordsbrapru
2021-06-17passwd: Provide more verbose output regarding status of changed passwdbrapru
2021-06-17passwd: Retype password to confirmbrapru
2021-06-17passwd: Prompt for the current password before setting new passwordbrapru
2021-05-01LibC: Implement support for getspnam() and friendsGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-22passwd: Drop "rpath" pledge after opening filesAndreas Kling
2021-01-22passwd: Remove duplicate 'wpath' pledgeDoctor5555
2021-01-21LibCore+su+passwd: Don't keep /etc/passwd and /etc/shadow openAndreas Kling
2021-01-21passwd+LibCore: Make passwd replace /etc files atomicallyAndreas Kling
2021-01-12Userland: Move command-line utilities to Userland/Utilities/Andreas Kling