summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCrypt/crypt.cpp
AgeCommit message (Expand)Author
2021-09-01Everywhere: Use my cool new @serenityos.org email addressPeter Elliott
2021-05-15Everywhere: Add a blank line after copyright header where missingLinus Groh
2021-05-01LibC: Move crypt() and crypt_r() to the right header fileGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling