Age | Commit message (Expand) | Author |
---|---|---|
2021-08-01 | Utilities: Remove unused header includes | Brian Gianforcaro |
2021-06-17 | passwd: Do not allow empty passwords | brapru |
2021-06-17 | passwd: Provide more verbose output regarding status of changed passwd | brapru |
2021-06-17 | passwd: Retype password to confirm | brapru |
2021-06-17 | passwd: Prompt for the current password before setting new password | brapru |
2021-05-01 | LibC: Implement support for getspnam() and friends | Gunnar Beutner |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-01-22 | passwd: Drop "rpath" pledge after opening files | Andreas Kling |
2021-01-22 | passwd: Remove duplicate 'wpath' pledge | Doctor5555 |
2021-01-21 | LibCore+su+passwd: Don't keep /etc/passwd and /etc/shadow open | Andreas Kling |
2021-01-21 | passwd+LibCore: Make passwd replace /etc files atomically | Andreas Kling |
2021-01-12 | Userland: Move command-line utilities to Userland/Utilities/ | Andreas Kling |