Commit Graph

3 Commits

Author SHA1 Message Date
7667f49d62
libc: Add a password file and pwd.h 2023-04-08 16:30:18 +02:00
cf758fdfdc Initial commit :) 2022-11-13 10:09:09 +01:00
7d0e442cde libc: Add /etc/passwd and the pwd.h API
getpwent, getpwnam, getpwuid... they may have been a pain to implement but once they work they're awesome :)

Right now passwords are stored in plaintext in the world-readable passwd file, which is not good.
But I don't have any sort of hashing implemented so it'll stay that way for now.
2022-10-28 20:55:00 +02:00